summarylogtreecommitdiffstats
path: root/01-python2+iconpath.patch
diff options
context:
space:
mode:
authorKrzysztof (3ED) AS2015-07-02 10:03:49 +0200
committerKrzysztof (3ED) AS2015-07-02 10:03:49 +0200
commita369f539b06dca2f408205a82b0d4133f9c0cb4f (patch)
treef802891af6d382f1af7851ab968108a9ea2586a0 /01-python2+iconpath.patch
downloadaur-milena-gtk.tar.gz
moving files, making space for additional scripts, aur4 and other stuff
Diffstat (limited to '01-python2+iconpath.patch')
-rw-r--r--01-python2+iconpath.patch17
1 files changed, 17 insertions, 0 deletions
diff --git a/01-python2+iconpath.patch b/01-python2+iconpath.patch
new file mode 100644
index 000000000000..f391b074a34a
--- /dev/null
+++ b/01-python2+iconpath.patch
@@ -0,0 +1,17 @@
+--- milena_gtk.py.orig 2010-12-04 17:10:48.685378764 +0100
++++ milena_gtk.py 2010-12-04 17:29:58.273490930 +0100
+@@ -1,4 +1,4 @@
+-#!/usr/bin/env python
++#!/usr/bin/python2
+ #coding: utf-8
+
+ import sys,os,xml,re,htmlentitydefs,subprocess,signal,pickle,string
+@@ -49,7 +49,7 @@
+ else:
+ self.config[a]=False
+ self.config['keybindings']={}
+- self.config['string_icon_path']=os.path.dirname(sys.argv[0])+'/milena_tray1.png'
++ self.config['string_icon_path']='/usr/share/pixmaps/milena-gtk.png'
+ for a in self.keysig:
+ self.config['keybindings'][a]=''
+ self.config['keybindings']['activate']='<Ctrl><Alt>x'