openSUSE Forums > Archives > Novell Archives » windowmaker in KDE

Go Back   openSUSE Forums > Archives > Novell Archives
Forums FAQ Members List Search Today's Posts Mark Forums Read


Novell Archives Archived content from Novell openSUSE support forums

 
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 20-Dec-2005, 05:33
Rick
Guest
 
Posts: n/a
Default windowmaker in KDE

Can anyone tellme how to use windowmaker as the window manager for KDE, or
point me to some documentation?

Any and all help appreciated.

--
Rick

  #2 (permalink)  
Old 20-Dec-2005, 07:35
brooklynboy
Guest
 
Posts: n/a
Default Re: windowmaker in KDE

Rick wrote:
> Can anyone tellme how to use windowmaker as the window manager for KDE, or
> point me to some documentation?
>
> Any and all help appreciated.
>

Try www.windowmaker.org
  #3 (permalink)  
Old 20-Dec-2005, 14:05
Rick
Guest
 
Posts: n/a
Default Re: windowmaker in KDE

On Tue, 20 Dec 2005 13:35:48 +0000, brooklynboy wrote:

> Rick wrote:
>> Can anyone tellme how to use windowmaker as the window manager for KDE,
>> or point me to some documentation?
>>
>> Any and all help appreciated.
>>

> Try www.windowmaker.org


Been there.

--
Rick

  #4 (permalink)  
Old 21-Dec-2005, 00:45
Kevin Nathan
Guest
 
Posts: n/a
Default Re: windowmaker in KDE

On Tue, 20 Dec 2005 11:33:23 GMT
Rick <none@nomail.com> wrote:

> Can anyone tellme how to use windowmaker as the window manager for
> KDE, or point me to some documentation?
>


You may lose some (or much) functionality of KDE with another window
manager -- this is often the case with desktop managers, they tend to
rely on certain basic 'givens'.

My suggestion would be to run WindowMaker in a separate X session as
it's own desktop and just switch between it and KDE to see which you
prefer. (If this is what you are wondering.) To do this, do:

(press Ctrl-Alt-F2)
(login as your normal user)
startx windowmaker -- :1

and then you can switch to KDE with Ctrl-Alt-F7 and WindowMaker with
Ctrl-Alt-F8. If you want even more X sessions, do:

(press Ctrl-Alt-F3)
(login as your normal user)
startx icewm -- :2

(assuming you have 'icewm' installed) and now you can switch between
the three of them:

Ctrl-Alt-F7 = KDE
Ctrl-Alt-F8 = WindowMaker
Ctrl-Alt-F9 = icewm

Otherwise, could you explain *why* you want to replace 'kwin'? Might
have more (or better) info for you if we know what you want to
accomplish . . .


--
Kevin Nathan (Arizona, USA)
Novell Support Forums Volunteer SysOp
Linux is not a destination, it's a journey -- enjoy the trip!

Linux 2.6.8-24.18-default
11:35pm up 14 days 3:59, 11 users, load average: 0.08, 0.13, 0.15
  #5 (permalink)  
Old 21-Dec-2005, 08:37
Rick
Guest
 
Posts: n/a
Default Re: windowmaker in KDE

On Wed, 21 Dec 2005 06:45:34 +0000, Kevin Nathan wrote:

(snip)
>
> Otherwise, could you explain *why* you want to replace 'kwin'? Might have
> more (or better) info for you if we know what you want to accomplish . . .


I like windowmaker's dock. I like being able to just hit the icon and go
to the desktop, as well as using it to start those applications I use most.

I have used kasbar, but its fonts don't seem to format properly. For
instance the clock doesn't show the whole time. I have used the 'start on
dektop' feature of KDE's task bar, but it seems easily confused, and has,
in the past, started apps in the wrong place.

--
Rick

  #6 (permalink)  
Old 21-Dec-2005, 08:46
Rick
Guest
 
Posts: n/a
Default Re: windowmaker in KDE

On Wed, 21 Dec 2005 06:45:34 +0000, Kevin Nathan wrote:
(snip)
> Otherwise, could you explain *why* you want to replace 'kwin'? Might have
> more (or better) info for you if we know what you want to accomplish . . .


I like windowmaker's dock. I like being able to just hit the icon and go
to the desktop, as well as using it to start those applications I use most.

I have used kasbar, but its fonts don't seem to format properly. For
instance the clock doesn't show the whole time. I have used the 'start on
dektop' feature of KDE's task bar, but it seems easily confused, and has,
in the past, started apps in the wrong place.
--
Rick

  #7 (permalink)  
Old 29-Dec-2005, 00:44
Kevin Nathan
Guest
 
Posts: n/a
Default Re: windowmaker in KDE

On Wed, 21 Dec 2005 14:46:22 GMT
Rick <none@nomail.com> wrote:

> I like windowmaker's dock. I like being able to just hit the icon and
> go to the desktop, as well as using it to start those applications I
> use most.
>


The quick answer is: just use windowmaker and forget KDE.

The problem you will run into is that KDE/kwin are pretty well
intertwined -- remember, KDE is a *desktop* environment that uses an
underlying window manager. Some (maybe a lot?) of it's functionality
might be based on that underlying window manager and changing it could
break things. Just some thoughts . . . :-)

Seriously, try out all the window managers and desktop managers to see
which ones 'fit' you best. If WindowMaker is comfortable, just use it.
I like icewm for most of my daily work (although I've been using KDE
much more than normal lately) and wm2 for any work I need to do as
root. Running all three at once (in three separate sessions, of
course!) allows me to switch to which ever one is best suited for the
job at hand.

I've also started re-investigating all the other wm/dm and have been
finding some intriguing concepts in some of them . . . :-)


--
Kevin Nathan (Arizona, USA)
Novell Support Forums Volunteer SysOp
Linux is not a destination, it's a journey -- enjoy the trip!

Linux 2.6.8-24.19-default
11:30pm up 4 days 0:49, 11 users, load average: 0.11, 0.13, 0.09
  #8 (permalink)  
Old 29-Dec-2005, 14:50
Rick
Guest
 
Posts: n/a
Default Re: windowmaker in KDE

On Thu, 29 Dec 2005 06:44:27 +0000, Kevin Nathan wrote:

> On Wed, 21 Dec 2005 14:46:22 GMT
> Rick <none@nomail.com> wrote:
>
>> I like windowmaker's dock. I like being able to just hit the icon and go
>> to the desktop, as well as using it to start those applications I use
>> most.
>>
>>

> The quick answer is: just use windowmaker and forget KDE.
>
> The problem you will run into is that KDE/kwin are pretty well intertwined
> -- remember, KDE is a *desktop* environment that uses an underlying window
> manager. Some (maybe a lot?) of it's functionality might be based on that
> underlying window manager and changing it could break things. Just some
> thoughts . . . :-)
>
> Seriously, try out all the window managers and desktop managers to see
> which ones 'fit' you best. If WindowMaker is comfortable, just use it. I
> like icewm for most of my daily work (although I've been using KDE much
> more than normal lately) and wm2 for any work I need to do as root.
> Running all three at once (in three separate sessions, of course!) allows
> me to switch to which ever one is best suited for the job at hand.
>
> I've also started re-investigating all the other wm/dm and have been
> finding some intriguing concepts in some of them . . . :-)


I am staying in WindowMaker most of the time. I have found the script that
will read KDE menus into WindowMaker's, although Suse's WindowMaker
already has a populated Suse menu.

KDE with Kasbar is not too bad, but kasbar is not very configurable, from
what I can see.

Thanks.

--
Rick

 

Bookmarks


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




 

Search Engine Friendly URLs by vBSEO 3.3.0 RC2