diff --git a/CHANGELOG b/CHANGELOG index 9fd9abb..1774e3b 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2,6 +2,8 @@ CHANGES + Add keywords to mirage.desktop (Thanks Lucas de Castro Borges ) + + Use `gimp %F &` instead of `gimp-remote-2.4 %F` as the default + command to open with GIMP (Thanks Jakub Wilk ) v0.10.1 - June 04, 2020 BUG FIXES diff --git a/mirage/__init__.py b/mirage/__init__.py index 4b845b7..05e36c8 100755 --- a/mirage/__init__.py +++ b/mirage/__init__.py @@ -172,7 +172,7 @@ "f", ] self.action_commands = [ - "gimp-remote-2.4 %F", + "gimp %F &", "convert %F -thumbnail 150x150 %Pt_%N.jpg", "convert %F -thumbnail 150x150 %Pt_%N.jpg", "mkdir -p ~/mirage-favs; mv %F ~/mirage-favs; [NEXT]",