Search Criteria
Package Details: arena-chess-gui 3.10-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/arena-chess-gui.git (read-only, click to copy) |
---|---|
Package Base: | arena-chess-gui |
Description: | A free GUI for chess |
Upstream URL: | http://www.playwitharena.de/ |
Keywords: | chess |
Licenses: | custom |
Submitter: | PhCl |
Maintainer: | PhCl |
Last Packager: | PhCl |
Votes: | 14 |
Popularity: | 0.001131 |
First Submitted: | 2017-03-31 23:47 (UTC) |
Last Updated: | 2020-06-07 16:19 (UTC) |
Dependencies (2)
- gtk2 (gtk2-maemoAUR, gtk2-patched-filechooser-icon-viewAUR)
- xdg-utils (busking-gitAUR, xdg-utils-slockAUR, mimiAUR, mimi-gitAUR, xdg-utils-handlrAUR, openerAUR, xdg-utils-mimeoAUR, mimejs-gitAUR)
Latest Comments
abd commented on 2020-07-05 07:38 (UTC)
@berott fulfill all the required with no error:
latest system; pacman -Syuu
all deps. it asks and this deps listed above
makepkg -si
this deps if it tries to Dload
berott commented on 2018-01-27 08:47 (UTC)
Unfortunately software is not running under Manjaro. Can I fix this?
m-pilia commented on 2018-01-17 12:22 (UTC)
@PhCl It works fine, thanks! Afaik it is quite common to add a custom .desktop file this way to the package, when not already present in the sources. I also noticed the template you mention, I think it is used internally by the application to create a shortcut on the desktop (the application prompts a request to the user to create it when it is started for the first time).
PhCl commented on 2018-01-03 20:53 (UTC)
@m-pilia Thanks, I pushed a new version that creates a Desktop file. Please let me know if you see any problems.
I don't know much about the Desktop standard, so I just took your file. I noticed that Arena ships a template file: /opt/arena/Integration/Desktop/userapp-Arena_linux.desktop.template
However, I'm not sure how use that template. If someone knows, feel free to send me a patch. I assume it is the official way to create the Desktop file.
m-pilia commented on 2017-12-29 22:16 (UTC) (edited on 2017-12-29 22:17 (UTC) by m-pilia)
Hello! Thanks for the package! Could you please consider adding a desktop file? I made mine as:
$ cat /usr/share/applications/arena.desktop
[Desktop Entry]
Version=1.0
Name=Arena
Comment=A free GUI for chess.
Exec=/usr/bin/arena
Icon=/opt/arena/Arena.bmp
Categories=Game;BoardGame;
Type=Application
Terminal=false
StartupNotify=false