Sen descrición

cuu 139fb0e342 update hai 1 ano
.awesome e1431e2d42 move awesome %!s(int64=5) %!d(string=hai) anos
.twm a8b061d3d4 twm clean icons %!s(int64=5) %!d(string=hai) anos
Menu 38d318b505 add 50_Pico8 hai 1 ano
skin 139fb0e342 update hai 1 ano
sysgo 368e674d3f add Spanish and French translation files %!s(int64=5) %!d(string=hai) anos
.cpirc ebe74953f9 cpirc fix hai 1 ano
.gitignore 83ef50dedb update %!s(int64=2) %!d(string=hai) anos
.twmrc 79f9b7cb0b twm %!s(int64=5) %!d(string=hai) anos
.xinitrc 989977073a remove launcher/GPU switch in Settings hai 1 ano
.xorg.conf 70fa42423a add xorg configs,change xinit logic %!s(int64=5) %!d(string=hai) anos
.xorg_lima.conf 70fa42423a add xorg configs,change xinit logic %!s(int64=5) %!d(string=hai) anos
README.md 7294bf16c0 first %!s(int64=5) %!d(string=hai) anos
app 83ef50dedb update %!s(int64=2) %!d(string=hai) anos
debug-load.sh f1e6180f52 add icons,warehouse plugin.json %!s(int64=2) %!d(string=hai) anos
dwm-mod 7e62954a93 update dwm-mod %!s(int64=5) %!d(string=hai) anos
launchergo 139fb0e342 update hai 1 ano
load.sh fc1b2290f0 use /tmp/x.log to log all stdout of launchergo %!s(int64=2) %!d(string=hai) anos
md5sum.log 139fb0e342 update hai 1 ano
md5sum.sh 83ef50dedb update %!s(int64=2) %!d(string=hai) anos
update.sh 7294bf16c0 first %!s(int64=5) %!d(string=hai) anos

README.md

GameShell launcher

This is the launcher for GameShell based on 320x240 resolution and D-Pad layout. Screenshot

Create the necessary user and group

  • User name: cpi
  • Password: cpi
  • Group ID: 31415 with group name: cpifav

    sudo adduser cpi  
    sudo groupadd cpifav -g 31415  
    sudo adduser cpi cpifav  
    

Directory structure

/home/cpi/
├── launchergo <- Here we are
├── apps
│   ├── emulators
│   └── Menu 
├── games
│   ├── FreeDM
│   ├── MAME
│   └── nxengine
└── music

Create the necessary directories

mkdir -p /home/cpi/apps/emulators  
mkdir -p /home/cpi/games  
mkdir -p /home/cpi/music  

Dependent packages

  • wicd (For Wi-Fi)
  • mpd (For music player)

Create “.mpd_cpi.conf” config

vim ~/.mpd_cpi.conf

music\_directory    "/home/cpi/music"
playlist\_directory    "/home/cpi/music/playlists"
db\_file    "/home/cpi/music/tag\_cache"
log\_file    "/tmp/mpd.log"
pid\_file    "/tmp/mpd.pid"
state\_file    "/home/cpi/music/mpd\_state"
sticker\_file    "/home/cpi/music/sticker.sql"
user    "cpi"
bind\_to\_address    "/tmp/mpd.socket"
auto\_update    "yes"
auto\_update\_depth    "3" 
input {
    plugin "curl"
}

audio\_output {
    type    "alsa"
    name    "My ALSA Device"
}

audio\_output {
    type    "fifo"
    name    "my_fifo"
    path    "/tmp/mpd.fifo"
    format    "44100:16:2"
}

filesystem\_charset    "UTF-8"