[SOLVED]Icon theme set properly in .gtkrc-2.0.mine,no icons in Thunar

Hi again. I seem to not be able to utilize the search function properly. I've arrived at these three threads:
https://bbs.archlinux.org/viewtopic.php?id=48490
https://bbs.archlinux.org/viewtopic.php?id=98261
https://bbs.archlinux.org/viewtopic.php?id=103138
None of them seem to help me. As you can see, I--like others-- am having a problem with icons in thunar. However, it's not because I don't know how the .gtkrc-2.0 file works or something silly like that. I just did this in Slackware with Awesome wm and it worked fine. I've created a .gtkrc-2.0 in my home directory, I have the include line pointing to .gtkrc-2.0.mine and I have this line:
gtk-icon-theme-name = "icontheme"
Considering that didn't work I installed lxappearance and set the theme from there. Turns out, it actually does work it seems. I can see in firefox that the icon theme is working. Also, some files in Thunar have their proper icons. In the filesystem, my root folder has it's appropriate icon as well. However, every other folder in thunar is just blank. No icon. I'm using Awesome wm. I hope you will see this isn't the same problem everyone else has had with Thunar and gtk icon themes. Hopefully the community does not frown on this post. I've searched, but if there is indeed a thread somewhere that I missed, would someone mind kindly directing me to it? Thank you, and thanks for reading.
Last edited by xworld (2013-12-25 15:34:51)

# DO NOT EDIT! This file will be overwritten by LXAppearance.
# Any customization should be done in ~/.gtkrc-2.0.mine instead.
gtk-theme-name="SlicknesS-black"
gtk-icon-theme-name="black-white_2-gloss"
gtk-font-name="Cantarell 11"
gtk-cursor-theme-size=0
gtk-toolbar-style=GTK_TOOLBAR_BOTH
gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR
gtk-button-images=1
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="hintfull"
gtk-xft-rgba="rgb"
include "~/user/.gtkrc-2.0.mine"
As generated by lxappearance. Originally I had only the include line in .gtkrc-2.0 which I created myself but since that didn't work I tried lxappearance.
gtk-icon-theme-name = "black-white_2-gloss"
That's what I had in my .gtkrc-2.0.mine
(thunar:788): Gtk-WARNING **: Unable to locate theme engine in module_path: "ubuntulooks",
(thunar:788): Gtk-WARNING **: Unable to locate theme engine in module_path: "crux-engine",
Output of starting thunar in terminal. That's always been like that for every linux I've ever had though and it never affected the icons before.
As you can see, the icons are having an effect, but only on certain things. Also, I'm starting awesome with .xinitrc.
#!/bin/sh
# $Xorg: xinitrc.cpp,v 1.3 2000/08/17 19:54:30 cpqbld Exp $
userresources=$HOME/.Xresources
usermodmap=$HOME/.Xmodmap
sysresources=/etc/X11/xinit/.Xresources
sysmodmap=/etc/X11/xinit/.Xmodmap
exec xcompmgr &
# merge in defaults and keymaps
[ -f $sysresources ] && xrdb -merge $sysresources
[ -f $sysmodmap ] && xmodmap $sysmodmap
[ -f $userresources ] && xrdb -merge $userresources
[ -f $usermodmap ] && xmodmap $usermodmap
# Start the window manager:
if [ -z "$DESKTOP_SESSION" -a -x /usr/bin/ck-launch-session ]; then
ck-launch-session dbus-launch --exit-with-session awesome
else
awesome
fi
Last edited by xworld (2013-12-20 21:29:05)

