~ubuntu-branches/ubuntu/trusty/mirage/trusty

« back to all changes in this revision

Viewing changes to debian/patches/remove_gimp_remote.patch

  • Committer: Luke Faraone
  • Date: 2010-03-16 03:23:44 UTC
  • mfrom: (5.1.3 sid)
  • mto: This revision was merged to the branch mainline in revision 9.
  • Revision ID: luke@faraone.cc-20100316032344-edvjm2ua6c8di21n
Merge version 0.9.3-5 from Debian Unstable.

* Fix dh_pysupport call, so only python-support controlled files are
  installed (Closes: #566038)
* Fix half-selected images (Closes: #536285). Thanks to Evgeni Golov patch
* Provide a mirage menu item (Closes: #550023)
* Add XDG base directory specification support (Closes: #535816). 
  Thanks to Jakub Wilk <ubanus@users.sf.net> patch
* Add suggest gimp, imagemagick, menu (Closes: #535822)
* By default, Ctrl+E is bound to the gimp-remote-2.4 command, which is no 
  longer available in sid (Closes: #535817)
  Thanks to Jakub Wilk <ubanus@users.sf.net> patch
* Switch to dpkg-source 3.0 (quilt) format
* Bump Standards-Version to 3.8.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# By default, Ctrl+E is bound to the gimp-remote-2.4 command, which is no 
 
2
# longer available in sid.
 
3
# Author: Jakub Wilk <ubanus@users.sf.net>.
 
4
Index: mirage-0.9.3/mirage.py
 
5
===================================================================
 
6
--- mirage-0.9.3.orig/mirage.py 2010-02-09 23:20:50.000000000 +0100
 
7
+++ mirage-0.9.3/mirage.py      2010-02-09 23:21:53.000000000 +0100
 
8
@@ -150,7 +150,7 @@
 
9
                self.preloading_images = True
 
10
                self.action_names = ["Open in GIMP", "Create Thumbnail", "Create Thumbnails", "Move to Favorites"]
 
11
                self.action_shortcuts = ["<Control>e", "<Alt>t", "<Control><Alt>t", "<Control><Alt>f"]
 
12
-               self.action_commands = ["gimp-remote-2.4 %F", "convert %F -thumbnail 150x150 %Pt_%N.jpg", "convert %F -thumbnail 150x150 %Pt_%N.jpg", "mkdir -p ~/mirage-favs; mv %F ~/mirage-favs; [NEXT]"]
 
13
+               self.action_commands = ["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]"]
 
14
                self.action_batch = [False, False, True, False]
 
15
                self.onload_cmd = None
 
16
                self.searching_for_images = False