forked from autowarefoundation/autoware
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Oguz Ozturk <[email protected]>
- Loading branch information
1 parent
c15311b
commit dba1344
Showing
3 changed files
with
17 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,10 @@ | ||
#!/bin/bash | ||
#!/bin/sh | ||
|
||
unset SESSION_MANAGER | ||
unset DBUS_SESSION_BUS_ADDRESS | ||
export XKL_XMODMAP_DISABLE=1 | ||
export DESKTOP_SESSION=LXDE | ||
export XDG_CURRENT_DESKTOP=LXDE | ||
startlxde & | ||
sleep infinity | ||
|
||
[ -x /etc/vnc/xstartup ] && exec /etc/vnc/xstartup | ||
[ -r "$HOME/.Xresources" ] && xrdb "$HOME/.Xresources" | ||
|
||
# Start Openbox window manager | ||
openbox & |