Skip to content

Commit

Permalink
Merge pull request #33 from cmd-ntrf/dbus_launch
Browse files Browse the repository at this point in the history
Remove "/usr/bin" prefix in front of dbus-launch in xstartup
  • Loading branch information
consideRatio authored Jun 2, 2023
2 parents 2d7eee0 + ffc9477 commit e66ecb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jupyter_remote_desktop_proxy/share/xstartup
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/sh
cd "$HOME"
exec /usr/bin/dbus-launch xfce4-session
exec dbus-launch xfce4-session

0 comments on commit e66ecb6

Please sign in to comment.