On 18.02.2012 17:30, Kamil Rytarowski wrote:
On 18.02.2012 15:18, Paul Seelig wrote:
On 02/18/2012 12:23 PM, Kamil Rytarowski wrote:
- change the behaviour of the "About GNUStep" button, and pick there
the
configuration (one free space for a dock)
+1
Using the primary dock button for launching WPrefs shold definitely be
the overall default already on source code level! This is thwe way it is
also configured for the Window Maker Live CD. Unfortunately i don't
speak C, so i can't send in any usable patch myself.
I can prepare a patch. Will be it accepted?
I'm sending the proposed patch.
>From 02e381611d5fcc9ce8bcf994607b73201f1ada9a Mon Sep 17 00:00:00 2001
From: Kamil Rytarowski <[email protected]>
Date: Sat, 18 Feb 2012 17:54:06 +0100
Subject: [PATCH] Change behabiour of the GNUStep dockapp, it now is launching
WPrefs
GNUstep information under a dockbutton is unneeded and it's commonly replaced
by WPrefs. This also is giving one extra space for another dockapp.
---
WindowMaker/Defaults/WMState.in | 12 ++----------
1 files changed, 2 insertions(+), 10 deletions(-)
diff --git a/WindowMaker/Defaults/WMState.in b/WindowMaker/Defaults/WMState.in
index bdcef36..aefcfdf 100644
--- a/WindowMaker/Defaults/WMState.in
+++ b/WindowMaker/Defaults/WMState.in
@@ -2,12 +2,12 @@
Dock = {
Applications = (
{
- Command = "-";
+ Command = "#wprefs#";
Name = Logo.WMDock;
AutoLaunch = No;
Forced = No;
Position = "0,0";
- DropCommand = "wmsetbg -u -t %d";
+ Lock = Yes;
},
{
Command = xterm;
@@ -15,14 +15,6 @@
AutoLaunch = No;
Forced = No;
Position = "0,1";
- },
- {
- Command = "#wprefs#";
- Name = groupLeader.WPrefs;
- AutoLaunch = No;
- Forced = No;
- Position = "0,2";
- Lock = Yes;
}
);
Position = "-64,0";
--
1.7.9.1