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

[BUG] hydralauncher_1.2.3_amd64.deb missing icon #485

Closed
nerun opened this issue May 22, 2024 · 7 comments · Fixed by #487
Closed

[BUG] hydralauncher_1.2.3_amd64.deb missing icon #485

nerun opened this issue May 22, 2024 · 7 comments · Fixed by #487
Labels
bug Something isn't working

Comments

@nerun
Copy link

nerun commented May 22, 2024

Describe the bug

After installation of hydralauncher_1.2.3_amd64.deb there's no icon! Nor in Menu, nor after open in task bar.

Steps to Reproduce

Just open the menu. Hydra has no icon.

Expected behavior

There should be an icon.

Screenshots

hydraicon

Operating System

Linux Mint 21.3

Hydra Version

1.2.3

Additional Information

No response

@nerun nerun added the bug Something isn't working label May 22, 2024
@nerun
Copy link
Author

nerun commented May 25, 2024

Version 1.2.4 has the same issue.

@nerun
Copy link
Author

nerun commented May 25, 2024

How to fix

File: /usr/share/applications/hydralauncher.desktop

[Desktop Entry]
Name=Hydra
Exec=/opt/Hydra/hydralauncher %U
Terminal=false
Type=Application
Icon=hydralauncher
StartupWMClass=Hydra
Comment=Hydra
Categories=Utility;

Change to:

[Desktop Entry]
Name=Hydra
Exec=/opt/Hydra/hydralauncher %U
Terminal=false
Type=Application
Icon=/usr/share/icons/hicolor/0x0/apps/hydralauncher.png
StartupWMClass=Hydra
Comment=Hydra
Categories=Utility;

@nerun
Copy link
Author

nerun commented May 25, 2024

Agora que vi que vocês são brasileiros.

@nerun
Copy link
Author

nerun commented May 25, 2024

I created a decent changelog.gz too: changelog.gz

@zamitto
Copy link
Collaborator

zamitto commented May 25, 2024

Even though the project is maintained by brazilians, we ask to keep issues and pr's in English, as there are a lot of users who are not Portuguese speakers

@nerun
Copy link
Author

nerun commented May 25, 2024

Also, hydra launcher icon must be moved to folder 512x512, since it is the right size:

  • From: /usr/share/icons/hicolor/0x0/apps/hydralauncher.png
  • To: /usr/share/icons/hicolor/512x512/apps/hydralauncher.png

@nerun
Copy link
Author

nerun commented May 25, 2024

In /usr/share/applications/hydralauncher.desktop, would be better change category from utility to game:

Categories=Utility;

to:

Categories=Game;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants