Bug 354152 - Krusader garbles up text while renaming files
Summary: Krusader garbles up text while renaming files
Status: RESOLVED FIXED
Alias: None
Product: krusader
Classification: Applications
Component: general (show other bugs)
Version: Git
Platform: openSUSE Linux
: NOR major
Target Milestone: ---
Assignee: Krusader Bugs Distribution List
URL: https://build.opensuse.org/package/sh...
Keywords: triaged
Depends on:
Blocks:
 
Reported: 2015-10-21 02:57 UTC by Sergey Kondakov
Modified: 2018-09-28 06:28 UTC (History)
3 users (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments
krusader_renaming_glitch.jpg (115.46 KB, image/jpeg)
2015-10-21 02:59 UTC, Sergey Kondakov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Sergey Kondakov 2015-10-21 02:57:58 UTC
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
Comment 1 Sergey Kondakov 2015-10-21 02:59:50 UTC
Created attachment 95065 [details]
krusader_renaming_glitch.jpg

The glitch
Comment 2 Davide Gianforte 2015-10-25 12:23:28 UTC
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.
Comment 3 Sergey Kondakov 2015-10-26 21:17:34 UTC
(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.
Comment 4 j22gim 2016-03-16 15:52:39 UTC
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
Comment 5 Andrew Crouthamel 2018-09-28 03:33:55 UTC
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!
Comment 6 Sergey Kondakov 2018-09-28 06:28:00 UTC
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.