tcorreabr / Parachute

Look at your windows and desktops from above.
GNU General Public License v3.0
354 stars 32 forks source link

Expose config in KCM UI #87

Closed ericschdt closed 3 years ago

ericschdt commented 3 years ago

I have installed Parachute via git clone && make install, afterwards it appears in the Systemsettings' KWin scripts page. However, there one can only en- or disable or uninstall Parachute. It would be convenient if Parachute could also be configured there.

System: Manjaro

koma111 commented 3 years ago

Check the README.md file (the main page of the project) for instructions. For your convenience, I copy the command here: mkdir -p ~/.local/share/kservices5 && ln -s ~/.local/share/kwin/scripts/Parachute/metadata.desktop ~/.local/share/kservices5/Parachute.desktop I assume you are familiar with the Linux command line, so you probably can figure out what this does. For the config dialog to work, this has to be done once, otherwise KDE doesn't recognize the config dialog. Note that this is not reset by updates, so you don't have to do it again when a new release of Parachute, Plasma, or any other software comes out.

@tcorreabr This can be closed.

ericschdt commented 3 years ago

Never mind, something must have gone wrong. I removed all fractions and installed it again, works fine now. :)