joaomgcd / JoinDesktop

A desktop app for Join built in Electron
238 stars 19 forks source link

No icon for deb version #39

Open kennethso168 opened 3 years ago

kennethso168 commented 3 years ago
System:
  Kernel: 5.8.0-59-generic x86_64 bits: 64 compiler: N/A 
  Desktop: Cinnamon 4.8.6 Distro: Linux Mint 20.1 Ulyssa 
  base: Ubuntu 20.04 focal

After installation of the deb package, there is no application icon for Join Desktop in the menu and taskbar.

image

image

The .desktop entry shows "com.joaomgcd.join" for the Icon value, which doesn't exist on standard icon paths

[Desktop Entry]
Name=Join Desktop
Exec="/opt/Join Desktop/com.joaomgcd.join" %U
Terminal=false
Type=Application
Icon=com.joaomgcd.join
StartupWMClass=Join Desktop
Comment=A companion app for the Join website
Categories=Utility;

I can easily fix this myself by using the menu editor, but better if this is fixed package-wise.

And not sure if this helps: https://stackoverflow.com/a/60451297

Anyway, thank you very much for the update and desktop version!

joaomgcd commented 3 years ago

Thank you. I'll try making it work.