Gnome: how to view .svg files

hello.
When I switch themes in gnome I get an error that gnome couldn't open a .svg file. I have libpng, libjpg, are there others I need for gnome to open the .svg files?
Geert.

Maybe try recompiling gtk2 from ABS? Not sure. If that doesn't work... I know it's something close to the GTK+2 library.
Can you copy-paste the exact error your getting? Maybe it'll jog a memory. (If it's a GTK error, I've probably seen it... Oh the horrible things I do to my installs... )

Similar Messages

  • How to view pdf file in java/jsp?

    Hello Everybody,
    Any one help me how to view pdf file in jsp using java application.
    I have pdf file c:\app.pdf.
    How can i display the pdf file.
    Please help me.................
    Thanks

    Hello,
    You can use the below code, but i am not sure how far is this a startard way of doing it.
    # <%
    # ServletOutputStream servletOutputStream = response.getOutputStream();
    # File reportFile = new File("C:\\Tomcat 5.0\\webapps\\TestApp\\myfile.pdf");
    # FileInputStream fis = new FileInputStream(reportFile);
    # byte[] bytes= new byte[128000];
    # int count=fis.read(bytes);
    # try
    # response.setContentType("application/pdf");
    # response.setContentLength(bytes.length);
    # servletOutputStream.write(bytes, 0, bytes.length);
    # servletOutputStream.flush();
    # servletOutputStream.close();
    # }catch(Exception e){}

  • HOW TO VIEW HIDDEN FILES?????

    i have searched for days on my computer for some hint a program or option that allows me to view any hidden files in an application folder, but it has yet eluded me.
    I am having trouble with a program of mine, and the tech service there told me to send them the programs log file, which they named. i looked in the applications folder, and the only files i saw was the program icon, and the uninstall folder, which contained the uninstall icon. i told them this, and they replied:
    "i'am sure that these files are on your computer. Maybe they are invisible.
    Please search (automatic) the folder ".********" ."
    if anyone knows, eitehr what this means, or how to view hidden files, please let me know
    Thanx

    To see inside an application package select the application then CTRL- or RIGHT-click and select Show package contents from the contextual menu. You can navigate through the application package's content. It's unlikely you will find anything useful there.
    To see invisible files open the Terminal application in your Utilities folder and at the command line prompt enter or paste the following command then press RETURN:
    defaults write com.apple.finder AppleShowAllFiles TRUE
    To turn off the display of invisible files substitute FALSE for TRUE in the same command line.
    Invisible files are invisible for a reason - to hide them from the prying eyes of novice users and ignorant tech support people. Perhaps it would be more helpful if you could detail the problem you are having.

  • How to View/manage Files on Internal Storage?

    Does anyone know how to view/manage files on the Droid Mini? I did find a list of 'Misc. Files' in 'Settings' under 'Storage'. But it only gives the option to delete. My old phone had a 'Files' app (that came on the phone) where I could view/manage all files. I'm sure I could just plug into my laptop, but I would like to have file access on my phone. Is that even possible? Is there a *good* App I could upload perhaps? Any suggestions?
    Thanks =)

    The Play Store. Search for "File Explorer". Select one from the several found.

  • How to view  .mov files on a pc?

    how to view  .mov files on a pc?

    Thank you for your prompt responses. Thought this was the correct answer. Didn't want to pass on incorrect information.
    Thanks

  • How to view .shtml files locally? I have added "Open in Browser" but still not able to see the local .shtml file.

    I have added Open in browser add ons in Firefox browser, but still not able to see the .shtml files on local machine.
    Can any one please tell me how to view .shtml files in Firefox?

    SHTML files are regular HTML files that make use of Server-Side Includes. In some server configurations, the special file extension is required to instruct the server to parse the file for SSI code.
    If Firefox doesn't recognize the file type, it is likely the MIME type is incorrect.
    Try this Addons
    *https://addons.mozilla.org/en-US/firefox/addon/open-in-browser/

  • How to view pst file without Microsoft Outlook?

    How to view pst file without Microsoft Outlook? Please suggest viewer for content of corrupted PST files.

    Hi,
    If the .pst file is corrupted, I suggest you run Scanpst.exe to repair it:
    http://support.microsoft.com/kb/272227
    If you need to view .pst file without Outlook, we may use some 3rd-party tools, there are a lot on Internet.
    Regards,
    Melon Chen
    TechNet Community Support

  • Kindly help me how to view html file in swing using jbutton

    hello..im a begginer at j2se language and im working on my school project..kindly help me how to view html files by clicking button at javax.swing..thanks

    Here you go:public class HTMLViewer implements Runnable, ActionListener
         public void run() {
              JFrame frame = new JFrame("View HTML");
              frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
              JButton button = new JButton("Click me!");
              button.addActionListener(this);
              Container cp = frame.getContentPane();
              cp.add(button, BorderLayout.CENTER);
              frame.pack();
              frame.setLocationRelativeTo(null);
              frame.setVisible(true);
         public void actionPerformed(ActionEvent e) {
              if (Desktop.isDesktopSupported()) {
                   Desktop d = Desktop.getDesktop();
                   try {
                        d.browse(new URI("www.google.com"));
                   } catch (IOException ex) {
                        ex.printStackTrace();
                   } catch (URISyntaxException ex) {
                        ex.printStackTrace();
         public static void main(String[] args) {
              EventQueue.invokeLater(new HTMLViewer());
    }If that's not what you're looking for you need to ask more specific questions.

  • Can someone give me step by step directions on how to view temporary files on an ipad2?  Thank you.  Carla

    Can someone please give me step by step directions on how to view temporary files on an iPad 2.. Thank you

    What temporary files are you talking about?

  • Script to view SVG files in Bridge?

    Is there a script to view SVG files in Bridge? I have to compare 55k images converted from eps to svg.

    Very grateful for your response and time.
    The Application I am talking about can be found when you open up a NEF file in Bridge and look at the Metadata tab on the right. Within that is the File Properties tab and the Application Ver. is the 3rd item from the top (after Filename and Document Type).
    Yes, I do have only the one ACR file (Camera Raw.8bi.) in the program file/COMMON FILE/Adobe/plug ins/cs3/file formats.
    I have also realized (brilliantly late in the game) that it is only the NEF files shot from my new D300s that do not work. No problem with the NEF files shot with my D100. So this leads me to conclude that my Bridge/Photoshop CS3 does not support the Camera Raw 5 that seems to be required for the D300s. Argh.
    By upgrading my camera equipment, I have outmoded my requisite software.
    I must say, that the recent post advisory on the forum site ("Raw files appear as icons") was supremely timely. While this does not solve my problem, it did help me understand the compatibility issues with the D300s and CS3. I have learned the following: D300s are supported by Camera Raw 5.5 which does not work with CS3. Is this correct?
    Dazed, but not beaten down,
    Kate

  • How to view .vmsg file format of backed up SMS dat...

    Hello Champs,
    How to view .vmsg file, which is backup of SMS from Transfer my data.
    I want to view in any PC.
    Regards, Siraj.

    Hi, siraj720. You can open the .vmsg file using a text editor app on your PC. You may click here for more info. The link is intended for the US, but it's still applicable regardless of the location. 

  • How to view cc files on a computer that only has photoshop cs6

    I have the new version of photoshop on my computer that only allows me to save files as: photoshop cc.  However, I would like to transfer these files to view on a computer, which is at school, that only allows me to view files from photoshop cs6 or older (cs4, etc.).  I would like to work on projects on my personal computer at home and finish them on the computer at school.  So, how can see my files that are in creative cloud on a computer that only has photoshop cs6?

    Need a little more information.  Never heard of a Photoshop cc file, maybe I'm missing something.  When you save a file the first time there is a drop down menu allowing you to save the photo as a number of different file extensions, i.e.. PSD, tiff, jpeg.  There is no photoshop cc.  File uploaded to your folder on the cloud retain their extensions.

  • Unable to view SVG files deployed on Weblogic Server (10.3)

    Hi,
    We are not able to view the svg file when we deploy our applciation to weblogic server. If we run in Eclipse it is running fine. We have also added ./config/mimemappings.properties file in the domain configuration for Mime Mapping File. The content for the same is
    htm=text/html
    gif=image/gif
    jpg=image/jpeg
    svg=image/svg+xml
    Can any body let us know the resolution for the same.
    We are using IE 9 and simple img tag of html
    The weblogic server is deployed on linux os

    Hi Kishore,
    Thanks for the reply. Though our issue is that when we execute through IDE (Eclipse Juno) the tag works with IE9. It stops working when deployed on Weblogic 11g server. We can not use object/embed tag as we have business specific functionality which works only for img tag. We have tried the mime mappings in Weblogic but that does not seem to work. Could you kindly let us know if you are aware of such an issue.
    Regards,
    Anup

  • How can display svg file by using applet

    Hi ,
    my problem is ..
    1. I have one servlet which is generating svg file by using batik package.
    2.There is one Applet which receives SVG file from Servlet ..
    From here i dont have dont doubts.. then my doubt is
    3. How can display that svg file on the browser..
    please help me if u know any ,
    thanks regards,
    Balu

    Maybe this page can help you?
    http://www.w3c.org/Graphics/SVG/

  • How to view .flv files?

    How view flv files in nokia 5233?
    Moderator's Note: We have moved your post and changed the title into a subject-related title. This is to keep the forum organized and let other forum users easily see and respond to this post.

    the only way really to view .flv files on older Symbian 5th edition devices was thru baseline updates to the built-in video player (in many cases, RealPlayer). this was achieved only thru ensuring that you had the latest firmware installed on your device, via checking via Nokia Suite on your PC.

Maybe you are looking for

  • Itunes 10 will not stop auto syncing

    I have itunes 10 on a mac and a 160 gb ipod classic. it will not stop auto syncing when I plug in my ipod, even though "do not auto Sync" button is checked as well as checking off "do not open itunes automatically. It syncs FOREVER. I would love to f

  • Issue opening PDF with Reader 11

    Hi there, I have a form which I created to be a Form Builder. It's a form with a dialog prompt message at the beginning which asks different questions to build the form according to the options chosen.. Once this is done, the form needs to be saved (

  • I-Trigue 3000 2.1 speakers

    Hi, I have seen the on the Creative Worldwide site and noticed that they are a new product and do not yet have a price. I am from the U.K and was wondering if there is anyone out there who knows when/if they will be available in the U.K and how much

  • Unexpected query results during large data loads from BCS into BI Cube

    Gurus We have had an issue occur twice in the last few months but its causing our business partners a hard point.  When they send a large load of data from BCS to the real time BI Cube the queries are showing unexpected results.  We have the queries

  • Approval Outgoing Payment

    hi all,          My client wants that whenever outgoing payment means is cash then it should be approved first. i use this query for approval select distinct 'true' from OVPM where $[ovpm.CashSum] > 0 but it is not working. thanks rahul