Skip to content

Commit

Permalink
Code & Features Update
Browse files Browse the repository at this point in the history
  • Loading branch information
nathaneltitane committed Dec 6, 2024
1 parent 4ba1fc1 commit 2bee2cd
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion container-session
Original file line number Diff line number Diff line change
Expand Up @@ -615,9 +615,15 @@ container_session () {
session="$(cat ${HOME}/.dextop/dextop-session)"
fi

# pause:
# required to let session loader through messaging system
# and load graphical interface

sleep 2

# load desktop environment

frobulator.silence "dbus-launch --exit-with-session ${session} &"
frobulator.silence "dbus-launch --exit-with-session ${session}" &
}

display_start () {
Expand Down

0 comments on commit 2bee2cd

Please sign in to comment.