LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   svg not worked (https://www.linuxquestions.org/questions/slackware-14/svg-not-worked-645995/)

Dimon-z 05-31-2008 01:01 AM

svg not worked
 
In my slackware svg files not worked.
I install librsvg,and svg not worked anyway(
How to fix?(

Sorry but my english ;)

jong357 05-31-2008 09:19 AM

What do you mean they don't work? You can't view them at all? What Desktop are you using? What version of Slackware? Was it a fresh install or did you upgrade from a previous version? All those things are helpfull.

I'll just guess that it's a GTK based program that your trying to use. Don't know how KDE works. Try this:

Code:

gdk-pixbuf-query-loaders > /etc/gtk-2.0/gdk-pixbuf.loaders
Without more detials, that is just a wild guess.

Dimon-z 05-31-2008 10:43 AM

Xfce4 my window manager,i exec
Quote:

gdk-pixbuf-query-loaders > /etc/gtk-2.0/gdk-pixbuf.loaders
and GPicView show error format.
My gdk-pixbuf.loaders
Quote:

# GdkPixbuf Image Loader Modules file
# Automatically generated file, do not edit
# Created by gdk-pixbuf-query-loaders from gtk+-2.12.2
#
# LoaderDir = /usr/local/lib/gtk-2.0/2.10.0/loaders
#
"/usr/local/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-xpm.so"
"xpm" 4 "gtk20" "The XPM image format"
"image/x-xpixmap" ""
"xpm" ""
"/* XPM */" "" 100

"/usr/local/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-jpeg.so"
"jpeg" 5 "gtk20" "The JPEG image format"
"image/jpeg" ""
"jpeg" "jpe" "jpg" ""
"\377\330" "" 100

"/usr/local/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-png.so"
"png" 5 "gtk20" "The PNG image format"
"image/png" ""
"png" ""
"\211PNG\r\n\032\n" "" 100

"/usr/local/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-bmp.so"
"bmp" 5 "gtk20" "The BMP image format"
"image/bmp" "image/x-bmp" "image/x-MS-bmp" ""
"bmp" ""
"BM" "" 100

"/usr/local/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-wbmp.so"
"wbmp" 4 "gtk20" "The WBMP image format"
"image/vnd.wap.wbmp" ""
"wbmp" ""
" " "zz" 1
" `" "z " 1
" @" "z " 1
" " "z " 1

"/usr/local/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-xbm.so"
"xbm" 4 "gtk20" "The XBM image format"
"image/x-xbitmap" ""
"xbm" ""
"#define " "" 100
"/*" "" 50

"/usr/local/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-ani.so"
"ani" 4 "gtk20" "The ANI image format"
"application/x-navi-animation" ""
"ani" ""
"RIFF ACON" " xxxx " 100

"/usr/local/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-ras.so"
"ras" 4 "gtk20" "The Sun raster image format"
"image/x-cmu-raster" "image/x-sun-raster" ""
"ras" ""
"Y\246j\225" "" 100

"/usr/local/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-tga.so"
"tga" 4 "gtk20" "The Targa image format"
"image/x-tga" ""
"tga" "targa" ""
" \001\001" "x " 100
" \001\t" "x " 100
" \002" "xz " 99
" \003" "xz " 100
" \n" "xz " 100
" \013" "xz " 100

"/usr/local/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-pnm.so"
"pnm" 4 "gtk20" "The PNM/PBM/PGM/PPM image format family"
"image/x-portable-anymap" "image/x-portable-bitmap" "image/x-portable-graymap" "image/x-portable-pixmap" ""
"pnm" "pbm" "pgm" "ppm" ""
"P1" "" 100
"P2" "" 100
"P3" "" 100
"P4" "" 100
"P5" "" 100
"P6" "" 100

"/usr/local/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-tiff.so"
"tiff" 1 "gtk20" "The TIFF image format"
"image/tiff" ""
"tiff" "tif" ""
"MM *" " z " 100
"II* " " z" 100

"/usr/local/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-gif.so"
"gif" 4 "gtk20" "The GIF image format"
"image/gif" ""
"gif" ""
"GIF8" "" 100

"/usr/local/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-pcx.so"
"pcx" 4 "gtk20" "The PCX image format"
"image/x-pcx" ""
"pcx" ""
"\n \001" "" 100
"\n\002\001" "" 100
"\n\003\001" "" 100
"\n\004\001" "" 100
"\n\005\001" "" 100

"/usr/local/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-ico.so"
"ico" 5 "gtk20" "The ICO image format"
"image/x-icon" "image/x-ico" ""
"ico" "cur" ""
" \001 " "zz znz" 100
" \002 " "zz znz" 100

jong357 05-31-2008 05:48 PM

Did you run that command? I'm not seeing svg in there. Open up a terminal and copy/paste that command.

Or did you do that already and it gave you an error? I'm having a slightly difficult time understanding because of your terse explanations.

Also, can you please tell me what version of Slackware you are using and if it was a clean/fresh install or did you upgrade from a previous version?

jong357 05-31-2008 05:56 PM

And why are you running gtk+-2.12.2????

That should be neither 12.0 or 12.1 Slackware.... I need info if I am to post further....

Dimon-z 06-01-2008 03:23 AM

my dist is bassed on slackware,i installed all uptades by myself
gtk+-2.22
after runnig command and exec gpicview with svg image,showed error svg format

jong357 06-01-2008 10:17 AM

Ah... Well, that would kinda make you the sole maintainer and developer then, no?

I am still more than willing to help. but you REALLY need to develop your posting skills here on the forum. Your not telling me what the error says... I can't read your mind. This will be the 3rd time I've asked for information and your still not giving it to me.

How can anyone help you if you don't tell them the specifics of your problem? If I said "my car won't start. Please help.", how is anyone going to be able to tell me what is wrong with my car?

1.) What happens when you turn the key?
2.) What noise does it make, if any?
3.) Does it have gas?
4.) Do you have power to your lights and dashboard?

"svg not worked" doesn't help anyone understand your problem. Copy paste the EXACT error message here after your run the gdk-pixbuf-query-loaders command.

Dimon-z 06-01-2008 02:35 PM

error showed on other lang.
in english this is
"Cannot open file,unsupported svg format"

jong357 06-01-2008 08:19 PM

I even highlighted it in red and your still not getting it. Sorry, Don't think I can help you.

Dimon-z 06-02-2008 03:52 AM

Hey man,a writting for u
Error is:
"Cannot open file: /usr/share/icons/icon.svg unsopported format"


All times are GMT -5. The time now is 07:58 PM.