i tried re-installing slitaz-menus slitaz-icons but i can't seem to get it worked out.

desktop icons and font problems
(7 posts) (3 voices)-
Posted 12 years ago #
-
What is the problem? What did you do before it happened?
Posted 12 years ago # -
i did tazpkg set-release cooking and before that X was not even working because of config issues. after i did set-release it actually brought me to X login but the when it loads i get all that garbage of no desktop icons and text. here is some relevent boot log.
SliTaz boot time: 9s
X serverYou should create this file by running:
pango-querymodules > '/etc/pango/pango.modules'(lxpanel:976): Pango-WARNING **: failed to choose a font, expect ugly output. engine-type='PangoRenderFc', script='common'
(lxpanel:976): GLib-GObject-CRITICAL **: g_object_unref: assertion `G_IS_OBJECT (object)' failed
Could not load notification icon '/usr/share/pixmaps/tazpkg.png': Unrecognized image file format(yad:1010): Gtk-WARNING **: Error loading theme icon 'image-missing' for stock: Unrecognized image file format
Could not load notification icon '/usr/share/pixmaps/tazpkg.png': Unrecognized image file format(lxpanel:976): Gtk-WARNING **: Error loading theme icon 'image-missing' for stock: Unrecognized image file format
(lxpanel:976): Gtk-WARNING **: Error loading theme icon 'image-missing' for stock: Unrecognized image file format
(lxpanel:976): Gtk-WARNING **: Error loading theme icon 'image-missing' for stock: Unrecognized image file format
(lxpanel:976): Pango-WARNING **: failed to choose a font, expect ugly output. engine-type='PangoRenderFc', script='latin'
Could not load notification icon '/usr/share/pixmaps/tazpkg.png': Unrecognized image file format(yad:1010): Gtk-WARNING **: Error loading theme icon 'image-missing' for stock: Unrecognized image file format
menu - My packages!tazweb http://tazpanel:82/pkgs.cgi?list!tazpkg|Recharge lists!tazweb http://tazpanel:82/pkgs.cgi?recharge!tazpkg-up|Check upgrade!tazweb http://tazpanel:82/pkgs.cgi?up!tazpkg-up|TazPKG SHell!terminal -e tazpkg shell!xterm|TazPKG manual!tazweb file:///usr/share/doc/tazpkg/tazpkg.html!text-html|Close notification!quit!gtk-close(sakura:1051): Pango-CRITICAL **: No modules found:
No builtin or dynamically loaded modules were found.
PangoFc will not work correctly.
This probably means there was an error in the creation of:
'/etc/pango/pango.modules'
You should create this file by running:
pango-querymodules > '/etc/pango/pango.modules'(sakura:1051): Pango-WARNING **: failed to choose a font, expect ugly output. engine-type='PangoRenderFc', script='latin'
(sakura:1051): Pango-WARNING **: failed to choose a font, expect ugly output. engine-type='PangoRenderFc', script='common'
tooltip - System is up to date - Installed packages <b>297</b>
quit - (null)
XIO: fatal IO error 11 (Resource temporarily unavailable) on X server ":0.0"
after 3112 requests (2966 known processed) with 0 events remaining.
pcmanfm: Fatal IO error 4 (Interrupted system call) on X server :0.0.Posted 12 years ago # -
Hi silverfox,
It seems like you have a lot of files (including fonts and icons) without read permissions. Can you log into your system as root user? Is all ok with icons and fonts?
Programs you runned are run from your user name. And if file have permissions like rw------- (600) or rwx------ (700) then noone (excluding root) can't read and, of course, write these files. A long time ago I've get squares instead of letters like you. But it seems, that you should to set read permissions (being root) not only to fonts, but for many many files.
Try this as root:
chmod -R go=rX,u=rwX /bin /etc /usr /var
And other /directories excluding /dev.Posted 12 years ago # -
logging in as root has same results no icons and fonts. so i did chmod -R go=rX,u=rwX /bin /etc /usr /var but that did not solve my problem. looking at the log it looks as if it fails to recognize the image file format png for some reason should i try reinstalling font or icon packages? how would i add support for .png?
Posted 12 years ago # -
ok i fixed the fonts by executing pango-querymodules > '/etc/pango/pango.modules in the terminal but icons are still not there.
Posted 12 years ago # -
aha i got icons showing by force installing libpng-1.2.47 but for some reason slitaz panel will not open thanks for your input and time aleksej. consider it resolved
Posted 12 years ago #
Reply
You must log in to post.