mirror of
https://github.com/gryf/wmaker.git
synced 2026-01-05 05:14:13 +01:00
Workaround to avoid creating a second appicon when a KDE3 application opens
a config panel.
This commit is contained in:
@@ -119,6 +119,8 @@ Changes since version 0.80.2:
|
|||||||
- Fixed 2 focus switching related bugs (Allan Peramaki <aperamak@cc.hut.fi>)
|
- Fixed 2 focus switching related bugs (Allan Peramaki <aperamak@cc.hut.fi>)
|
||||||
- Fixed a bug that made the crash panel to be shown again and again when the
|
- 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.
|
'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:
|
Changes since version 0.80.1:
|
||||||
|
|||||||
@@ -70,5 +70,6 @@
|
|||||||
xmcd = {Icon = Radio.xpm;};
|
xmcd = {Icon = Radio.xpm;};
|
||||||
xplaycd = {Icon = Radio.xpm;};
|
xplaycd = {Icon = Radio.xpm;};
|
||||||
xmms.Xmms = {NoAppIcon = Yes;};
|
xmms.Xmms = {NoAppIcon = Yes;};
|
||||||
|
"." = {NoAppIcon = Yes;};
|
||||||
"*" = {Icon = defaultAppIcon.#extension#;SharedAppIcon = Yes;};
|
"*" = {Icon = defaultAppIcon.#extension#;SharedAppIcon = Yes;};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user