There is a persistent glitch for both KDE 4 and 5 builds of Krusader. When I try to rename anything my input get mixed with the old name which is still visible under it. I suspect this has something to do with usage of KDE colour scheme (openSUSElight from openSUSE 13.1) with dark-on-light colours for usual text and inverted, light-on-dark combination for selections. Reproducible: Always Steps to Reproduce: 1. try to rename anything 2. 3. Actual Results: garbled input Expected Results: proper text openSUSE package with that scheme: https://build.opensuse.org/package/binary/openSUSE:13.1:Update/patchinfo.2178?arch=i586&filename=kdebase4-workspace-branding-openSUSE-13.1-6.5.4.x86_64.rpm&repository=standard Used scheme file from that package: https://github.com/v-fox/live_opensuse_hsf/blob/master/data/common-userfiles/.kde4/share/apps/color-schemes/openSUSElight.colors kdeglobals based on that scheme: https://github.com/v-fox/live_opensuse_hsf/blob/9fc7de3e6cda9c8f0c5953ad61f0b1bbf4e2f5e0/data/common-userfiles/.kde4/share/config/kdeglobals Krusader config used: https://github.com/v-fox/live_opensuse_hsf/blob/9fc7de3e6cda9c8f0c5953ad61f0b1bbf4e2f5e0/data/common-userfiles/.kde4/share/config/krusaderrc
Created attachment 95065 [details] krusader_renaming_glitch.jpg The glitch
I've reproduced the bug with the files you provided (while a clean openSUSE install doesn't seems to be affected). Doing a "bisect" on the config files you provided, I've found that this is caused by the GTK+ style, if I switch to another theme, the problem doesn't shows up. Can you confirm it? Also, this bug is present in the plasma version, as the theme GTK+ is still present.
(In reply to Davide Gianforte from comment #2) > Can you confirm it? > > Also, this bug is present in the plasma version, as the theme GTK+ is still > present. Indeed so, with other Qt style it's gone ! Too bad, since I don't actually run KDE but LXQt + GTK+ Qt-style with oxygen-gtk GTK-style which makes a great combination. PS: For some reason email about your reply got into spam and I found it out due to pure coincidence. Thunderbird shenanigans.
Hi guys, I can confirm that I see exactly the same behavior. However I'm not sure hot to know if I'm using GTK+ style. In your post you mention "style" and "theme", are they synonyms? Sorry, I'm new to Linux, how can I know if I'm using GTK+? When I go to settings-Themes I see I'm not using anything called GTK, or at least it doesn't say so. The desktop theme I'm using is called "void", but I have been also messing a little with terminal, so not sure... Anyway, just wanted to add on this. Thanks
Dear Bug Submitter, This bug has been in NEEDSINFO status with no change for at least 15 days. Please provide the requested information as soon as possible and set the bug status as REPORTED. Due to regular bug tracker maintenance, if the bug is still in NEEDSINFO status with no change in 30 days, the bug will be closed as RESOLVED > WORKSFORME due to lack of needed information. For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging If you have already provided the requested information, please set the bug status as REPORTED so that the KDE team knows that the bug is ready to be confirmed. Thank you for helping us make KDE software even better for everyone!
Wow, can't believe it was that long ! Anyway, I can't reproduce it now, although many small things changed in my system and I don't even remember what changes I did to themes. (In reply to j22gim from comment #4) > Hi guys, I can confirm that I see exactly the same behavior. However I'm not > sure hot to know if I'm using GTK+ style. In your post you mention "style" > and "theme", are they synonyms? > Sorry, I'm new to Linux, how can I know if I'm using GTK+? When I go to > settings-Themes I see I'm not using anything called GTK, or at least it > doesn't say so. The desktop theme I'm using is called "void", but I have > been also messing a little with terminal, so not sure... > > Anyway, just wanted to add on this. Thanks I'm not sure. I just know that every major version of every framework has it's own theming engine and configures it differently, so it's a horrible mess to try to keep them in the same style. I did it by manually editing config-files long ago, so I can't say anything about GUI tools and what they may touch.