| Summary: | Openarena fails to start from the Programs menu but works by running ./usr/lib64/games/openarena.x86_64 | ||
|---|---|---|---|
| Product: | Mageia | Reporter: | Kristoffer Grundström <lovaren> |
| Component: | RPM Packages | Assignee: | José Jorge <lists.jjorge> |
| Status: | RESOLVED INVALID | QA Contact: | |
| Severity: | normal | ||
| Priority: | Normal | CC: | marja11 |
| Version: | 6 | ||
| Target Milestone: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Source RPM: | openarena | CVE: | |
| Status comment: | |||
|
Description
Kristoffer Grundström
2018-10-06 00:22:39 CEST
Assigning to the registered maintainer. Assignee:
bugsquad =>
lists.jjorge Sorry, I cannot reproduce. The launcher is /usr/games/openarena, please ensure it contains the same : #!/bin/sh cd /usr/lib64/games/openarena exec ./openarena.x86_64 $* It does contain the same as yours, but the only working solution for me is to run it from terminal by cd'ing to /usr/lib64/games/ and then run ./openarena.x86_64 (In reply to Kristoffer Grundström from comment #3) > It does contain the same as yours, but the only working solution for me is > to run it from terminal by cd'ing to /usr/lib64/games/ and then run > ./openarena.x86_64 That's exactly what this script does, can you test if it is the exec that fails? Well if I begin to type opena and then tap the Tab button it doesn't autocomplete into openarena and if I double tap it there's no exec for openarena to run. [kristoffer@localhost 14.1]$ open open openconnect openjade openssl openvt openal-info opengl-game-wrapper.sh openoffice.org openvpn It seems you don't have /usr/games in your path... which is the default for mageia users. Post the result of /usr/games/openarena. echo $PATH confirms that: /usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/bin:/sbin:/usr/lib64/qt4/bin:/usr/lib64/qt5/bin However, AlienArena works perfectly fine though. (In reply to Kristoffer Grundström from comment #7) > echo $PATH confirms that: > > /usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/bin:/sbin:/usr/lib64/qt4/ > bin:/usr/lib64/qt5/bin > > However, AlienArena works perfectly fine though. Okay, so this is not a openarena bug : by someway you have changed your settings. Resolution:
(none) =>
INVALID Changed WHAT setting? This is what the path looked like even AFTER I installed openarena. (In reply to Kristoffer Grundström from comment #9) > Changed WHAT setting? This is what the path looked like even AFTER I > installed openarena. Openarena does not change the $PATH of users. I suggest you try to : - create a new user, try to launch openarena - I you have 4GB of RAM : boot a live USB of Mageia, install openarena without installing the system to the disk, ensure here it works. |