Page 2 of 3
Re: Problem with iconset
Posted: 26. Nov 2014, 23:59
by jsfarinet
gapan wrote:Code: Select all
cd /usr/share/icons
sudo ln -sf yourcursortheme default
Great - and thanks a lot. That did it!!!

Re: Problem with iconset
Posted: 27. Nov 2014, 08:16
by jsfarinet
Turning back to the original with the nuoveGnomeGray or nuoveKDEGray icon set(s): I saw there is in /usr/share/icons a folder "icon-naming-utils" containing one file: "legacy-icon-mapping.xml" (i'm not aware of such in Debian). Now, might it be tweaking that file would help? Eventually, it could be deleted? Or would that break something?
Btw, in that file i only see references to Gnome not to Mate (is it that Mate's icons are linked symbolically to the Gnome, but setting "inherit=mate" works also) ... (?)
I checked manually and certainly the nuove icon sets contain a standard folder icon or the icon for unvisible text (and bash) files, which using the nuoveGnomeGray version are not displayed if i do not set the inherit statement. Using that statement (either for gnome or for mate) on the other hand breaks the coherence of the appearance.
TIA.
Re: Problem with iconset
Posted: 27. Nov 2014, 22:54
by gapan
If you posted a link to the iconset you're trying to use, it would be so much easier to troubleshoot it...
Re: Problem with iconset
Posted: 27. Nov 2014, 23:26
by jsfarinet
gapan wrote:If you posted a link to the iconset you're trying to use, it would be so much easier to troubleshoot it...
Do you mean this:
http://gnome-look.org/content/show.php/ ... ent=125474 ?
Re: Problem with iconset
Posted: 30. Nov 2014, 20:51
by gapan
Working fine here in fluxbox+pcmanfm. What are the contents of your ~/.gtkrc-2.0?
Re: Problem with iconset
Posted: 30. Nov 2014, 23:24
by jsfarinet
gapan wrote:Working fine here in fluxbox+pcmanfm. What are the contents of your ~/.gtkrc-2.0?
Code: Select all
# DO NOT EDIT! This file will be overwritten by LXAppearance.
# Any customization should be done in ~/.gtkrc-2.0.mine instead.
gtk-theme-name="Boje-Blue"
gtk-icon-theme-name="mate-brave"
gtk-font-name="Sans 10"
gtk-cursor-theme-name="SharpDot"
gtk-cursor-theme-size=0
gtk-toolbar-style=GTK_TOOLBAR_BOTH
gtk-toolbar-icon-size=GTK_ICON_SIZE_SMALL_TOOLBAR
gtk-button-images=0
gtk-menu-images=1
gtk-enable-event-sounds=1
gtk-enable-input-feedback-sounds=1
gtk-xft-antialias=1
gtk-xft-hinting=1
gtk-xft-hintstyle="hintslight"
gtk-xft-rgba="rgb"
include "/home/$User/.gtkrc-2.0.mine"
I did not touch that file.
Re: Problem with iconset
Posted: 1. Dec 2014, 10:30
by gapan
And is there anything in your ~/.gtkrc-2.0.mine file?
Re: Problem with iconset
Posted: 1. Dec 2014, 12:39
by jsfarinet
gapan wrote:And is there anything in your ~/.gtkrc-2.0.mine file?
It does not even exist. Never touched there something (safe using lxappearance).
Re: Problem with iconset
Posted: 1. Dec 2014, 21:09
by gapan
OK, so you can create one and add this line to it:
Code: Select all
gtk-icon-theme-name="your_icon_theme_name"
Re: Problem with iconset
Posted: 3. Dec 2014, 12:06
by jsfarinet
gapan wrote:OK, so you can create one and add this line to it:
Code: Select all
gtk-icon-theme-name="your_icon_theme_name"
I did, but that doesn't help for the original problem, i.e. when i choose nuoveGnomeGray the icons for unvisible files and generic folders are not displayed (in Thunar). Since you told me if i remember correctly, there was no problem inPcManFM,may be there's something to figure out for Thunar?
PS. I prefer Thunar over PcManFM because i'm under the impression it handles removeable devices and cards better. Moreover, seems PcManFM gtk is not anymore really developped (only bug fixes) because they're concentration all power on LXQT which in my experience (i participated in testing lubuntu-qt ppc) is still far from really being in a state to be useable "carefree".