cuu 2 years ago
parent
commit
83ef50dedb
6 changed files with 9 additions and 2 deletions
  1. 2 0
      .gitignore
  2. 4 0
      .xinitrc
  3. BIN
      app
  4. BIN
      launchergo
  5. 2 1
      md5sum.log
  6. 1 1
      md5sum.sh

+ 2 - 0
.gitignore

@@ -23,3 +23,5 @@ screenshots/*
 .DS_Store
 sysgo/.*
 *-local.ini
+*.db
+

+ 4 - 0
.xinitrc

@@ -2,14 +2,18 @@ session=${1:-gameshell}
 
 case $session in
 hdmi )
+	exec ~/launcher/aria2c --conf-path=/home/cpi/launcher/aria2.conf &
 	feh --bg-center ~/launchergo/sysgo/gameshell/wallpaper/desktopbg.jpg
+	exec ~/launchergo/app &
 	exec ~/launchergo/load.sh &
 	exec ~/launcher/sys.py/gsnotify/gsnotify-arm daemon &
 #	exec /usr/bin/twm -f ~/launchergo/.twmrc
 	exec ~/launchergo/dwm-mod
 	;;
 gameshell ) 
+	exec ~/launcher/aria2c --conf-path=/home/cpi/launcher/aria2.conf &
 	feh --bg-center ~/launchergo/sysgo/gameshell/wallpaper/loading.png
+	exec ~/launchergo/app &
 	exec ~/launchergo/load.sh &
 	exec ~/launcher/sys.py/gsnotify/gsnotify-arm &
 #	exec awesome -c ~/launchergo/awesome/rc.lua

BIN
app


BIN
launchergo


+ 2 - 1
md5sum.log

@@ -1,2 +1,3 @@
-618470b8729c311771a2d644c636e833 launchergo
+01a90fb61275b029414bd9e12600ecd9 launchergo
 67febe965776f67a3d0018732378359e dwm-mod
+916afbebf950e58316a85b0ffc02c4ae app

+ 1 - 1
md5sum.sh

@@ -4,6 +4,6 @@ set -x
 find . -iname "*.so" -exec md5sum {} + > md5sum.log
 echo `md5sum launchergo`  >> md5sum.log
 echo `md5sum dwm-mod`  >> md5sum.log
-
+echo `md5sum app` >> md5sum.log