Mageia Bugzilla – Attachment 4666 Details for
Bug 11178
No MCC launcher in LXDE panel - 4alpha2 DVD 64
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
[patch]
Rediffed patch to adding mcc in openbox launcher menu
lxde-common-0.5.5-add-mcc-to-panel.patch (text/plain), 1.14 KB, created by
Atilla ÖNTAŞ
on 2013-12-26 12:35:07 CET
(
hide
)
Description:
Rediffed patch to adding mcc in openbox launcher menu
Filename:
MIME Type:
Creator:
Atilla ÖNTAŞ
Created:
2013-12-26 12:35:07 CET
Size:
1.14 KB
patch
obsolete
>diff -ur lxde-common.old/openbox/menu.xml lxde-common/openbox/menu.xml >--- lxde-common.old/openbox/menu.xml 2011-07-29 17:04:03.000000000 +0300 >+++ lxde-common/openbox/menu.xml 2013-12-26 12:27:17.072878593 +0200 >@@ -8,11 +8,23 @@ > <startupnotify><enabled>yes</enabled><icon>pcmanfm</icon></startupnotify> > <command>pcmanfm</command></action> > </item> >- <item label="Xterm"> >- <action name="Execute"><command>xterm</command></action> >+ <item label="LXTerminal"> >+ <action name="Execute"> >+ <startupnotify><enabled>yes</enabled><icon>lxterminal</icon></startupnotify> >+ <command>lxterminal</command> >+ </action> > </item> >- <item label="Firefox"> >- <action name="Execute"><command>firefox</command></action> >+ <item label="Mozilla Firefox"> >+ <action name="Execute"> >+ <startupnotify><enabled>yes</enabled><icon>pcmanfm</icon></startupnotify> >+ <command>firefox</command> >+ </action> >+ </item> >+ <item label="Configure Your Computer"> >+ <action name="Execute"> >+ <startupnotify><enabled>yes</enabled><icon>drakconf</icon></startupnotify> >+ <command>drakconf</command> >+ </action> > </item> > </menu> >
diff -ur lxde-common.old/openbox/menu.xml lxde-common/openbox/menu.xml --- lxde-common.old/openbox/menu.xml 2011-07-29 17:04:03.000000000 +0300 +++ lxde-common/openbox/menu.xml 2013-12-26 12:27:17.072878593 +0200 @@ -8,11 +8,23 @@ <startupnotify><enabled>yes</enabled><icon>pcmanfm</icon></startupnotify> <command>pcmanfm</command></action> </item> - <item label="Xterm"> - <action name="Execute"><command>xterm</command></action> + <item label="LXTerminal"> + <action name="Execute"> + <startupnotify><enabled>yes</enabled><icon>lxterminal</icon></startupnotify> + <command>lxterminal</command> + </action> </item> - <item label="Firefox"> - <action name="Execute"><command>firefox</command></action> + <item label="Mozilla Firefox"> + <action name="Execute"> + <startupnotify><enabled>yes</enabled><icon>pcmanfm</icon></startupnotify> + <command>firefox</command> + </action> + </item> + <item label="Configure Your Computer"> + <action name="Execute"> + <startupnotify><enabled>yes</enabled><icon>drakconf</icon></startupnotify> + <command>drakconf</command> + </action> </item> </menu>
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 11178
: 4666 |
4667