<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Il 23/09/2011 19:43, Daniel MT ha scritto:
    <blockquote cite="mid:1316799809.3848.6.camel@groucho" type="cite">
      <pre wrap="">Hey there.

First of all, thanks for QTMoko, it's a great piece of software!.

Now, when it comes to the image viewer, I discovered that Ristretto and
EOG are faster and come with more options than the default image viewer.

So I was wondering if it's possible to create a Ristretto-QX launcher
entry on the favorites or application menu.

Otherwise, it takes 5 clicks to even launch those programs.

Thanks in advance!.


_______________________________________________
Openmoko community mailing list
<a class="moz-txt-link-abbreviated" href="mailto:community@lists.openmoko.org">community@lists.openmoko.org</a>
<a class="moz-txt-link-freetext" href="http://lists.openmoko.org/mailman/listinfo/community">http://lists.openmoko.org/mailman/listinfo/community</a>
</pre>
    </blockquote>
    Hi!<br>
    Try this, make a .desktop file for the app in
    /usr/share/applications/ , like
    /usr/share/applications/Ristretto-QX.desktop<br>
    and follow this example.desktop file:<br>
    <br>
    <i><code>[Desktop Entry]<br>
        Name=Ristretto-QX<br>
        GenericName=Ristretto Image Viewer<br>
        Comment=Image Viewer<br>
        TryExec=ristretto<br>
        Exec=ristretto %F<br>
        StartupNotify=true<br>
        Terminal=false<br>
        Type=Application<br>
        Icon=ristretto.png<br>
        Categories=Office;Viewer;</code></i><br>
    <br>
    Regards<br>
    Joif<br>
  </body>
</html>