View previous topic :: View next topic |
Author |
Message |
nowhereman n00b


Joined: 01 Sep 2006 Posts: 37
|
Posted: Mon Dec 19, 2016 9:54 am Post subject: [SOLVED] No Icons in Krusader:5 |
|
|
Hi,
during a regular world update, krusader was update to 2.5.0:5.
Unfortunately now there are no more icons for most files / directories, toolbars and settings categories.
I don’t use kde otherwise, so probably there is some missing dependency or setting.
kiconthemes:5 is installed as a dependency. So maybe start with:
Where can I set an icon theme for kde5 applications? _________________ NOTHING IS REAL
Last edited by nowhereman on Mon Dec 19, 2016 2:50 pm; edited 1 time in total |
|
Back to top |
|
 |
asturm Developer


Joined: 05 Apr 2007 Posts: 8053 Location: Austria
|
Posted: Mon Dec 19, 2016 10:12 am Post subject: |
|
|
You'll most likely want to install breeze-icons. _________________ backend.cpp:92:2: warning: #warning TODO - this error message is about as useful as a cooling unit in the arctic |
|
Back to top |
|
 |
nowhereman n00b


Joined: 01 Sep 2006 Posts: 37
|
Posted: Mon Dec 19, 2016 10:23 am Post subject: |
|
|
Ok, I have installed breeze-icons-5.26.0
That by itself did not solve my problem.
Can I enable it as the active icon theme somewhere? _________________ NOTHING IS REAL |
|
Back to top |
|
 |
Apheus Guru

Joined: 12 Jul 2008 Posts: 422
|
Posted: Mon Dec 19, 2016 12:37 pm Post subject: |
|
|
You are not in a Plasma session, are you? There have been threads about this icon problem with Qt5 or Plasma 5 applications in other desktops. I tackled a similar problem by setting the envvars
Code: | QT_STYLE_OVERRIDE="breeze"
KDE_SESSION_VERSION=5
KDE_FULL_SESSION=true |
Quote: | Where can I set an icon theme for kde5 applications? |
In systemsettings5 from kde-plasma/systemsettings. But this program has the same problem if the environment is not set. _________________ My phrenologist says I'm stupid. |
|
Back to top |
|
 |
nowhereman n00b


Joined: 01 Sep 2006 Posts: 37
|
Posted: Mon Dec 19, 2016 1:21 pm Post subject: |
|
|
Indeed, I use the so called awesome window manager.
Your suggestion works as far as the icons are shown again.
Setting those environment variables also changes the widget theme to something very ugly.
My settings are probably messed up. Some screenshots:
I tried running systemsettings5, but the only Appearance module is called Application Style, which sets gtk theme options.
So I probably need to install some module for systemsettings as well!? _________________ NOTHING IS REAL |
|
Back to top |
|
 |
Apheus Guru

Joined: 12 Jul 2008 Posts: 422
|
Posted: Mon Dec 19, 2016 1:31 pm Post subject: |
|
|
Maybe the breeze theme is missing: kde-plasma/breeze.
I suppose the systemsettings control modules come from kde-plasma/plasma-desktop. _________________ My phrenologist says I'm stupid. |
|
Back to top |
|
 |
nowhereman n00b


Joined: 01 Sep 2006 Posts: 37
|
Posted: Mon Dec 19, 2016 2:49 pm Post subject: |
|
|
Thank you, that did the trick.
With plasma-desktop and all the dependencies installed I could even select oxygen again. _________________ NOTHING IS REAL |
|
Back to top |
|
 |
|