Cannot open folders from icons on desktop
I'm on Ubuntu 18.04 and noticed sometime that I cannot open any folders from the icons on my desktop anymore. The following error is given in /var/log/syslog
when trying:
$ cat /var/log/syslog | tail -3
Jan 16 17:59:51 drstoop-pc kernel: [ 657.870793] [UFW BLOCK] IN=wlp112s0 OUT= MAC=01:00:5e:00:00:01:c4:71:54:33:0a:b0:08:00 SRC=192.168.0.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0x00 TTL=1 ID=0 DF PROTO=2
Jan 16 18:00:33 drstoop-pc signal-desktop.desktop[4016]: {"name":"log","hostname":"drstoop-pc","pid":4016,"level":30,"msg":"Sending a keepalive message","time":"2019-01-16T16:00:33.885Z","v":0}
Jan 16 18:00:34 drstoop-pc nautilus-deskto[4026]: cannot open folder on desktop, freedesktop bus not ready
Nevertheless opening the desktop folders works from a nautilus window and also after killing and restarting nautilus-desktop. Restarting only helps till the next reboot:
$ killall nautilus-desktop
$ nautilus-desktop &
But I'd prefer a bug-fix, not a workaround... any ideas? THX!
Further logs
Kill, restarting and opening a folder from a desktop icon results in following /var/log/syslog
:
Jan 16 18:09:48 drstoop-pc dbus-daemon[3099]: [session uid=1000 pid=3099] Activating service name='org.gnome.Nautilus' requested by ':1.21' (uid=1000 pid=3228 comm="/usr/bin/gnome-shell " label="unconfined")
Jan 16 18:09:48 drstoop-pc dbus-daemon[3099]: [session uid=1000 pid=3099] Successfully activated service 'org.gnome.Nautilus'
Jan 16 18:09:48 drstoop-pc dbus-daemon[1927]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' requested by ':1.106' (uid=1000 pid=6160 comm="/usr/bin/nautilus --gapplication-service " label="unconfined")
Jan 16 18:09:48 drstoop-pc systemd[1]: Starting Hostname Service...
Jan 16 18:09:48 drstoop-pc dbus-daemon[1927]: [system] Successfully activated service 'org.freedesktop.hostname1'
Jan 16 18:09:48 drstoop-pc systemd[1]: Started Hostname Service.
nautilus icons directory .desktop
add a comment |
I'm on Ubuntu 18.04 and noticed sometime that I cannot open any folders from the icons on my desktop anymore. The following error is given in /var/log/syslog
when trying:
$ cat /var/log/syslog | tail -3
Jan 16 17:59:51 drstoop-pc kernel: [ 657.870793] [UFW BLOCK] IN=wlp112s0 OUT= MAC=01:00:5e:00:00:01:c4:71:54:33:0a:b0:08:00 SRC=192.168.0.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0x00 TTL=1 ID=0 DF PROTO=2
Jan 16 18:00:33 drstoop-pc signal-desktop.desktop[4016]: {"name":"log","hostname":"drstoop-pc","pid":4016,"level":30,"msg":"Sending a keepalive message","time":"2019-01-16T16:00:33.885Z","v":0}
Jan 16 18:00:34 drstoop-pc nautilus-deskto[4026]: cannot open folder on desktop, freedesktop bus not ready
Nevertheless opening the desktop folders works from a nautilus window and also after killing and restarting nautilus-desktop. Restarting only helps till the next reboot:
$ killall nautilus-desktop
$ nautilus-desktop &
But I'd prefer a bug-fix, not a workaround... any ideas? THX!
Further logs
Kill, restarting and opening a folder from a desktop icon results in following /var/log/syslog
:
Jan 16 18:09:48 drstoop-pc dbus-daemon[3099]: [session uid=1000 pid=3099] Activating service name='org.gnome.Nautilus' requested by ':1.21' (uid=1000 pid=3228 comm="/usr/bin/gnome-shell " label="unconfined")
Jan 16 18:09:48 drstoop-pc dbus-daemon[3099]: [session uid=1000 pid=3099] Successfully activated service 'org.gnome.Nautilus'
Jan 16 18:09:48 drstoop-pc dbus-daemon[1927]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' requested by ':1.106' (uid=1000 pid=6160 comm="/usr/bin/nautilus --gapplication-service " label="unconfined")
Jan 16 18:09:48 drstoop-pc systemd[1]: Starting Hostname Service...
Jan 16 18:09:48 drstoop-pc dbus-daemon[1927]: [system] Successfully activated service 'org.freedesktop.hostname1'
Jan 16 18:09:48 drstoop-pc systemd[1]: Started Hostname Service.
nautilus icons directory .desktop
The next Ubuntu version 19.04 will drop support of desktop folders and use a gnome-shell extension instead. Awaiting this, or a real fix, you could workaround by having your two commands autorun when you login.
– vanadium
Jan 16 at 17:52
thx, good info... waiting sounds like an efficient fix ;)
– drstoop
yesterday
add a comment |
I'm on Ubuntu 18.04 and noticed sometime that I cannot open any folders from the icons on my desktop anymore. The following error is given in /var/log/syslog
when trying:
$ cat /var/log/syslog | tail -3
Jan 16 17:59:51 drstoop-pc kernel: [ 657.870793] [UFW BLOCK] IN=wlp112s0 OUT= MAC=01:00:5e:00:00:01:c4:71:54:33:0a:b0:08:00 SRC=192.168.0.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0x00 TTL=1 ID=0 DF PROTO=2
Jan 16 18:00:33 drstoop-pc signal-desktop.desktop[4016]: {"name":"log","hostname":"drstoop-pc","pid":4016,"level":30,"msg":"Sending a keepalive message","time":"2019-01-16T16:00:33.885Z","v":0}
Jan 16 18:00:34 drstoop-pc nautilus-deskto[4026]: cannot open folder on desktop, freedesktop bus not ready
Nevertheless opening the desktop folders works from a nautilus window and also after killing and restarting nautilus-desktop. Restarting only helps till the next reboot:
$ killall nautilus-desktop
$ nautilus-desktop &
But I'd prefer a bug-fix, not a workaround... any ideas? THX!
Further logs
Kill, restarting and opening a folder from a desktop icon results in following /var/log/syslog
:
Jan 16 18:09:48 drstoop-pc dbus-daemon[3099]: [session uid=1000 pid=3099] Activating service name='org.gnome.Nautilus' requested by ':1.21' (uid=1000 pid=3228 comm="/usr/bin/gnome-shell " label="unconfined")
Jan 16 18:09:48 drstoop-pc dbus-daemon[3099]: [session uid=1000 pid=3099] Successfully activated service 'org.gnome.Nautilus'
Jan 16 18:09:48 drstoop-pc dbus-daemon[1927]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' requested by ':1.106' (uid=1000 pid=6160 comm="/usr/bin/nautilus --gapplication-service " label="unconfined")
Jan 16 18:09:48 drstoop-pc systemd[1]: Starting Hostname Service...
Jan 16 18:09:48 drstoop-pc dbus-daemon[1927]: [system] Successfully activated service 'org.freedesktop.hostname1'
Jan 16 18:09:48 drstoop-pc systemd[1]: Started Hostname Service.
nautilus icons directory .desktop
I'm on Ubuntu 18.04 and noticed sometime that I cannot open any folders from the icons on my desktop anymore. The following error is given in /var/log/syslog
when trying:
$ cat /var/log/syslog | tail -3
Jan 16 17:59:51 drstoop-pc kernel: [ 657.870793] [UFW BLOCK] IN=wlp112s0 OUT= MAC=01:00:5e:00:00:01:c4:71:54:33:0a:b0:08:00 SRC=192.168.0.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0x00 TTL=1 ID=0 DF PROTO=2
Jan 16 18:00:33 drstoop-pc signal-desktop.desktop[4016]: {"name":"log","hostname":"drstoop-pc","pid":4016,"level":30,"msg":"Sending a keepalive message","time":"2019-01-16T16:00:33.885Z","v":0}
Jan 16 18:00:34 drstoop-pc nautilus-deskto[4026]: cannot open folder on desktop, freedesktop bus not ready
Nevertheless opening the desktop folders works from a nautilus window and also after killing and restarting nautilus-desktop. Restarting only helps till the next reboot:
$ killall nautilus-desktop
$ nautilus-desktop &
But I'd prefer a bug-fix, not a workaround... any ideas? THX!
Further logs
Kill, restarting and opening a folder from a desktop icon results in following /var/log/syslog
:
Jan 16 18:09:48 drstoop-pc dbus-daemon[3099]: [session uid=1000 pid=3099] Activating service name='org.gnome.Nautilus' requested by ':1.21' (uid=1000 pid=3228 comm="/usr/bin/gnome-shell " label="unconfined")
Jan 16 18:09:48 drstoop-pc dbus-daemon[3099]: [session uid=1000 pid=3099] Successfully activated service 'org.gnome.Nautilus'
Jan 16 18:09:48 drstoop-pc dbus-daemon[1927]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' requested by ':1.106' (uid=1000 pid=6160 comm="/usr/bin/nautilus --gapplication-service " label="unconfined")
Jan 16 18:09:48 drstoop-pc systemd[1]: Starting Hostname Service...
Jan 16 18:09:48 drstoop-pc dbus-daemon[1927]: [system] Successfully activated service 'org.freedesktop.hostname1'
Jan 16 18:09:48 drstoop-pc systemd[1]: Started Hostname Service.
nautilus icons directory .desktop
nautilus icons directory .desktop
asked Jan 16 at 16:26
drstoopdrstoop
11
11
The next Ubuntu version 19.04 will drop support of desktop folders and use a gnome-shell extension instead. Awaiting this, or a real fix, you could workaround by having your two commands autorun when you login.
– vanadium
Jan 16 at 17:52
thx, good info... waiting sounds like an efficient fix ;)
– drstoop
yesterday
add a comment |
The next Ubuntu version 19.04 will drop support of desktop folders and use a gnome-shell extension instead. Awaiting this, or a real fix, you could workaround by having your two commands autorun when you login.
– vanadium
Jan 16 at 17:52
thx, good info... waiting sounds like an efficient fix ;)
– drstoop
yesterday
The next Ubuntu version 19.04 will drop support of desktop folders and use a gnome-shell extension instead. Awaiting this, or a real fix, you could workaround by having your two commands autorun when you login.
– vanadium
Jan 16 at 17:52
The next Ubuntu version 19.04 will drop support of desktop folders and use a gnome-shell extension instead. Awaiting this, or a real fix, you could workaround by having your two commands autorun when you login.
– vanadium
Jan 16 at 17:52
thx, good info... waiting sounds like an efficient fix ;)
– drstoop
yesterday
thx, good info... waiting sounds like an efficient fix ;)
– drstoop
yesterday
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1110329%2fcannot-open-folders-from-icons-on-desktop%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1110329%2fcannot-open-folders-from-icons-on-desktop%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
The next Ubuntu version 19.04 will drop support of desktop folders and use a gnome-shell extension instead. Awaiting this, or a real fix, you could workaround by having your two commands autorun when you login.
– vanadium
Jan 16 at 17:52
thx, good info... waiting sounds like an efficient fix ;)
– drstoop
yesterday