Similar Messages

  • [Solved] openbox - icon themes are installed, but no icons display

    I think I am missing something here!  I have thus far installed openbox, gdm, lxappearance and pcmanfm.  The only icon set that i can get to work is the "Tango" set from the repos.  The pre-installed "hicolor" font doesn't even work.
    I will attempt to describe what is happening in as close detail as I can (but like I said, I think I may be missing something).  I download the theme, extract it to ~/.icons and it shows up in the list in lxappearance.  In the lxappearance preview, there are no icons, just the sample filenames.  If I select that icon theme, sure enough, pcmanfm loses its icons.  I have tried svg and png themes.  "Black and White" is a png theme that doesn't work, but so is Tango which does.
    Like I said, this affects the preinstalled "hicolor" icon set as well, so it is not a /usr/share/icons vs ~/.icons issue as far as I can tell.  I have downloaded and installed 2 icon themes and both display the issue.  The only icon theme that works is from the repo, but there is a really limited selection in there so I would like to figure this out.
    Thank you
    JTS
    Last edited by jimmy the saint (2009-04-12 17:09:27)

    I found something, but I don't know if if it relevant.  Each of the icon packs is filled with folders with both image files and symbolic links.  The symbolic links are to images in the same folder.  All of these links are broken according to the "file" command.  Why would all of the symbolic links be broken when the targets are clearly there?  I think this may be the issue since many of the missing icons seem to be broken links.
    Edit: I just looked at my other two machines and none of those links are broken.  This could be a sign of a bigger problem if all of the symbolic links on the machine are going to be broken.  What could cause all of these links to wind up broken like that?  I may start another thread if I can't find any info.
    Last edited by jimmy the saint (2009-04-12 08:57:37)

  • E17 and hicolor-icon-theme

    hi all
    i am new to e17, and have met some problems with icons
    many apps dependes on hicolor-icon-theme (such like firefox).
    but it seems that e17 can not find the icons in a icon theme
    (can not find firefox.png in /usr/share/icon/hicolor/48x48/apps/firefox.png)
    i have searched and the google says icon theme can be choosed in [ settings > setting panel > look > icon theme ]
    but there is no icon theme
    so how can i use hicolor icon themes in e17 without change the icon section in .desktop file
    thanks

    Well I don't use the e17 packages provided by Arch, because they seem to lack a few modules that I use, but you could try to download easy_e17.sh (either get the package, or just download it from the source using google), and then compile e17 yourself straight from the source.
    If you do so, you should note that the script hasn't been updated in a while, so I had to add engage manually in the e_modules_extra part of the script (and remove the modules it replaces, whose name I forgot...)
    I also remember having the same trouble a long time ago, and fixing it by creating a .gtkrc-2.0 file in my home containing the following:
    gtk-icon-theme-name="Tango"
    include ".gtkrc-2.0-gnome-color-chooser"
    Obviously changing Tango to hicolor-icon-theme. Can't tell if it'll work though, I can't exactly remember why I had to do this, and it might be severely deprecated (my /home partition is quite old, as I never reformat it)
    Lastly, some things can be a pain to configure through e17 settings panel, and are actually system-wide settings (not just e17 specific), so a solution would be to install the kdebase metapackage, and launch the KDE settings panel using systemsettings in the terminal. From here you can set the icon theme by going to Application Appearance -> Icons.
    Last edited by Azriel (2012-09-12 04:11:45)

  • Icon theme problem

    Hello. I have installed icewm, rox, gnome-icon-theme, and tango-icon-theme. I use rox filer to manage the icon the themes and desktop. The problem is that some icon themes display correctly (eg gtsand) and others don't (eg tamiga). In the case of tamiga, the tango icon theme is being used instead of the tamiga theme. Here's what I've tried:
    1. installed tamiga  icon theme to /usr/share/icons and ~/.icons (not at the same time)
    2. checked to see that rox is using theme (~/.config/rox.soruceforge.net/ROX-Filer/options)
    3. tried adding icon path to ~/.gtkrc-2.0 (I don't think rox uses this)
    4. tried editing the "inherits" line in the index.theme file (Inherits=Tango,gnome,hicolor). when I switched the positions of tango and gnome, the gnome icon theme was used. added Gnome and GNOME.
    5. browsed the forums
    Any help is appreciated. Thanks.
    john

    I know how to change themes using the method you described; however, the icon theme that is displayed is tango. I clearly chose tamiga, and the rox file in ~/.config points to the tamiga icon theme. So my question is why isn't the tamiga theme being used? Does it have something to with the inherits line in the icon cofig file? Is there some other problem? Some icon themes display correctly, but not others.
    Thanks for trying!
    john

  • Awesome menu icon themes

    I've just started playing around with awesome (normally use gnome). Is there anyway of setting an icon theme for the menus and things?
    The standard themes manually set the icons in theme.lua .
    theme.awesome_icon = "~/muh_icon.png"
    beautiful.awesome_icon
    In theme.lua there's a field theme.icon_theme which doesn't seem to do anything?

    It's somewhat complicated. Where do you want you change the icon theme?
    If you want to change the application icons that appear in the task bar, you must use lxappearance.
    If you want to change the applications icons in the menu bar (the one that functions like dmenu), you must set the variable theme.icon_theme=Your_icon_theme in your theme.lua, like you said in your post. But there are several things to consider:
    - The folder that contains the icon theme must be in the following format:
    /... /icons/Icon_theme/16x16/actions, animations,apps,...
    /22x22/
    /64x64/
    etc
    Not every theme follows that format. For example, faenza-icon-theme and faience-icon-theme from the official repositories have the directories with the categories first (apps, emblems, etc) and then the directories with the different sizes, so the script that loads the icons doesn't work.
    -The icon theme must consist only of .png images. Many icon themes have images in .svg, and apparently Awesome can't load them. numix-icon-theme-git and faba-icon-theme-git from the AUR consist of .svg images, so they won't work.
    moka-icon-theme-git from the AUR has .png icons and also has them stored in the correct directory format. Maybe you should try it.
    If you want to use a theme with .svg icons, you can convert them to .png with imagemagick. I use the following bash script:
    #!/bin/bash
    for directorio in */
    do
    echo $directorio
    for imagen in $directorio/*
    do
    echo $imagen
    convert -background transparent $imagen $directorio/`basename $imagen .svg`.png
    done
    rm $directorio/*.svg
    done
    notify-send "Finish" "Icon conversion finished."
    You must run it inside of every size folder (64x64, 128x128, etc), be sure to make a backup of the original icon theme.
    For example, I converted numix-circle-icon-theme-git with that script and now my menubar looks like this:
    If you want to change the application icons in the menu that appears when you click on the awesome icon or right click on the desktop, install archlinux-xdg-menu from the official repositories. After that copy /usr/bin/xdg_menu to your home directory and edit it like this:
    91 foreach my $dir (@xdg_data_dirs)
    92 {
    93 my $theme = "your_icon_theme";
    94 my $size;
    Then, execute it like it's mentioned in the wiki: https://wiki.archlinux.org/index.php/Xdg-menu, but using the script in your home folder for --root-menu. The icons must be stored in the directory format mentioned above.
    Now, the app menu looks like this:
    I hope these instructions are useful. Maybe it's a good idea to include them in the wiki.

  • XFCE icon theme confusion

    I have a weird problem with my icons and XFCE. Some time ago my gedit icon in the taskbar had gone missing. After a while, I decided to erase my XFCE config and create a new and the icon was properly shown again. But during the time I configurated XFCE, it was again as a missing icon in the xfce taskbar. In the application menu the icon is shown correctly.
    Furthermore, Midori shows at the position of the forward button the icon of rhythmbox's next button, but not always, just sometimes, depending on it's mood [Update: No, not depending on it's mood but if it's a shadowed or active button].
    I guess my icon theme is somehow corrupted, but removing and reinstalling did not work (using 'gnome'). I also updated my icon cache without any change. If I change to another icon theme, the problem also remains.
    Any suggestions?
    [UPDATE] Yeah, I tried to remove my config again, but this time nothing was fixed by that.
    Output of pacman -Qs icon:
    local/elementary-xfce-icons 0.3-1
    Elementary icons with better Xfce support
    local/faenza-cupertino-icon-theme 1:9-2
    Icon theme designed for Equinox GTK theme, recolored
    community/faenza-icon-theme 1.3.1-2
    Icon theme designed for Equinox GTK theme
    extra/gnome-icon-theme 3.8.3-1 (gnome)
    GNOME icon theme
    extra/gnome-icon-theme-symbolic 3.8.3-1 (gnome)
    GNOME icon theme, symbolic icons
    extra/gtk-update-icon-cache 2.24.20-1
    The GTK+ update icon cache tool
    extra/hicolor-icon-theme 0.12-2
    Freedesktop.org Hicolor icon theme
    local/humanity-icons 0.5.3.11-1
    Humanity icons from Ubuntu + Arch main menu icon
    extra/icon-naming-utils 0.8.90-2
    Maps the new names of icons for Tango to the legacy names used by the
    GNOME and KDE desktops.
    community/lxde-icon-theme 0.5.0-1 (lxde)
    LXDE default default icon theme based on nuoveXT2
    extra/oxygen-icons 4.11.1-1
    The Oxygen Icon Theme
    community/perl-gtk2-trayicon 0.06-10
    Perl interface to the EggTrayIcon library
    local/xfce4-quickening-icon-theme R4-1
    Dark icons for whom like dark desktop themes
    [/UPDATE]
    Last edited by abc (2013-09-16 11:48:51)

    Same issue here. Removing ~/.config doesn't help for me though.
    It also effects other icons, for instance urvxt - whereas xfce4-terminal displays it correctly (both are using accessories-terminal)

  • [SOLVED]AUR Themes failing to install

    HI Guys!
    Hoping you can help!
    I've got a problem where i download ANY GTK or icon theme from the AUR and try to install it. It looks like it installs fine but doesnt show up in the /usr/share/themes directory... What i did was:
    1) Download the TAR from AUR
    2) Extract via tar xvf filename
    3) cd into the theme folder
    4) makepkg -s
    5) It installs fine no errors
    [stephen@Archey numix-icon-theme-git]$ makepkg -s
    ==> Making package: numix-icon-theme-git 0.r285.f69afd4-1 (Sun 30 Nov 11:22:10 GMT 2014)
    ==> Checking runtime dependencies...
    ==> Checking buildtime dependencies...
    ==> Retrieving sources...
    -> Updating numix-icon-theme git repo...
    Fetching origin
    ==> Validating source files with sha256sums...
    numix-icon-theme ... Skipped
    ==> Extracting sources...
    -> Creating working copy of numix-icon-theme git repo...
    Cloning into 'numix-icon-theme'...
    done.
    ==> Starting pkgver()...
    ==> Removing existing pkg/ directory...
    ==> Entering fakeroot environment...
    ==> Starting package()...
    ==> Tidying install...
    -> Purging unwanted files...
    -> Removing libtool files...
    -> Removing static library files...
    -> Compressing man and info pages...
    ==> Creating package "numix-icon-theme-git"...
    -> Generating .PKGINFO file...
    -> Adding install file...
    -> Generating .MTREE file...
    -> Compressing package...
    ==> Leaving fakeroot environment.
    ==> Finished making: numix-icon-theme-git 0.r285.f69afd4-1 (Sun 30 Nov 11:22:36 GMT 2014)
    [stephen@Archey numix-icon-theme-git]$
    After this i will try and change the theme via settings pannel (Im using Cinnamon) And it doesnt show up.. So i check the /usr/share/themes folder and there is nothing there expect the bog standard Gnome themes:
    [stephen@Archey ~]$ ls /usr/share/themes
    Adwaita Default Emacs HighContrast Raleigh
    [stephen@Archey ~]$ ls -la /usr/share/themes
    total 28
    drwxrwxr-x 7 root wheel 4096 Nov 20 13:30 .
    drwxr-xr-x 143 root root 4096 Nov 29 11:46 ..
    drwxrwxr-x 5 root root 4096 Nov 20 15:49 Adwaita
    drwxrwxr-x 4 root root 4096 Nov 20 13:30 Default
    drwxrwxr-x 4 root root 4096 Nov 20 13:30 Emacs
    drwxrwxr-x 5 root root 4096 Nov 20 15:49 HighContrast
    drwxrwxr-x 3 root root 4096 Oct 13 11:45 Raleigh
    [stephen@Archey ~]$
    I've checked the MAKEPKG contents and it SHOULD be installing to /usr/share/themes!
    Im stuck help?
    Last edited by Stevearch (2014-11-30 11:58:56)

    You've only built the theme, you haven't actually told anything to invoke pacman to install anything
    If you're using makepkg, there's the -i flag that tells makepkg to install the build package with pacman.
    You can also install using pacman directly after building with pacman -U /path/to/pkg.
    Last edited by clfarron4 (2014-11-30 11:34:32)

  • [SOLVED] Setting Qt icon theme without KDE.

    Where can I set the icon theme for QT[5] without using KDE? Is there some manual [deskop agnostic] way. E.g. Trolltech.conf, but ,if yes, what is the key?
    The wiki states that "There is no way of setting the icon theme from QtConfig, but since Qt follows the Freedesktop.org Icon Specification, any theme set for X is picked up by Qt."
    But how can I set the theme set for X?
    Last edited by manuelschneid3r (2015-03-24 18:40:11)

    [Qt%20Plugin%20Cache%204.8.false]
    usr\lib\qt4\plugins\inputmethods\libqimsw-multi.so=40806, 0, x86_64 linux g++-4 full-config, 2014-12-14T18:44:17
    usr\lib\qt4\plugins\imageformats\libqgif.so=40806, 0, x86_64 linux g++-4 full-config, 2014-12-14T18:44:17
    usr\lib\qt4\plugins\imageformats\libqico.so=40806, 0, x86_64 linux g++-4 full-config, 2014-12-14T18:44:17
    usr\lib\qt4\plugins\imageformats\libqjpeg.so=40806, 0, x86_64 linux g++-4 full-config, 2014-12-14T18:44:17
    usr\lib\qt4\plugins\imageformats\libqmng.so=40806, 0, x86_64 linux g++-4 full-config, 2014-12-14T18:44:17
    usr\lib\qt4\plugins\imageformats\libqsvg.so=40806, 0, x86_64 linux g++-4 full-config, 2014-12-14T18:44:17
    usr\lib\qt4\plugins\imageformats\libqtiff.so=40806, 0, x86_64 linux g++-4 full-config, 2014-12-14T18:44:17
    usr\lib\qt4\plugins\iconengines\libqsvgicon.so=40806, 0, x86_64 linux g++-4 full-config, 2014-12-14T18:44:17
    usr\lib\qt4\plugins\sqldrivers\libqsqlibase.so=40806, 0, x86_64 linux g++-4 full-config, 2014-12-14T18:44:17
    usr\lib\qt4\plugins\sqldrivers\libqsqlite.so=40806, 0, x86_64 linux g++-4 full-config, 2014-12-14T18:44:17
    usr\lib\qt4\plugins\sqldrivers\libqsqlmysql.so=40806, 0, x86_64 linux g++-4 full-config, 2014-12-14T18:44:17
    usr\lib\qt4\plugins\sqldrivers\libqsqlodbc.so=40806, 0, x86_64 linux g++-4 full-config, 2014-12-14T18:44:17
    usr\lib\qt4\plugins\sqldrivers\libqsqlpsql.so=40806, 0, x86_64 linux g++-4 full-config, 2014-12-14T18:44:17
    [Qt%20Factory%20Cache%204.8]
    com.trolltech.Qt.QInputContextFactoryInterface%3A\usr\lib\qt4\plugins\inputmethods\libqimsw-multi.so=2014-12-14T18:44:17, imsw-multi
    com.trolltech.Qt.QImageIOHandlerFactoryInterface%3A\usr\lib\qt4\plugins\imageformats\libqgif.so=2014-12-14T18:44:17, gif
    com.trolltech.Qt.QImageIOHandlerFactoryInterface%3A\usr\lib\qt4\plugins\imageformats\libqico.so=2014-12-14T18:44:17, ico
    com.trolltech.Qt.QImageIOHandlerFactoryInterface%3A\usr\lib\qt4\plugins\imageformats\libqjpeg.so=2014-12-14T18:44:17, jpeg, jpg
    com.trolltech.Qt.QImageIOHandlerFactoryInterface%3A\usr\lib\qt4\plugins\imageformats\libqmng.so=2014-12-14T18:44:17, mng
    com.trolltech.Qt.QImageIOHandlerFactoryInterface%3A\usr\lib\qt4\plugins\imageformats\libqsvg.so=2014-12-14T18:44:17, svg, svgz
    com.trolltech.Qt.QImageIOHandlerFactoryInterface%3A\usr\lib\qt4\plugins\imageformats\libqtiff.so=2014-12-14T18:44:17, tiff, tif
    com.trolltech.Qt.QIconEngineFactoryInterfaceV2%3A\usr\lib\qt4\plugins\iconengines\libqsvgicon.so=2014-12-14T18:44:17, svg, svgz, svg.gz
    com.trolltech.Qt.QIconEngineFactoryInterface%3A\usr\lib\qt4\plugins\iconengines\libqsvgicon.so=2014-12-14T18:44:17
    com.trolltech.Qt.QSqlDriverFactoryInterface%3A\usr\lib\qt4\plugins\sqldrivers\libqsqlite.so=2014-12-14T18:44:17, QSQLITE
    com.trolltech.Qt.QSqlDriverFactoryInterface%3A\usr\lib\qt4\plugins\sqldrivers\libqsqlmysql.so=2014-12-14T18:44:17, QMYSQL3, QMYSQL
    [Qt]
    font="Ubuntu,9,-1,5,50,0,0,0,0,0"
    Palette\active=#555555, #dedede, #ffffff, #cbc7c4, #b9b9b9, #b8b5b2, #333333, #ffffff, #555555, #f9f9f9, #dedede, #ababab, #d64937, #f9f9f9, #0000ff, #ff00ff, #e9e9e9, #000000, #ffffdc, #dedede
    Palette\inactive=#555555, #dedede, #ffffff, #cbc7c4, #b9b9b9, #b8b5b2, #333333, #ffffff, #555555, #f9f9f9, #dedede, #ababab, #d64937, #f9f9f9, #0000ff, #ff00ff, #e9e9e9, #000000, #ffffdc, #dedede
    Palette\disabled=#999999, #dedede, #ffffff, #cbc7c4, #b9b9b9, #b8b5b2, #999999, #ffffff, #999999, #f9f9f9, #dedede, #ababab, #d6d6d6, #f9f9f9, #0000ff, #ff00ff, #e9e9e9, #000000, #ffffdc, #dedede
    fontPath=@Invalid()
    embedFonts=true
    style=GTK+
    doubleClickInterval=400
    cursorFlashTime=1000
    wheelScrollLines=3
    resolveSymlinks=false
    globalStrut\width=0
    globalStrut\height=0
    useRtlExtensions=false
    XIMInputStyle=On The Spot
    DefaultInputMethod=xim
    audiosink=Auto
    videomode=Auto
    GUIEffects=none

  • [SOLVED] [Openbox] Icon-theme not working(?)

    Hi!
    I hope you guys could help me with the following problem.
    Currently I'm running Openbox, compton, tint2, gtk2/3 on my Arch-system.
    The problem I'm having right now is that tint2 tray icons are not showing Faenza-Dark but showing gnome(?) dark icons. I would like to have white/grey icons instead of dark ones!
    My tint2 config:
    # Tint2 config file
    # Generated by tintwizard (http://code.google.com/p/tintwizard/)
    # For information on manually configuring tint2 see http://code.google.com/p/tint2/wiki/Configure
    # Background definitions
    # ID 1
    rounded = 0
    border_width = 0
    background_color = #FFFFFF 20
    border_color = #FFFFFF 0
    # Backgrounds
    panel_background_id = 1
    taskbar_background_id = 0
    task_background_id = 0
    task_active_background_id = 1
    systray_background_id = 0
    clock_background_id = 0
    # Panel
    panel_monitor = 1
    panel_position = bottom center horizontal
    panel_size = 0 38
    panel_items = LTSC
    panel_margin = 0 0
    panel_padding = 0 0 5
    font_shadow = 0
    panel_background_id = 1
    wm_menu = 1
    panel_dock = 0
    panel_layer = top
    # Launcher
    launcher_icon_theme = Numix
    launcher_padding = 10 10 10
    launcher_icon_size = 22
    launcher_tooltip = 0
    launcher_apps_dir = /home/archie/.config/tint2/launchers
    # Taskbar
    taskbar_mode = single_desktop
    taskbar_padding = 0 0 10
    # Tasks
    urgent_nb_of_blink = 20
    task_icon = 1
    task_text = 0
    task_centered = 1
    task_maximum_size = 58 0
    task_padding = 10 4
    # Systray
    systray_padding = 0 10 6
    systray_sort = left2right
    systray_icon_size = 22
    systray_icon_asb = 100 0 0
    systray_icon_theme = Faenza-Dark
    # Clock
    time1_format = %I:%M %p
    time1_font = Open Sans 9
    time2_format = %D
    time2_font = Open Sans 9
    clock_font_color = #ffffff 80
    clock_padding = 10 0
    # Tooltip
    tooltip = 0
    # Mouse
    mouse_middle = close
    mouse_right = none
    # Autohide
    autohide = 0
    /home/archie/.config/gtk-3.0/settings.ini:
    [Settings]
    gtk-theme-name=Greybird
    gtk-icon-theme-name=Faenza-Dark
    gtk-font-name=Open Sans 9
    gtk-cursor-theme-name=Vanilla-DMZ
    gtk-cursor-theme-size=0
    gtk-toolbar-style=GTK_TOOLBAR_ICONS
    gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR
    gtk-button-images=0
    gtk-menu-images=0
    gtk-enable-event-sounds=1
    gtk-enable-input-feedback-sounds=1
    gtk-xft-antialias=1
    gtk-xft-hinting=1
    gtk-xft-hintstyle=hintfull
    gtk-xft-rgba=rgb
    I'm running tint2-svn and already tried the normal one.
    Could some tell me a hint?
    Last edited by beta990 (2014-01-13 21:58:18)

    Thanks for posts!
    I have done all the steps, but real key was to reboot the system! Even pkill X didn't work. It's now solved.
    To give users with the same issue a solution:
    - Set icon-theme with lxappearance
    - Be sure that gtk3.0/settings.ini has fallback and icon-theme the same value (not know if it really needed)
    - Reboot! pkill X didn't work for me.
    Thanks again.

  • [Solved] I have Tango (Tango icon theme), but GTK ignore it

    I have set "Tango" in config file of GTK (.gtkrc-2.0):
    gtk-icon-theme-name = "Tango"
    and installed tango-icon-theme form AUR:
    /usr/local/share/icons/Tango/index.theme (I see it!)
    but PCManFM ignore it when I start new thread... (GTK greeter and etc.) Installation was so simple: ./configure; make; sudo make install... What can I do?
    Thank you!
    Last edited by Matesax (2015-01-28 09:19:56)

    Not a Sysadmin issue, moving to Newbie Corner...

  • [SOLVED] Key missing (faenza-icon-theme)

    Hi,
    When updating I encountered this message :
    Erreur : faenza-icon-theme: key "F9E712E59AF5F22A" is unknown
    :: Importation de la clé PGP 9AF5F22A, « Daniel Micay <[email protected]> », créée le 2012-12-06 ?
    It asks to import the key.
    It seems that the key is unknown, I've already refreshed the keys by
    "sudo pacman-key --refresh-keys"
    Is it safe to had this key ?
    Is it always safe ?
    Thank you in advance.
    Last edited by jijijaco (2013-01-16 14:14:48)

    I've juste seen that archlinux-keyring needed to be updated too. Updating it before faenza-icon "solved the issue" without manually adding the key.
    Thank you anyway.

  • [SOLVED] icon-theme.cache and post install

    Hi all,
    after a problem with an app (in this case RawTherapee) that requires uptodate icon-theme.cache files under /usr/share/icons/THEME - I just want to ask for your opinion: Is this a feature that should be provided by the icon-theme package post install?
    For example, xfce4-icon-theme has
    post_install() {
    gtk-update-icon-cache -q -t -f usr/share/icons/Rodent
    in it's xfce4-icon-theme.install,
    while gnome-icon-theme and hicolor-icon-theme don't and require issueing gtk-update-icon-cache manually after installation/update.
    So what do you think, does this call for a feature request?
    Edit: Seems like I got the concept wrong and that a solution is not that simple / on the segfaulting programs side... see http://bugs.archlinux.org/task/14237. Thx Jan for explaining.
    Last edited by gnidam (2009-04-15 11:31:30)

    Apparently gtk-update-icon-cache didn't accept that i had a .icon-theme.cache in /usr/share/icons/hicolor/. After removing it gtk-update-icon-cache apparently created a new file "icon-theme.cache" and doesn't complain anymore. The thing that is wierd about this is that on my other comp i have the .icon-theme.cache and it doesn't complain when upgrading.. Marking this solved anyway
    Last edited by fgrano (2008-10-31 13:47:28)

  • [SOLVED]Gnome icon themes - folder icons

    I think it belongs here.
    I made some folder icons for  retrofukation icons theme and tried to apply them as documents, music etc. folder icons, but did not succeed. Then I thought the theme was written wrong, and tried to apply 100% working (in that u-distro) Humanity theme, but with the same effect.
    Then I updated the system, but nothing happened.
    Then I googled for a while, but found nothing worth reading - maybe because of bad search query...
    Anyway, does anyone know how to make 'places' icons work?
    //I run a standalone wm and use lxappearance. When I downloaded and tried gnome-control-center, it did not help as well.
    P.S. The icons:
    Last edited by tartan (2010-04-22 18:44:03)

    Yes, that works just fine, thank you! xdg-user-dirs was not installed, because I did not install the whole gnome. I installed it and updated the directories (xdg-user-dirs-update) and now the icons look just like I want.
    But I have a couple of folders (like ~/Distros or ~/Source) for which I would like to set custom icons too.
    So I have ~/.icons/retrofukation/scaled/places/folder-source.png and ~/Source directory. Any chance to set an icon for it?
    Last edited by tartan (2010-04-22 18:59:43)

  • Icon-theme changes problem[SOLVED]

    I have murrine-engine, aurora-engine installed. I have installed gtk-engine-equinox and are trying to use equinox-evolution theme with Faenza icon-theme. I had a nice desktop for a couple of days. Yesterday it reverted back to the original icon-theme. Now I cannot change the icon-theme at all. I don't get it. Why is it OK one day but not the next? I have the themes in /usr/share/themes and ~/.themes. Same with icons. Same icons in both directorys. I'm running x86_64 and gnome.
    OK. Had to remove all other icon-themes from ~/.themes. Why is it so?
    Last edited by jai134 (2011-01-23 19:02:50)

    I know how to change themes using the method you described; however, the icon theme that is displayed is tango. I clearly chose tamiga, and the rox file in ~/.config points to the tamiga icon theme. So my question is why isn't the tamiga theme being used? Does it have something to with the inherits line in the icon cofig file? Is there some other problem? Some icon themes display correctly, but not others.
    Thanks for trying!
    john

  • [pcmanfm] How to deactivate no-icon-theme-message [solved]

    Hello guys,
    I don't need any icon theme because I use a shell in most of the cases. But as I have to use pcmanfm it always appears that annoying message. Can it be deactivated in any way?
    Thank you in advance
    orschiro
    Last edited by orschiro (2009-06-17 07:23:44)

    @ Sharpsy,
    that worked thank you. Haven't thought about that idea, because I wasn't sure whether it works when Tango isn't installed.
    Thank you.

Maybe you are looking for

  • XML & Cyrillic Character Sets

    Hey all. Bit of an interesting problem me thinks. I'm in building a multilingual multiple choice CBT CD. I'm using XML to store the test questions to allow for easy updates. The problem I'm having is when I'm trying to import the XML into director us

  • Can I really be wireless with Express and Extreme?

    I've been using an Airport Extreme, which has been great. My imac and macbook are all wireless at home. So I got an Express, so I could stream Itunes. But in the set-up instructions the diagram shows that if you want to add an Express to an Extreme n

  • Convert .vi v10.0 to v8.5

    Could someone please convert the follow vi from v10 to v8.5. Thanks! Attachments: Spectral analysis.vi ‏134 KB

  • Outbound process code

    Hi I need to create outbound Process code for ME22N T code for outbound IDoc I am using we41 T code to create the above but i am unable make any suggestions plz Regards Rasheed

  • HT1277 why dose my mail crash when opening?

    why when i open my mail it crashes?