[krusader] [Bug 371513] krusader does not generally render icons in panels or does it wrong

2016-10-26 Thread Sergey Kondakov
https://bugs.kde.org/show_bug.cgi?id=371513

--- Comment #14 from Sergey Kondakov  ---
(In reply to Alex Bikadorov from comment #13)
> Sorry, but its hard to debug as everything is working fine for me. Can you
> test this in a KDE environment or with another pre-build package of 2.5.0?
> Anything that can pinpoint the actual problem is helpful.

If devs always could reproduce bugs just by launching their stuff, there
wouldn't be any. I will not risk launching Plasma because the last time I did,
it wrote a bunch of useless KDE configs and somehow broke startup of LXQt
session altogether. Official openSUSE builds present the same problem.
I have
KDE_FULL_SESSION=false
KDE_SESSION_VERSION=4
exported on LXQt session startup but launching krusader with any other values
changes nothing. By the way, some KDE apps think that if KDE_FULL_SESSION exist
with any non-empty value then it's equal to "true". That's dumb.

> Also, can you rule out that something went wrong during building?

I've put out full build and strace so *you* could answer that question to me.
But if it would, OBS surely would fail the build.
So, how about looking at which icons and in which order it tries to access in
that krusader.strace.zip or comparing krusader's icon-loading code to dolphin ?

-- 
You are receiving this mail because:
You are watching all bug changes.

[krusader] [Bug 371513] krusader does not generally render icons in panels or does it wrong

2016-10-26 Thread Sergey Kondakov
https://bugs.kde.org/show_bug.cgi?id=371513

--- Comment #15 from Sergey Kondakov  ---
Created attachment 101818
  --> https://bugs.kde.org/attachment.cgi?id=101818&action=edit
krusader5_default.strace.xz

krusader5 uninterrupted strace from launch to exit with default config. It
seems that it actually finds all "Inherited" themes from the icon theme but
doesn't try to either load the actual icons from them or to render those icons
but is really keen on loading those icons all directly from the main theme or
"hicolor" (which supposed to be the last resort). Even when it finds one for
directories in '/usr/share/icons/OxyElegantGreen/*/places/folder.png', it
doesn't render it in panels. It also searches directly in user home like 3
times in a row or something.

-- 
You are receiving this mail because:
You are watching all bug changes.

[krusader] [Bug 371513] krusader does not generally render icons in panels or does it wrong

2016-10-28 Thread Sergey Kondakov
https://bugs.kde.org/show_bug.cgi?id=371513

--- Comment #26 from Sergey Kondakov  ---
(In reply to Toni Asensi Esteve from comment #16)
> > *you*
> 
> Being helpful helps a lot. Somebody has developed a lot for Krusader, and
> has also tried to be helpful.
> 


Yeah, and it would be great to get some feedback on the info that I provided or
a concrete request for data that may be needed instead of pretending that there
is none and dismissing everything with remarks like "*anything* that can
pinpoint the *actual problem* is helpful" and "being helpful helps a lot".
Well, be helpful and propose something useful.

If I knew how to fix it myself I would, so what kind of guess-work you want
*me* to do if you're the ones who made it ?

> > I will not risk launching Plasma 
> 
> A virtual machine can be used to test.

And how exactly I supposed to replicate entirety of my setup in there ? Copying
entirety of the system and user configs just for avoiding one package messing
with my configs and all for a longshot just because you don't know what secret
KDE variables the app that is supposed to be DE-independent (which is the whole
point of KDE5's advertised modularity) may use ?

Anyway, I risked running Plasma5 again and the result is even worse ! In Plasma
everything lacks icons as if it actively ignores the contents of ~/.icons. But
setting the icon theme in ~/.config/kdeglobals from custom one to simple
"breeze" doesn't help much: dolphin gets breeze monochrome stuff but krusader
presents the same issue with panels. With the custom theme under Plasma
krusader starts lacking most other icons.

> > uninterrupted strace from launch
> 
> Thank you for adding information.

Thanks for noticing from the second time.

(In reply to WiseLord from comment #6)
> Created attachment 101731 [details]
> Install missing icons to /usr/share/icons
> 
> Some panel icons are also missing for me (compare files, mount manager,
> etc). I discovered that they are installed to /usr/shar /krusader/icons
> instead of /usr/share/icons. When I'd changed this path in CMakeLists.txt,
> they began to be displayed again.
> So here is my patch.

By the way, I just noticed that it seems to be a revert of the revert of
previous krusader screw-up:
https://github.com/KDE/krusader/commit/4b69dda12a15c38f5fc8ccfa4037839f6c5ac3a3

I've built an old revision of
https://github.com/KDE/krusader/commit/d1cc62447cd159692f25208c757fc1bd4c74c741
which I though didn't have the issue back in 2015 but now it also did. So maybe
it's a regression in KF5-5.8.2/Qt5-5.7.0 or it was always the reason I only
used latest KDE4 release (which I highly doubt). Or it really hates some
obscure but persistent option in some forgotten config.

Moreover, after
* changing icon themes in ~/.config/kdeglobals
* removing .cache/icon-cache.kcache
* recreating cache for customized themes in ~/.icons or using vanilla breeze
and oxygen
* QT_QPA_PLATFORM_THEME (kde/lxqt)
* QT_STYLE_OVERRIDE (breeze/oxygen/gtk2)
* KDE_FULL_SESSION (''/false/true)
* KDE_SESSION_VERSION (4/5)
* using dbus-launch
* launching in weston with QT_QPA_PLATFORM=wayland-egl
nothing in panels has changed >_<

Ah, if only dolphin would have profile support... it already has "split view",
built-in konsole, service menus, tabs, verbose view and previews, so when
customized it looks almost like krusader.

(In reply to Alex Bikadorov from comment #19)
> 
> This is what I already did. I looked at your build log and noticed that you
> used a build script and not a plain "cmake && make" to build.

Does it make a difference ? "The build script" is Open Build Service's remote
builder/packager.
If I wanted to do this stuff on my system I would use Gentoo... but then again,
without building manually.

> I searched in
> the strace and found that the icons are actually loaded but nevertheless
> (sometimes) not shown. I checked the code and it is the same like Dolphin
> (again: both are using the same predefined gui widgets, not modified).

The icons on panels behave differently in comparison to all other elements,
like toolbar.
Are you sure their code is the same to dolphin ?

What about "QPainter" messages ? It's the only other thing that is consistently
present too.

> This leads me to the assumption that it is a lot more likely that something
> with your system is wrong and not with our code, wouldn't you agree?
> Until more reports are incoming that can pinpoint the reason, I assume it
> has something do do with LXQt and/or the icon settings.
> 

Or that your code is well-tested only on your systems while people with similar
glitches just don't bother complaining. After I managed to get kernel
developers to fix the >2 year old hid_sony glitch that made usage of Sony
Du

[krusader] [Bug 371513] krusader does not generally render icons in panels or does it wrong

2016-10-28 Thread Sergey Kondakov
https://bugs.kde.org/show_bug.cgi?id=371513

--- Comment #27 from Sergey Kondakov  ---
Created attachment 101856
  --> https://bugs.kde.org/attachment.cgi?id=101856&action=edit
Screen - 2016-10-28_15:17:45.jpg

krusader5 and dolphin under Plasma5 with the same configs as previous
screenshots. all dolphin and krusader's toolbar icons are messed up, in fact,
all icons in all KDE apps are messed up as in krusader's panel, unlike how KDE
apps look under LXQt.

Changing icons to "breeze" in kdeglobals helps dolphin and krusader's toolbar
but not krusader's panels.

-- 
You are receiving this mail because:
You are watching all bug changes.

[Breeze] [Bug 468361] In VLC- and SMPlayer-based apps, "Drag windows from empty areas" feature of Breeze makes the cursor or window teleport to another location

2023-04-10 Thread Sergey Kondakov
https://bugs.kde.org/show_bug.cgi?id=468361

Sergey Kondakov  changed:

   What|Removed |Added

 CC||virtuous...@gmail.com

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kio] [Bug 108161] Cannot use the save dialog to save file if the name contains a slash

2021-07-24 Thread Sergey Kondakov
https://bugs.kde.org/show_bug.cgi?id=108161

--- Comment #8 from Sergey Kondakov  ---
(In reply to Ahmad Samir from comment #7)
> There is nothing we can do about filenames on Linux not being able to have
> slashes, as has been said, a / is the path separator.

Have you decided just not to read the whole 16-year old thread that describes
exactly what you can do and how it was done in KDE 3 previously, before being
broken ?

But in KDE 5 all regressions and bugs are just renamed to features, that is
clear from all the "development", convenience of a user be damned.

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kio] [Bug 108161] Cannot use the save dialog to save file if the name contains a slash (unlike when using KNewFileMenu to create a new file)

2021-07-26 Thread Sergey Kondakov
https://bugs.kde.org/show_bug.cgi?id=108161

--- Comment #10 from Sergey Kondakov  ---
(In reply to Nate Graham from comment #9)
> Yeah, I think there has to be a way to make this work at least in the UI.
> What macOS does is allow the user to use the slash character in filenames
> (through the GUI of course) but silently represents them as a colon
> character in the actual POSIX filename. We could maybe do something similar.
> It's kind of lying to the user about the underlying representation, but the
> user generally doesn't care about the underlying representation. :)

Fraction/division slash may work - ⁄ (U+2044) and ∕ (U+2215). But colon
wouldn't as it's a normal and often-used character in Linux. These slashes stay
too close to letters unlike a normal slash.
Which is why, I assume, KDE3 used web-like "escape" encoding. But escape
encoding is ugly.

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 341143] Bring back per-virtual-desktop wallpapers

2020-09-11 Thread Sergey Kondakov
https://bugs.kde.org/show_bug.cgi?id=341143

--- Comment #379 from Sergey Kondakov  ---
(In reply to edpil02 from comment #378)
> >  It's worth nothing to me without a commitment after what? 6 years?
>I've lost pretty much all faith in KDE developers.
> 
> I'm not totally agree with you.
> i've seen in the kde developers workflow (Phabricator) that they plan to
> merge activities and v destops in wayland, the work is assigned to the dev
> Marco Martin who if i'm not wrong, have already written the virtual desktops
> API for wayland.
> But the same wayland needs big improvements .

That's promising… but at the same time: kwin, both X11 and Wayland, is still
complete mess in regards of proper vsync and latency of its compositing (the
thing that hated X11-only kwin-lowlatency fork is trying to solve:
https://blog.martin-graesslin.com/blog/2020/04/on-forking/ ). Developer that
tried to resolve it recently has been driven out:
https://phabricator.kde.org/T11071 &
https://subdiff.org/blog/2020/the-k-win-ft-project/ And previously the other
one was even trying to add Vulkan (complete replacement of deprecated and
abandoned OpenGL and all its interfaces) & DMABuf support but stopped all his
activity in 2018:
https://www.phoronix.com/scan.php?page=search&q=Fredrik%20Höglund
EGL (needed for GLES and non-X11 OpenGL access, I think it also needed for
handling DMABuf and switchable graphics) backend in X11 kwin is still glitchy
and some effects don't work.

That's number 1 core functionality of DE: ability to see things and interact
with them at all. When the most important thing is neglected for years, why
would you expect anything about anything else anymore ? Since KDE4 rewrite
fiasco I've seen nothing but offhand snarky excuses on every single issues,
especially regressions, especially purposefully broken-by-design "we don't need
it and so do you" & "it doesn't fit the VDG/HIG" (remember gigantic
buttons-for-tablets-that-we-don't-even-support and "unintrusive" unrecognizable
monochrome icons fads ?) ones. After KDE5 rewrite they doubled down.

Personally, I have more faith in US closing down Guantanamo Bay & all other
torture and illegal imprisonment camps instead of pushing hypocritical morality
doctrines/"agendas" on the world sooner than KDE's development making sense and
practicality. And yes, it's a remark about inappropriateness of authority
members/representatives of KDE virtue-signalling about their
good-faith-in-accordance-to-good-moral-beliefs, unrelated to purpose of KDE,
from official announcement channels of KDE, activity of religious cults and
political parties: https://subdiff.org/blog/2019/political-activism-in-kde/

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 395632] On RX Vega 64, KDE compositor does not run at 144Hz even though monitor refresh rate is set to 144Hz

2019-09-05 Thread Sergey Kondakov
https://bugs.kde.org/show_bug.cgi?id=395632

Sergey Kondakov  changed:

   What|Removed |Added

 CC||virtuous...@gmail.com

--- Comment #60 from Sergey Kondakov  ---
(In reply to Kailash from comment #59)
> (In reply to Benjamin Xiao from comment #58)
> > Did the session start at 120fps and you turned it down to 100? That's one of
> > the bugs I am experiencing, where Chrome seems to use the refresh rate value
> > that was set at the beginning of the X session.
> 
> The session started at 60 fps and stays at 60 even if I switch to 100, but
> chromium shows 120 fps with vsync. I have no idea why or how to debug this :(

How do you check "real fps" that it supposedly "stays at" ?
I've forced T11071 patches into my build of kwin-5.16.5 release and get:
maxFpsInterval: 1666
refreshRate: 0
vBlankTime: 600
glStrictBinding: false
glStrictBindingFollowsDriver: true
glCoreProfile: true
glPreferBufferSwap: 99
glPlatformInterface: 2
windowsBlockCompositing: false
…
Screen 0:
-
Name: DVI-D-0
Geometry: 0,0,1920x1080
Scale: 1
Refresh Rate: 72.9249

Screen 1:
-
Name: HDMI-A-0
Geometry: 1920,0,1920x1080
Scale: 1
Refresh Rate: 71.8263

With my 2 OC'ed native 60fps displays. vsynctester.com in FF and all native
apps show exact frame-time of what ~73 fps would get, as does the monitor
itself. But kwin says "maxFpsInterval: 1(6), refreshRate: 0 and vBlankTime:
6*10^6" which is suspicious. All feels nice and snappy even though current
kernel amdgpu has a bug that prevents me from enabling PageFlip.
But how to be sure that kwin does not limit actual framerate between it and GPU
by increasing frame-time after getting frames from the apps or something like
that ?

I also use these envvars, "just to be sure":
KWIN_OPENGL_INTERFACE=egl
KWIN_TRIPLE_BUFFER=0
KWIN_USE_BUFFER_AGE=1
KWIN_USE_INTEL_SWAP_EVENT=1
KWIN_PERSISTENT_VBO=1

(In reply to Roman Gilg from comment #45)
> I'm currently working on the compositing. There have been already several
> patches landed as preparations: https://phabricator.kde.org/T11071
> 
> What would help me is if you guys would be on KWin master branch (for
> example via KDE Neon dev unstable) to test upcoming patches.
> 
> I have here an AMD RX470 and a 75Hz display but the monitor is probably not
> enough. I'm gonna look for some 144Hz display to buy. You are using AMD
> graphics cards right?
> 
> > This issue isn't RX Vega 64 specific it seems. On my laptop with Intel 
> > graphics, Painting blocks on vertical retrace is also returning No.
> 
> Does this mean you noticed low refresh rates on a laptop with high refresh
> rate display and Intel graphics as well?

Please, don't allow your changes to bit-rot like what happened with fredrik's
'linux-dmabuf', 'vulkan' and 'swap-event-wip2' branches. kwin is pretty much #1
feature of all KDE, especially after deaths and stagnation of many core apps
such as kde-telepathy, gwenview, akregator, etc.

-- 
You are receiving this mail because:
You are watching all bug changes.

[krita] [Bug 368938] Pie Menu (Feature Request)

2020-06-11 Thread Sergey Kondakov
https://bugs.kde.org/show_bug.cgi?id=368938

Sergey Kondakov  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|REPORTED|RESOLVED
 CC||virtuous...@gmail.com

--- Comment #2 from Sergey Kondakov  ---
Indeed, Kwin, especially wayland version, should convert all contextual menus
into pie-types and on "neutral", desktop space it should replace application
launcher by pie-menu that's being filled from .desktop-files & appdata which
would also allow adding custom actions.

As for gestures, it would be nice to have generic gesture-recognition framework
that would work with hand-on-touchpad, stylus,
mouse-movement-with-pressed-modifier-button and gamepad's-joystick gestures and
could bind them all just as another hotkey.

*** This bug has been marked as a duplicate of bug 123284 ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[kde] [Bug 123284] i would like to see kde use radial menus

2020-06-11 Thread Sergey Kondakov
https://bugs.kde.org/show_bug.cgi?id=123284

Sergey Kondakov  changed:

   What|Removed |Added

 CC||rasen...@gmx.com

--- Comment #2 from Sergey Kondakov  ---
*** Bug 368938 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[kde] [Bug 123284] i would like to see kde use radial menus

2020-06-11 Thread Sergey Kondakov
https://bugs.kde.org/show_bug.cgi?id=123284

Sergey Kondakov  changed:

   What|Removed |Added

URL||https://youtu.be/AItTqnTsVj
   ||A?t=3935
 CC||virtuous...@gmail.com

-- 
You are receiving this mail because:
You are watching all bug changes.

[kde] [Bug 123284] i would like to see kde use radial menus

2020-06-11 Thread Sergey Kondakov
https://bugs.kde.org/show_bug.cgi?id=123284

--- Comment #3 from Sergey Kondakov  ---
bug#368938 has a point. And here's some more "better future" from the past:
https://en.wikipedia.org/wiki/Project_Looking_Glass
https://en.wikipedia.org/wiki/Metisse
https://en.wikipedia.org/wiki/Fsn_(file_manager)
https://en.wikipedia.org/wiki/Model–view–controller
https://en.wikipedia.org/wiki/Pointing_device_gesture

With proper detachment of application data and its representation by compositor
that Wayland allows and agnosticism to all types of pointing input devices
(mice, hands, styli, joysticks/gamepads) that pie/radial menus provide, a true
modern DE could be build in place of reinventing concepts from 1988 over and
over again.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kde] [Bug 123284] i would like to see kde use radial menus

2020-06-11 Thread Sergey Kondakov
https://bugs.kde.org/show_bug.cgi?id=123284

--- Comment #5 from Sergey Kondakov  ---
(In reply to Christoph Feck from comment #4)
> Context menus are layed-out/rendered by Qt, not by KWin. Please suggest this
> feature directly to Qt developers via https://bugreports.qt.io/

https://doc.qt.io/qt-5/qml-qtquick-extras-piemenu.html
https://doc.qt.io/archives/qq/qq11-piemenu.html

And DE's visual design is DE's business. If you're going to actually modernise
it then it's up to you to do the appropriate steps. "This feature" seems to
have existed in some form in Qt5 for years already but where can we enable it
in KDE ?

Would be nice to see something other than gaudy palettes, indistinguishable
monochrome icons, blocked scrollbars, button gigantism, removed widgets,
abandoned basic suite apps in updates at least once in 10 years.

https://stackoverflow.com/questions/34921317/qt-how-to-make-pie-custom-menu -
seems KDE have been dragging its feet for so long that Qt has implemented it
and then abandoned due to disuse and reimplemented in QML's shallow web-form.
And then 5 more years have past.

-- 
You are receiving this mail because:
You are watching all bug changes.

[krusader] [Bug 371513] krusader does not generally render icons in panels or does it wrong

2017-12-17 Thread Sergey Kondakov
https://bugs.kde.org/show_bug.cgi?id=371513

--- Comment #31 from Sergey Kondakov  ---
(In reply to Alex Bikadorov from comment #30)
> Any news here? How a about behaviour with a clean, new user?
> 
> Does the discussion for bug 372966 help?

Nothing that was Google'able changed anything in any significant way until I
stumbled upon this article:
http://divideoverflow.com/2017/05/Configuring_Krusader_to_use_different_icons_template/

Doing this forced krusader to load icons in panels:
rm -v ~/.cache/icon-cache.kcache
ln -vs /usr/share/icons/breeze-dark/breeze-icons-dark.rcc
~/.local/share/krusader/icontheme.rcc

Ugly-ugly icons that are barely discernable with my not-too-dark theme. There
is no difference with "breeze-icons.rcc" and those are only *.rcc files on my
system.
Fiddling with DE's icon theme, QT_QPA_PLATFORMTHEME, KDE_SESSION_VERSION and
such may change icons in menus but they are not the problem. The problem is
completely missing or incorrect filetype icons in panels.

-- 
You are receiving this mail because:
You are watching all bug changes.

[krusader] [Bug 371513] krusader does not generally render icons in panels or does it wrong

2018-09-27 Thread Sergey Kondakov
https://bugs.kde.org/show_bug.cgi?id=371513

Sergey Kondakov  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |FIXED
 Status|NEEDSINFO   |RESOLVED

--- Comment #33 from Sergey Kondakov  ---
KDE's bug-tracker needs new bug-status, "READ THE INFO !" or something.

Anyway, recently I launched freshest build of krusader and the issue seems to
be no longer present in it, so I presume that it was quietly fixed.

-- 
You are receiving this mail because:
You are watching all bug changes.

[krusader] [Bug 354152] Krusader garbles up text while renaming files

2018-09-27 Thread Sergey Kondakov
https://bugs.kde.org/show_bug.cgi?id=354152

Sergey Kondakov  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |FIXED
 Status|NEEDSINFO   |RESOLVED

--- Comment #6 from Sergey Kondakov  ---
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.

-- 
You are receiving this mail because:
You are watching all bug changes.

[dolphin] [Bug 385191] New: dolphin-part replaces all non-latin characters with question marks

2017-09-28 Thread Sergey Kondakov
https://bugs.kde.org/show_bug.cgi?id=385191

Bug ID: 385191
   Summary: dolphin-part replaces all non-latin characters with
question marks
   Product: dolphin
   Version: 17.08.1
  Platform: openSUSE RPMs
OS: Linux
Status: UNCONFIRMED
  Severity: grave
  Priority: NOR
 Component: panels: folders
  Assignee: dolphin-bugs-n...@kde.org
  Reporter: virtuous...@gmail.com
  Target Milestone: ---

After an update to 17.08.1 dolphin and konqueror started replacing all
non-latin letters in filenames (but NOT in its own interface) with
'�'-characters. And it gives out false filenames with these characters to apps
on "opening" them, so they can't actually find the file. Changes to LC_* do
nothing.

dolphin's log says only:
kf5.kio.core: Refilling KProtocolInfoFactory cache in the hope to find "stash"
Trying to convert empty KLocalizedString to QString.
qt.accessibility.core: Cannot create accessible child interface for object: 
PlacesView(0x562c3ebdead0)  index:  32
QLayout: Attempting to add QLayout "" to PhononWidget "", which already has a
layout

Like it's not enough that update just before that one broke konqueror's session
loading from command line which could have been used with custom desktop-files
to compensate for the lack of automatic session save/restore and update of
krusader to Qt5 before that one have broken all of its icons for files making
their types indistinguishable by eye. Now I'm done to pcmanfm-qt & mc as FMs.
And you're not going to fix that like you've done for the last 5 years so I
don't know why I'm even writing these anymore. And, apparently, running kate as
root is forbidden now by The Computer Gods or something, yeah. Now there is
only gwenview/kipi & yakuake/konsole-part left to break and KDE can go straight
to a garbage pile in hell.

-- 
You are receiving this mail because:
You are watching all bug changes.

[dolphin] [Bug 385191] dolphin-part replaces all non-latin characters with question marks

2017-10-04 Thread Sergey Kondakov
https://bugs.kde.org/show_bug.cgi?id=385191

Sergey Kondakov  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |WORKSFORME

--- Comment #1 from Sergey Kondakov  ---
Issue has disappeared after updating (rolling openSUSE Tumbleweed), replacing
all "en_GB" with "ru_RU" in all LC_* but LC_MESSAGES of system-wide configs and
rebooting. It may be related to
https://forums.opensuse.org/showthread.php/509987-KDE-5-and-foreign-characters-in-file-names
and
https://www.reddit.com/r/kde/comments/2tyvpo/problems_with_plasma_5_terminal_and_unicode/
but I doubt it. No changes to LC until reboot had any effect on filenames and
non-latin letters on interface always rendered fine.

-- 
You are receiving this mail because:
You are watching all bug changes.

[dolphin] [Bug 306257] Add a feature so that we can save and restore a dolphin session

2017-03-12 Thread Sergey Kondakov
https://bugs.kde.org/show_bug.cgi?id=306257

Sergey Kondakov  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |CONFIRMED

--- Comment #9 from Sergey Kondakov  ---
*** This bug has been confirmed by popular vote. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 341143] Wallpaper on every desktop is gone.

2016-10-14 Thread Sergey Kondakov via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=341143

Sergey Kondakov  changed:

   What|Removed |Added

 CC||virtuous...@gmail.com

-- 
You are receiving this mail because:
You are watching all bug changes.


[krusader] [Bug 371513] New: krusader does not generally render icons in panels or does it wrong

2016-10-23 Thread Sergey Kondakov via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=371513

Bug ID: 371513
   Summary: krusader does not generally render icons in panels or
does it wrong
   Product: krusader
   Version: Git
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: grave
  Priority: NOR
 Component: general
  Assignee: m...@fork.pl
  Reporter: virtuous...@gmail.com

I don't remember if it always was this way with KDE5 version of Krusader but
for the last half a year it doesn't want to show icons or does it completely
wrong on the rare occasions then it does. See the screenshot showing Krusader's
blunder with today's release version 2.5.0 while dolphin does it correctly.
KDE4's krusader is also working correctly.

In console it only writes stuff like:
QPainter::begin: Paint device returned engine == 0, type: 3
QPainter::setCompositionMode: Painter not active
QPainter::setCompositionMode: Painter not active
QPainter::setOpacity: Painter not active

It also ignores p7zip service menus from
/usr/share/kservices5/ServiceMenus/p7zip_*.desktop while dolphin shows them
correctly. I think this is the recent regression.

Reproducible: Always

Steps to Reproduce:
1. Open Krusader

Actual Results:  
Can't even distinguish directories from files !

Expected Results:  
Proper icons.

-- 
You are receiving this mail because:
You are watching all bug changes.


[krusader] [Bug 371513] krusader does not generally render icons in panels or does it wrong

2016-10-23 Thread Sergey Kondakov via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=371513

--- Comment #1 from Sergey Kondakov  ---
Created attachment 101712
  --> https://bugs.kde.org/attachment.cgi?id=101712&action=edit
Screenshot_20161023_131020.png

Most icons are completely missing, for some reason there are icons for images
but they are completely wrong ones. ServiceMenus are broken.

-- 
You are receiving this mail because:
You are watching all bug changes.


[krusader] [Bug 371513] krusader does not generally render icons in panels or does it wrong

2016-10-23 Thread Sergey Kondakov via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=371513

--- Comment #2 from Sergey Kondakov  ---
Created attachment 101713
  --> https://bugs.kde.org/attachment.cgi?id=101713&action=edit
krusader5_build.log

Build log.

-- 
You are receiving this mail because:
You are watching all bug changes.


[krusader] [Bug 371513] krusader does not generally render icons in panels or does it wrong

2016-10-23 Thread Sergey Kondakov via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=371513

--- Comment #4 from Sergey Kondakov  ---
(In reply to Alex Bikadorov from comment #3)
> quick idea: what icon themes do you have installed and what is the default
> one? What is your DE, LXDE? It looks like you're missing some icons.
> 
> On the other hand if Dolphin displays them correctly Krusader must do
> something different to determine the icons.

LXQt. I'm missing nothing.
I even have same icon theme set in all relevant configs. Everything on my
system is using them correctly: Qt4/Qt5/gtk2/gtk3/whatever.

> rpm -qa | grep -i \\-icon | sort -u 

adwaita-icon-theme-3.22.0-1.2.noarch
breeze5-icons-5.26.0-1.1.noarch
dmz-icon-theme-cursors-11.2.0-17.2.noarch
fusion-icon-0.2.2-2.2.noarch
gnome-colors-icon-theme-5.5.1-18.2.noarch
gnome-icon-theme-3.12.0-4.1.noarch
gnome-icon-theme-extras-3.12.0-3.2.noarch
gnome-icon-theme-symbolic-3.12.0-3.2.noarch
hicolor-icon-theme-0.15-3.1.noarch
hicolor-icon-theme-branding-openSUSE-42.1-1.2.noarch
libreoffice-icon-theme-breeze-5.2.2.2-1.4.noarch
libreoffice-icon-theme-galaxy-5.2.2.2-1.4.noarch
libreoffice-icon-theme-hicontrast-5.2.2.2-1.4.noarch
libreoffice-icon-theme-oxygen-5.2.2.2-1.4.noarch
libreoffice-icon-theme-sifr-5.2.2.2-1.4.noarch
oxy_base-icon-theme-1.0-11.1.noarch
oxy_elegant-icon-theme-1.0-11.1.noarch
oxygen5-icon-theme-5.26.0-1.1.noarch
oxygen-ionized-icon-theme-v1-4.6.2-40.1.noarch
plataro-icon-theme-20160410-2.1.noarch
sonar-icon-theme-11.3.1-28.2.noarch
tango-icon-theme-0.8.90-27.2.noarch
wm-icons-0.4.0-17.3.noarch

I use custom theme from ~/.icons that itself is empty but has
> Inherits=OxyElegantGreen,gnome-wise,oxygen-ionized_v1,Plataro,Sonar,Tango,OxyElegantBase,gnome-colors-common,oxygen,gnome,hicolor

Then other themes have their Inherits redefined to consist only from the next
entry from that list, so the order would be always preserved and I'll be spared
from monochrome hipster crap showing anywhere.

BUT it has nothing to do with Krusader because if I just set it to vanilla
breeze, only the icons that are already shown change, panels are still empty
with weird icons for images and nothing else.
It also suspicious how slow KDE5 Krusader is starting up: > 10s. With strace it
generates megabytes of text in seconds and can't even render its interface in a
minute.

-- 
You are receiving this mail because:
You are watching all bug changes.


[krusader] [Bug 371513] krusader does not generally render icons in panels or does it wrong

2016-10-23 Thread Sergey Kondakov via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=371513

--- Comment #5 from Sergey Kondakov  ---
Created attachment 101715
  --> https://bugs.kde.org/attachment.cgi?id=101715&action=edit
krusader.strace.zip

strace of 20 startup second of krusader under LXQt with breeze icon theme.
First it does something stupid with icons and then starts to indefinitively
pillage /sys filesystem.

-- 
You are receiving this mail because:
You are watching all bug changes.


[krusader] [Bug 371513] krusader does not generally render icons in panels or does it wrong

2016-10-24 Thread Sergey Kondakov via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=371513

--- Comment #8 from Sergey Kondakov  ---
(In reply to WiseLord from comment #7)
> (In reply to WiseLord from comment #6)
> > Some panel icons are also missing for me (compare files, mount manager,
> > etc).
> 
> I had in mind not panel, but toolbar icons.

Yeah, unfortunately it's not changing situation with panels :(

-- 
You are receiving this mail because:
You are watching all bug changes.


[krusader] [Bug 371513] krusader does not generally render icons in panels or does it wrong

2016-10-24 Thread Sergey Kondakov via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=371513

--- Comment #10 from Sergey Kondakov  ---
(In reply to Alex Bikadorov from comment #9)
> Created attachment 101740 [details]
> breeze_icons
> 
> thanks for the patch, looks good!
> 
> Which icons are missing in the panel, only for the navigation bar? Attached
> is a screenshot from my system.

0_o Which ? All of them !
All files and folders have no icons ! It's just doesn't render them next to
filenames.
Except for weird and wrong icons on picture files (png and such). _Sometimes_
there are folder icons in navigation bar, _sometimes_ they are correct green
ones but most of the times it's emptiness or some artifact-looking things there
too. But there are no icons for anything and I can't distinguish files from
folders.

> Missing icons in the navigation bar is really strange cause Krusader and
> Dolphin are using exactly the same widget from KF5, KUrlNavigationBar.

It seems not exactly the same way because only krusader does that. I'm not 100%
sure but I think older KF5 git-builds didn't have that issue. But, please,
don't make me do git-bisect...

-- 
You are receiving this mail because:
You are watching all bug changes.


[krusader] [Bug 371513] krusader does not generally render icons in panels or does it wrong

2016-10-24 Thread Sergey Kondakov via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=371513

--- Comment #11 from Sergey Kondakov  ---
Created attachment 101743
  --> https://bugs.kde.org/attachment.cgi?id=101743&action=edit
Window - Krusader - 2016-10-24_18:10:38.png

This is how KDE4 krusader looks like with proper icons right now.

-- 
You are receiving this mail because:
You are watching all bug changes.


[krusader] [Bug 371513] krusader does not generally render icons in panels or does it wrong

2016-10-24 Thread Sergey Kondakov via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=371513

--- Comment #12 from Sergey Kondakov  ---
Created attachment 101744
  --> https://bugs.kde.org/attachment.cgi?id=101744&action=edit
Window - Krusader - 2016-10-24_18:32:05.png

Same things as previously but with current, KDE5 version of krusader.
It's unusable in this state.

-- 
You are receiving this mail because:
You are watching all bug changes.