Page 1 of 1

Application Launcher "shutdown" option gone

Posted: Sun Nov 04, 2012 7:51 pm
by Claudius
Hi,
I'm experiencing a strange problem: the option "shutdown" has disappered from the "Leave" submenu as well as from the main menu of the application launcher (I had activated its visibility using the KMenuEdit). The option to show the "shutdwon" function is shown in KMenuEdit but un-checking and re-checking it does not change the situation.

Any suggestion greatly appreciated.

Re: Application Launcher "shutdown" option gone

Posted: Tue Nov 06, 2012 6:16 am
by 007
Don't know much..... but you can add widgets -> lock/leave widget

Re: Application Launcher "shutdown" option gone

Posted: Tue Nov 06, 2012 4:59 pm
by Claudius
Thanks for the reply but the widget you suggested does not offer the option to shutdown the system. I can always run

Code: Select all

sudo /sbin/shutdown -h -P now

of course but that is not the point.

Re: Application Launcher "shutdown" option gone

Posted: Tue Nov 06, 2012 7:10 pm
by Flemur
I had that happen with starting without a display manager:

My .xinitrc:
exec /usr/bin/startxfce4 ---> NO shutdown menu (missing or greyed out).
exec ck-launch-session /usr/bin/startxfce4 --> shutdown menu.

If you're using a display manager (MDM, etc), you might reinstall it.

Re: Application Launcher "shutdown" option gone

Posted: Sat Nov 10, 2012 2:00 am
by Claudius
Not sure how to do that, any suggestion would be very helpful. KDM is used in my system and it has always displayed the shutdown option until it stopped working a few days ago.

Re: Application Launcher "shutdown" option gone

Posted: Sat Nov 10, 2012 2:29 am
by Claudius
Actually the problem might be a different one. I realized that none of the following applications works properly:
1) mintupdate: starts and then nothing happens (tried both from the menu and from terminal)
2) synaptic: starts only from terminal with
sudo synaptic
3) user management from system settings; it works only from terminal with
sudo kcmshell4 userconfig
but then lots of error messages relating to
/tmp/kde-user is owned by uid 1000 instead of uid 0
; using the command
kdesudo kcmshell4 userconfig
results instead in the following error:
kdesudo kcmshell4 userconfig

QInotifyFileSystemWatcherEngine::addPaths: inotify_add_watch failed: No such file or directory
QFileSystemWatcher: failed to add paths: /home/claudius/.config/ibus/bus
No protocol specified
kcmshell4: cannot connect to X server localhost:0.0
Totally confused!

Re: Application Launcher "shutdown" option gone

Posted: Tue Nov 13, 2012 11:38 am
by Schoelje
It looks very much like the bug I reported a while ago:
http://forums.linuxmint.com/viewtopic.php?f=47&t=113559

For me it was an update of xinit:
In my case it was the upgrade of xinit to version 1.3.2-1
When I downgraded that package to 1.3.1-1, all functioned as expected.

Re: Application Launcher "shutdown" option gone

Posted: Wed Nov 14, 2012 4:25 pm
by Claudius
Schoelje, thanks for the reply. I had a look at the version of xinit I am using at it is the 1.3.1-1. I also had a look at the bug you indicated in your post but I failed to see how that is relevant but thanks none the less. Still haven't found a solution.