mylinuxforwork / dotfiles

The ML4W Dotfiles for Hyprland - An advanced and full-featured configuration for the dynamic tiling window manager Hyprland including an easy to use installation script for Arch based Linux distributions.
GNU General Public License v3.0
1.16k stars 89 forks source link

[BUG] SDDM error Fedora 41 sequoia theme #467

Closed dwilliam62 closed 1 day ago

dwilliam62 commented 3 days ago

Describe the bug A clear and concise description of what the bug is.

To Reproduce install ml4w select optional SDDM theme , reboot

Expected behavior SDDM theme would be applied

Screenshots image

Distribution (please complete the following information): Fedora 41

mylinuxforwork commented 3 days ago

I have hidden the sddm installation for Fedora. Wasn’t able to install it. How have you installed sddm on your system and removed gdm?

dwilliam62 commented 3 days ago

sudo systemctl disable lightdm sudo dnf install sddm sddm-themes sudo systemctl enable sddm sudo systemctl stop lightdm
reboot I set it to elarun for the time being it did prompt me to install the sequoia theme

This is a VM in case you were wondering suod dnf install aquamarine-0.4.5 that will downgrade it then edit /etc/dnf/dnf.conf

excludepackages=aquamarine exlcludepackages=hyprland

The 2nd one isn't really needed as the hyprland won't update w/o updated aquamarine b/c of package maintainer set dependencies

dwilliam62 commented 3 days ago

Where are the appimages for Fedora? I can't find them and they won't start

mylinuxforwork commented 3 days ago

Here are the app images. https://github.com/mylinuxforwork/dotfiles/tree/main/share/apps

Will be installed to /usr(bin

enessmr commented 3 days ago

You must install all QT5/6 dependencies

dwilliam62 commented 3 days ago

You must install all QT5/6 dependencies

Do you happen to know what those are there are many qt5/6 pkgs

dwilliam62 commented 3 days ago

Here are the app images. https://github.com/mylinuxforwork/dotfiles/tree/main/share/apps

Will be installed to /usr(bin

That worked! Apps are working

dwilliam62 commented 3 days ago

dnf install qt6-qt5compat to resolve sddm issue image

dwilliam62 commented 3 days ago

You must install all QT5/6 dependencies

thank you

mylinuxforwork commented 3 days ago

Great thank you.