Bananaman 732bb77192 Refactor game launching, and fix Windows support
The function was getting a bit convoluted to follow, and there was a maintenance burden of having to remember that "shell=True" should only be true if the argument is a single string to be passed exactly as-is to the shell. If it's a list, only the first value in the list would be ran as the shell command and the rest would be given as arguments to the shell itself.

Therefore, it's been refactored to automatically determine shell-mode based on whether "args" is a list or a string.

On Windows, we now generate a correctly escaped shell-string via "shlex". This ensures that we properly support spaces inside quoted launch arguments, by auto-escaping them on a per-argument basis.

The extra pylint hint is needed because the import is detected as unused on non-Windows machines.
2023-03-25 14:29:28 +01:00
2023-03-22 07:57:43 +01:00
2023-03-25 11:24:35 +01:00
2023-03-25 11:24:35 +01:00
2023-03-25 11:26:28 +01:00
2022-12-26 14:38:37 +01:00
2023-03-24 22:03:39 +01:00
2023-03-21 16:31:56 +01:00
2023-03-22 17:32:06 +01:00
2022-12-26 14:35:00 +01:00
2023-03-25 11:24:35 +01:00
2023-03-25 09:01:00 +01:00

Cartridges

A GTK4 + Libadwaita game launcher

Build status Translation Status License Discord Chatroom Code style

The Project

Cartridges is a simple game launcher written in Python using GTK4 and Libadwaita.

Features

  • Manually adding and editing games
  • Importing games from Steam, Heroic and Bottles
  • Support for multiple Steam install locations
  • Hiding games
  • Searching and sorting by title, date added and last played

For updates and questions, join our Discord server!

Installation

Linux

From Releases

  1. Download the latest release from Releases.
  2. Install the downloaded file via GNOME Software or flatpak install hu.kramo.Cartridges.flatpak.

Windows

From Releases

  1. Download the latest release from Releases.
  2. Run the downloaded installer.

Note: Windows might present you with a warning when trying to install the app. This is expected, just ignore the warning.

Building manually

See Building.

Contributing

See CONTRIBUTING.

Thanks to Weblate for hosting our translations!

Description
emubox fork
Readme GPL-3.0 19 MiB
Languages
Python 96.8%
Meson 2.9%
CSS 0.3%