Changing the file "/etc/init/lightdm.conf" solved the issue to me:
- Original file:
...
post-start script
sleep 5
clear > /dev/tty7
end script
...
- Modified file:
...
post-start script
sleep 10
clear > /dev/tty7
end script
...
Hope it helps.
--
You received this bug noti
Ops, sorry. I´ve celebrated too early. The change above stills lets the
error happen.
I change the sleep of place, putting it above the "exec lightdm" line
(/etc/init/lightdm.conf):
...
sleep 10
exec lightdm
end script
post-start script
sleep 5
clear > /dev/tty7
end script
...
Seems fixed to me with the following steps:
1. Clean install ubuntu 16.04.1
2. sudo apt-get update -y
3. sudo apt-get upgrade -y
4. reboot
5. sudo apt-get dist-upgrade -y
6. reboot
7. sudo apt-get install linux-generic-hwe-16.04-edge
8. reboot
Rebooted about ten times, no error so far.
* OBS:
How to reproduce the bug:
1. Open Nautilus: Everything normal, hidden files are hidden.
2. In Nautilus press CTRL + H: Hidden files are shown.
3. Close Nautilus and open again: hidden files are back hidden.
4. Open Gedit;
5. In gedit try to open file. In the file chooser dialog, press ctrl + h.
Gnome developers says it is fixed in 3.18. Can we backport the fix or
upgrade the version ? (
https://bugzilla.gnome.org/show_bug.cgi?id=710093#c12 ).
--
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in Ubuntu.
https://bugs.lau
To clarify: its not fixed. Ubuntu 16.04 uses nautilus 3.14.3. The bug is
fixed in latest stable version, 3.20.
--
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1247221
Title:
Nautil