Page 1 of 1

What is the path to the Update Manager?

Posted: Tue Mar 06, 2012 10:39 pm
by Herpy
I installed fluxbox over LMDE xfce and I want to add the update manager to the fluxbox menu, but I don't know the path, what is the path so I can edit in?

Re: What is the path to the Update Manager?

Posted: Tue Mar 06, 2012 10:52 pm
by sagirfahmid3
/usr/lib/linuxmint/mintUpdate/mintUpdate.py

Re: What is the path to the Update Manager?

Posted: Tue Mar 06, 2012 11:24 pm
by Herpy
sagirfahmid3 wrote:/usr/lib/linuxmint/mintUpdate/mintUpdate.py
ah, danke!

Re: What is the path to the Update Manager?

Posted: Tue Mar 13, 2012 8:02 am
by AlbertP
I think sudo mintupdate is probably sufficient to launch the update manager.

Re: What is the path to the Update Manager?

Posted: Tue Mar 13, 2012 9:39 am
by sagirfahmid3
I want to add the update manager to the fluxbox menu
He wants to make a shortcut to that I guess, and not by the terminal way.

Re: What is the path to the Update Manager?

Posted: Tue Mar 13, 2012 10:35 am
by AlbertP
That's true. You can't use sudo in menu options. gksudo can be used instead, but the preferred way to do so is:

Code: Select all

su-to-root -X -c mintupdate
This command works for me. No need to type the whole path.

Menus also accept terminal commands, but don't open a terminal to run them - sudo requires you to type the password in the terminal.

Re: What is the path to the Update Manager?

Posted: Wed Mar 14, 2012 4:58 pm
by Alaric
Thanks for the command-usage and the explanation, Albert. Very nice!