From kde-bugs-dist Thu Jun 30 23:17:38 2005 From: "Aaron J.Seigo" Date: Thu, 30 Jun 2005 23:17:38 +0000 To: kde-bugs-dist Subject: [Bug 103215] kicker removes application link during application Message-Id: <20050630231738.10401.qmail () ktown ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-bugs-dist&m=112017346014635 ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. http://bugs.kde.org/show_bug.cgi?id=103215 ------- Additional Comments From aseigo kde org 2005-07-01 01:17 ------- if you don't want the buttons to disappear you could first run a script like this: kwriteconfig --file kickerrc --group buttons --key RemoveButtonsWhenBroken --type bool false dcop kicker kicker configure and then kwriteconfig --file kickerrc --group buttons --key RemoveButtonsWhenBroken --type bool true dcop kicker kicker configure when you're done. does that work for you?