[3ddesktop-dev] Re: Question about support for KDE
- From: Brad Wasson <bwasson@xxxxxxxxxx>
- To: "Steven W. Orr" <3ddesktop-dev@xxxxxxxxxxxxx>
- Date: Thu, 2 May 2002 13:25:31 -0400
Steven W. Orr wrote:
> When I tried 3ddesk I really loved it but I found a bug in gnome that
> required that I move back to kde. Did you ever find out how to work
under
> KDE? Any idea what it would take to get it working?
>
I looked briefly into getting KDE to work. I dug around in the code
of the KDE pager and found some static calls in a class called KWin
so I tried just calling them. That didn't seem to work however, always
came back zero.
current = KWin::currentDesktop();
count = KWin::numberOfDesktops();
KWin::setCurrentDesktop (current);
I guess I can't do that or I need to do some initialization beforehand
but haven't yet found what that would be (don't know kde stuff).
--brad
________________________________________________
Get your own "800" number
Voicemail, fax, email, and a lot more
http://www.ureach.com/reg/tag
- Follow-Ups:
- [3ddesktop-dev] Re: Question about support for KDE
- From: Steven W. Orr
Other related posts:
- » [3ddesktop-dev] Question about support for KDE
- » [3ddesktop-dev] Re: Question about support for KDE
- » [3ddesktop-dev] Re: Question about support for KDE
- » [3ddesktop-dev] Re: Question about support for KDE
- [3ddesktop-dev] Re: Question about support for KDE
- From: Steven W. Orr