Summary: | changing settings in kicker does not take effect in dual-head xorg configuration | ||
---|---|---|---|
Product: | [Unmaintained] kicker | Reporter: | Toshiro <toshiro> |
Component: | general | Assignee: | Aaron J. Seigo <aseigo> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | aaronw, aksansai, esmithbss, jasonrbriggs, paolo |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Debian testing | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Toshiro
2006-08-05 22:15:18 UTC
SVN commit 574321 by kling: Made DCOP notifications to kicker instances on non-primary dual-head screens work. In english: changing kicker settings on the non-primary screen will no longer require a restart to take effect. BUG: 131925 CCMAIL: aseigo@kde.org M +1 -1 main.cpp --- branches/KDE/3.5/kdebase/kcontrol/kicker/main.cpp #574320:574321 @@ -156,7 +156,7 @@ appname.sprintf("kicker-screen-%d", m_screenNumber); } - kapp->dcopClient()->send(appname, "kicker", "configure()", data); + kapp->dcopClient()->send(appname, appname, "configure()", data); } void KickerConfig::setupExtensionInfo(KConfig& config, bool checkExists, bool reloadIfExists) *** Bug 132200 has been marked as a duplicate of this bug. *** *** Bug 124519 has been marked as a duplicate of this bug. *** *** Bug 105574 has been marked as a duplicate of this bug. *** *** Bug 120145 has been marked as a duplicate of this bug. *** *** Bug 134125 has been marked as a duplicate of this bug. *** |