openbox autostart only works partially
Clash Royale CLAN TAG#URR8PPP
up vote
0
down vote
favorite
I'm new to openbox but have already found great appreciation in using it. I've however got some troubles with my autostart file.
My ~/.config/openbox/autostart
looks like:
tint2
dbus-launch xfce4-power-manager
dbus-launch nm-applet
feh --bg-fill ~/Pictures/wallpaper/Matrix-Wallpaper-001.jpg
and while tint2 starts properly, none of the other commands get executed.
For troubleshooting I shrank it to:
tint2
xfce4-power-manager
nm-applet
but still, only tint2... can anyone help out?
scripting openbox autostart
add a comment |Â
up vote
0
down vote
favorite
I'm new to openbox but have already found great appreciation in using it. I've however got some troubles with my autostart file.
My ~/.config/openbox/autostart
looks like:
tint2
dbus-launch xfce4-power-manager
dbus-launch nm-applet
feh --bg-fill ~/Pictures/wallpaper/Matrix-Wallpaper-001.jpg
and while tint2 starts properly, none of the other commands get executed.
For troubleshooting I shrank it to:
tint2
xfce4-power-manager
nm-applet
but still, only tint2... can anyone help out?
scripting openbox autostart
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I'm new to openbox but have already found great appreciation in using it. I've however got some troubles with my autostart file.
My ~/.config/openbox/autostart
looks like:
tint2
dbus-launch xfce4-power-manager
dbus-launch nm-applet
feh --bg-fill ~/Pictures/wallpaper/Matrix-Wallpaper-001.jpg
and while tint2 starts properly, none of the other commands get executed.
For troubleshooting I shrank it to:
tint2
xfce4-power-manager
nm-applet
but still, only tint2... can anyone help out?
scripting openbox autostart
I'm new to openbox but have already found great appreciation in using it. I've however got some troubles with my autostart file.
My ~/.config/openbox/autostart
looks like:
tint2
dbus-launch xfce4-power-manager
dbus-launch nm-applet
feh --bg-fill ~/Pictures/wallpaper/Matrix-Wallpaper-001.jpg
and while tint2 starts properly, none of the other commands get executed.
For troubleshooting I shrank it to:
tint2
xfce4-power-manager
nm-applet
but still, only tint2... can anyone help out?
scripting openbox autostart
asked Jun 26 at 6:49
cerr
62472236
62472236
add a comment |Â
add a comment |Â
2 Answers
2
active
oldest
votes
up vote
0
down vote
You should run the commands in background, otherwise the next'll wait until the previous command has finished.
To run a shell command in background just attach &
â like that:
tint2 &
dbus-launch xfce4-power-manager &
dbus-launch nm-applet &
feh --bg-fill ~/Pictures/wallpaper/Matrix-Wallpaper-001.jpg &
add a comment |Â
up vote
0
down vote
This has been pointed out on the openbox wiki Help:Autostart page:
# Programs that will run after Openbox has started
# Set the wallpaper
hsetroot ~/wallpaper.png &
# Run a Composite manager
xcompmgr -c -t-5 -l-5 -r4.2 -o.55 &
# SCIM support (for typing non-english characters)
scim -d &
# A panel for good times
fbpanel &
To run commands for all users system-wide, place them in a similar
file in /etc/xdg/openbox/autostart.
Make sure that you end any commands with "&" so that they are run in
the background, or any programs after it will not run.
add a comment |Â
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
You should run the commands in background, otherwise the next'll wait until the previous command has finished.
To run a shell command in background just attach &
â like that:
tint2 &
dbus-launch xfce4-power-manager &
dbus-launch nm-applet &
feh --bg-fill ~/Pictures/wallpaper/Matrix-Wallpaper-001.jpg &
add a comment |Â
up vote
0
down vote
You should run the commands in background, otherwise the next'll wait until the previous command has finished.
To run a shell command in background just attach &
â like that:
tint2 &
dbus-launch xfce4-power-manager &
dbus-launch nm-applet &
feh --bg-fill ~/Pictures/wallpaper/Matrix-Wallpaper-001.jpg &
add a comment |Â
up vote
0
down vote
up vote
0
down vote
You should run the commands in background, otherwise the next'll wait until the previous command has finished.
To run a shell command in background just attach &
â like that:
tint2 &
dbus-launch xfce4-power-manager &
dbus-launch nm-applet &
feh --bg-fill ~/Pictures/wallpaper/Matrix-Wallpaper-001.jpg &
You should run the commands in background, otherwise the next'll wait until the previous command has finished.
To run a shell command in background just attach &
â like that:
tint2 &
dbus-launch xfce4-power-manager &
dbus-launch nm-applet &
feh --bg-fill ~/Pictures/wallpaper/Matrix-Wallpaper-001.jpg &
answered Jun 26 at 12:12
kai-dj
1463
1463
add a comment |Â
add a comment |Â
up vote
0
down vote
This has been pointed out on the openbox wiki Help:Autostart page:
# Programs that will run after Openbox has started
# Set the wallpaper
hsetroot ~/wallpaper.png &
# Run a Composite manager
xcompmgr -c -t-5 -l-5 -r4.2 -o.55 &
# SCIM support (for typing non-english characters)
scim -d &
# A panel for good times
fbpanel &
To run commands for all users system-wide, place them in a similar
file in /etc/xdg/openbox/autostart.
Make sure that you end any commands with "&" so that they are run in
the background, or any programs after it will not run.
add a comment |Â
up vote
0
down vote
This has been pointed out on the openbox wiki Help:Autostart page:
# Programs that will run after Openbox has started
# Set the wallpaper
hsetroot ~/wallpaper.png &
# Run a Composite manager
xcompmgr -c -t-5 -l-5 -r4.2 -o.55 &
# SCIM support (for typing non-english characters)
scim -d &
# A panel for good times
fbpanel &
To run commands for all users system-wide, place them in a similar
file in /etc/xdg/openbox/autostart.
Make sure that you end any commands with "&" so that they are run in
the background, or any programs after it will not run.
add a comment |Â
up vote
0
down vote
up vote
0
down vote
This has been pointed out on the openbox wiki Help:Autostart page:
# Programs that will run after Openbox has started
# Set the wallpaper
hsetroot ~/wallpaper.png &
# Run a Composite manager
xcompmgr -c -t-5 -l-5 -r4.2 -o.55 &
# SCIM support (for typing non-english characters)
scim -d &
# A panel for good times
fbpanel &
To run commands for all users system-wide, place them in a similar
file in /etc/xdg/openbox/autostart.
Make sure that you end any commands with "&" so that they are run in
the background, or any programs after it will not run.
This has been pointed out on the openbox wiki Help:Autostart page:
# Programs that will run after Openbox has started
# Set the wallpaper
hsetroot ~/wallpaper.png &
# Run a Composite manager
xcompmgr -c -t-5 -l-5 -r4.2 -o.55 &
# SCIM support (for typing non-english characters)
scim -d &
# A panel for good times
fbpanel &
To run commands for all users system-wide, place them in a similar
file in /etc/xdg/openbox/autostart.
Make sure that you end any commands with "&" so that they are run in
the background, or any programs after it will not run.
answered Jun 26 at 13:06
Tim
463211
463211
add a comment |Â
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f451929%2fopenbox-autostart-only-works-partially%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password