-2

Last week I recognized, my Debian-Systems (bare metal and vm) does not start any game - like Gnome-Mahjongg or Gnome-Mines.

The .desktop-files are in /usr/share/applications, but there is no binary in /usr/bin .

I tried to reinstall, but this fix the problem:

$ sudo apt-get reinstall gnome-mahjongg Paketlisten werden gelesen… Fertig Abhängigkeitsbaum wird aufgebaut… Fertig Statusinformationen werden eingelesen… Fertig 0 aktualisiert, 0 neu installiert, 1 erneut installiert, 0 zu entfernen und 0 nicht aktualisiert. Es müssen noch 0 B von 3.071 kB an Archiven heruntergeladen werden. Nach dieser Operation werden 0 B Plattenplatz zusätzlich benutzt. (Lese Datenbank ... 295966 Dateien und Verzeichnisse sind derzeit installiert.) Vorbereitung zum Entpacken von .../gnome-mahjongg_1%3a48.1-2+b1_amd64.deb ... Entpacken von gnome-mahjongg (1:48.1-2+b1) über (1:48.1-2+b1) ... gnome-mahjongg (1:48.1-2+b1) wird eingerichtet ... Trigger für libglib2.0-0t64:amd64 (2.84.3-1) werden verarbeitet ... Trigger für mailcap (3.74) werden verarbeitet ... Trigger für desktop-file-utils (0.28-1) werden verarbeitet ... Trigger für hicolor-icon-theme (0.18-2) werden verarbeitet ... Trigger für gnome-menus (3.36.0-3) werden verarbeitet ... Trigger für man-db (2.13.1-1) werden verarbeitet ... $ /usr/bin/gnome-mahjongg zsh: datei oder Verzeichnis nicht gefunden: /usr/bin/gnome-mahjongg 

Does anyone know about this bug / issue?

1
  • The binary is in /usr/games. Commented Aug 29 at 12:53

1 Answer 1

1

In Debian, most game packages install their binaries in /usr/games. That directory is in the default PATH for users, but perhaps your PATH is different.

Since the .desktop files don’t specify the full path to their binary, the directory needs to be in the PATH for them to work. If you can’t fix that, you’ll have to run the games by manually specifying their path — for example, in GNOME, press AltF2 and enter the full path to the game.

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.