Want to beatify your Steam app window in Ubuntu or other Linux. Here’s a free open-source project to do the job in GNOME.
It’s Adwaita for Steam, a skin to make Steam look more like a native GNOME app. With it, the title and tool bars will be merged into a compact GNOME Client-Side Decoration style header bar.
Along with rounded window corners extension, it will look just like a native app.
Dolphin, the popular free open-source GameCube and Wii emulator, released new 2412 version today!
The game emulator supported Linux previously through an official Ubuntu PPA, however discontinued! In the new release, it added back official Linux support through Flatpak package, which works in most Linux distributions, through runs in sandbox.
This tutorial shows how to install and play the popular Minecraft sandbox game in Ubuntu 24.04, Ubuntu 22.04, Linux Mint 21/22, and their based systems.
Minecraft has different editions, including Java, Bedrock, Legends, and Dungeons, as well as the discontinued Pi edition.
So far, only Minecraft Java edition runs natively in Linux. User can however install and play the Bedrock and Pi editions through sandbox environments, though they are unofficial and have limitations.
Want to see frames per second (FPS), as well as CPU, GPU, RAM usage in your game screen? Here’s how to do the job in Debian, Ubuntu, and Linux Mint based systems.
Most Linux distributions include a free open-source mangohud package in their system repositories. Which, allows to add a Vulkan and OpenGL overlay for monitoring FPS, temperatures, CPU/GPU load and more while gaming.
And, here’s how to install and configure mangohud for gaming in Debian/Ubuntu based systems.
This tutorial shows how to install and setup RetroArch (v1.20 updated) to play classic video games, including Arcade, Atari, Commodore, Nintendo, Sony Playstation games, in Ubuntu PC or laptop.
RetroArch is a free open-source cross-platform front-end for emulators, game engines, media players, and other applications. It’s the reference frontend for the libretro API, that offers several uncommon technical features, such as multi-pass shader support, real-time rewinding, and video recording.
This tutorial shows how to install the latest dolphin emulator (2509 updated) through either Flatpak or PPA repository in Ubuntu 20.04, Ubuntu 22.04, and Ubuntu 24.04.
Dolphin, the free open-source emulator for Nintendo GameCube and Wii, released version 2503 few days ago. The release added visual interface to edit graphics settings on per-game basis from game properties dialog.
It also added track playtime support, improved Qt input mapping, and introduced cheat code whitelist for Hardcore RetroAchievements, allowing to add widescreen aspect ratio codes, and patch unfortunate game behaviors. See the release note for more about Dolphin Emulator 2503.
Ubuntu has a few offline games out-of-the-box. Now, the developer team is going to remove them from the installer in Ubuntu 24.04 LTS.
Since Ubuntu 23.10, Ubuntu Desktop no longer provides ‘Minimal installation‘ option in the installer. Instead, it’s “re-named” to “Default installation” with just the essentials, web browser and basic utilities. User can choose “Full installation” option for the office, media player, games, and other app packages that’s previously installed by default in old Ubuntu releases.
Just a few days ago, the desktop team proposed to remove the games from full installation, then made the decision with wider support.
Meaning that the game packages may be completely removed from the iso image, though they are still available to install in Ubuntu Software (App Center).
Play Final Fantasy XIV Online in Linux? There’s a custom launcher for the game for better experience!
It’s XIVLauncher, a free and open-source launcher that provides a customized WINE version for perfect compatibility with FFXIV.
Since the original launcher is slow and cannot save your password, XIVLauncher provides a faster experience, better Linux integration, as well as following QoL features:
Auto-login
Fast patching
Discord Rich Presence
Fast in-game market board price checks
Chat filtering
Chat bridge to Discord
Discord notifications for duties, retainer sales, etc.
Got GameBoy, GameBoy Advance, or GameBoy Color ROMs? It’s easy to play them in your Linux PC through VBA-M emulator.
There are quite a few game emulators for Linux. You can use PPSSPP to run PSP games, and RetroArch for multiple consoles support. For Nintendo Game Boy and Game Boy Advance, VBA-M is a good choice.
VBA-M, stands for VisualBoyAdvance-M, is the continued development of the now inactive VisualBoy Advance project, with many improvements from various forks.
It’s a free open-source emulator app that included in system repositories for many Linux, including Fedora, Arch, Manjaro, and so forth.
This simple tutorial shows how to install Chatterino, a Twitch Chat app with enhanced features, in Ubuntu 22.04, 20.04, 23.10 via PPA.
Chatterino is a free and open-source chat app for Twitch.tv. With it, you can connect as many channels as you like to, either in tabs or in single tab side-by-side.
The client supports features, such as Chat Replies by right-clicking a message and choose “Reply to message”.
Left clicking a user will open dialog for user info, message history, as well as buttons to block, ignore highlight, etc. And, right-click on user allows to @ mention him/her in message.
It supports emotes from BetterTTV, FrankerFaceZ, and 7TV, allows to drag’n’drop image or paste image from clipboard to upload to custom service, such as imgur.com, though not enabled by default.
Other features include:
Hotkeys (customizable)
Link preview (not enabled by default)
Ignore or highlight messages
Search, filters, regular expressions
And more.
How to Install Chatterino via Ubuntu PPA
The app provides Windows .exe, macOS .dmg, Ubuntu .deb and Linux .AppImage packages for downloading in its Github releases page.
For Ubuntu/Linux Mint users, the official PPA is a better choice to keep the app up-to-date. Which, so far supports Ubuntu 20.04, Ubuntu 22.04, Ubuntu 23.04, & Ubuntu 23.10 on amd64 (Intel/AMD) and arm64/armhf (Apple M1/M2, Raspberry Pi) devices.
1. First, press Ctrl+Alt+T on keyboard to open terminal. Then, run command to add the PPA:
Type user password (no asterisk feedback) when it asks and hit Enter to continue.
2. Then, run command to install the chat client:
sudo apt install chatterino
Linux Mint user needs to run sudo apt update first to refresh system package cache.
After installation, you can launch the app from start menu, app grid, or Gnome overview depends on your desktop environment. And, use “Software Updater” (Update Manager) to receive updates.
Then, you can join Twitch channel by their names (the part after www.twitch.tv/ in channel URL). And, see the wiki for more usage.
Uninstall:
To uninstall the Twitch chat app, simply open terminal (Ctrl+Alt+T) and run command:
sudo apt remove --autoremove chatterino
Also remove the Ubuntu PPA, either by running command in terminal: