Codebase list mirage / da1161e
Use `gimp %F &` instead of `gimp-remote-2.4 %F` Thanks to Jakub Wilk <ubanus@users.sf.net> for submitting this patch, "remove_gimp_remote.patch" as a part of the Mirage 0.9.5.1 Debian package. Thomas Ross 3 years ago
2 changed file(s) with 3 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
11 CHANGES
22 + Add keywords to mirage.desktop (Thanks Lucas de Castro Borges
33 <lucascastroborges@gmail.com>)
4 + Use `gimp %F &` instead of `gimp-remote-2.4 %F` as the default
5 command to open with GIMP (Thanks Jakub Wilk <ubanus@users.sf.net>)
46
57 v0.10.1 - June 04, 2020
68 BUG FIXES
171171 "<Control><Alt>f",
172172 ]
173173 self.action_commands = [
174 "gimp-remote-2.4 %F",
174 "gimp %F &",
175175 "convert %F -thumbnail 150x150 %Pt_%N.jpg",
176176 "convert %F -thumbnail 150x150 %Pt_%N.jpg",
177177 "mkdir -p ~/mirage-favs; mv %F ~/mirage-favs; [NEXT]",