Tiny Core Extensions > TCE News

SpaceFM

<< < (3/6) > >>

emninger:
Hi Juanito.

I have set in $HOME/.gtkrc-2.0 the correct icon set, and it's used, so far, spacefm obviously respects the settings there (it also changes when i change the icon settings there). But it does not work for some strange reason for the file type(s) i mentioned above.

This is my gtkrc-2.0 file:

--- Code: ---# DO NOT EDIT! This file will be overwritten by LXAppearance.
# Any customization should be done in ~/.gtkrc-2.0.mine instead.
gtk-theme-name="FlatStudioDark"
gtk-icon-theme-name="mate-brave"
gtk-font-name="DejaVu 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=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="hintslight"
include /home/tc/.gtkrc-2.0.mine

--- End code ---

And .gtkrc-2.0.mine:

--- Code: ---# ~/.gtkrc-2.0.mine - GTK+ theme, icon and font configuration.
#
# System files   : /usr/share/{themes,icons,fonts}
# Personal files : ~/.icons and ~/.fonts
#
include $HOME/.themes
include $HOME/.icons
include $HOME/.fonts
include $HOME/.sounds

--- End code ---

I'm not so linux knowledged, so i don't know wether or not the gtk related error msgs might be in some way related to the icons display problem.

coreplayer2:
hello emninger

I did a little research and found that murrine is not related to spacef and no matter what I do there are no errors when loading spacefm from the terminal.    There is a gtk 3.0 version but that is even more sensitive to gtk config settings.   However murrine is a gtk 2.0 desktop theme so is more likely used for Openbox or some other application you might have installed.  As in all gtk themes you first install the theme then start the application with that theme.   I'd look at other gtk application config files for the answer to why murrine is being used.

To try out various themes you may install some them engines and use this terminal command 

--- Code: --- Exec=env GTK2_RC_FILES=/usr/local/share/themes/ClearLooks/gtk-2.0/gtkrc spacefm

--- End code ---


I'm still looking for the answer to the few missing file type icons, but is also likely to be a gtk 2.0 config issue.   Will ask

emninger:

--- Quote from: coreplayer2 on January 02, 2016, 04:25:49 AM ---hello emninger

I did a little research and found that murrine is not related to spacef and no matter what I do there are no errors when loading spacefm from the terminal.    There is a gtk 3.0 version but that is even more sensitive to gtk config settings.   However murrine is a gtk 2.0 desktop theme so is more likely used for Openbox or some other application you might have installed.  As in all gtk themes you first install the theme then start the application with that theme.   I'd look at other gtk application config files for the answer to why murrine is being used.
--- End quote ---

As you see from my .gtkrc-2.0 i use FlatStudioDark as gtk 2 theme. And as for programs i'm aware of, i have claws-mail, libreoffice viewnior using gtk 2. Firefox is gtk2 or gtk 3 related? In any case, i don't see errors in them. And also spacefm seems to work flawlessly without murrine (but, installing it made disappear that error msg.)

Wherefrom the other
--- Code: ---/home/tc/.gtkrc-2.0:17: error: unexpected character '/', expected string constant
--- End code ---
is coming i don't know.


--- Quote from: coreplayer2 on January 02, 2016, 04:25:49 AM ---To try out various themes you may install some them engines and use this terminal command 

--- Code: --- Exec=env GTK2_RC_FILES=/usr/local/share/themes/ClearLooks/gtk-2.0/gtkrc spacefm

--- End code ---


I'm still looking for the answer to the few missing file type icons, but is also likely to be a gtk 2.0 config issue.   Will ask

--- End quote ---

Spacefm respects the settings in .gtkrc-2.0. But, as far as i understand, murrine is not really a theme but an engine, isn't it? Even with Clearlooks (using the command you gave me!) i still have the problem with the missing file types icon. As far as i understand in this moment, spacefm either displays a generic file icon for unspecified files or thumbnails for pic files IF the thumbnail option in the settings is activated. Otherwise no icons for pic files as well. But any kind of specific file, also office or word docs as well as scripts and otherwise executables, do not have any icon.

    [EDIT]: Fixed code tag.  Rich

Rich:
Hi emninger

--- Code: ---/home/tc/.gtkrc-2.0:17: error: unexpected character '/', expected string constant
--- End code ---
That indicates the error is on line 17 which reads:

--- Code: ---include /home/tc/.gtkrc-2.0.mine
--- End code ---
Is it possible it should be:

--- Code: ---include "/home/tc/.gtkrc-2.0.mine"
--- End code ---

coreplayer2:

--- Quote ---
--- Quote from: emninger on January 02, 2016, 05:34:29 AM ---
As you see from my .gtkrc-2.0 i use FlatStudioDark as gtk 2 theme. And as for programs i'm aware of, i have claws-mail, libreoffice viewnior using gtk 2. Firefox is gtk2 or gtk 3 related? In any case, i don't see errors in them. And also spacefm seems to work flawlessly without murrine (but, installing it made disappear that error msg.)

--- End quote ---
murrine is not a dependency of spacefm.  I believe Raleigh is listed as the default theme /.gtkrc-2.0:gtk-theme-name="Raleigh"   murrine is not listed on my any of my systems and I can not duplicate.  I don't get errors, sorry.   later today I'll grep the source code to verify
Why not grep for in on you system it to see where murrine is being referenced ; 

--- Code: ---grep -r 'murrine' *
--- End code ---
try in your ~/ dir first



--- Quote ---Where from the other
--- Code: ---/home/tc/.gtkrc-2.0:17: error: unexpected character '/', expected string constant
--- End code ---
is coming i don't know.
--- End quote ---

--- Code: ---spacefm --desktop-pref
--- End code ---
works fine for me,  perhaps a custom config??



--- Quote ---Spacefm respects the settings in .gtkrc-2.0. But, as far as i understand, murrine is not really a theme but an engine, isn't it?
--- End quote ---
theme, engine are the same thing right?

--- End quote ---

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version