You are not logged in.
How do you edit the menus in razor-qt?
Last edited by ATmega328 (2012-11-03 01:33:01)
Offline
Okay, it seems like nobody else uses razor-qt. So I have removed it. I will write my own desktop organizer on top of openbox.
Offline
Well, a little late I know, bur razor-qt follows the freedesktop standards, or tries to, it is still quite a young project.
http://standards.freedesktop.org/menu-spec/latest/
So you can add items to the menu by creation a .desktop file in ~/.local/share/applications.
eg: gtklp.desktop
[Desktop Entry]
Categories=System;Printing;
Comment=CUPS Gtk Interface
Exec=gtklp
Icon=printer
Name=Print Manager
NoDisplay=false
Path[$e]=
StartupNotify=true
Terminal=0
TerminalOptions=
Type=Application
X-KDE-SubstituteUID=false
X-KDE-Username=There is no menu editor in razor-qt yet ![]()
Andrew
Offline
May just use KDEs menu editor unless razor-qt gets one?
Linux odin 3.13.1-pf #1 SMP PREEMPT Wed Mar 5 21:47:28 CET 2014 x86_64 GNU/Linux
Offline
kmenuedit from the command line, but don't try reading the menu files afterwards. They quickly become incomprehensible.
Andrew
Offline