blob: 68a4af8a96900ee5c419d1c5b88f5694f735e394 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- applet.py.orig 2013-07-22 15:58:32.000000000 +0200
+++ applet.py 2013-08-29 11:06:43.000000000 +0200
@@ -43,7 +43,7 @@
from gi.repository import Notify
-APPDIR="/usr/share/system-config-printer"
+APPDIR="%%PREFIX%%/share/system-config-printer"
ICON="printer"
# We need to call Notify.init before we can check the server for caps
|