So I know this was designed as a hack-able platform, but seeing as it was built from the ground up, it would be nice to have a basic understanding of the system is designed to function, after boot-up; Specifically how the launcher behaves…
Prior to the launcher, after auto-login, .bashrc is calling “startx”, which uses feh to display the loading screen, executes the launcher (~/apps/launcher/load.sh) then fires up custom twm window manager (~/apps/twm.mod).
So, a few questions about the launcher…
Where is the main “skin” defined, and can it be changed?
Any plans to allow for other WM’s, or launchers? (Like EmulationStation)
What’s the relationship between TWM and the launcher?
I understand that the contents of: /home/cpi/apps/launcher/Menu/GameShell/
define which main menu items to display, but other than “10_Settings” and “20_Retro Games”, how is the menu order defined, since it’s not alphabetical or numerical?
What’s the relationship between “/home/cpi/apps/launcher/Menu/GameShell/20_Retro Games/” and “/home/cpi/games/”? For instance, if I remove “/home/cpi/games/NESTOPIA” and reboot, the directory gets recreated. Can I add directories, with my own action.config files? Where are the icon’s defined? Can directories be permanently removed?
Also, seems odd to me to even have a Retro Games menu item, and a Retroarch menu item. Since they both go to the same place, or at least do the same thing, pick one! Can I remove the “Retro Games” menu option entirely, and just use “Retroarch”?
Anyways, a general understanding, or even some documentation on the layout, functionality, or goals of the launcher would be a big help. Trying to make changes to the system, just to have them reverted is a waste of time.
Cheers.