You are not logged in.

#1 2012-11-01 16:05:39

ATmega328
Member
Registered: 2012-10-31
Posts: 11

Modifying menus in razor-qt

How do you edit the menus in razor-qt?

Last edited by ATmega328 (2012-11-03 01:33:01)

Offline

#2 2012-11-13 16:44:30

ATmega328
Member
Registered: 2012-10-31
Posts: 11

Re: Modifying menus in razor-qt

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

#3 2013-06-03 07:40:20

fdservices
Member
From: France
Registered: 2012-02-06
Posts: 413

Re: Modifying menus in razor-qt

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 sad

Andrew

Offline

#4 2013-06-03 14:21:44

Thaodan
Member
From: Dortmund, Nordrein-Westfalen
Registered: 2012-04-28
Posts: 448

Re: Modifying menus in razor-qt

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

#5 2013-06-03 14:34:28

fdservices
Member
From: France
Registered: 2012-02-06
Posts: 413

Re: Modifying menus in razor-qt

kmenuedit from the command line, but don't try reading the menu files afterwards. They quickly become incomprehensible.

Andrew

Offline

Board footer

Powered by FluxBB