Xfce Wiki

Sub domains
 

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
Next revisionBoth sides next revision
apps:ristretto:start [2021/02/08 18:15] – add new icon kevinbowenapps:ristretto:start [2021/10/11 10:48] – Manual actions required for some version changes gael
Line 2: Line 2:
 {{ :xfce:xfce.ristretto.png?no link|}} {{ :xfce:xfce.ristretto.png?no link|}}
 ====== Ristretto Image Viewer ====== ====== Ristretto Image Viewer ======
 +
 +  * **[[#Manual actions required for some version changes|Manual actions required for some version changes]]**
 +  * **[[#Latest Release|Latest Release]]**
 +  * **[[#Source Code Repository|Source Code Repository]]**
 +  * **[[#Reporting Bugs|Reporting Bugs]]**
 +
 +----
  
 ===== Introduction ===== ===== Introduction =====
Line 18: Line 25:
  
 ---- ----
 +
 +===== Manual actions required for some version changes =====
 +
 +As of version **0.12.0**, the name of the Ristretto launcher has changed from ''ristretto.desktop'' to ''org.xfce.ristretto.desktop'', which breaks the mime type mapping. To fix this, just run this command:
 +
 +   sed -Ei.bak 's/([=;])(ristretto.desktop)/\1org.xfce.\2/' ~/.config/mimeapps.list
 +
 +The original mime type file will be kept as ''~/.config/mimeapps.list.bak'' after running this command.
  
 ===== Latest Release ===== ===== Latest Release =====