Moin Moin,
buzztizzle schriebHallo Leute,
ich habe wieder eine Frage bezüglich Arch und Openbox.
Wie bekomme ich es hin, dass ich in meinem OBMenu (rechtsklick) die standard System Einstellungen hinzufügen kann?
Wie man Einträge hinzufügt weiß ich, jedoch nicht wie ich die System Einstellungen dort einfügen kann.
Vielen Dank für eure Hilfe !
Meinst Du eventuell so etwas wie dieses hier?
<menu id="system-menu" label="System">
<item label="Openbox Einstellungs-Manager">
<action name="Execute">
<command>obconf</command>
<startupnotify>
<enabled>yes</enabled>
</startupnotify>
</action>
</item>
<item label="Openbox Menü-Manager">
<action name="Execute">
<command>obmenu</command>
<startupnotify>
<enabled>yes</enabled>
</startupnotify>
</action>
</item>
<item label="Erscheinungsbild anpassen (LXAppearance)">
<action name="Execute">
<command>lxappearance</command>
<startupnotify>
<enabled>yes</enabled>
</startupnotify>
</action>
</item>
<item label="FbPanel Einstellungs-Manager">
<action name="Execute">
<command>fbpanel --configure</command>
<startupnotify>
<enabled>yes</enabled>
</startupnotify>
</action>
</item>
<item label="Manage Cups Printers">
<action name="Execute">
<command>xdg-open http://localhost:631/</command>
<startupnotify>
<enabled>no</enabled>
<icon>cups</icon>
</startupnotify>
</action>
</item>
<separator />
<item label="Reconfigure Openbox">
<action name="Reconfigure" />
</item>
</menu>
Frohe Ostern wünscht
Edward