-
Notifications
You must be signed in to change notification settings - Fork 68
No config options #79
Comments
Same here under gentoo. |
I know that there was a similar issue a while back with Fedora that boiled down to wrong packaging. Do you have any other scripts that do show configuration settings? Do you have |
I have it in:
|
That should work - the corresponding line in metadata.desktop is
So if it is relative to /usr/lib/qt5/plugins in your case, it should be found. I don't know how the default qt plugin path is set, but you could try setting $QT_PLUGIN_PATH to "/usr/lib/qt5/plugins" and then launch |
Same here. Although I kind of worked around it by manually specifying options in ~/.config/kwinrc |
I too cannot access the config options through 'KWin Scripts'. |
@wcerfgba Sure, here you go: Under And then, for the plugin itself:
But I haven't quite worked out the layouting stuff yet.... ;) |
I can also confirm the problem. Running kwin_x11 --replace with the correct plugin path also did not solve the problem. Furthermore, there exist a videowall plugin on my computer for witch the config options are present. It also uses KWin spits out these errors here (I do not know if it is related): |
I too have no config options in Fedora 25 - Plasma 5.9.5 |
I ended up by disabling it as I couldn't configure it properly 👎 |
So, I have just downloaded the KDE spin of Fedora 25 and started it live in virtualbox. I then installed the script via GHNS, activated it and clicked the config button. The menu appeared. Is there anything I'm missing? @xenithorb: Did you do anything differently, e.g. install via a different spin? Netinstall?
Are you using Plasma 5 or 4? That looks like it's 4, which is no longer supported. |
I am using the latest stable release of KDE + Qt:
However, this is an upgrade installation (i.e. Plasma 4 was installed some time ago). Maybe some Plasma 4 configuration persisted after the upgrade? |
Did you upgrade your virtual machine? The live media isn't updated over the course of the release, and by now it has become quite out date. @faho I have the same Plasma and Kf5 and Qt versions as @tillschaefer, though my Kapps is more out-of-date. This was originally a KDE spin install but it's been updated through 3 versions of Fedora so who knows. |
Okay, I upgraded my VM and it is indeed broken. The button doesn't even show up. Unfortunately, It's possible it's related to Qt5 being 5.7.1 (mine is 5.8.0). Since I don't think anyone here wants to compile their entire desktop anew, we're gonna have to wait on that. |
I don't think QT 5.8.0 will solve this as I'm unable to access the configuration using that version (archlinux).
|
Configuration not present for me too. |
FYI it works on Arch Linux installed via AUR package https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=kwin-scripts-tiling |
@TomBZombie works for me on other user as well, but if you delete it and install again(or create a new user), it won't work anymore |
I am having the same problem described by AnotherBugworm... I get the error "Plugin does not provide configuration file in expected location" when trying to configure it in system settings. I see that there is a file located at |
Yeah, chiming in with the same problem. Latest Arch, installed through KDE store the plugin doesn't offer the setting button. Installing the script from AUR, there is a button, but it errors out with that unprovided location message. |
Try following the instructions in the README.md:
That worked for me on my laptop. AUR: No config options, installed as above; worked as expected. |
Hi there, I have the same problems in KDE neon 5.10.2. I tried all the tipps in this Issue, but I am not able to get the config menu running. ATM I configured the gapps directly in kwinrc. Is there a documentation of all settings? Regards |
I've faced the issue on latest Arch as well. This fixes the issue in a moment: |
Thanks, unfortunately it doesn't work for me. |
I managed to get the configuration button on Arch Linux! It seems that the kwin script needs to be a known KDE service to get a "Configuration" button (see the condition to show the button here and here). But installing the script via the
I have no idea if there is a way to do this via a command. Also I guess we should open an issue somewhere in the KDE bug tracker but I feel so ignorant how all this should work. I hope it works for you. |
Works! Thank you so much! |
Works too, thanks! |
Following @BenoitZugmeyer's instructions gets the configuration window to appear, but it is missing the layout and excluded window class sections. Running KDE Neon User Edition. |
Urgh... yeah. The issue there is that the widget we used (KEditListWidget) has been removed, and AFAIK there's no great replacement. The best we can do is probably QLineEdit, which requires users to enter it as a comma-separated string. I've now made that change in 3658cc1. This might require that you open up the config UI because (for some reason) this is now stored as |
Running KDE Neon with Plasma version 5.10.4. With the most recent version of the repo I ran into this same issue but was able to fix it per @BenoitZugmeyer 's instructions! :) |
@faho I think that it would be nice to add the solution of @BenoitZugmeyer into the documentation. |
@copyme I filed a PR with @BenoitZugmeyer's fix: #107 |
@BenoitZugmeyer method fixed it here in the latest KDE Neon as well, any chance on having the Makefile copy that file there itself when |
Just FYI, I'm facing the same issue in my script. After installing |
@Aetf: Thanks for the information. So IMHO that's still an "effectively not available" since we can't specify these dependencies from the script or get a good error. |
The issue raised here has been reported by LinG on 2017-11-03 as KDE bug 386509 with no action taken so far :( |
isn't the "correct" way a symlink? Like: |
Yes, the Troubleshooting section of the README does, indeed, suggest a symlink rather than a copy. The location ( |
As far as I can see this is a problem with kpackagetool/whatever the thing is called now. Nothing to fix here, so I'm closing. |
The commands in "Enabling User-Configuration" in the guide still don't make the settings button appear. Latest KDE Plasma on PopOS |
The commands in "Enabling User-Configuration" in the guide still don't make the settings button appear. Latest KDE Plasma on Ubuntu 21.10 |
Nothing we can do about that, file bugs upstream. |
I'm trying to use this script under plasma 5.9.2. I managed to install it and it seems to be working fine, except for the fact that there is no settings option and I can't get into the GUI. Anyone else having this problem?
Edit by @laloch: The solution is documented in the Troubleshooting section of the README.
The text was updated successfully, but these errors were encountered: