dhruv8sh / arch-update-checker

Plasma 6 applet to check for AUR and Arch updates
GNU General Public License v2.0
71 stars 5 forks source link

Error and available updates are not shown #5

Closed JackLeEmmerdeur closed 4 months ago

JackLeEmmerdeur commented 4 months ago

I'm using fish shell. Paru and Yay are installed.

The following error happens both on installing via source or widget download dialog:

Error code: 0
Error:Fehler: Ungültige Kennung : Name darf nicht leer sein
sed: -e Ausdruck #1, Zeichen 0: Kein vorheriger regulärer Ausdruck

which translates to:

Error code: 0
Error:Error: Invalid identifier: Name can not be empty
sed: -e Expression #1, Char 0: No previous regular expression
dhruv8sh commented 4 months ago

Wierd. Something similar was reported in #4. Seems to be a flatpak specific problem. It needs some testing. I will look into this soon. Until then you can use the applet with flatpak disabled.

JackLeEmmerdeur commented 4 months ago

Nice. That did it! I haven't used flatpak under Arch AFAIK, although the flatpak-package from the extra repository is installed but none of the auxiliary flatpak packages. Thanks for your work.