pop launcher is minimal. quickly searches for my file(tracker sucks).
nazar2sfive's questions
https://github.com/clearlinux-pkgs/gcc
How to compile gcc in ubuntu 20.04 with clearlinux config and patches?
500 Reward to step by step copy/paste tutorial.
I needed this for How to replace ubuntu 20.04 kernel with clearlinux kernel?
https://github.com/clearlinux-pkgs/linux
https://aur.archlinux.org/packages/linux-clear/
How to use clearlinux kernel for ubuntu?
Hoping for a step-by-step copy/paste guide to replace ubuntu kernel with clearlinux kernel. still incomplete copy/paste code. I wish it will be completed someday.
**DONE**
android@nazar:~/patched_source/linux-5.6.10$ cd ../
android@nazar:~/patched_source$ ls
linux-5.6.10 linux-headers-5.6.10+_5.6.10+-1_amd64.deb
linux-5.6.10+_5.6.10+-1_amd64.buildinfo linux-image-5.6.10+_5.6.10+-1_amd64.deb
linux-5.6.10+_5.6.10+-1_amd64.changes linux-libc-dev_5.6.10+-1_amd64.deb
android@nazar:~/patched_source$ uname -a
Linux nazar 5.4.0-26-generic #30-Ubuntu SMP Mon Apr 20 16:58:30 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
android@nazar:~/patched_source$ sudo dpkg -i ../*.deb
[sudo] password for android:
dpkg: error: cannot access archive '../*.deb': No such file or directory
android@nazar:~/patched_source$ sudo dpkg -i *.deb
Selecting previously unselected package linux-headers-5.6.10+.
(Reading database ... 152012 files and directories currently installed.)
Preparing to unpack linux-headers-5.6.10+_5.6.10+-1_amd64.deb ...
Unpacking linux-headers-5.6.10+ (5.6.10+-1) ...
Selecting previously unselected package linux-image-5.6.10+.
Preparing to unpack linux-image-5.6.10+_5.6.10+-1_amd64.deb ...
Unpacking linux-image-5.6.10+ (5.6.10+-1) ...
Preparing to unpack linux-libc-dev_5.6.10+-1_amd64.deb ...
Unpacking linux-libc-dev:amd64 (5.6.10+-1) over (5.4.0-26.30) ...
Setting up linux-headers-5.6.10+ (5.6.10+-1) ...
Setting up linux-image-5.6.10+ (5.6.10+-1) ...
* dkms: running auto installation service for kernel 5.6.10+
Kernel preparation unnecessary for this kernel. Skipping...
applying patch 0002-Makefile.patch...patching file Makefile
Hunk #1 succeeded at 113 with fuzz 1.
Hunk #2 succeeded at 132 with fuzz 2 (offset 1 line).
applying patch 0003-Make-up-for-missing-init_MUTEX.patch...patching file src/wl/sys/wl_linux.c
Hunk #1 succeeded at 111 with fuzz 2 (offset 12 lines).
applying patch 0010-change-the-network-interface-name-from-eth-to-wlan.patch...patching file src/wl/sys/wl_linux.c
Hunk #1 succeeded at 221 (offset -14 lines).
applying patch 0013-gcc.patch...patching file Makefile
applying patch 0019-broadcom-sta-6.30.223.248-3.18-null-pointer-fix.patch...patching file src/wl/sys/wl_linux.c
Hunk #1 succeeded at 2169 (offset 12 lines).
applying patch 0020-add-support-for-linux-4.3.patch...patching file src/shared/linux_osl.c
applying patch 0021-add-support-for-Linux-4.7.patch...patching file src/wl/sys/wl_cfg80211_hybrid.c
applying patch 0022-add-support-for-Linux-4.8.patch...patching file src/wl/sys/wl_cfg80211_hybrid.c
Hunk #1 succeeded at 2391 (offset 3 lines).
Hunk #2 succeeded at 2501 (offset 3 lines).
Hunk #3 succeeded at 2933 (offset 9 lines).
applying patch 0023-add-support-for-Linux-4.11.patch...patching file src/include/linuxver.h
patching file src/wl/sys/wl_linux.c
Hunk #1 succeeded at 2919 (offset 4 lines).
applying patch 0024-add-support-for-Linux-4.12.patch...patching file src/wl/sys/wl_cfg80211_hybrid.c
Hunk #1 succeeded at 55 (offset 5 lines).
Hunk #2 succeeded at 472 (offset 5 lines).
Hunk #3 succeeded at 2371 (offset 5 lines).
Hunk #4 succeeded at 2388 (offset 5 lines).
applying patch 0025-add-support-for-Linux-4.14.patch...patching file src/shared/linux_osl.c
Hunk #1 succeeded at 1080 (offset 4 lines).
applying patch 0026-add-support-for-Linux-4.15.patch...patching file src/wl/sys/wl_linux.c
Hunk #2 succeeded at 2306 (offset 4 lines).
Hunk #3 succeeded at 2368 (offset 4 lines).
applying patch 0027-add-support-for-linux-5.1.patch...patching file src/include/linuxver.h
Hunk #1 succeeded at 595 (offset 4 lines).
Building module:
cleaning build area...
make -j4 KERNELRELEASE=5.6.10+ -C /lib/modules/5.6.10+/build M=/var/lib/dkms/bcmwl/6.30.223.271+bdcom/build....(bad exit status: 2)
ERROR (dkms apport): kernel package linux-headers-5.6.10+ is not supported
Error! Bad return status for module build on kernel: 5.6.10+ (x86_64)
Consult /var/lib/dkms/bcmwl/6.30.223.271+bdcom/build/make.log for more information.
[ OK ]
update-initramfs: Generating /boot/initrd.img-5.6.10+
Sourcing file `/etc/default/grub'
Sourcing file `/etc/default/grub.d/init-select.cfg'
Generating grub configuration file ...
Found linux image: /boot/vmlinuz-5.6.10+
Found initrd image: /boot/initrd.img-5.6.10+
Found linux image: /boot/vmlinuz-5.4.0-26-generic
Found initrd image: /boot/initrd.img-5.4.0-26-generic
Adding boot menu entry for UEFI Firmware Settings
done
Setting up linux-libc-dev:amd64 (5.6.10+-1) ...
BEFORE REBOOT android@nazar:~/patched_source$ uname -a Linux nazar 5.4.0-26-generic #30-Ubuntu SMP Mon Apr 20 16:58:30 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
My files are in NTFS drive 4416017316016770 which is automount on bootup. No files however is shown during gnome search from my NTFS drive. Although lot of crawling work of tracker has gone for hours now.
android@clr:~
$ lsblk
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
sda 8:0 0 465.8G 0 disk
├─sda1 8:1 0 292M 0 part /boot/efi
├─sda2 8:2 0 512M 0 part [SWAP]
├─sda3 8:3 0 108.6G 0 part /
├─sda4 8:4 0 16M 0 part
├─sda5 8:5 0 79G 0 part
└─sda6 8:6 0 277.4G 0 part /media/4416017316016770
sr0 11:0 1 1024M 0 rom
4416017316016770 contains common directory for me (linux+ windows dual boot)
i have full read/write access to that partition.
android@clr:~
$ cat /etc/fstab
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/sda3 during installation
UUID=81c4bc1c-1a7e-4822-acae-220bbe572240 / ext4 errors=remount-ro 0 1
# /boot/efi was on /dev/sda1 during installation
UUID=1A74-A270 /boot/efi vfat umask=0077 0 1
# swap was on /dev/sda2 during installation
UUID=10842320-1286-413f-bf08-3e0ca76bcf2f none swap sw 0 0
/dev/disk/by-uuid/4416017316016770 /media/4416017316016770 ntfs-3g defaults,windows_names,locale=en_US.utf8 0 0
android@clr:~
$ sudo cat /etc/updatedb.conf
PRUNE_BIND_MOUNTS="yes"
# PRUNENAMES=".git .bzr .hg .svn"
PRUNEPATHS="/tmp /var/spool /var/lib/os-prober /var/lib/ceph /home/.ecryptfs /var/lib/schroot"
PRUNEFS="NFS afs autofs binfmt_misc ceph cgroup cgroup2 cifs coda configfs curlftpfs debugfs devfs devpts devtmpfs ecryptfs ftpfs fuse.ceph fuse.cryfs fuse.encfs fuse.glusterfs fuse.gvfsd-fuse fuse.mfs fuse.rozofs fuse.sshfs fusectl fusesmb hugetlbfs iso9660 lustre lustre_lite mfs mqueue ncpfs nfs nfs4 ocfs ocfs2 proc pstore rpc_pipefs securityfs shfs smbfs sysfs tmpfs tracefs udev udf usbfs"
android@clr:~
$
i want verkhnenovokutlumbetyevo to be shown on gnome activities search.
i mounted the volume now to home itself.. still gnome search not working.
[android@android ~]$ cat /etc/fstab
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a device; this may
# be used with UUID= as a more robust way to name devices that works even if
# disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
UUID=9DB8-17F3 /boot/efi vfat umask=0077 0 2
UUID=4ac0a64a-e4eb-4921-bb96-9bcfef722aa4 / ext4 defaults,noatime 0 1
/dev/disk/by-uuid/4416017316016770 /home/android/4416017316016770 ntfs-3g defaults 0 0
FINALLY SOLVED . THANKS TO POST BELOW IN ANSWER
Some icons are missing from a KDE application (Okular) in Ubuntu.
How could this be fixed?
Opening okular from terminal shows:
android@android:~$ okular
Invalid Context= "Apps" line for icon theme: "/snap/communitheme/current/share/icons/Suru/256x256@2x/apps/"
Invalid Context= "Mimetypes" line for icon theme: "/snap/communitheme/current/share/icons/Suru/256x256@2x/mimetypes/"
Invalid Context= "Mimetypes" line for icon theme: "/snap/communitheme/current/share/icons/Suru/scalable/mimetypes/"
Invalid Context= "Apps" line for icon theme: "/snap/communitheme/current/share/icons/Suru/256x256@2x/apps/"
Invalid Context= "Mimetypes" line for icon theme: "/snap/communitheme/current/share/icons/Suru/256x256@2x/mimetypes/"
Invalid Context= "Mimetypes" line for icon theme: "/snap/communitheme/current/share/icons/Suru/scalable/mimetypes/"
Is there any resume support for snap?
android@android:~$ snap install shotcut --classic
Download snap "shotcut" (17) from channel "stable" 22% 4.75MB/s 51.1serror: cannot perform the following tasks:
- Download snap "shotcut" (17) from channel "stable" (net/http: request canceled)
android@android:~$ snap install shotcut --classic
Download snap "shotcut" (17) from channel "stable" 0% 432kB/s 12.0merror: cannot perform the following tasks:
- Download snap "shotcut" (17) from channel "stable" (net/http: request canceled)
android@android:~$
Here i want snap to resume from my previous 22% download.
How to move minimize maximize and close button to left in ubuntu 17.10? I want them like in old days.
.
I'm using Ubuntu 17.10. I want the Panel to be always transparent instead of dynamic transparency.
I take screenshots a lot. I usually take screenshot of an area, I then recheck if I have the desired area and then copy it to clipboard.
I want to change this behaviour so that immediately upon pressing Shift+PrntScr the screen capture application allows me to select an area, and immediately afterwards it provides me with the option to save to a particular location or clipboard.
I want Shift+PrntScr to bring up a pop-up screen like this:
How to install gnome desktop in ubuntu 17.04?
Mouse cursor disappear on video playback on ubuntu 16.10 on vlc.
As I hover my mouse pointer over the video playback, the mouse pointer disappears eventhough when i move around the mouse cursor.
nazar@android:~$ sudo dpkg -i wps*amd64.deb
[sudo] password for nazar:
Selecting previously unselected package wps-office.
(Reading database ... 227014 files and directories currently installed.)
Preparing to unpack wps-office_10.1.0.5672-a21_amd64.deb ...
Unpacking wps-office (10.1.0.5672~a21) ...
dpkg: dependency problems prevent configuration of wps-office:
wps-office depends on libpng12-0; however:
Package libpng12-0 is not installed.
dpkg: error processing package wps-office (--install):
dependency problems - leaving unconfigured
Processing triggers for desktop-file-utils (0.23-1ubuntu1) ...
Processing triggers for mime-support (3.60ubuntu1) ...
Processing triggers for shared-mime-info (1.7-1) ...
Unknown media type in type 'all/all'
Unknown media type in type 'all/allfiles'
Processing triggers for hicolor-icon-theme (0.15-1) ...
Errors were encountered while processing:
wps-office
nazar@android:~$ sudo apt-get install libpng12-0
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package libpng12-0 is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package 'libpng12-0' has no installation candidate
nazar@android:~$ sudo apt install -f
Reading package lists... Done
Building dependency tree
Reading state information... Done
Correcting dependencies... Done
The following packages will be REMOVED:
wps-office
0 upgraded, 0 newly installed, 1 to remove and 0 not upgraded.
1 not fully installed or removed.
After this operation, 367 MB disk space will be freed.
Do you want to continue? [Y/n] n
Abort.
nazar@android:~$
I got the following screenshot from a Spatry linux video from https://www.youtube.com/watch?v=ROyqnJg1Ipo
I want something like this on every prompt
----[myusername@laptop]------[14:30:44]----/mnt/1CFED66BFED63CA8/router/Documents/hacking/1 set up tools/wifiphisher
==>
appstreamcli
is overheating my laptop by constantly using 100% of a core. My only solution is to kill it. Here's a screenshot of top
:
I can kill appstreamcli
with either sudo kill pid
or sudo killall appstreamcli
. But once I do sudo apt update
, the appstreamcli
process returns again and hangs the update. If I then kill it, I get the following output:
Reading package lists... Done
E: Problem executing scripts APT::Update::Post-Invoke-Success
'if /usr/bin/test -w /var/cache/app-info -a -e /usr/bin/appstreamcli;
then appstreamcli refresh > /dev/null;
fi'
E: Sub-process returned an error code
What is this process and why is it using so much CPU?
My prefered browser: Chromium My prefered download manager : uget+aria2
When I download a Google Drive folder shared to me, Chromium automatically downloads it by its default download manager. Problem is the size is really huge. So I got to have some resume support.
Link is like https://doc-00-1s-docs.googleusercontent.com/docs/secure/bla bla bla bla.
So when I copy the link to uget, or aria2 in terminal... a ServiceLogin.html file gets downloaded.
I have no luck with wget via terminal as well.
So what could be the easy way?
I miss "everything search" and "listary " of Windows - they are super quick to find and launch. Time for them to index my whole harddisk is 0.2 seconds[i guess they use the NTFS journal database]. They are automatically re-index instantly if some new files are created.
I want to locate a file in Linux by just its filename NOT its content. everything does the same in windows.
In Linux i have found two options that works for me. Time for them to index my whole harddisk using:
- 1st option:
sudo updatedb
(mlocate) 3 minutes to reindex the database. - 2nd option: everything via wine ... roughly 5 minutes [it index even ext4 ].
Now I am a desktop user so i prefer a nice gui to search them quickly.
- 1st option : use the same everything via wine. Searching file is instant. Problem then arise with mime settings which can be fixed via https://raw.githubusercontent.com/MestreLion/wine-tools/master/wine-import-extensions
- 2nd option: catfish uses the power of locate. It does job but displaying file takes around 2 seconds even though all files have been indexed by
updatedb
.
Honourable mentions:
- krunner does the job.. but i hate the fact that baloo indexing takes forever. I guess it search for content inside file as well. If only it would give us to index just the filename.
- unity dash can find the files you touched. But it doesnot locate outside the files/folder which you have touched.
So my question . Does anybody knows how i can index quickly and search the indexed filename with a gui?