Quantcast
Channel: openSUSE Forums
Viewing all articles
Browse latest Browse all 40713

Openbox - autostart not running and menu.xml not working

$
0
0
I'm having two issues with openbox on openSUSE 13.1. I have an autostart file in ~/.config/openbox and it's not executing at all on startup. My autostart read:

Code:

# Programs that will run after Openbox has started

# Set the wallpaper
nitrogen &

# A panel for good times
tint2 &

conky &

Also, I like how the menu is autogenerated based on what is installed. However, I want to add items at the top of the menu for my most frequently used programs. But my menu.xml is not being read. I used obmenu to generate it, and my menu.xml reads:

Code:

<?xml version="1.0" encoding="utf-8"?>
<menu id="ob-menu" label="Openbox Preferences">
    <menu id="None-22934" label="New Menu">
        <item label="Terminal">
            <action name="Execute">
                <execute>xfce4-terminal</execute>
            </action>
        </item>
        <item label="Firefox">
            <action name="Execute">
                <execute>Firefox</execute>
            </action>
        </item>
        <item label="File Manager">
            <action name="Execute">
                <execute>thunar</execute>
            </action>
        </item>
    </menu>
</menu>

Any help would be greatly appreciated.

Viewing all articles
Browse latest Browse all 40713

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>