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

Minor bug in rcse packaging in ubuntu #1

Open
jlm-gh opened this issue Dec 26, 2017 · 1 comment
Open

Minor bug in rcse packaging in ubuntu #1

jlm-gh opened this issue Dec 26, 2017 · 1 comment
Assignees
Labels

Comments

@jlm-gh
Copy link

jlm-gh commented Dec 26, 2017

#Your configuration:
version: rcse 1.0.3ubuntu1 amd64

#Operating System and version:
Linux Ubuntu 16.04.3 LTS amd64

#What did you do ? (Explain each step from starting rolisteam to the issue)
No icon in launcher for rcse

#What did you expect to see ? (Make sentences and explains in details with words)
A icon

#What did you get instead ? (Describe in details the issue)
A question mark

in /usr/share/applications/rcse.desktop, wrong icon file is called. I could not fill a bug report at lauchpad.net so you get it here. Hope it's the right place.

Here is patch for that, for all those who missed the lovely red 8 sided dice in the launcher.

--- rcse.desktop.buggy	2017-12-26 21:46:30.097161308 +0100
+++ /usr/share/applications/rcse.desktop	2017-12-26 21:00:35.881647902 +0100
@@ -4,7 +4,7 @@
 
 Type=Application
 Name=RCSE
-Icon=/usr/share/app-install/icons/symbole2.png
+Icon=/usr/share/app-install/icons/symbol2.png
 Version=1.0.0
 Comment=Create charactersheet for rolisteam.
 Exec=/usr/bin/rcse
@obiwankennedy obiwankennedy self-assigned this Dec 27, 2017
@obiwankennedy
Copy link
Member

Thank you. I will integrate that change. :-D

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

No branches or pull requests

2 participants