https://bugs.documentfoundation.org/show_bug.cgi?id=87714

Heiko Tietze <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|needsUXEval                 |difficultyInteresting,
                   |                            |easyHack, needsDevEval
                 CC|libreoffice-ux-advise@lists |[email protected]
                   |.freedesktop.org            |

--- Comment #13 from Heiko Tietze <[email protected]> ---
(In reply to Yousuf Philips (jay) from comment #11)
> Maybe the simplest thing is to show the Open With list of the particular
> image type provided my the OS.

The default graphics editor is defined on Windows at
HKEY_CLASSES_ROOT\SystemFileAssociations\image\shell\edit\command but there
isn't such an export variable or the like in Linux. The info for the Open With
menu is extracted from <app>.desktop at /usr/share/applications or
~/.local/share/applications/ where MimeType defines for what file type this
program is applicable. Not sure how macOS handles this task but likely in the
same way.

Putting all together I think Cor's suggestion from comment 9 is the easiest way
- and perhaps a nice easyhack with a higher difficulty. Ideally we get a
command .uno:ExternalEditor, which is disabled when the option is not set. It
opens the program parametrized with the internal image. That could be tricky.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to