Recommended Apps: Difference between revisions
Jump to navigation
Jump to search
Update web browsers |
Fix st, it's not actually faster |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
Here's a list of apps for [[Wii-Linux]], curated by Techflash, to help you get the most out of your Linux experience. | Here's a list of apps for [[Wii-Linux]], curated by Techflash and some others, to help you get the most out of your Linux experience. | ||
Most of these will need additional on-disk swap space. <code>helpmii</code> can instruct you how to do that fairly easily. | Most of these will need additional on-disk swap space. <code>helpmii</code> can instruct you how to do that fairly easily. | ||
Line 6: | Line 6: | ||
|- | |- | ||
| Xorg Window Manager || i3wm || i3 || Faster, but not very friendly to new users | | Xorg Window Manager || i3wm || i3 || Faster, but not very friendly to new users | ||
|- | |||
| Xorg Window Manager || JWM || jwm || Fast, Needs additional configuration to look good | |||
|- | |- | ||
| Xorg Window Manager || IceWM || icewm || Still relatively fast, but friendlier to new users | | Xorg Window Manager || IceWM || icewm || Still relatively fast, but friendlier to new users | ||
|- | |- | ||
| Xorg | | Xorg Terminal Emulator || XTerm || xterm || Blazingly fast, but may want to do some configuration to make it look nicer | ||
|- | |||
| Xorg Terminal Emulator || Suckless Terminal || st || About the same as XTerm, a little bit slower | |||
|- | |- | ||
| Web Browser || NetSurf || netsurf || Not all too fast, medium compatibility, no functional JavaScript | | Web Browser || NetSurf || netsurf || Not all too fast, medium compatibility, no functional JavaScript | ||
Line 24: | Line 28: | ||
|- | |- | ||
| Audio Playback || aplay || alsa-utils || Works great, but only for WAV files or raw audio | | Audio Playback || aplay || alsa-utils || Works great, but only for WAV files or raw audio | ||
|- | |||
| Audio Playback || Mpg123 || mpg123 || Works great, but only for MP3 Files | |||
|- | |- | ||
| Audio Playback || play / sox || sox || Works great for all formats I threw at it, but you'll<br> need to install the "optional dependencies" for most formats.<br>pacman will list these out after the package is installed. | | Audio Playback || play / sox || sox || Works great for all formats I threw at it, but you'll<br> need to install the "optional dependencies" for most formats.<br>pacman will list these out after the package is installed. | ||
|} | |} |
Latest revision as of 14:47, 8 May 2025
Here's a list of apps for Wii-Linux, curated by Techflash and some others, to help you get the most out of your Linux experience.
Most of these will need additional on-disk swap space. helpmii
can instruct you how to do that fairly easily.
App Type | App Name | ArchPOWER package name | Notes |
---|---|---|---|
Xorg Window Manager | i3wm | i3 | Faster, but not very friendly to new users |
Xorg Window Manager | JWM | jwm | Fast, Needs additional configuration to look good |
Xorg Window Manager | IceWM | icewm | Still relatively fast, but friendlier to new users |
Xorg Terminal Emulator | XTerm | xterm | Blazingly fast, but may want to do some configuration to make it look nicer |
Xorg Terminal Emulator | Suckless Terminal | st | About the same as XTerm, a little bit slower |
Web Browser | NetSurf | netsurf | Not all too fast, medium compatibility, no functional JavaScript |
Web Browser | ArcticFox | arcticfox | Very slow, decent compatibility, good JavaScript |
Web Browser | Phantom Satellite | phantomsatellite-gtk2 | Slightly faster than ArcticFox, medium compatibility, good JavaScript |
Discord Client | Abaddon | abaddon | Dreadfully slow, takes minutes to load Requires very fast swap to be remotely usable |
Audio Playback | aplay | alsa-utils | Works great, but only for WAV files or raw audio |
Audio Playback | Mpg123 | mpg123 | Works great, but only for MP3 Files |
Audio Playback | play / sox | sox | Works great for all formats I threw at it, but you'll need to install the "optional dependencies" for most formats. pacman will list these out after the package is installed. |