User Tools

Site Tools


en:app:photovision:linux

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
en:app:photovision:linux [2024/04/05 14:20] sgjen:app:photovision:linux [2024/04/05 17:31] (current) sgj
Line 1: Line 1:
 ===== PhotoVision on Linux ===== ===== PhotoVision on Linux =====
 +
 +==== Missing functions: ====
 +  * Scanning not working
 +  * Icon browser is disabled
 +  * Internal Audio - Video playing is disabled. Opening AV formats from internal explorer is redirected to external player - MPV.
 +  * Internal PDF Reader is disabled. Opening PDF from internal explorer is redirected to OS default pdf browser.
 +  * Screen Capture option is disabled - not working on Wayland.
 +
 +
 +==== Minimal Requirements: ====
 +  * Linux x64 
 +  * GTK2
 +  * ExifTool
 +
 +<WRAP center round important 60%>
 +Tested only on Ubuntu 23.10
 +</WRAP>
 +
 +
 +Install ExifTool?
 +<code>
 +sudo apt install exiftool
 +</code>
 +
 +Set app as executable
 +<code>chmod +x PhotoVision2</code>
 +
 +==== Optional requirements====
 +
 +Fix message, when run from terminal
 +<code>Gtk-Message: Failed to load module "canberra-gtk-module"</code>
 +
 +<code>sudo apt install libcanberra-gtk-module</code>
 +
 +Add WebP support
 +<code>sudo apt install webp</code>
 +
 +Add raw support
 +<code>sudo apt install libraw-dev</code>
 +
 +
 +Add avif support
 +<code>sudo apt install libavif-dev</code>
 +
 +
 +Add freeimage support
 +<code>sudo apt install libfreeimage-dev</code>
 +
 +Add Audio-Video player
 +<code>sudo apt install mpv</code>
 +
 +==== Known bugs ====
 +  - GUI - on GTK - light theme mode the colors are ugly, app is created and optimized for dark mode.
en/app/photovision/linux.1712319614.txt.gz · Last modified: 2024/04/05 14:20 by sgj

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki