Skip to content
This repository was archived by the owner on Jul 12, 2023. It is now read-only.

Commit 2ec34f6

Browse files
authored
Merge pull request #17 from mjuric/bugfix/start-in-home
Start session from $HOME
2 parents daecbdb + 26f9f73 commit 2ec34f6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

jupyter_desktop/share/xstartup

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
#!/bin/sh
2+
cd "$HOME"
23
exec /usr/bin/dbus-launch xfce4-session

0 commit comments

Comments
 (0)