It keeps popping out the notifier, but it doesn't tell me what the issue is, and I see it every time I enter my desktop.
JulianLai's questions
I need to rename only directories and not files, and I want to do it with rename
.
Is there any way to do it?
It says nothing in the manual about differentiating between directories and files.
This command changes everything, no matter directory or files:
rename 's/ /\n/g' *
This command solved my problem:
rename 's/ /\n/g' */
I need a slash behind it.
They have been failing to build the kernel for a while, what happens to them?
What does this thing do? It happens after I install a newer kernel, but it doesn't happen to another PC.
3min 9.523s plymouth-quit-wait.service
5.423s NetworkManager-wait-online.service
2.930s dev-sda1.device
2.091s snapd.service
1.612s dev-loop10.device
1.602s dev-loop11.device
1.581s dev-loop8.device
1.574s dev-loop12.device
1.534s dev-loop9.device
1.299s dev-loop1.device
1.263s dev-loop2.device
1.239s dev-loop0.device
1.232s dev-loop3.device
1.218s dev-loop5.device
1.191s udisks2.service
1.179s dev-loop6.device
1.175s dev-loop4.device
1.159s dev-loop7.device
1.099s ModemManager.service
1.067s networkd-dispatcher.service
948ms accounts-daemon.service
888ms gdm.service
857ms systemd-logind.service
815ms avahi-daemon.service
810ms thermald.service
799ms loadcpufreq.service
795ms gpu-manager.service
772ms wpa_supplicant.service
772ms NetworkManager.service
There is a thing which is called miracast, it can mirror the display of the Android phone to another monitor, but my screen doesn't have this function, am I possible to do it in Ubuntu?
If there are pictures in folder A, B, C.....Z, how do I automatically set the first picture in each of these folders as its folder icon? Is there a way like a script or something else?
It's really painful to do it in CLI, there are so many commands and parameters that I can not fully understand and remember, but I still need to set up the OpenVPN server, is there any way to do it in GUI? Any GUI tool to do it easily?
I'm planning to get a HTC VIVE for watching movies in virtual reality, but the virtual desktop for steam is only for Windows.
Is there any virtual desktop app for GNU/Linux?
I have installed the unity8-desktop-session-mir package and logout, but no matter how I choose the Unity8, it is fail to login the desktop, it just stuck at the login screen, and I can do nothing but restart the lightdm.
mpv: error while loading shared libraries: libgbm.so.1: cannot open shared object file: No such file or directory
everything is from Ubuntu's repository, the 3rd party ppa doesn't work either.
I directly upgrade it from 14.04 to 16.04
When I change the icons of my folders, where does Ubuntu store these icon settings? I would like to know because I set the wrong picture to be the icon of folder, so I replaced it with another picture which was as the same filename as the wrong one, but the icon didn't change. How can I change the icon?
I hate totem player, it is useless to me, so I installed the ffmpegthumbnailer, removed totem player, and changed the default thumbnailer to it by following steps.
sudo apt-get install ffmpeg ffmpegthumbnailer gstreamer0.10-ffmpeg
Then deleted thumbnail cache:
rm ~/.thumbnails/fail/gnome-thumbnail-factory/*
rm ~/.thumbnails/normal/*
I then made a change in /usr/share/thumbnailers/totem.thumbnailer
from this:
[Thumbnailer Entry]
TryExec=/usr/bin/totem-video-thumbnailer
Exec=/usr/bin/totem-video-thumbnailer -s %s %u %o
to this:
[Thumbnailer Entry]
TryExec=ffmpegthumbnailer
Exec=ffmpegthumbnailer -s %s -i %i -o %o -c png -f -t 10
But it can't generate the thumbnails from HEVC Main10P and VP9 codec videos, what should I do?
Some people on reddit say that it may not be in 16.04, will it?
I have lost lots of data on XFS, so I am looking foward to the ZFS.