Bug 516445
Summary: | Show Dashboard Shortcut (ctrl-f12) doesn't work after upgrade to kde 4.3.0 | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Fabio Canepa <fabio.canepa> |
Component: | kdebase-workspace | Assignee: | Than Ngo <than> |
Status: | CLOSED UPSTREAM | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | low | Docs Contact: | |
Priority: | low | ||
Version: | 11 | CC: | fedora, fedora, jreznik, kevin, lorenzo, ltinkl, rdieter, smparrish, than |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2009-09-13 01:01:28 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Fabio Canepa
2009-08-09 19:13:17 UTC
Confirmed. Newly created users are not affected so it looks like 4.2 -> 4.2 migration issue. Hmm, my two machines I updated both have the dashboard working. Both were updated to 4.3.0, one from 4.2.4 (updates-testing) and another from 4.2.98 (kde-redhat). My machine is a fedora 11 update from stable 4.2.4 to 4.3.0 using: sudo yum --enablerepo=updates-testing groupupdate 'KDE (K Desktop Environment)' After update ctrl-f12 was not working. Not working either; strange thing is that when going into System Settings, and trying the "Default" shortcuts for the Plasma Workspace module, it warns me about duplicate global shortcuts (the other duplicate being the very same shortcut, "Show Dashboard" :) Thank you for taking the time to report this issue. This is an issue that needs to be addressed by the upstream developers. Please report this at http://bugs.kde.org and then add the upstream report information to this report. We will monitor the upstream report for a resolution to this issue, and will review any bug fixes that become available for consideration in future updates. Setting status to NEEDINFO, and awaiting upstream bug report URL for tracking. Thanks in advance. -- Steven M. Parrish - KDE Triage Master - PackageKit Triager Fedora Bugzappers volunteer triage team https://fedoraproject.org/wiki/BugZappers Reported upstream: https://bugs.kde.org/show_bug.cgi?id=203482 kglobalshortcutsrc changed incompatibly and needs a kconf_update script (the file has been touched by other kconf_update scripts in the past, so kconf_update should work on that file): * in 4.2, the setting looked like: [plasma] Show Dashboard=Ctrl+F12,Ctrl+F12,Dashboard anzeigen * in 4.3, the group needs to be changed to plasma-desktop (an unfortunate side effect of the rename): [plasma-desktop] Show Dashboard=Ctrl+F12,Ctrl+F12,Dashboard anzeigen (FWIW, the localized string should probably not be in the config file, but that is unrelated to the bug at hand.) Kconf_update script is already installed in /usr/share/kde4/apps/kconf_update (part of kdebase-workspace) but for unknow reason it does not work for all users. Maybe some race condition (i.e. the file being fixed while being used, then being rewritten with the old contents on app close). As we are unable to find the real reason of this issue, users affected by this bug should update kglobalshortcutsrc manually, changing "plasma" to "plasma-desktop". Or they can use System settings shortcuts module. This should be stated (or this bug link) in update description. Taking this off the kde-4.3.0 tracker as we decided not to block the KDE 4.3.0 update on this. There were 2 reasons we did this: * we are unable to find the cause of the bug, as a kconf_update supposed to handle the transition is already there and works for some people, * there is a simple workaround. See also Jaroslav Řezník's comment above. Thanks for reporting this upstream. Going to close this report in favor of the upstream one. Thanks again -- Steven M. Parrish - KDE Triage Master - PackageKit Triager Fedora Bugzappers volunteer triage team https://fedoraproject.org/wiki/BugZappers |