EliverLara / AndromedaLauncher

A Launcher for KDE Plasma based on a design by Max McKinney
GNU General Public License v2.0
13 stars 4 forks source link

Icon Rendering Issues #2

Open cryofault opened 3 months ago

cryofault commented 3 months ago

I've been using your launcher but I'm not able to figure out what's causing this issue with the menu icons. My first thoughts are that this is something on my end but I'm running an RX 580 with the included Mesa drivers + a clean Plasma 6 install and these icons seem to be the only ones with any trouble. Any ideas?

Screenshot_20240406_042500 Screenshot_20240406_042511 Screenshot_20240406_042656

tjumar commented 3 months ago

I'm having the same issues on arch, rx6700 gpu, plasma 6, wayland. Journal shows: "Texture used with different accesses within the same pass, this is not allowed." Googling the error it seems an issue with ColorOverlay from Qt5Compat.GraphicalEffects (extra/qt6-5compat is installed). A quick and dirty commenting out all of ColorOverlay { } occurrences seems to remedy the issue.

ElijahHW commented 2 months ago

Having the exact same issues here too.

MattyGWS commented 2 months ago

Same issues here on Fedora. Wayland, AMD 6950xt GPU, AMD 5950x CPU.

Bilalharoon commented 1 month ago

I had the Same issue. I removed all the overlays in Main.qml and Headers.qml in /home/bilalharoon/.local/share/plasma/plasmoids/AndromedaLauncher/contents/ui

  ColorOverlay {
      visible: true
       anchors.fill: headerLabel
       source: headerLabel
       color: main.textColor
     }

I don't know why they are there. I will try to submit a pr to remove them

Bilalharoon commented 1 month ago

https://github.com/EliverLara/AndromedaLauncher/pull/8[https://github.com/EliverLara/AndromedaLauncher/pull/8]

PLAYERUNKNOWNHatsune01 commented 1 month ago

Me too here. Do we have any solution or updates to fix the problem?

Bilalharoon commented 1 month ago

Me too here. Do we have any solution or updates to fix the problem?

Install my fork for now