Tiny Core Extensions > TCE News
SpaceFM
coreplayer2:
You'll find that best performance is achieved by leaving the theme field blank
I believe the missing icons on certain files is a separate issue and is at worst only cosmetic. I will try to resolve the issue
Sent from my iPhone using Tapatalk
emninger:
--- Quote from: Rich on January 02, 2016, 10:30:56 AM ---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 ---
--- End quote ---
Hi Rich!
Excellent pointer! I changed as you proposed but now, i get this error:
--- Code: ---/home/tc/.gtkrc-2.0.mine:6: error: scanner: digit is beyond radix
--- End code ---
Any idea? (I'm totally clueless ;) )
Rich:
Hi emninger
--- Code: ---/home/tc/.gtkrc-2.0.mine:6: error: scanner: digit is beyond radix
--- End code ---
I'm guessing it doesn't like the dollar sign, plus it probably also needs the quotation marks, try:
--- Code: ---# ~/.gtkrc-2.0.mine - GTK+ theme, icon and font configuration.
#
# System files : /usr/share/{themes,icons,fonts}
# Personal files : ~/.icons and ~/.fonts
#
include "~/.themes"
include "~/.icons"
include "~/.fonts"
include "~/.sounds"
--- End code ---
emninger:
--- Quote from: coreplayer2 on January 02, 2016, 02:07:35 PM ---You'll find that best performance is achieved by leaving the theme field blank
I believe the missing icons on certain files is a separate issue and is at worst only cosmetic. I will try to resolve the issue ...
--- End quote ---
As for the theme, i'll try that. Btw, may be i found, why murrine-engine is missing: In Arch Linux (https://www.archlinux.org/packages/community/i686/gtk-engine-murrine/) i found, that
--- Code: --- mate-themes
numix-themes
deepin-gtk-theme (optional)
--- End code ---
depend on murrine-engine.
And i had set mate-barve as icon theme.
For the icon problem, i agree that this is very likely a separate problem. But it's not cosmetic ... In some way spacefm does not recognize file types: May there should be settings for the mime types somewhere (i recall something like mime-types.lst or similar in ~ in debian)?
emninger:
--- Quote from: Rich on January 02, 2016, 04:12:57 PM ---Hi emninger
--- Code: ---/home/tc/.gtkrc-2.0.mine:6: error: scanner: digit is beyond radix
--- End code ---
I'm guessing it doesn't like the dollar sign, plus it probably also needs the quotation marks, try:
--- Code: ---# ~/.gtkrc-2.0.mine - GTK+ theme, icon and font configuration.
#
# System files : /usr/share/{themes,icons,fonts}
# Personal files : ~/.icons and ~/.fonts
#
include "~/.themes"
include "~/.icons"
include "~/.fonts"
include "~/.sounds"
--- End code ---
--- End quote ---
You were perfectly right; only a small correction: gtk 2 does not like the tilde char as well. I had to use the directory:
--- Code: ---include "/home/tc/.themes"
--- End code ---
etc. Thanks a lot!
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version