Page 1 of 1

Quicklaunch widget resizing

PostPosted: Sep 25th, '13, 12:29
by elija
When I log in to my desktop, the quicklaunch widget changes it's size.

Configured correctly:
Image

After login:
Image

I have seen it reported as a KDE bug since 4.8.3 and have confirmed the bug as still happening. As the KDE developers seem to be unable to replicate or fix this issue, is there a work-around?

Cheers

Re: Quicklaunch widget resizing

PostPosted: Sep 25th, '13, 18:33
by doktor5000
Do you have a link to the bugeport?
Which Mageia version is that, and is it a fresh installation, or did you keep some old settings?

Re: Quicklaunch widget resizing

PostPosted: Sep 25th, '13, 18:46
by elija
Sorry my bad.

Clean install of Mageia 3 x86_64 using KDE live. This is the bug report for KDE.

Re: Quicklaunch widget resizing

PostPosted: Sep 25th, '13, 19:57
by zeebra
Perpaps it could be a workaround to make the config file of that widget read only as user...(chown, chgrp, chmod)...Worth trying.

Probably the coordinates for the size is stored somewhere else though..

Re: Quicklaunch widget resizing

PostPosted: Sep 26th, '13, 10:45
by elija
That may actually happen but Mageia has only been installed for a few days which means configuration is still on-going.

Re: Quicklaunch widget resizing

PostPosted: Sep 26th, '13, 10:55
by doktor5000
zeebra wrote:Probably the coordinates for the size is stored somewhere else though..


For all plasmoids the desktop settings should be stored in ~/.kde4/share/config/plasma-desktop-appletsrc when using normal desktop view, for netbook view it's ~/.kde4/share/config/plasma-netbook-appletsrc. If using Activities, then it would be ~/.kde4/share/config/plasma-desktop-screen-N-appletsrc. Overlay applets like wallpaper are contained in ~/.kde4/share/config/plasma-overlay-appletsrc

Re: Quicklaunch widget resizing

PostPosted: Sep 28th, '13, 04:19
by eor2004
Man this sucks!, KDE and Gnome 3 developers seems to care only about what features they can introduce to their respective DE and not caring about fixing the bugs!

Re: Quicklaunch widget resizing

PostPosted: Sep 30th, '13, 22:43
by elija
eor2004 wrote:Man this sucks!, KDE and Gnome 3 developers seems to care only about what features they can introduce to their respective DE and not caring about fixing the bugs!


I tend to agree but most FOSS developers are volunteers who will want to work on the cool stuff and not on the boring bug fixes. It's a shame the widgets are C++ as I might be able to fix it myself if they were written in Python.

Re: Quicklaunch widget resizing

PostPosted: Sep 30th, '13, 23:37
by doktor5000
KDE offers bindings for really many languages, check e.g. http://techbase.kde.org/Development/Languages

Re: Quicklaunch widget resizing

PostPosted: Oct 1st, '13, 13:55
by elija
doktor5000 wrote:KDE offers bindings for really many languages, check e.g. http://techbase.kde.org/Development/Languages


Nice. Unfortunately for me, Quicklaunch is in C++ so I can't do anything about it

Re: Quicklaunch widget resizing

PostPosted: Oct 1st, '13, 21:55
by doktor5000
zeebra wrote:Perpaps it could be a workaround to make the config file of that widget read only as user...(chown, chgrp, chmod)...Worth trying.

Did you at least try this to see the effect? IF you completed configuration, you could apply that then.
Does this also happen when widgets are locked before you logout?

Re: Quicklaunch widget resizing

PostPosted: Oct 1st, '13, 22:52
by elija
It makes no difference if the widgets are locked or not. I have set the file to read only, but the only difference that made is the config file wasn't updated. The widget must be picking up default settings from somewhere...

Re: Quicklaunch widget resizing

PostPosted: Oct 1st, '13, 23:03
by doktor5000
If you want to take a look, default KDE configuration files are stored below /var/lib/mageia/kde4-profiles/

Re: Quicklaunch widget resizing

PostPosted: Oct 7th, '13, 17:22
by elija
I've had a quick look through them but can't see anything obvious. Ah well, I guess I'll have to put up with it or install Xfce.

Re: Quicklaunch widget resizing

PostPosted: Oct 7th, '13, 22:28
by doktor5000
Install a totally different desktop because you don't like the behaviour of one widget? *pfffft*
It's not like there are plenty of similar launcher/dock-type widgets ...

But please mark the thread accordingly by editing the topic of the first post and prefix it by [DONE], thanks

Re: Quicklaunch widget resizing

PostPosted: Oct 8th, '13, 08:57
by zeebra
elija wrote:I've had a quick look through them but can't see anything obvious. Ah well, I guess I'll have to put up with it or install Xfce.


Why don't you ask the KDE people directly? Maybe you can get some better help there.
http://forum.kde.org/

Also, I have experienced some strangeness in KDE placement and size of widgets before (I placed a widget one place, then it moved). But these have since been resolved. KDE has an advantage of having alternatives for most things you would want. If you know C++, perhaps you can have a look into this problem yourself as well.