PDA

View Full Version : [Solved] KDE 4.3.0 and Plasma-Desktop


cloudsv
August 20th, 2009, 11:43
I'm install KDE 4.3.0 from ports on clean system 7.2-RELEASE.
All goods, almost all work's except system plasma plugins.
Plugin's system-monitor RAM and system-monitor CPU work correctly until reboot system or restart plasma-desktop.
Plugin system-monitor HDD not working(

Only I have this problem?

cloudsv
August 20th, 2009, 22:34
when i add plasmoid Hdd monitor, he does not see partitions.
http://forums.freebsd.org/attachment.php?attachmentid=371&stc=1&d=1250814293

when i add plasmoids net monitor, cpu monitor, ram monitor all work's correctly.
http://forums.freebsd.org/attachment.php?attachmentid=372&stc=1&d=1250814293

when i restarting plasma-desktop, all plasmoids except net monitor, not work.
http://forums.freebsd.org/attachment.php?attachmentid=373&stc=1&d=1250814293

Please answer here, only i have this trouble(
Hello from Russia)

markus@
August 21st, 2009, 18:09
I've just committed some fixes for the systemmonitor applets. Please update your portstree, reinstall x11/kdebase4-workspace and let me know if any problems remain.

Markus

cloudsv
August 22nd, 2009, 19:09
applets sm_net(net monitor) and sm_cpu(cpu monitor) work's fine.
apllet sm_hdd(hdd monitor) still not working.he does not see partitions.

markus@
August 22nd, 2009, 22:01
are you sure you have the following in /etc/rc.conf ?:

hald_enable="YES"
dbus_enable="YES"

The HDD applet gets it's data from KDE's Solid which in turn asks hald for the partitionlist. If hald isn't running, the applet has nothing to display.

cloudsv
August 22nd, 2009, 22:50
hald and dbus working.

[/home/cloudsv/]#ps -A | grep hald
1136 ?? Ss 0:04,90 /usr/local/sbin/hald
1140 ?? I 0:00,02 hald-runner
1148 ?? I 0:00,01 hald-addon-mouse-sysmouse: /dev/ums0
[/home/cloudsv/]#ps -A | grep dbus
939 ?? Is 0:00,31 /usr/local/bin/dbus-daemon --system
1171 ?? I 0:00,00 dbus-launch --autolaunch 1618ea048dac30003214a2254a855f63 --binary-syntax --close-stderr
1172 ?? Is 0:00,00 /usr/local/bin/dbus-daemon --fork --print-pid 5 --print-address 7 --session
1213 ?? I 0:00,00 dbus-launch --autolaunch 1618ea048dac30003214a2254a855f63 --binary-syntax --close-stderr
1214 ?? Is 0:00,00 /usr/local/bin/dbus-daemon --fork --print-pid 5 --print-address 7 --session
1227 ?? I 0:00,00 dbus-launch --sh-syntax --exit-with-session
1228 ?? Ss 0:01,02 /usr/local/bin/dbus-daemon --fork --print-pid 5 --print-address 7 --session

i don't understand why hdd applet not working.
Previously I had installed KDE 4.2 from the packages and hdd applet work fine.
Thank you for you help and work.

cloudsv
August 22nd, 2009, 22:55
when i restart plasma-desktop I get the following errors

QDBusObjectPath: invalid path ""
QLayout: Attempting to add QLayout "" to QWidget "", which already has a layout
ERROR: syntax error
Invalid D-BUS interface name 'org.kde.plasma-desktop.PlasmaApp' found while parsing introspection


and when i open hdd applet settings i get errors

Unrecognized character: /
ERROR: syntax error
Unrecognized character: /
Unrecognized character: /
ERROR: syntax error
Unrecognized character: /
Unrecognized character: /
ERROR: syntax error
Unrecognized character: /
Unrecognized character: /
ERROR: syntax error
Unrecognized character: /
Unrecognized character: /
ERROR: syntax error
Unrecognized character: /
Unrecognized character: /
ERROR: syntax error
Object::connect: No such signal QSpinBox::valueChanged()
Object::connect: (sender name: 'intervalSpinBox')

markus@
August 23rd, 2009, 01:54
These messages might be harmless as I get them as well and the hdd applet works here.

Next: please move the saved configuration for the plasma applets out of the way when KDE is not startet. You can find it here: ~/.kde4/share/config/plasma-desktop-appletsrc
Just rename it or move it to some other place, start KDE and check if it's now working.

cloudsv
August 23rd, 2009, 04:26
I do not know why, but the problem was in the locale.
when i change locale from ru_RU.CP1251 to default all work's.
and i have 50% russian kde 4.3)
all plugins work's
thx for you help.I could not even think that the problem in this.
sorry for my bad english)

cloudsv
August 23rd, 2009, 10:33
The problem not solved(
Why applet work's in KDE 4.2 from packages with locale ru_RU.CP1251.
In KDE 4.3 not work with locale's ru_RU.CP1251 and ru_RU.UTF-8.

cloudsv
August 23rd, 2009, 11:06
when i change locale from konsole "setenv LANG" and restart plasma-desktop applet work.
http://forums.freebsd.org/attachment.php?attachmentid=376&stc=1&d=1251032283

when i again change locale to CP1251 "setenv LANG ru_RU.CP1251" and again restart plasma-desktop, applet nothing show.
http://forums.freebsd.org/attachment.php?attachmentid=375&stc=1&d=1251032283

in plasmoidviewer work's in any locale.
http://forums.freebsd.org/attachment.php?attachmentid=377&stc=1&d=1251032508

i'm not have idea why so(

markus@
August 23rd, 2009, 16:47
I was able to reproduce this problem. It's a problem that exists with any localization, not just russian. I've added a patch to kdebase4-workspace that fixes this. Please update to kdebase4-workspace-4.3.0_2 and it should work.

cloudsv
August 24th, 2009, 07:20
thank's for the patches.system applets all works.
problem solved.
thank you markus@.