Hi, On Thu, Mar 20, 2014 at 07:59:41AM -0400, Paul Cartwright wrote: > I just installed Fedora 20 recently, so I am not that familiar with the > menus. Imagemagick is installed, and from the command-line typing $ > display brings it up. When I right-click on a photo imagemagick is not > one of the application items that I can choose from and Imagemagick is > not in the Applications-Graphics menus . If Imagemagick is installed, > why isn't there a menu item for it?? Most of the ImageMagick utilities are primarily for use in the terminal. That said you can create a desktop file yourself and put it in ~/.local/share/applications. Something like this should do: [Desktop Entry] Name=Display Comment=from ImageMagick Exec=display Terminal=false Type=Application Categories=Application;Graphics; StartupNotify=false Hope this helps, -- Suvayu Open source is the future. It sets us free. -- users mailing list users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org