Lxappearance not working II

The QML popup I get is due to Protonmail Bridge trying to do some GTK stuff then silently exiting. It is not related to the default Garuda Hyprland configuration.

The issue comes from the build of the Chaotic-AUR actually. There is a mismatch for the filepaths. Right now, the rebuild was made but I can’t seem to sync it, there seems to be an issue with the checksum of the package, I’ve opened an issue on the chaotic-aur repo. I’ll edit this post accordingly when the build works.

You can find more info in this thread :

1 Like

The problem is upstream haven’t built bridge for 6.8 they haven’t even built for 6.5? I think it was. they say to downgrade QT but that will lead to things breaking sooner or later so the solution for now is when the error pops up on boot to minimize it as it will still work you just cant open it. on hyprland you might need some app to do this or just remove it from autostart for now.

Fails to start with Qt 6.8 · Issue #500 · ProtonMail/proton-bridge · GitHub Can follow the issue here.

1 Like

Would someone help me please?

I downgraded the sweet version, and set nwg-look to “sweet”, mode “dark”.
I still have a light mode with darmode fonts.

sudo downgrade plasma5-themes-sweet-full-git

edit:
I had to comment the Server = https://cdn-mirror.chaotic.cx/$repo/$arch in chatic mirrorlist and choose a mirror of my country. then i could reinstall the theme.

pkgbuild-chaotic-mirrorlist

sudo nano /etc/pacman.d/chaotic-mirrorlist

it looked like this after:

# Server = https://cdn-mirror.chaotic.cx/$repo/$arch
Server = https://xx-mirror.chaotic.cx/$repo/$arch # xx: your country mirror

refresh mirrorlists

sudo pacman -Syy

reinstall sweet theme:

sudo pacman -S --overwrite "/usr/share/plasma/desktoptheme/Sweet*" plasma5-themes-sweet-full-git

and of course redo the commenting in the mirrorlist after:

Server = https://cdn-mirror.chaotic.cx/$repo/$arch
# Server = https://xx-mirror.chaotic.cx/$repo/$arch # xx: your country mirror

after that a quick reboot, because i didn’t see the changes.

sudo reboot

everything fine after that in:

nwg-look

Did the new release has fixed the issue on your end?

A new build has been posted. I upgraded to the latest version and everything is fine on my side now.

3 Likes

Thank you for asking.
Im back in black. :wink:

I think my files of the Sweet themes where corrupted somehow.
I’m up to date with the current versions, as well.
It looked like it was a mix of some local files, and maybe the plasma5 pkgs ?

 ╰─λ pacman -Qs sweet             
local/beautyline 1:20240421-2
    Outlined icons designed to have unified look and comprehensive coverage with the Candy icon pack (best suited to use with Sweet theme)
local/candy-icons-git r1234.f8a4125-1
    Sweet gradient icons
local/plasma5-themes-sweet-full-git r390.48a9050-1.1
    Sweet KDE Plasma theme
local/plasma5-themes-sweet-kde-git r31.bbf5287-1
    Sweet KDE Plasma theme

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.