How can I create a Unity launcher for Shotwell Photo Viewer?











up vote
0
down vote

favorite












The best piece of software for simple cropping of images seems (to me) to be Shotwell Photo Viewer, especially as I find GIMP's cropping methods (AutoCropping & Zealous Cropping) incomprehensible.



I can start Shotwell Photo Viewer by right clicking the image file (in Nautilus). However, there are 2 Desktop Configuration Files for Shotwell & 1 for Shotwell Viewer, all loading Shotwell Photo Manager. I also don't see any shell script or executable for Shotwell Photo Viewer.



Can anybody supply a Desktop Configuration File for Shotwell Photo Viewer? Alternatively, can anybody point me to the shell script or executable for Shotwell Photo Viewer (in the Ubuntu Precise file system)?










share|improve this question




























    up vote
    0
    down vote

    favorite












    The best piece of software for simple cropping of images seems (to me) to be Shotwell Photo Viewer, especially as I find GIMP's cropping methods (AutoCropping & Zealous Cropping) incomprehensible.



    I can start Shotwell Photo Viewer by right clicking the image file (in Nautilus). However, there are 2 Desktop Configuration Files for Shotwell & 1 for Shotwell Viewer, all loading Shotwell Photo Manager. I also don't see any shell script or executable for Shotwell Photo Viewer.



    Can anybody supply a Desktop Configuration File for Shotwell Photo Viewer? Alternatively, can anybody point me to the shell script or executable for Shotwell Photo Viewer (in the Ubuntu Precise file system)?










    share|improve this question


























      up vote
      0
      down vote

      favorite









      up vote
      0
      down vote

      favorite











      The best piece of software for simple cropping of images seems (to me) to be Shotwell Photo Viewer, especially as I find GIMP's cropping methods (AutoCropping & Zealous Cropping) incomprehensible.



      I can start Shotwell Photo Viewer by right clicking the image file (in Nautilus). However, there are 2 Desktop Configuration Files for Shotwell & 1 for Shotwell Viewer, all loading Shotwell Photo Manager. I also don't see any shell script or executable for Shotwell Photo Viewer.



      Can anybody supply a Desktop Configuration File for Shotwell Photo Viewer? Alternatively, can anybody point me to the shell script or executable for Shotwell Photo Viewer (in the Ubuntu Precise file system)?










      share|improve this question















      The best piece of software for simple cropping of images seems (to me) to be Shotwell Photo Viewer, especially as I find GIMP's cropping methods (AutoCropping & Zealous Cropping) incomprehensible.



      I can start Shotwell Photo Viewer by right clicking the image file (in Nautilus). However, there are 2 Desktop Configuration Files for Shotwell & 1 for Shotwell Viewer, all loading Shotwell Photo Manager. I also don't see any shell script or executable for Shotwell Photo Viewer.



      Can anybody supply a Desktop Configuration File for Shotwell Photo Viewer? Alternatively, can anybody point me to the shell script or executable for Shotwell Photo Viewer (in the Ubuntu Precise file system)?







      unity launcher shotwell






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Nov 30 at 16:19









      Zanna

      49.3k13127236




      49.3k13127236










      asked Jan 6 '14 at 17:20









      John Rose

      44031024




      44031024






















          1 Answer
          1






          active

          oldest

          votes

















          up vote
          0
          down vote













          The executable file for Shotwell Photo Viewer is located in /usr/bin directory. You cen test this from terminal using the following command:



          whereis shotwell


          Now, to create an entry for Shotwell Photo Viewer on your Unity launcher, simply open Shotwell Photo Viewer, then right click on its picture on the launcher and select Lock to Launcher.






          share|improve this answer





















          • If I type '/usr/bin/shotwell (in Terminal), it brings up the Photo Manager not the Photo Viewer. I don't want to put an icon (for Shotwell Photo Viewer) in the Unity launcher: I want to create a Desktop Configuration File for the Photo Viewer so that I can put that icon in a Drawer (on the Desktop): Drawers is an addon allowing for functions like putting a number of icons (to start apps) in a named drawer - I have so many apps (each with its own start icon) that without Drawers I fill up the Desktop or have far too many in Unity's launcher.
            – John Rose
            Jan 6 '14 at 18:44










          • @JohnRose If you want to open Shotwell Photo Viewer with a specific image, then use /usr/bin/shotwell /path/to/image, or simply shotwell /path/to/image. The same command can be used in the .desktop file.
            – Radu Rădeanu
            Jan 6 '14 at 18:54












          • I don't want to open Shotwell Photo Viewer witha specifiic image: I can do that from Nautilus. I want the desktop configuration file (for Shotwell Photo Viewer) to open without loading an image. To repeat my question: Can anybody supply a Desktop Configuration File for Shotwell Photo Viewer? Alternatively,can anybody point me to the shell script or executable for Shotwell Photo Viewer (in the Ubuntu Precise file system)?
            – John Rose
            Jan 7 '14 at 9:18











          Your Answer








          StackExchange.ready(function() {
          var channelOptions = {
          tags: "".split(" "),
          id: "89"
          };
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function() {
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled) {
          StackExchange.using("snippets", function() {
          createEditor();
          });
          }
          else {
          createEditor();
          }
          });

          function createEditor() {
          StackExchange.prepareEditor({
          heartbeatType: 'answer',
          convertImagesToLinks: true,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: 10,
          bindNavPrevention: true,
          postfix: "",
          imageUploader: {
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          },
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          });


          }
          });














          draft saved

          draft discarded


















          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f401076%2fhow-can-i-create-a-unity-launcher-for-shotwell-photo-viewer%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown

























          1 Answer
          1






          active

          oldest

          votes








          1 Answer
          1






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes








          up vote
          0
          down vote













          The executable file for Shotwell Photo Viewer is located in /usr/bin directory. You cen test this from terminal using the following command:



          whereis shotwell


          Now, to create an entry for Shotwell Photo Viewer on your Unity launcher, simply open Shotwell Photo Viewer, then right click on its picture on the launcher and select Lock to Launcher.






          share|improve this answer





















          • If I type '/usr/bin/shotwell (in Terminal), it brings up the Photo Manager not the Photo Viewer. I don't want to put an icon (for Shotwell Photo Viewer) in the Unity launcher: I want to create a Desktop Configuration File for the Photo Viewer so that I can put that icon in a Drawer (on the Desktop): Drawers is an addon allowing for functions like putting a number of icons (to start apps) in a named drawer - I have so many apps (each with its own start icon) that without Drawers I fill up the Desktop or have far too many in Unity's launcher.
            – John Rose
            Jan 6 '14 at 18:44










          • @JohnRose If you want to open Shotwell Photo Viewer with a specific image, then use /usr/bin/shotwell /path/to/image, or simply shotwell /path/to/image. The same command can be used in the .desktop file.
            – Radu Rădeanu
            Jan 6 '14 at 18:54












          • I don't want to open Shotwell Photo Viewer witha specifiic image: I can do that from Nautilus. I want the desktop configuration file (for Shotwell Photo Viewer) to open without loading an image. To repeat my question: Can anybody supply a Desktop Configuration File for Shotwell Photo Viewer? Alternatively,can anybody point me to the shell script or executable for Shotwell Photo Viewer (in the Ubuntu Precise file system)?
            – John Rose
            Jan 7 '14 at 9:18















          up vote
          0
          down vote













          The executable file for Shotwell Photo Viewer is located in /usr/bin directory. You cen test this from terminal using the following command:



          whereis shotwell


          Now, to create an entry for Shotwell Photo Viewer on your Unity launcher, simply open Shotwell Photo Viewer, then right click on its picture on the launcher and select Lock to Launcher.






          share|improve this answer





















          • If I type '/usr/bin/shotwell (in Terminal), it brings up the Photo Manager not the Photo Viewer. I don't want to put an icon (for Shotwell Photo Viewer) in the Unity launcher: I want to create a Desktop Configuration File for the Photo Viewer so that I can put that icon in a Drawer (on the Desktop): Drawers is an addon allowing for functions like putting a number of icons (to start apps) in a named drawer - I have so many apps (each with its own start icon) that without Drawers I fill up the Desktop or have far too many in Unity's launcher.
            – John Rose
            Jan 6 '14 at 18:44










          • @JohnRose If you want to open Shotwell Photo Viewer with a specific image, then use /usr/bin/shotwell /path/to/image, or simply shotwell /path/to/image. The same command can be used in the .desktop file.
            – Radu Rădeanu
            Jan 6 '14 at 18:54












          • I don't want to open Shotwell Photo Viewer witha specifiic image: I can do that from Nautilus. I want the desktop configuration file (for Shotwell Photo Viewer) to open without loading an image. To repeat my question: Can anybody supply a Desktop Configuration File for Shotwell Photo Viewer? Alternatively,can anybody point me to the shell script or executable for Shotwell Photo Viewer (in the Ubuntu Precise file system)?
            – John Rose
            Jan 7 '14 at 9:18













          up vote
          0
          down vote










          up vote
          0
          down vote









          The executable file for Shotwell Photo Viewer is located in /usr/bin directory. You cen test this from terminal using the following command:



          whereis shotwell


          Now, to create an entry for Shotwell Photo Viewer on your Unity launcher, simply open Shotwell Photo Viewer, then right click on its picture on the launcher and select Lock to Launcher.






          share|improve this answer












          The executable file for Shotwell Photo Viewer is located in /usr/bin directory. You cen test this from terminal using the following command:



          whereis shotwell


          Now, to create an entry for Shotwell Photo Viewer on your Unity launcher, simply open Shotwell Photo Viewer, then right click on its picture on the launcher and select Lock to Launcher.







          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered Jan 6 '14 at 17:49









          Radu Rădeanu

          115k34246321




          115k34246321












          • If I type '/usr/bin/shotwell (in Terminal), it brings up the Photo Manager not the Photo Viewer. I don't want to put an icon (for Shotwell Photo Viewer) in the Unity launcher: I want to create a Desktop Configuration File for the Photo Viewer so that I can put that icon in a Drawer (on the Desktop): Drawers is an addon allowing for functions like putting a number of icons (to start apps) in a named drawer - I have so many apps (each with its own start icon) that without Drawers I fill up the Desktop or have far too many in Unity's launcher.
            – John Rose
            Jan 6 '14 at 18:44










          • @JohnRose If you want to open Shotwell Photo Viewer with a specific image, then use /usr/bin/shotwell /path/to/image, or simply shotwell /path/to/image. The same command can be used in the .desktop file.
            – Radu Rădeanu
            Jan 6 '14 at 18:54












          • I don't want to open Shotwell Photo Viewer witha specifiic image: I can do that from Nautilus. I want the desktop configuration file (for Shotwell Photo Viewer) to open without loading an image. To repeat my question: Can anybody supply a Desktop Configuration File for Shotwell Photo Viewer? Alternatively,can anybody point me to the shell script or executable for Shotwell Photo Viewer (in the Ubuntu Precise file system)?
            – John Rose
            Jan 7 '14 at 9:18


















          • If I type '/usr/bin/shotwell (in Terminal), it brings up the Photo Manager not the Photo Viewer. I don't want to put an icon (for Shotwell Photo Viewer) in the Unity launcher: I want to create a Desktop Configuration File for the Photo Viewer so that I can put that icon in a Drawer (on the Desktop): Drawers is an addon allowing for functions like putting a number of icons (to start apps) in a named drawer - I have so many apps (each with its own start icon) that without Drawers I fill up the Desktop or have far too many in Unity's launcher.
            – John Rose
            Jan 6 '14 at 18:44










          • @JohnRose If you want to open Shotwell Photo Viewer with a specific image, then use /usr/bin/shotwell /path/to/image, or simply shotwell /path/to/image. The same command can be used in the .desktop file.
            – Radu Rădeanu
            Jan 6 '14 at 18:54












          • I don't want to open Shotwell Photo Viewer witha specifiic image: I can do that from Nautilus. I want the desktop configuration file (for Shotwell Photo Viewer) to open without loading an image. To repeat my question: Can anybody supply a Desktop Configuration File for Shotwell Photo Viewer? Alternatively,can anybody point me to the shell script or executable for Shotwell Photo Viewer (in the Ubuntu Precise file system)?
            – John Rose
            Jan 7 '14 at 9:18
















          If I type '/usr/bin/shotwell (in Terminal), it brings up the Photo Manager not the Photo Viewer. I don't want to put an icon (for Shotwell Photo Viewer) in the Unity launcher: I want to create a Desktop Configuration File for the Photo Viewer so that I can put that icon in a Drawer (on the Desktop): Drawers is an addon allowing for functions like putting a number of icons (to start apps) in a named drawer - I have so many apps (each with its own start icon) that without Drawers I fill up the Desktop or have far too many in Unity's launcher.
          – John Rose
          Jan 6 '14 at 18:44




          If I type '/usr/bin/shotwell (in Terminal), it brings up the Photo Manager not the Photo Viewer. I don't want to put an icon (for Shotwell Photo Viewer) in the Unity launcher: I want to create a Desktop Configuration File for the Photo Viewer so that I can put that icon in a Drawer (on the Desktop): Drawers is an addon allowing for functions like putting a number of icons (to start apps) in a named drawer - I have so many apps (each with its own start icon) that without Drawers I fill up the Desktop or have far too many in Unity's launcher.
          – John Rose
          Jan 6 '14 at 18:44












          @JohnRose If you want to open Shotwell Photo Viewer with a specific image, then use /usr/bin/shotwell /path/to/image, or simply shotwell /path/to/image. The same command can be used in the .desktop file.
          – Radu Rădeanu
          Jan 6 '14 at 18:54






          @JohnRose If you want to open Shotwell Photo Viewer with a specific image, then use /usr/bin/shotwell /path/to/image, or simply shotwell /path/to/image. The same command can be used in the .desktop file.
          – Radu Rădeanu
          Jan 6 '14 at 18:54














          I don't want to open Shotwell Photo Viewer witha specifiic image: I can do that from Nautilus. I want the desktop configuration file (for Shotwell Photo Viewer) to open without loading an image. To repeat my question: Can anybody supply a Desktop Configuration File for Shotwell Photo Viewer? Alternatively,can anybody point me to the shell script or executable for Shotwell Photo Viewer (in the Ubuntu Precise file system)?
          – John Rose
          Jan 7 '14 at 9:18




          I don't want to open Shotwell Photo Viewer witha specifiic image: I can do that from Nautilus. I want the desktop configuration file (for Shotwell Photo Viewer) to open without loading an image. To repeat my question: Can anybody supply a Desktop Configuration File for Shotwell Photo Viewer? Alternatively,can anybody point me to the shell script or executable for Shotwell Photo Viewer (in the Ubuntu Precise file system)?
          – John Rose
          Jan 7 '14 at 9:18


















          draft saved

          draft discarded




















































          Thanks for contributing an answer to Ask Ubuntu!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid



          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.


          To learn more, see our tips on writing great answers.





          Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


          Please pay close attention to the following guidance:


          • Please be sure to answer the question. Provide details and share your research!

          But avoid



          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.


          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f401076%2fhow-can-i-create-a-unity-launcher-for-shotwell-photo-viewer%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          Quarter-circle Tiles

          build a pushdown automaton that recognizes the reverse language of a given pushdown automaton?

          Mont Emei