ekaaty / vinyl-theme

A theme for KDE Plasma
https://www.pling.com/p/2140095
35 stars 1 forks source link

Only color theme works #1

Closed KristianOde closed 3 months ago

KristianOde commented 6 months ago

After following the install instructions, only the color scheme appears in settings but no application style, window decoration etc. Not sure if I'm missing something or if it's not implemented yet. The installation logs tells me that a bunch of files are being created in various folders but they don't appear to do anything. I can run vinyl-settings6 in the terminal where a window with no functionality pop ups and the terminal says kf.coreaddons: "Could not find plugin kstyle_config/vinylstyleconfig" kf.coreaddons: "Could not find plugin kstyle_config/vinylstyleconfig" kf.coreaddons: "Could not find plugin org.kde.kdecoration2.kcm/kcm_vinyldecoration.so" kf.coreaddons: "Could not find plugin org.kde.kdecoration2.kcm/kcm_vinyldecoration.so" I'm on Fedora 40.

christiantosta commented 6 months ago

Seems that you missed some detail in the build process. Only colors, decorations and application style is implemented at this point, but it's usable. You can grab the Fedora's 40 package here: Vinyl packages for Fedora 40.

pyrareae commented 4 months ago

To get the application style to show up on Fedora I had to change the installation dir to /usr. Whereas the instructions used /usr/local.

export PREFIX=/usr
export DESTDIR=/

cd vinyl-theme
cmake --install build --prefix ${PREFIX}
christiantosta commented 3 months ago

Fixed build instructions on README.md.