vinifmor / bauh

Graphical user interface for managing your Linux applications. Supports AppImage, Debian and Arch packages (including AUR), Flatpak, Snap and native Web applications
zlib License
959 stars 71 forks source link

Bauh AppImage tray not showing updates #230

Closed gobonja closed 2 years ago

gobonja commented 2 years ago

When starting AppImage version of bauh with --tray param - update notifications are not shown. When using bauh from AUR this work as expected.

Steps to reproduce: 1.Have some outdated packages 2.Download bauh AppImage version and run it with --tray param (e.g. ./bauh-0.9.27-x86_64.AppImage --tray)

Observed result: Default bauh tray icon is displayed and update notification is NOT being displayed.

Expected result: Update bauh tray icon is displayed and notification is being displayed.

Note: I tested this with arch and flatpak packages.

Software Environment bauh version: 0.9.27 O.S: Arch Installation method: AppImage DE: KDE Plasma 5.24.0

vinifmor commented 2 years ago

I was able to reproduce the issue.. it seems the encoding Python's module is missing on the AppImage runtime. Thanks for reporting the problem.

vinifmor commented 2 years ago

It seems fixed on 0.9.28 (if it doesn't work on your end, please, re-open the issue)