EliverLara / Andromeda-KDE

39 stars 3 forks source link

Plasma 6 fix #11

Open DarkXero-dev opened 4 months ago

DarkXero-dev commented 4 months ago

Hey ..

Great theme, but in order for it to work on Plasma 6 gotta fix metadata.desktop converting it to json.. I don't see that done here on this repo..

In ~/.local/share/plasma/desktoptheme/Andromeda/ and ~/.local/share/plasma/look-and-feel/Andromeda/ run this command

find -name "*.desktop" -exec desktoptojson -i {} \;

Then once done in ~/.local/share/plasma/look-and-feel/Andromeda/metadata.json file add

  {
+     "KPackageStructure": "Plasma/LookAndFeel",
      "KPlugin": {
          "Authors": [
              { 

This should make it appear under Global themes in settings.. And SDDM theme not working on Plasma 6.. Complains about org.kde.plasma.extras and org.kde.plasma.core requires plasma-framework5 package better mention that somewhere...

Cheers ;)