bpozdena / OneDriveGUI

A simple GUI for OneDrive Linux client, with multi-account support.
GNU General Public License v3.0
704 stars 33 forks source link

Ubuntu launcher icon not working #161

Open derek-shnosh opened 5 months ago

derek-shnosh commented 5 months ago

Describe the bug The launcher icon does not load, tray icon works fine. I installed/integrated the .appimage file with AppImageLauncher.

To Reproduce Steps to reproduce the behavior: Download release, double click and let "integrate and run" it.

Expected behavior The defined icon should be displayed in the launcher or dash.

Screenshots image

Log Not applicable.

System Info

OneDriveGUI info How did you install OneDriveGUI?: AppImage What is the name of the AppImage file (if applicable)?:

Additional context Contents of .desktop file (~/.local/share/applications/appimagekit_f3679f5fc4c8c71d3bc97b1cb17d1f39-OneDriveGUI.desktop)

[Desktop Entry]
X-AppImage-Arch=x86_64
X-AppImage-Version=1.0.3_fix116
X-AppImage-Name=OneDriveGUI
Name=OneDriveGUI (1.0.3_fix116)
Exec=/home/ds/Applications/OneDriveGUI-1.0.3_fix116-x86_64_cc12481865dd312f40ff25e26fe2f8f1.AppImage
Icon=appimagekit_f3679f5fc4c8c71d3bc97b1cb17d1f39_OneDriveGUI
Type=Application
Terminal=false
Categories=Utility;
Comment=

TryExec=/home/ds/Applications/OneDriveGUI-1.0.3_fix116-x86_64_cc12481865dd312f40ff25e26fe2f8f1.AppImage
X-AppImage-Old-Icon=OneDriveGUI
X-AppImage-Old-Name=OneDriveGUI
X-AppImage-Identifier=f3679f5fc4c8c71d3bc97b1cb17d1f39
Actions=Remove;
X-AppImageLauncher-Version=2.2.0 (git commit 0f91801), built on 2020-09-29 21:36:15 UTC

[Desktop Action Remove]
Name=Remove AppImage from system
Icon=AppImageLauncher
Exec=/usr/lib/x86_64-linux-gnu/appimagelauncher/remove "/home/ds/Applications/OneDriveGUI-1.0.3_fix116-x86_64_cc12481865dd312f40ff25e26fe2f8f1.AppImage"
Name[ast]=Desaniciar AppImage del sistema
Name[cs]=Odebrat AppImage ze systému
Name[de]=AppImage vom System entfernen
Name[en]=Remove AppImage from system
Name[es]=Eliminar Appimage del Sistema
Name[fr]=Supprimer l'AppImage du système
Name[it]=Rimuovi AppImage dal sistema
Name[nl]=AppImage deïnstalleren
Name[pl]=Usuń AppImage z systemu
Name[pt]=Remover AppImage do sistema
Name[pt_PT]=Remover AppImage do sistema
Name[ru]=Удалить AppImage из системы
Name[zh_Hans]=从系统中移除 AppImage
bpozdena commented 4 months ago

I don't taking it's solvable for AppImages on Wayland at the moment, just like #148 . The only workaround would be to use X11.

I'll keep it open for now and see if there is a solution from Wayland devs in the future.