From 0b42849a3e9f6bd436bd8d468dd0b44365e07f5d Mon Sep 17 00:00:00 2001 From: dan Date: Sat, 13 Dec 2003 14:08:32 +0000 Subject: [PATCH] Workaround to avoid creating a second appicon when a KDE3 application opens a config panel. --- ChangeLog | 2 ++ WindowMaker/Defaults/WMWindowAttributes.in | 1 + 2 files changed, 3 insertions(+) diff --git a/ChangeLog b/ChangeLog index 89567681..9eb5ac92 100644 --- a/ChangeLog +++ b/ChangeLog @@ -119,6 +119,8 @@ Changes since version 0.80.2: - Fixed 2 focus switching related bugs (Allan Peramaki ) - Fixed a bug that made the crash panel to be shown again and again when the 'Restart Window Maker' option was selected, under some circumstances. +- Workaround to avoid creating a second appicon when a KDE3 application + opens a config panel. Changes since version 0.80.1: diff --git a/WindowMaker/Defaults/WMWindowAttributes.in b/WindowMaker/Defaults/WMWindowAttributes.in index 92312861..5b35170d 100644 --- a/WindowMaker/Defaults/WMWindowAttributes.in +++ b/WindowMaker/Defaults/WMWindowAttributes.in @@ -70,5 +70,6 @@ xmcd = {Icon = Radio.xpm;}; xplaycd = {Icon = Radio.xpm;}; xmms.Xmms = {NoAppIcon = Yes;}; + "." = {NoAppIcon = Yes;}; "*" = {Icon = defaultAppIcon.#extension#;SharedAppIcon = Yes;}; }