Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rpcs3.desktop #2713

Closed
Sarkie opened this issue Apr 19, 2017 · 5 comments
Closed

rpcs3.desktop #2713

Sarkie opened this issue Apr 19, 2017 · 5 comments

Comments

@Sarkie
Copy link

Sarkie commented Apr 19, 2017

According to #2479

You are missing a .desktop file so I put a quick one together, not sure of all the values, but its a low hanging fruit.

# Desktop entry for rpcs3.
# https://developer.gnome.org/integration-guide/stable/desktop-files.html.en
# https://specifications.freedesktop.org/desktop-entry-spec/latest/apa.html
# https://specifications.freedesktop.org/menu-spec/latest/apa.html
[Desktop Entry]
Version=0.0.1
Type=Application
Name=rpcs3
Comment=An open-source PlayStation 3 emulator/debugger written in C++.
Icon=/usr/share/icons/rpcs3.png
Path=/opt/rpcs3
Exec=rpcs3 %f
Terminal=false
Categories=Game;
@hcorion
Copy link
Member

hcorion commented Apr 19, 2017

Thanks, however I think the bigger issue is that right now is that the cmake/make script doesn't do any installation.

@hcorion
Copy link
Member

hcorion commented Apr 19, 2017

In the Categories section you could add Emulator like so:
Categories=Game;Emulator;
You could also add some keywords:
Keywords=PS3;Playstation;

@Sarkie
Copy link
Author

Sarkie commented May 2, 2017

@hcorion Ok, I'll look into that also!

@hcorion
Copy link
Member

hcorion commented May 22, 2017

Please close this, the .desktop has been successfully added in my latest PR.

@AniLeo AniLeo closed this as completed May 30, 2017
@probonopd
Copy link
Contributor

Please see #3263

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants