KDE 4.3.0 and Plasma-Desktop

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?
 
when i add plasmoid Hdd monitor, he does not see partitions.
attachment.php


when i add plasmoids net monitor, cpu monitor, ram monitor all work's correctly.
attachment.php


when i restarting plasma-desktop, all plasmoids except net monitor, not work.
attachment.php


Please answer here, only i have this trouble(

Hello from Russia)
 

Attachments

  • sm_hdd.jpg
    sm_hdd.jpg
    17.3 KB · Views: 790
  • system.jpg
    system.jpg
    8.6 KB · Views: 759
  • system1.jpg
    system1.jpg
    4.7 KB · Views: 747
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
 
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.
 
are you sure you have the following in /etc/rc.conf ?:

Code:
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.
 
hald and dbus working.
Code:
[/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.
 
when i restart plasma-desktop I get the following errors
Code:
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
Code:
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')
 
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.
 
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)
 
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.
 
when i change locale from konsole "setenv LANG" and restart plasma-desktop applet work.
attachment.php


when i again change locale to CP1251 "setenv LANG ru_RU.CP1251" and again restart plasma-desktop, applet nothing show.
attachment.php


in plasmoidviewer work's in any locale.
attachment.php


i'm not have idea why so(
 

Attachments

  • cp1251.jpg
    cp1251.jpg
    20.1 KB · Views: 738
  • nolocale.jpg
    nolocale.jpg
    20.7 KB · Views: 744
  • plasmv.jpg
    plasmv.jpg
    8.5 KB · Views: 744
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.
 
Back
Top