Ultramarine-Linux / triage

If you're unsure where an issue should go, but are sure it belongs to Ultramarine, you can report it here.
49 stars 1 forks source link

QtGraphicalEffects warning on UM40 KDE #39

Open phheine opened 4 months ago

phheine commented 4 months ago

Describe the bug

Internal error:

Error running transaction: file /etc/fonts/conf.d/11-lcdfilter-default.conf from install of fontconfig-2.15.0-4.fc40.x86_64 conflicts with file from package fontconfig-enhanced-defaults-2.0-1.fc39.noarch

To Reproduce Steps to reproduce the behavior:

  1. Upgrade fails to complete.

Expected behavior Upgrade completion

Screenshots If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

Additional context Add any other context about the problem here.

madonuko commented 4 months ago

Since no packages from Ultramarine Linux are involved, you are actually supposed to report this issue to Fedora upstream.

But well, obviously, no one actually likes using Red Hat Bugzilla, so here are some other ways you can get help / other people to notice this issue:

P.S. I have no idea where fontconfig-enhanced-defaults comes from. This does not seem to come from any of the Fedora repositories.

phheine commented 4 months ago

Thank you for your quick response.

I removed the conflicting file, refreshed, and the upgrade completed successfully.

I believe the file had to do with enhanced font rendering.

However, now at boot, on the login screen a red warning line referring to " QtGraphicalEffects" appears reporting theme issues. I am working on a solution.

Your other advice regarding reporting is noted. Does that include this issue to be reported to Fedora?

Kind regards

Paul H Heine Dubuque, IA United States of America

On Wed, May 8, 2024 at 2:23 AM madomado @.***> wrote:

  • Have you tried sudo dnf upgrade --refresh?
  • Try sudo dnf swap fontconfig-enhanced-defaults fontconfig, then perform the system upgrade again.
  • If none of the above works, continue reading:

Since no packages from Ultramarine Linux are involved, you are actually supposed to report this issue to Fedora upstream.

But well, obviously, no one actually likes using Red Hat Bugzilla, so here are some other ways you can get help / other people to notice this issue:

P.S. I have no idea where fontconfig-enhanced-defaults comes from. This does not seem to come from any of the Fedora repositories.

— Reply to this email directly, view it on GitHub https://github.com/Ultramarine-Linux/ultramarine/issues/39#issuecomment-2099917760, or unsubscribe https://github.com/notifications/unsubscribe-auth/AGWXW5Y5KE3Q5AORNTBPRBTZBHHILAVCNFSM6AAAAABHLZF44SVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAOJZHEYTONZWGA . You are receiving this because you authored the thread.Message ID: @.***>

madonuko commented 4 months ago

That seems to be a separate issue. Removing just a fontconfig file wouldn't cause Qt theme issues.

Could you further describe the theme issue? Most likely again this is a Fedora issue, but we could look into this if there's a more descriptive warning message.

phheine commented 4 months ago

See error message on login screen below:

"The current theme cannot be loaded due to the errors below, please select another theme"

"file://usr/share/sddm/themes/MacSonoma-Light/Main.qml:23:1 module "QtGraphicalEffects" is not installed."

All the previously installed Mac themes have disappeared and cannot be accessed in KDE Settings/Themes.

Paul H Heine Dubuque, IA United States of America

On Wed, May 8, 2024 at 10:19 AM madomado @.***> wrote:

That seems to be a separate issue. Removing just a fontconfig file wouldn't cause Qt theme issues.

Could you further describe the theme issue? Most likely again this is a Fedora issue, but we could look into this if there's a more descriptive warning message.

— Reply to this email directly, view it on GitHub https://github.com/Ultramarine-Linux/ultramarine/issues/39#issuecomment-2100827413, or unsubscribe https://github.com/notifications/unsubscribe-auth/AGWXW53LNMZE2X7SONSYSL3ZBI67XAVCNFSM6AAAAABHLZF44SVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCMBQHAZDONBRGM . You are receiving this because you authored the thread.Message ID: @.***>

madonuko commented 4 months ago

Try installing qt5-qtgraphicaleffects (but I doubt if it will work)

phheine commented 4 months ago

You were right - it did not work.

sudo dnf -y install qt5-qtgraphicaleffects [sudo] password for pheine: Last metadata expiration check: 0:24:51 ago on Wed 08 May 2024 11:28:14 AM CDT. Package qt5-qtgraphicaleffects-5.15.13-1.fc40.x86_64 is already installed. Dependencies resolved. Nothing to do. Complete!

Paul H Heine Dubuque, IA United States of America

On Wed, May 8, 2024 at 11:48 AM madomado @.***> wrote:

Try installing qt5-qtgraphicaleffects (but I doubt if it will work)

— Reply to this email directly, view it on GitHub https://github.com/Ultramarine-Linux/ultramarine/issues/39#issuecomment-2101000325, or unsubscribe https://github.com/notifications/unsubscribe-auth/AGWXW54BJYJYSVLTNBPTTHLZBJJPDAVCNFSM6AAAAABHLZF44SVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCMBRGAYDAMZSGU . You are receiving this because you authored the thread.Message ID: @.***>

phheine commented 4 months ago

Also, when I try to install KDE themes I get this error, e.g.:

"Installation of /tmp/tAjoxo-Apple.Sonoma.Light.P6.tar.xz failed: Could not install dependency: 'kns://plasmoids.knsrc/api.kde-look.org/2138251'"

Paul H Heine Dubuque, IA United States of America

On Wed, May 8, 2024 at 11:48 AM madomado @.***> wrote:

Try installing qt5-qtgraphicaleffects (but I doubt if it will work)

— Reply to this email directly, view it on GitHub https://github.com/Ultramarine-Linux/ultramarine/issues/39#issuecomment-2101000325, or unsubscribe https://github.com/notifications/unsubscribe-auth/AGWXW54BJYJYSVLTNBPTTHLZBJJPDAVCNFSM6AAAAABHLZF44SVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCMBRGAYDAMZSGU . You are receiving this because you authored the thread.Message ID: @.***>

madonuko commented 4 months ago

I'm not too sure but this is probably an issue with the theme itself…

phheine commented 4 months ago

Thank you for communicating with me on these issues. Much appreciated.

Ultramarine is absolutely the best distro (among the many) I have ever used.

Kind regards.

On Wed, May 8, 2024, 23:46 madomado @.***> wrote:

I'm not too sure but this is probably an issue with the theme itself…

— Reply to this email directly, view it on GitHub https://github.com/Ultramarine-Linux/ultramarine/issues/39#issuecomment-2101925096, or unsubscribe https://github.com/notifications/unsubscribe-auth/AGWXW55FNHCOERFQYQ4WOSDZBL5TXAVCNFSM6AAAAABHLZF44SVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCMBRHEZDKMBZGY . You are receiving this because you authored the thread.Message ID: @.***>

Rohit-222 commented 5 days ago

Actually the problem you are facing is because you are trying to install an sddm of Plasma 5 while you are using Plasma 6 which doesn't run that sddm so try installing a different one which supports with Plasma 6.