LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices

Reply
 
LinkBack Search this Thread
Old 04-03-2007, 04:56 PM   #1
brooky9999
Member
 
Registered: May 2006
Location: Marlow, UK
Distribution: Slackware 12.2
Posts: 232

Rep: Reputation: 30
How do I start XFCE 4.4


Hi all,

How do choose XFCE 4.4 as my default window manager?

I'm running Slack 10.2 - and I when I used XFCE 4.2 I ran xwmconfig to choose it as the default window manager.

Now I have compiled it from source, when I run xwmconfig I get no option for 4.4 (kinda expected).

Can anyone point me in the right direction.

Many thanks,


Mark.
 
Old 04-03-2007, 05:29 PM   #2
Berto
Member
 
Registered: Sep 2003
Location: Stevenson, WA, USA
Distribution: Slackware
Posts: 232

Rep: Reputation: 30
Don't know what your login manager is but what I would do under xdm is put "startxfce" without the quotes in my ~/.xsession file and make it executable with chmod +x ~/.xsession.

Then xdm would read that file and start xfce and kdm should do the same if you specify "system default" or something like that in the "session" menu. Don't know about gdm though, the last time I tried it it wouldn't read my .xsession file.
 
Old 04-03-2007, 05:35 PM   #3
XGizzmo
Member
 
Registered: Mar 2007
Distribution: Slackware
Posts: 237

Rep: Reputation: 57
Check and see if you have a initrc in /etc/X11/xdg/xfce4 if so then do this:

Code:
  cd /etc/X11/xinit
  ln -sf ../xdg/xfce4/xinitrc xinitrc.xfce
  chmod 755 ../xdg/xfce4/xinitrc
Then run xwmconfig again and see if you cant pick xfce as a option.
If you don't have that file then recompile xfce with these options to configure:

Code:
    ./configure --prefix=/usr \
      --sysconfdir=/etc/X11 \
      --enable-compositor \
      --enable-static=no \
      --enable-xinerama
And now do this:
Code:
  cd /etc/X11/xinit
  ln -sf ../xdg/xfce4/xinitrc xinitrc.xfce
  chmod 755 ../xdg/xfce4/xinitrc

Last edited by XGizzmo; 04-03-2007 at 05:36 PM.
 
Old 04-03-2007, 05:40 PM   #4
brooky9999
Member
 
Registered: May 2006
Location: Marlow, UK
Distribution: Slackware 12.2
Posts: 232

Original Poster
Rep: Reputation: 30
Thanks guys, I'll give that a go and report back.


M.
 
Old 04-03-2007, 06:23 PM   #5
brooky9999
Member
 
Registered: May 2006
Location: Marlow, UK
Distribution: Slackware 12.2
Posts: 232

Original Poster
Rep: Reputation: 30
Hiya guys,

Right...

Berto: I don't have a ~/.xsession file. I created one and add "startxfce" without the quotes, but it didn't work :-(

XGizzmo: I don't have a /etc/X11/xdg/xfce4 folder. I created one and created the symlink, but that didn't work either (double :-( ). Also, I installed XFCE 4.4 using the xfce4-4.4.0-installer.run file - do you have a method which doesn't involve me installing XFCE 4.4 from scratch?

Thank you both for your help,


M.
 
Old 04-03-2007, 09:01 PM   #6
bioe007
Member
 
Registered: Apr 2006
Location: lynnwood, wa - usa
Distribution: archlinux
Posts: 654

Rep: Reputation: 30
I don't use either of the files mentioned above, but the command for my xfce4.<something) is startxfce4, and i always choose the WM from my ~/.xinitrc file.

i do this:
Code:
$echo "startxfce4" > ~/.xinitrc
or I edit the .xinitrc by hand if I need other things in there. just another alternative.

<edit, sorry, forgot the '>' >

Last edited by bioe007; 04-04-2007 at 01:51 PM.
 
Old 04-04-2007, 01:47 PM   #7
Berto
Member
 
Registered: Sep 2003
Location: Stevenson, WA, USA
Distribution: Slackware
Posts: 232

Rep: Reputation: 30
Quote:
Originally Posted by bioe007
I don't use either of the files mentioned above, but the command for my xfce4.<something) is startxfce4, and i always choose the WM from my ~/.xinitrc file.

i do this:
Code:
$echo "startxfce4" ~/.xinitrc
or I edit the .xinitrc by hand if I need other things in there. just another alternative.

You could also just symlink the two files with "ln -s .xsession .xinitrc" since they are almost the same file.

Are you starting X with startx or using a login manager?
 
Old 04-04-2007, 03:35 PM   #8
rworkman
Slackware Contributor
 
Registered: Oct 2004
Location: Tuscaloosa, Alabama (USA)
Distribution: Slackware
Posts: 1,857

Rep: Reputation: Disabled
I'll take this in a different direction.
Have a look at http://rlworkman.net/pkgs/sources/11.0/xfce-4.4.0/ - that's directions for building Xfce-4.4 on a Slackware 11.0 system. You'll need vte for sure, but you can build it without dbus, dbus-glib, and gamin if you don't want to bother with those. On something older than 11.0, you'll also want to install hicolor-icon-theme and desktop-file-utils (see the source directories for Slackware 11.0 to find SlackBuild scripts for those). If you've never used a SlackBuild script before, see http://slackbuilds.org/howto/

The advantage of building a set of packages is that you get the xwmconfig entries and all that good stuff, plus you can easily remove/upgrade/whatever them later. Note that you will need to remove all traces of your attempts with Xfce's installer if you elect to go this route - you don't want any of the leftovers hanging around in /usr/local.
 
Old 04-04-2007, 03:58 PM   #9
nutronix
Member
 
Registered: Jan 2003
Location: montreal
Distribution: Slackware and Debian Squeeze
Posts: 102
Blog Entries: 1

Rep: Reputation: 17
I assume you are booting in runlevel 3 ; at the prompt type= startxfce4

You could use pkgtool and pick the option ; Choose Slackware installation scripts to run again

then scroll down the list and you will have the option to choose your default window manager.

Hummm that would give you the option for xfce3something i guess...hummm try the startxfce4 option first . Or edit your xinitrc file as suggested by the other slackers.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 Off
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
xfce does not start rcschroeder Slackware - Installation 3 01-12-2007 12:41 AM
xfce won't start dracolich Slackware 12 10-17-2005 02:55 PM
Xfce problem - can't start it J_K9 Linux - Software 4 07-14-2005 10:22 PM
trying xfce: where's the start button? walterbyrd Linux - Software 3 07-08-2005 02:02 PM
Start XFCE autoamtically? bongski55 VectorLinux 4 11-30-2003 02:08 PM


All times are GMT -5. The time now is 10:55 PM.

Main Menu
 
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
identi.ca: @linuxquestions
Facebook: @linuxquestions
Open Source Consulting | Domain Registration