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:35] sgjen:app:photovision:linux [2024/04/05 17:31] (current) sgj
Line 1: Line 1:
 ===== PhotoVision on Linux ===== ===== PhotoVision on Linux =====
  
-Missing functions:+==== Missing functions: ====
   * Scanning not working   * Scanning not working
   * Icon browser is disabled   * Icon browser is disabled
Line 9: Line 9:
  
  
-Minimal Requirements:+==== Minimal Requirements: ====
   * Linux x64    * Linux x64 
   * GTK2   * GTK2
Line 19: Line 19:
  
  
-How to install ExifTool? +Install ExifTool? 
- +<code>
-<code bash>+
 sudo apt install exiftool sudo apt install exiftool
 </code> </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.1712320515.txt.gz · Last modified: 2024/04/05 14:35 by sgj

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki