[Python-apps-commits] r3569 - in packages/kupfer/trunk/debian (3 files)

dktrkranz at users.alioth.debian.org dktrkranz at users.alioth.debian.org
Thu Aug 27 18:37:39 UTC 2009


    Date: Thursday, August 27, 2009 @ 18:37:39
  Author: dktrkranz
Revision: 3569

Show status icon in system tray by default

Added:
  packages/kupfer/trunk/debian/patches/show_status_icon.patch
Modified:
  packages/kupfer/trunk/debian/changelog
  packages/kupfer/trunk/debian/patches/series

Modified: packages/kupfer/trunk/debian/changelog
===================================================================
--- packages/kupfer/trunk/debian/changelog	2009-08-27 18:24:30 UTC (rev 3568)
+++ packages/kupfer/trunk/debian/changelog	2009-08-27 18:37:39 UTC (rev 3569)
@@ -3,8 +3,10 @@
   * New upstream release.
   * Update my e-mail address.
   * Adjust copyright informations.
+  * debian/patches/show_status_icon.patch:
+    - Show status icon in system tray by default.
 
- -- Luca Falavigna <dktrkranz at debian.org>  Thu, 27 Aug 2009 20:23:50 +0200
+ -- Luca Falavigna <dktrkranz at debian.org>  Thu, 27 Aug 2009 20:28:32 +0200
 
 kupfer (0+c9.1-1) unstable; urgency=low
 

Modified: packages/kupfer/trunk/debian/patches/series
===================================================================
--- packages/kupfer/trunk/debian/patches/series	2009-08-27 18:24:30 UTC (rev 3568)
+++ packages/kupfer/trunk/debian/patches/series	2009-08-27 18:37:39 UTC (rev 3569)
@@ -1,2 +1,3 @@
 debian_wrappers.patch
 no_buildtime_depends.patch
+show_status_icon.patch

Added: packages/kupfer/trunk/debian/patches/show_status_icon.patch
===================================================================
--- packages/kupfer/trunk/debian/patches/show_status_icon.patch	                        (rev 0)
+++ packages/kupfer/trunk/debian/patches/show_status_icon.patch	2009-08-27 18:37:39 UTC (rev 3569)
@@ -0,0 +1,17 @@
+Description:	Show status icon in system tray by default
+Origin:		Debian
+Forwarded:	not-needed
+
+Index: 10/data/defaults.cfg
+===================================================================
+--- 10.orig/data/defaults.cfg	2009-08-27 20:26:27.000000000 +0200
++++ 10/data/defaults.cfg	2009-08-27 20:27:02.000000000 +0200
+@@ -9,7 +9,7 @@
+ 
+ [Kupfer]
+ Keybinding = <Ctrl>space
+-ShowStatusIcon = False
++ShowStatusIcon = True
+ 
+ # Catalog: The sources of the plugin are included
+ # as subcatalogs in the main search catalog, and




More information about the Python-apps-commits mailing list