From 57c468ac4095ec344f2f179cd04b76dd0627387d Mon Sep 17 00:00:00 2001 From: cuu Date: Tue, 7 Jun 2022 13:19:18 +0800 Subject: [PATCH] bug fix --- .xinitrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.xinitrc b/.xinitrc index 04c3100..0114953 100644 --- a/.xinitrc +++ b/.xinitrc @@ -4,6 +4,7 @@ case $session in hdmi ) exec ~/launcher/aria2c --conf-path=/home/cpi/launcher/aria2.conf & feh --bg-center ~/launchergo/sysgo/gameshell/wallpaper/desktopbg.jpg + cd ~/launchergo/ exec ~/launchergo/app & exec ~/launchergo/load.sh & exec ~/launcher/sys.py/gsnotify/gsnotify-arm daemon & @@ -13,6 +14,7 @@ hdmi ) gameshell ) exec ~/launcher/aria2c --conf-path=/home/cpi/launcher/aria2.conf & feh --bg-center ~/launchergo/sysgo/gameshell/wallpaper/loading.png + cd ~/launchergo/ exec ~/launchergo/app & exec ~/launchergo/load.sh & exec ~/launcher/sys.py/gsnotify/gsnotify-arm &