This forum has been archived. All content is frozen. Please use KDE Discuss instead.

where's the social desktop?

Tags: None
(comma "," separated)
tjk
Registered Member
Posts
54
Karma
0
OS

where's the social desktop?

Wed Sep 16, 2009 5:56 am
I've read lots of articles about the new "social desktop" that arrived with KDE 4.3.1. Even the KDE homepage says that there are "New Plasmoids: Bubble Monitor ... openDesktop (Social Desktop Plasmoid)" (see: http://www.kde.org/announcements/announce-4.3-beta1.php )
I'm running 4.3.1 and I've tried everything to find this openDesktop plasmoid, but can't find it. Is my system not working correctly? Has KDE not released this plasmoid (afterall)?
User avatar
Hans
Administrator
Posts
3304
Karma
24
OS

Re: where's the social desktop?

Wed Sep 16, 2009 11:49 am
Which distro? You probably have to install a package to get the extra plasmoids.


Problem solved? Please click on "Accept this answer" below the post with the best answer to mark your topic as solved.

10 things you might want to do in KDE | Open menu with Super key | Mouse shortcuts
tjk
Registered Member
Posts
54
Karma
0
OS

Re: where's the social desktop?

Wed Sep 16, 2009 12:59 pm
Hans wrote:Which distro? You probably have to install a package to get the extra plasmoids.


DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=9.04
DISTRIB_CODENAME=jaunty
DISTRIB_DESCRIPTION="Ubuntu 9.04"

Which package contains the "social desktop"?
User avatar
sebas
KDE Developer
Posts
88
Karma
2
OS

Re: where's the social desktop?

Wed Sep 16, 2009 1:13 pm
You need the package "kdeplasma-addons", from the repo that has KDE 4.3 (Jaunty includes 4.2).


-- sebas
User avatar
Hans
Administrator
Posts
3304
Karma
24
OS

Re: where's the social desktop?

Wed Sep 16, 2009 1:14 pm
I don't use Ubuntu myself but try kdeplasma-addons.


Problem solved? Please click on "Accept this answer" below the post with the best answer to mark your topic as solved.

10 things you might want to do in KDE | Open menu with Super key | Mouse shortcuts
User avatar
Blizzz
Registered Member
Posts
161
Karma
0
OS

Re: where's the social desktop?

Wed Sep 16, 2009 1:14 pm
tjk wrote:
Hans wrote:Which distro? You probably have to install a package to get the extra plasmoids.

Which package contains the "social desktop"?


It should be in plasma-widgets-addons


Image
tjk
Registered Member
Posts
54
Karma
0
OS

Re: where's the social desktop?

Wed Sep 16, 2009 3:24 pm
sebas wrote:You need the package "kdeplasma-addons", from the repo that has KDE 4.3 (Jaunty includes 4.2).


I tried finding a backport for KDE 4.3. Can someone help me? OR Will the "social desktop" work if I upgrade to 9.10?
tjk
Registered Member
Posts
54
Karma
0
OS

Re: where's the social desktop?

Wed Sep 16, 2009 3:26 pm
Blizzz wrote:It should be in plasma-widgets-addons


I have both plasma-widgets-addons and kdeplasma-addons installed and still nothing.
User avatar
sebas
KDE Developer
Posts
88
Karma
2
OS

Re: where's the social desktop?

Wed Sep 16, 2009 3:34 pm
After installing the new widgets, you might need to run "kbuildsycoca4" to make the widget known. Also, what does the following command tell you?

Code: Select all
plasmoidviewer --list 2>&1|g opend


-- sebas
tjk
Registered Member
Posts
54
Karma
0
OS

Re: where's the social desktop?

Wed Sep 16, 2009 3:43 pm
sebas wrote:After installing the new widgets, you might need to run "kbuildsycoca4" to make the widget known. Also, what does the following command tell you?

Code: Select all
plasmoidviewer --list 2>&1|g opend

The above command results in:
bash: g: command not found

BTW, I now have the openDesktop plasmoid in my "add widgets" options. However, when I add it I immediately get a blank screen (with two small icon-sized windows with a tray item in each one). There is no way to get out of this screen except for ctrl-alt-backspace.
User avatar
Hans
Administrator
Posts
3304
Karma
24
OS

Re: where's the social desktop?

Wed Sep 16, 2009 5:05 pm
Sounds like Plasma crashed. You can run it by pressing Alt+F2 and type "plasma-desktop".
It's already been reported: https://bugs.kde.org/show_bug.cgi?id=202520


Problem solved? Please click on "Accept this answer" below the post with the best answer to mark your topic as solved.

10 things you might want to do in KDE | Open menu with Super key | Mouse shortcuts
tjk
Registered Member
Posts
54
Karma
0
OS

Re: where's the social desktop?

Wed Sep 16, 2009 7:33 pm
Hans wrote:Sounds like Plasma crashed. You can run it by pressing Alt+F2 and type "plasma-desktop".
It's already been reported: https://bugs.kde.org/show_bug.cgi?id=202520


It's not the same bug... I get:
Invalid D-BUS interface name 'org.kde.plasma-desktop.PlasmaApp' found while parsing introspection
User avatar
Hans
Administrator
Posts
3304
Karma
24
OS

Re: where's the social desktop?

Wed Sep 16, 2009 7:39 pm
According to Aaron Seigo, that message isn't fatal: https://bugs.kde.org/show_bug.cgi?id=205354

I can't reproduce the crash here. It would be helpful if you could post the backtrace (with debug symbols installed). Also, can you reproduce the crash with a new user?


Problem solved? Please click on "Accept this answer" below the post with the best answer to mark your topic as solved.

10 things you might want to do in KDE | Open menu with Super key | Mouse shortcuts
tjk
Registered Member
Posts
54
Karma
0
OS

Re: where's the social desktop?

Wed Sep 16, 2009 11:00 pm
Hans wrote:According to Aaron Seigo, that message isn't fatal: https://bugs.kde.org/show_bug.cgi?id=205354
I can't reproduce the crash here. It would be helpful if you could post the backtrace (with debug symbols installed). Also, can you reproduce the crash with a new user?


Well this is interesting!!! All plasma features seem to be working when I logon as a different user!
So... I need to either fix the DBUS problem or transfer all my setting and preferences from one user to another (easily :) )? Suggestions?
User avatar
bcooksley
Administrator
Posts
19765
Karma
87
OS

Re: where's the social desktop?

Thu Sep 17, 2009 7:19 am
You may wish to try removing your Plasma configuration, removing the KDE cache's, rebuilding the Sycoca before you start to migrate data and settings to a new user.

Code: Select all
killall -9 plasma-desktop
rm -rf $(kde4-config --localprefix)/share/apps/plasma/
rm -f $(kde4-config --localprefix)/share/config/plasm*


Code: Select all
rm -rf $(kde4-config --localprefix)/cache-*/*
rm -rf $(kde4-config --localprefix)/tmp-*/*


Code: Select all
kbuildsycoca4 --noincremental


KDE Sysadmin
[img]content/bcooksley_sig.png[/img]


Bookmarks



Who is online

Registered users: Bing [Bot], Evergrowing, Google [Bot], rockscient