You are not logged in.
Pages: 1
I'd like to customize the Panel 'Menu', for example, to add 'sudo thunar'. Is that possible? How? -- Link to appropriate help article is a fine solution.
Thanks & Ciao - Mark.
--update--
I read this:
http://docs.xfce.org/xfce/xfdesktop/usa … sktop_menu
and this:
http://wiki.xfce.org/howto/customize-menu
I didn't understand them. - M.
--update--
I edited /etc/xdg/menus/xfce-applications.menu
Before:
<Filename>xfce4-run.desktop</Filename>
<Filename>exo-terminal-emulator.desktop</Filename>
<Filename>exo-file-manager.desktop</Filename>
<Filename>exo-mail-reader.desktop</Filename>
<Filename>exo-web-browser.desktop</Filename>
After:
<Filename>xfce4-run.desktop</Filename>
<Filename>exo-terminal-emulator.desktop</Filename>
<Filename>sudo thunar</Filename> <-- added line
<Filename>exo-file-manager.desktop</Filename>
<Filename>exo-mail-reader.desktop</Filename>
<Filename>exo-web-browser.desktop</Filename>
It didn't work. (This is so easy to accomplish in Windows.)
Is there a Linux equivalent of the Windows "Run as Administrator" right-click context menu addition?
I'm trying to create a GUI way to run 'sudo thunar'. If you know how to do this, please share.
Thanks - Mark.
Last edited by markfilipak (2013-03-31 06:51:07)
VirtualBox 5.0.10
Host: Win7 Home Premium, 64-bit
Guest: Linux Mint 17.2, 64-bit + Xfce ?.??
Offline
sudo only run on console
if you want a graphical sudo the option are gksu
install gksu and change sudo for gksu and tell we
XFCE :: Arch Linux
:: AMD E-300 APU with Radeon(tm) HD Graphics @ 1300 MHz
:: Advanced Micro Devices, Inc. [AMD/ATI] Wrestler [Radeon HD 6310]
:: LED with aspect ration of 16:9 in 14.0'' (1366x768) [Radeon driver]
Offline
you added a command instead of a .desktop file, it doesn't work that way :-)
Look at .desktop files syntax in /usr/share/applications , create a new one for your command ( gksudo thunar )
You don't need to edit menu, xfce will automatically add new .desktop files (xfce looks at Categories in .desktop file to put item in the right submenu)
Offline
Pages: 1
[ Generated in 0.013 seconds, 8 queries executed - Memory usage: 524 KiB (Peak: 524.84 KiB) ]