.svg not working

Hi,
I can't seem to get the .svg to work on:
- Safari 4.1.3 mac
- iphone
They work with Safari 5.
The .png animates correctly, but I have a ? instead of the .svg images in Safari 4 and iPhone
Here's a link to the animation:
http://www.lagrandiere-immobilier.fr/smartphone/engagement2-cs5.html
Is <img src> the most appropriate html code for .svg in html5.
I would really like to use this for iphone so I'm grateful for any help.
Rich

Good. Here's a second problem.
http://www.lagrandiere-immobilier.fr/smartphone/espace-proprietaire-cs5.html
I don't want the blue background to cover the end of the animation. I can't seem to stop the animation, but it doesn't loop either. Any ideas?
As you can see, this is the first time i have ever seen svgs et webkit transformations. I kind of understand them, but I can't figure this one out.
Thanks
Rich

Similar Messages

  • WriteDocument SVG not working when debugging

    Hi,
    I am trying to save a file as svg (silently in the background), by doing the following:
    ai::FilePath svgFile;
    err = sAIFilePath->NewFilePath(svgFile);
    err = sAIFilePath->Set(ai::UnicodeString("/Users/tom/tmp.svg"), true, svgFile);
    err = sAIDocument->WriteDocument(svgFile, kAISVGFileFormat, false);
    When running the plugin from Xcode (in debug mode) this isn't working. There are no errors but the svg file stays empty and untouched. If I try to manually "File" -> "Save as" ->  "SVG" -> "Save" it shows a dialog with a button "SVG Code...". If I click on it nothing happens! Is the svg feature broken somehow?
    Now for the weird part; if I just run Illustrator and use the plugin that way (not in debug mode), none of the above problems occur.
    I am totally stuck, any help is greatly appreciated.
    Best,
    Tom

    I have isolated the problem somewhat. I think it is a bug, maybe someone can try to reproduce this?
    Open one of the examples provided as part of Adobe Illustrator CC 2014 SDK (I used annotator).
    Make sure AI CC 2014 is loading the samples.
    In AI CC 2014 preferences, go to "Plugins & Scratch Disks"
    Check additional Plugins Folder
    Choose the dir in which the sample project will be build: [...]SDK/samplecode/output/mac/debug
    In Xcode (6.1), Product -> Scheme -> Edit Scheme.
    Select Run (debug) and use the following settings:
    build configuration: debug
    executable: Adobe Illustrator CC 2014.app
    check debug executable
    Product -> Run
    Now, Xcode will debug the sample in AI.
    Create a new document
    File -> Save as..
    Choose SVG as the format and click save.
    A Dialog will appear, keep the default settings and click Save.
    In my case, this results in a dialog with the message: The operation cannot complete because of an unknown error. [PARM]
    Note that the problem only occurs in AI CC 2014. In AI CC it works correctly.
    Thanks,
    Tom

  • Embedded fonts in SVG not working?

    CS3, CS4 - is it just me, or is the SVG import really broken? even if I make a new file with Illustrator, save as SVG and choose to embed fonts, Illustrator still reports a missing font when I remove the font from the system and then try to open that file again.
    I have tried both CEF and SVG embed types. Curves are not an option, because text needs to remain editable.
    Any ideas?

    anyone?

  • Saving an SVG with Illustrator CC Not Working

    I am attempting to save an SVG with the new version of Illustrator (Creative Cloud) and it's not working. It seems the code that's output is quite different than that of the old version.
    Just to give you a bit of a background on my project, I'm adding a new icon to an existing AI sprite file.
    I hacked a solution to the problem by pasting the new bit of code for the new icon from the creative cloud-generated svg into the old CS6 file, and added fill color code to three different places in the new icon code to set the icon color - it was showing up as black and should have been white (it is white in the AI file).
    I tried saving the SVG many different ways to no avail - how I can properly save the svg file directly from Illustrator CC? Why isn't it working the same way it did in the previous version?
    Any advice is appreciated! Thanks!

    Another thing to note - I was advised previously to check the "Preserve Illustrator Editing Capabilities" checkbox, but that did not work for me. I have tried a number of different SVG settings and nothing seems to work.

  • Sprinboard screen does not work on android device

    Hi experts,
    I have a mobile application that i coded on JDEV 11.1.2.4. And i deploy via sdk android-4.3 version. I set DefaultSpringboard on adfmf-application.xml file.
    When i deploy on AndroVM or another Android VM either SDK Emulator, i can see springboard screen properly. But deploy on real devices (tried with Android 4.1.1 Tablet, Android 4.1.2 Sony experia phone, Android 2.3.5 HTC phone) could not see anything, just seen black screen with header(written as applicationName) AdfmfContainerUtilities.showNavigationBar(); does not work also.
    How can i resolve this?
    Also i tried to create completely new adf mobile application that contains only 2 feature and applied the scenerio, it fails on real device too. I think that the problem is on loading featureList. Because when i created an amx page and set as CustomSpringboard. It works
    Please help me..
    brgds
    I m adding my adfmf-application.xml file content, essentially i tried almost all different setting in it.
    <?xml version="1.0" encoding="UTF-8" ?>
    <adfmf:application xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:adfmf="http://xmlns.oracle.com/adf/mf" name="MLMobilKatalog"
                       id="com.accmee.MLMobileCatalogue"
                       appControllerFolder="ApplicationController" listener-class="com.accmee.application.LifeCycleListenerImpl">
      <adfmf:featureReference id="com.accmee.Login" showOnSpringboard="false" showOnNavigationBar="false"/>
      <adfmf:featureReference id="com.accmee.productList"/>
      <adfmf:featureReference id="com.accmee.productDefinition"/>
      <adfmf:featureReference id="com.accmee.favourites"/>
      <adfmf:featureReference id="com.accmee.messages"/>
      <adfmf:featureReference id="com.accmee.categoryDef"/>
      <adfmf:featureReference id="com.accmee.exit"/>
      <adfmf:featureReference id="com.accmee.menu" showOnNavigationBar="false" showOnSpringboard="false"/>
      <adfmf:featureReference id="com.accmee.menuList" showOnNavigationBar="false" showOnSpringboard="false"/>
      <adfmf:preferences>
        <adfmf:preferenceGroup id="application">
        </adfmf:preferenceGroup>
      </adfmf:preferences>
      <adfmf:navigation>
        <adfmf:navigationBar enabled="false" displayHideShowNavigationBarControl="false"/>
        <adfmf:springboard enabled="true" showSpringboardAtStartup="false" displayGotoSpringboardControl="false" animation="none"/>
      </adfmf:navigation>
    </adfmf:application>

    Per the release notes, Wallaby only supports Chrome and Safari at this time.
    And yes, it only works with Adobe Flash Professional CS5 files. To use older Adobe Flash Professional files you can resave them in CS5 and then run them through Wallaby. This is a technology preview (not a product) and therefore has certain limitations that might not exist in a shipping product.
    You mention this doesn't work on an itouch G3. You mean an iPod touch G3, yes? What version of iOS do you have installed on your iPod touch? This may be related to incorrect serving of SVG content (if you are using apache) and so you may need to update your .htaccess file in apache per the Wallaby technical tips page.
    Michael O'Rourke
    Adobe Wallaby Team

  • Has anyone got embedded fonts in SVG to work on Mac OS X Lion?

    I have used CS3, CS4 suite versions of illustrator on Snow leopard, and embedding fonts worked correctly,
    but on several computers at work here, none of the CS5 or CS5.5 suite versions of illustrator embed fonts in SVG format on Lion.
    I have also tried CS4 on Lion and still does not work...
    Saving as SVG without fonts works fine,
    Saving with fonts shows error message and no fonts are ever brought over.
    This shows brand new ai file with a text box and three letters in standard font:
    This shows saving as SVG to documents folder  (does not matter where saving to, issue still exists):
    This shows the SVG options (Note font is SVG, subsetting is common english and glyphs used.)
    Error message:
    Does not matter how many fonts are attempted to be embedded, no fonts (with glyphs translation) ever show up on the svg file.
    Any suggestions?
    Other than
    reinstall lion completely, then reinstall CS5 then CS5.5(DONE, does not work)
    reinstall lion completely, then reinstall CS5.5 only(DONE, does not work)

    This is what i currently have to do:
    Currently i use a secondary PPC computer with leopard 10.5 and Illustrator CS3 on it, and save the file as svg using those settings (fonts).
    Open the CS3 svg in text edit
    Copy fonts created in CS3 and then paste in CS5 svg file which i created on the intel computer with lion (mac 10.7)
    Also tested this in mountain lion 10.8, still same error, have to do this stupid workaround for now....

  • CS5 Illustrator shortcuts not working PC

    Hi, im using CS5 and changed my key board language configuratiosn and now my illustrator short cuts as Ctrl + and Crtl - (for zoom) are not working...
    When I run the program there is a pop up window thas says:
    Error loading plugins.
    Keyboard Shortcuts.aip
    SVG File Format.aip
    Variables Panel.aip
    Now I have deleted the spanish keyboard setting and back to the US one but still not working, Can someone help me??
    Thanks alot
    Daniel

    THANKS ALOT for this!!!
    this was the problem the CA antivirus
    Best Regards

  • Animation will not work on when previewing in Folio builder

    I have created a simple animation in Edge Animate, but when I place it in InDesign and preview it only displays the poster image. When clicked it fades to nothing.
    This is the process I followed thus far:
    Created shapes  in illustrator and saved it as a SVG.
    Imported SVG in Edge animate, made a simple animation of the shapes getting larger and made a poster snap
    Gone to publish settings
    Ticked Animate Deployment Package and saved in Target direectory .\publish\animate_package
    In indesign placed the edge .oam file in
    gone to the folio builder and gone to preview > preview on desktop

    When preparing a demo we had a similar experience. We animated an SVG file from Illustrator in Edge Animate.
    The preview looked fine in a Browser.
    From InDesign, the placed OAM package would not play in the Desktop Content Viewer, did not  play on a connected iPad and did not play when it was exported with the Folio Builder in the iPad Content Viewer.
    I renamed the .oam file to .zip and unzipped it.
    In the resulting folder you will find an Assets folder with an .html file.
    I created a Web overlay in InDesign and selected the .html file from the Assets folder (and set the Autoplay checkbox)
    The preview in the Desktop Content Viewer showed nothing, but the animation played on a directly connected iPad and when exported from the Folio Builder in the iPad Content Viewer.
    I tried also to use the html export version from Edge Animate, but that does not work.
    The animation needs 2 javascripts that are included in a folder "edge_includes" in the OAM file (and in the "Assets" folder), but that folder is missing and they are only referenced from the web in the exported html from Edge Animate and that does not seem to load in the folio.
    So it can work with a little effort: unzip the .oam file and use the html from the Assets folder.
    regards,
    Ton

  • @font-face not working in firefox

    My @font-face is not working in firefox why would that be?
    @font-face {
        font-family:LondonMM;
        src: url('LondonMM-webfont.eot');
        src: url('LondonMM-webfont.eot?#iefix') format('embedded-opentype'),
             url('LondonMM-webfont.woff2') format('woff2'),
             url('LondonMM-webfont.woff') format('woff'),
             url('LondonMM-webfont.ttf') format('truetype'),
             url('LondonMM-webfont.svg#londonmmregular') format('svg');
        font-weight: normal;
        font-style: normal;
    I have them all in a fonts folder inside my root folder

    There might be a problem with one of the fonts FF recognizes and that problematic file is the one FF is attempting to use.
    Try commenting out all of the fonts FF can use, so...
    @font-face {
        font-family:LondonMM;
        src: url('LondonMM-webfont.eot');
        src: url('LondonMM-webfont.eot?#iefix') format('embedded-opentype'),
            /*url('LondonMM-webfont.woff2') format('woff2'),*/
            /*url('LondonMM-webfont.woff') format('woff'),*/
            /*url('LondonMM-webfont.ttf') format('truetype'),*/
             url('LondonMM-webfont.svg#londonmmregular') format('svg');
        font-weight: normal;
        font-style: normal;
    Then restore one at a time, individually, and see if FF comes back on line.

  • Docky not work

    hello.. after upgrade docky from yaourt, this is not working
    if run "docky" from terminal i get this
    [Info  00:38:06.635] Docky version: 2.1.3 Release
    [Info  00:38:06.657] Kernel version: 3.2.1.2
    [Info  00:38:06.658] CLR version: 2.0.50727.1433
    No protocol specified
    [Warn  00:38:06.672] [Gtk] cannot open display: :0

    i run a docky -v in terminal and i get this
    pd: i use kde
    docky -v
    [Info 17:35:39.608] Docky version: 2.1.3 Release
    [Info 17:35:39.631] Kernel version: 3.2.1.2
    [Info 17:35:39.632] CLR version: 2.0.50727.1433
    /usr/share/themes/qt4/gtk-2.0/gtkrc:335: Imposible encontrar un archivo imagen en pixmap_path: «Expander/expander-normal-c.png»
    /usr/share/themes/qt4/gtk-2.0/gtkrc:337: Background image options specified without filename
    /usr/share/themes/qt4/gtk-2.0/gtkrc:344: Imposible encontrar un archivo imagen en pixmap_path: «Expander/expander-prelight-c.png»
    /usr/share/themes/qt4/gtk-2.0/gtkrc:346: Background image options specified without filename
    /usr/share/themes/qt4/gtk-2.0/gtkrc:353: Imposible encontrar un archivo imagen en pixmap_path: «Expander/expander-active-c.png»
    /usr/share/themes/qt4/gtk-2.0/gtkrc:355: Background image options specified without filename
    /usr/share/themes/qt4/gtk-2.0/gtkrc:362: Imposible encontrar un archivo imagen en pixmap_path: «Expander/expander-insens-c.png»
    /usr/share/themes/qt4/gtk-2.0/gtkrc:364: Background image options specified without filename
    /usr/share/themes/qt4/gtk-2.0/gtkrc:372: Imposible encontrar un archivo imagen en pixmap_path: «Expander/expander-normal-sc.png»
    /usr/share/themes/qt4/gtk-2.0/gtkrc:374: Background image options specified without filename
    /usr/share/themes/qt4/gtk-2.0/gtkrc:381: Imposible encontrar un archivo imagen en pixmap_path: «Expander/expander-prelight-sc.png»
    /usr/share/themes/qt4/gtk-2.0/gtkrc:383: Background image options specified without filename
    /usr/share/themes/qt4/gtk-2.0/gtkrc:390: Imposible encontrar un archivo imagen en pixmap_path: «Expander/expander-active-sc.png»
    /usr/share/themes/qt4/gtk-2.0/gtkrc:392: Background image options specified without filename
    /usr/share/themes/qt4/gtk-2.0/gtkrc:409: Imposible encontrar un archivo imagen en pixmap_path: «Expander/expander-normal-se.png»
    /usr/share/themes/qt4/gtk-2.0/gtkrc:411: Background image options specified without filename
    /usr/share/themes/qt4/gtk-2.0/gtkrc:418: Imposible encontrar un archivo imagen en pixmap_path: «Expander/expander-prelight-se.png»
    /usr/share/themes/qt4/gtk-2.0/gtkrc:420: Background image options specified without filename
    /usr/share/themes/qt4/gtk-2.0/gtkrc:427: Imposible encontrar un archivo imagen en pixmap_path: «Expander/expander-active-se.png»
    /usr/share/themes/qt4/gtk-2.0/gtkrc:429: Background image options specified without filename
    /usr/share/themes/qt4/gtk-2.0/gtkrc:446: Imposible encontrar un archivo imagen en pixmap_path: «Expander/expander-normal-e.png»
    /usr/share/themes/qt4/gtk-2.0/gtkrc:448: Background image options specified without filename
    /usr/share/themes/qt4/gtk-2.0/gtkrc:455: Imposible encontrar un archivo imagen en pixmap_path: «Expander/expander-prelight-e.png»
    /usr/share/themes/qt4/gtk-2.0/gtkrc:457: Background image options specified without filename
    /usr/share/themes/qt4/gtk-2.0/gtkrc:464: Imposible encontrar un archivo imagen en pixmap_path: «Expander/expander-active-e.png»
    /usr/share/themes/qt4/gtk-2.0/gtkrc:466: Background image options specified without filename
    /usr/share/themes/qt4/gtk-2.0/gtkrc:473: Imposible encontrar un archivo imagen en pixmap_path: «Expander/expander-insens-e.png»
    /usr/share/themes/qt4/gtk-2.0/gtkrc:475: Background image options specified without filename
    /usr/share/themes/qt4/gtk-2.0/gtkrc:935: Imposible encontrar un archivo imagen en pixmap_path: «Shadows/text-entry-focused.png»
    /usr/share/themes/qt4/gtk-2.0/gtkrc:938: Background image options specified without filename
    /home/miguelo/.themes/qt4/gtk-2.0/gtkrc:335: Imposible encontrar un archivo imagen en pixmap_path: «Expander/expander-normal-c.png»
    /home/miguelo/.themes/qt4/gtk-2.0/gtkrc:337: Background image options specified without filename
    /home/miguelo/.themes/qt4/gtk-2.0/gtkrc:344: Imposible encontrar un archivo imagen en pixmap_path: «Expander/expander-prelight-c.png»
    /home/miguelo/.themes/qt4/gtk-2.0/gtkrc:346: Background image options specified without filename
    /home/miguelo/.themes/qt4/gtk-2.0/gtkrc:353: Imposible encontrar un archivo imagen en pixmap_path: «Expander/expander-active-c.png»
    /home/miguelo/.themes/qt4/gtk-2.0/gtkrc:355: Background image options specified without filename
    /home/miguelo/.themes/qt4/gtk-2.0/gtkrc:362: Imposible encontrar un archivo imagen en pixmap_path: «Expander/expander-insens-c.png»
    /home/miguelo/.themes/qt4/gtk-2.0/gtkrc:364: Background image options specified without filename
    /home/miguelo/.themes/qt4/gtk-2.0/gtkrc:372: Imposible encontrar un archivo imagen en pixmap_path: «Expander/expander-normal-sc.png»
    /home/miguelo/.themes/qt4/gtk-2.0/gtkrc:374: Background image options specified without filename
    /home/miguelo/.themes/qt4/gtk-2.0/gtkrc:381: Imposible encontrar un archivo imagen en pixmap_path: «Expander/expander-prelight-sc.png»
    /home/miguelo/.themes/qt4/gtk-2.0/gtkrc:383: Background image options specified without filename
    /home/miguelo/.themes/qt4/gtk-2.0/gtkrc:390: Imposible encontrar un archivo imagen en pixmap_path: «Expander/expander-active-sc.png»
    /home/miguelo/.themes/qt4/gtk-2.0/gtkrc:392: Background image options specified without filename
    /home/miguelo/.themes/qt4/gtk-2.0/gtkrc:409: Imposible encontrar un archivo imagen en pixmap_path: «Expander/expander-normal-se.png»
    /home/miguelo/.themes/qt4/gtk-2.0/gtkrc:411: Background image options specified without filename
    /home/miguelo/.themes/qt4/gtk-2.0/gtkrc:418: Imposible encontrar un archivo imagen en pixmap_path: «Expander/expander-prelight-se.png»
    /home/miguelo/.themes/qt4/gtk-2.0/gtkrc:420: Background image options specified without filename
    /home/miguelo/.themes/qt4/gtk-2.0/gtkrc:427: Imposible encontrar un archivo imagen en pixmap_path: «Expander/expander-active-se.png»
    /home/miguelo/.themes/qt4/gtk-2.0/gtkrc:429: Background image options specified without filename
    /home/miguelo/.themes/qt4/gtk-2.0/gtkrc:446: Imposible encontrar un archivo imagen en pixmap_path: «Expander/expander-normal-e.png»
    /home/miguelo/.themes/qt4/gtk-2.0/gtkrc:448: Background image options specified without filename
    /home/miguelo/.themes/qt4/gtk-2.0/gtkrc:455: Imposible encontrar un archivo imagen en pixmap_path: «Expander/expander-prelight-e.png»
    /home/miguelo/.themes/qt4/gtk-2.0/gtkrc:457: Background image options specified without filename
    /home/miguelo/.themes/qt4/gtk-2.0/gtkrc:464: Imposible encontrar un archivo imagen en pixmap_path: «Expander/expander-active-e.png»
    /home/miguelo/.themes/qt4/gtk-2.0/gtkrc:466: Background image options specified without filename
    /home/miguelo/.themes/qt4/gtk-2.0/gtkrc:473: Imposible encontrar un archivo imagen en pixmap_path: «Expander/expander-insens-e.png»
    /home/miguelo/.themes/qt4/gtk-2.0/gtkrc:475: Background image options specified without filename
    /home/miguelo/.themes/qt4/gtk-2.0/gtkrc:335: Imposible encontrar un archivo imagen en pixmap_path: «Expander/expander-normal-c.png»
    /home/miguelo/.themes/qt4/gtk-2.0/gtkrc:337: Background image options specified without filename
    /home/miguelo/.themes/qt4/gtk-2.0/gtkrc:344: Imposible encontrar un archivo imagen en pixmap_path: «Expander/expander-prelight-c.png»
    /home/miguelo/.themes/qt4/gtk-2.0/gtkrc:346: Background image options specified without filename
    /home/miguelo/.themes/qt4/gtk-2.0/gtkrc:353: Imposible encontrar un archivo imagen en pixmap_path: «Expander/expander-active-c.png»
    /home/miguelo/.themes/qt4/gtk-2.0/gtkrc:355: Background image options specified without filename
    /home/miguelo/.themes/qt4/gtk-2.0/gtkrc:362: Imposible encontrar un archivo imagen en pixmap_path: «Expander/expander-insens-c.png»
    /home/miguelo/.themes/qt4/gtk-2.0/gtkrc:364: Background image options specified without filename
    /home/miguelo/.themes/qt4/gtk-2.0/gtkrc:372: Imposible encontrar un archivo imagen en pixmap_path: «Expander/expander-normal-sc.png»
    /home/miguelo/.themes/qt4/gtk-2.0/gtkrc:374: Background image options specified without filename
    /home/miguelo/.themes/qt4/gtk-2.0/gtkrc:381: Imposible encontrar un archivo imagen en pixmap_path: «Expander/expander-prelight-sc.png»
    /home/miguelo/.themes/qt4/gtk-2.0/gtkrc:383: Background image options specified without filename
    /home/miguelo/.themes/qt4/gtk-2.0/gtkrc:390: Imposible encontrar un archivo imagen en pixmap_path: «Expander/expander-active-sc.png»
    /home/miguelo/.themes/qt4/gtk-2.0/gtkrc:392: Background image options specified without filename
    /home/miguelo/.themes/qt4/gtk-2.0/gtkrc:409: Imposible encontrar un archivo imagen en pixmap_path: «Expander/expander-normal-se.png»
    /home/miguelo/.themes/qt4/gtk-2.0/gtkrc:411: Background image options specified without filename
    /home/miguelo/.themes/qt4/gtk-2.0/gtkrc:418: Imposible encontrar un archivo imagen en pixmap_path: «Expander/expander-prelight-se.png»
    /home/miguelo/.themes/qt4/gtk-2.0/gtkrc:420: Background image options specified without filename
    /home/miguelo/.themes/qt4/gtk-2.0/gtkrc:427: Imposible encontrar un archivo imagen en pixmap_path: «Expander/expander-active-se.png»
    /home/miguelo/.themes/qt4/gtk-2.0/gtkrc:429: Background image options specified without filename
    /home/miguelo/.themes/qt4/gtk-2.0/gtkrc:446: Imposible encontrar un archivo imagen en pixmap_path: «Expander/expander-normal-e.png»
    /home/miguelo/.themes/qt4/gtk-2.0/gtkrc:448: Background image options specified without filename
    /home/miguelo/.themes/qt4/gtk-2.0/gtkrc:455: Imposible encontrar un archivo imagen en pixmap_path: «Expander/expander-prelight-e.png»
    /home/miguelo/.themes/qt4/gtk-2.0/gtkrc:457: Background image options specified without filename
    /home/miguelo/.themes/qt4/gtk-2.0/gtkrc:464: Imposible encontrar un archivo imagen en pixmap_path: «Expander/expander-active-e.png»
    /home/miguelo/.themes/qt4/gtk-2.0/gtkrc:466: Background image options specified without filename
    /home/miguelo/.themes/qt4/gtk-2.0/gtkrc:473: Imposible encontrar un archivo imagen en pixmap_path: «Expander/expander-insens-e.png»
    /home/miguelo/.themes/qt4/gtk-2.0/gtkrc:475: Background image options specified without filename
    [Info 17:35:39.876] [ThemeService] Setting theme: Air
    [Warn 17:35:39.897] [DesktopItemService] Could not find remap file '/home/miguelo/.local/share/docky/remaps.ini'!
    [Warn 17:35:40.077] [DrawingService] Error loading themed icon 'docky': El icono «docky» no está presente en el tema
    [Info 17:35:40.079] [DrawingService] Could not find 'docky', using fallback of 'application-default-icon'.
    [Info 17:35:40.079] [DrawingService] Could not find 'application-default-icon', using fallback of 'application-x-executable'.
    [Warn 17:35:40.085] [DrawingService] Error loading themed icon 'docky': El icono «docky» no está presente en el tema
    [Info 17:35:40.085] [DrawingService] Could not find 'docky', using fallback of 'application-default-icon'.
    [Info 17:35:40.085] [DrawingService] Could not find 'application-default-icon', using fallback of 'application-x-executable'.
    [Info 17:35:40.087] [DockServices] Dock services initialized.
    [Warn 17:35:40.454] [DrawingService] Error loading icon from file '/usr/share/docky/themes/Air/menu.svg': No se pudo reconocer el formato de imagen del archivo «/usr/share/docky/themes/Air/menu.svg»
    Unhandled Exception: System.ArgumentException: Width / Height must be greater than 0 if icon is not a file or embedded resource
    at Docky.Services.DrawingService.LoadIcon (System.String names, Int32 width, Int32 height) [0x00000] in <filename unknown>:0
    at Docky.Services.DrawingService.LoadIcon (System.String names, Int32 size) [0x00000] in <filename unknown>:0
    at Docky.Services.DrawingService.LoadIcon (System.String names) [0x00000] in <filename unknown>:0
    at Docky.Services.DrawingService.IsIconLight (System.String icon) [0x00000] in <filename unknown>:0
    at Docky.Menus.DockMenu.SetLight () [0x00000] in <filename unknown>:0
    at Docky.Menus.DockMenu..ctor (Gtk.Window parent) [0x00000] in <filename unknown>:0
    at Docky.Menus.DockItemMenu..ctor (Gtk.Window parent) [0x00000] in <filename unknown>:0
    at Docky.Interface.DockWindow..ctor () [0x00000] in <filename unknown>:0
    at Docky.Interface.Dock..ctor (Docky.Interface.DockPreferences prefs) [0x00000] in <filename unknown>:0
    at Docky.DockController.CreateDocks () [0x00000] in <filename unknown>:0
    at Docky.DockController.Initialize () [0x00000] in <filename unknown>:0
    at Docky.Docky.Main (System.String[] args) [0x00000] in <filename unknown>:0
    [ERROR] FATAL UNHANDLED EXCEPTION: System.ArgumentException: Width / Height must be greater than 0 if icon is not a file or embedded resource
    at Docky.Services.DrawingService.LoadIcon (System.String names, Int32 width, Int32 height) [0x00000] in <filename unknown>:0
    at Docky.Services.DrawingService.LoadIcon (System.String names, Int32 size) [0x00000] in <filename unknown>:0
    at Docky.Services.DrawingService.LoadIcon (System.String names) [0x00000] in <filename unknown>:0
    at Docky.Services.DrawingService.IsIconLight (System.String icon) [0x00000] in <filename unknown>:0
    at Docky.Menus.DockMenu.SetLight () [0x00000] in <filename unknown>:0
    at Docky.Menus.DockMenu..ctor (Gtk.Window parent) [0x00000] in <filename unknown>:0
    at Docky.Menus.DockItemMenu..ctor (Gtk.Window parent) [0x00000] in <filename unknown>:0
    at Docky.Interface.DockWindow..ctor () [0x00000] in <filename unknown>:0
    at Docky.Interface.Dock..ctor (Docky.Interface.DockPreferences prefs) [0x00000] in <filename unknown>:0
    at Docky.DockController.CreateDocks () [0x00000] in <filename unknown>:0
    at Docky.DockController.Initialize () [0x00000] in <filename unknown>:0
    at Docky.Docky.Main (System.String[] args) [0x00000] in <filename unknown>:0
    Last edited by Miguelost (2012-02-13 20:38:43)

  • [solved] Gnome 3.14.2 Modal dialogs not working

    Hi,
    updated today and found out that the modal password prompts in Gnome 3 do not work anymore. Does anybody know anything about this?
    I´m experiencing following behaviour:
    Whenever a gnome modal dialog with an input field appears the dialog will freeze after submitting the data. The only action left to click is the cancel action (or the escape key) which of course also cancels the data submission and also cancels the data submission the process.
    I would love to debug this, unfortunately Google hasn´t provided anything useful yet...
    Last edited by justforgetme (2015-01-10 15:21:58)

    Ok, so apparently the Modal dialog not working was based on gdk-pixbuf2 dhaving wrong caches or something.
    When consulting journalctl about gnome in general I discovered that my system had lost the ability to comprehend the svg format. One ddg query later i was  here again just in another topic viewtopic.php?pid=1491839

  • Not work tablet UI on Prestigio 5080 PRO tablet

    I read that browser.ui.layout.tablet = "1" can fix this problem. But it not works. I can work only in pnone interface that is not good for my 8'' tablet.

    Would it be possible for you to share the problematic pdf and OS information  with us at [email protected] so that we may investigate?
    Thanks,
    Adobe Reader Team

  • Why self-defined access sequences of free goods can not work?

    Hi gurus,
    I have maintained access sequences of free goods self-defined.but when i creat the SO it does not work!
    when i used the standard access sequences ,it is OK .
    Can anybody tell me why?
    thanks in advance

    Dear Sandy,
    Go to V/N1 transaction select your self defined access sequence then go in to the accesses and fields and check all fields are activated.
    Make sure that these fields are flowing in your sales order.
    I hope this will help you,
    Regards,
    Murali.

  • Adobe bridge raw not working with windows vista in photoshop cc, why?

    adobe bridge raw not working in photoshop cc, is there a fix?

    Your sure your using photoshop cc on windows vista?
    I was under the impression that photoshop cc would not even install on windows vista.
    What version of camera raw do you have?
    In photoshop under Help>About Plugin does it list Camera Raw and if so which version is it?
    (click on the words Camera Raw to see the version)
    Camera raw doesn't work if it's a camera raw file or some other file type such as jpeg or tif?
    What camera are the camera raw files from?
    Officially camera raw 8.3 is the latest version of camera raw that will work on windows vista.

  • Adobe Bridge CS5 in windows 7 not working?

    Adobe Bridge CS5 in windows 7 not working. I was using bridge perfectly for last 2 years. It stops working since 3 days. I tried to install updates. Showing some error to install.
    Tried to install creative cloud..again some error. Error code : 82
    Could you please advice how I can fix my adobe bridge.

    https://www.youtube.com/watch?v=xDYpTOoV81Q&feature=youtu.be
    please check this video I uploaded..this is what happens when I click adobe bridge.. just blinks and go off. bridge not working on task manager

Maybe you are looking for

  • Backing up two hard drives with Time Capsule

    I plan to install an additional hard drive in my i7 Macbook Pro via OptiBay. Can a Time Capsule back-up both hard drives easily via Time Machine?

  • Check for non-numeric characters in textbox input

    I have a form with several textboxes, each of which can accept numeric input. I want to write a validation/ plsql block that checks for a non-numeric character in the input, so that my user sees a customized error message rather than a database error

  • OC4J 9.0.4 stand alone + JDK 1.4.2

    Hi, I'm upgrading my web applications from OC4J (1.0.2.2) to OC4J 9.0.4. Also, upgrading from JDK1.3.1 to JDK 1.4.2. I have installed OC4J 9.0.4 stand alone version on my Windows 2000 machine and I have a couple of questions: 1. I didn't find any JDK

  • Rights to associate application objects

    i would like to give a lan administrator the rights to deploy an app object to his context only.he has all rights to his particular context but the app object is in a different one. I tried to make him a trustee of the app object with supervisor righ

  • Create the Header Text In Sales Order Header

    Hi All, I want to create a new header text in the sales order header level, Would you mind give me some manual to create this ? Regards, Luke