Dear visitor, welcome to KDE-Forum.org.
If this is your first visit here, please read the Help. It explains in detail how this page works.
To use all features of this page, you should consider registering.
Please use the registration form, to register here or read more information about the registration process.
If you are already registered, please login here.
Upgraded to 3.5: Users lost "Panel" configuration
Hi,
I upgraded to 3.5 via the kde-redhat-stable repository (using Fedora Core 4).
Most things seem fine, except that users are presented with a blank panel when they attempt to configure their display panel. (I.e.: Settings -> Desktop -> Panels displays a window with no contents.)
Since this works as expected for "root," I suspect a permissions problem.
Can anyone suggest which components needs their permissions changed so users can configure their own panels? I did look a the "kicker" files, but they were all rwxr-xr-x, so that wasn't where the problem could be found.
RE: Upgraded to 3.5: Users lost "Panel" configuration
same for me (fedora 4 / updated via kde-redhat/yum).
I cant resize the kicker-panel(s) (height)
Anyone seen this too?
Best regards
chrom
This was discussed on the kde-redhat-users list and the following worked for me:
Try running (as the affected user):
$ kbuildsycoca --noincremental
and
Undo/revert previous menu reconfig/customizations:
$ mv ~/.config ~/.config.BAK
Paul.
Originally posted by Paul Scott
This was discussed on the kde-redhat-users list and the following worked for me:
Try running (as the affected user):
$ kbuildsycoca --noincremental
and
Undo/revert previous menu reconfig/customizations:
$ mv ~/.config ~/.config.BAK
Paul.
I had been struggling with the same bug after installing kde-redhat rpms, and your solution worked. Thanks!
Micha