freebsd-ports/deskutils/pypanel/files/patch-pypanelrc
Martin Wilke 7174f83caf - Add two patches from pypanel home page to introduce a
STARTUP_DELAY configuration variable to allow pypanel
  to wait to start until after window manager. Some window
  managers start up too quickly and having just pypanel &
  in .xinitrc it sometimes fails to start. One patch is to
  pypanel and the other is to pypanelrc default configuration file.

PR:		129493
Submitted by:	Chess Griffin <chess@chessgriffin.com>
Approved by:	maintainer timeout
2009-01-10 15:18:40 +00:00

15 lines
793 B
Text

--- pypanelrc.orig 2005-06-26 19:27:37.000000000 -0400
+++ pypanelrc 2008-12-08 00:06:54.000000000 -0500
@@ -9,6 +9,12 @@
VERSION = 2.4 # Config file version
#------------------------------------------------------------------------------
+# Startup delay: The time to wait before painting the pypanel window. This lets
+# the background load up so that pypanel will be displayed correctly.
+#------------------------------------------------------------------------------
+STARTUP_DELAY = 2
+
+#------------------------------------------------------------------------------
# Colors: Format is hex triplet - 0xrrggbb
#------------------------------------------------------------------------------
BG_COLOR = "0xd6d6d6" # Panel background and tinting color