Re: Decent picture viewer

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 





On 8/17/16 9:56 AM, Klaus-Peter Schrage wrote:
Am 17.08.2016 um 14:57 schrieb Jon Danniken:


On 8/17/16 3:50 AM, Fernando Cassia wrote:

This post is newer and has more info -wrt winetricks, and 64bit-
https://techblog.jeppson.org/2016/05/use-irfanview-linux-wine/

Have you been able to have IrfanView open an image when just
double-clicking on the image in your file explorer?  My previous
attempts at this failed, although the IrfanView application itself,
once opened through the wine menu, worked without a hitch.

You can associate any file type (eg pictures like .tif, .png, ...) to
applications installed through wine, see eg:
 http://unix.stackexchange.com/questions/227195/how-to-create-a-custom-command-in-linux-for-a-wine-pdf-application.

In short:
Create a shellscript "iviewstart" somewhere (in my case: ~/bin/):

     #!/bin/sh
   QUICKPARLOCATION="C:\Programme\IrfanView\i_view32.exe"
   PARAM=`winepath -w "$*"`
   wine "$QUICKPARLOCATION" "$PARAM"
   exit 0

Make it executable and change the file associations of your desktop
envirement for the respective image types to iviewstart.
I used a a similar technique to associate "Foxit Reader" with pdf-files.

Thanks for that Klaus, I appreciate it.

Jon
--
users mailing list
users@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe or change subscription options:
https://lists.fedoraproject.org/admin/lists/users@xxxxxxxxxxxxxxxxxxxxxxx
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



[Index of Archives]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [EPEL Devel]     [Fedora Magazine]     [Fedora Summer Coding]     [Fedora Laptop]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Desktop]     [Fedora Fonts]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Yosemite News]     [Gnome Users]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [Fedora Sparc]     [Libvirt Users]     [Fedora ARM]

  Powered by Linux