DaemonForums  

Go Back   DaemonForums > OpenBSD > OpenBSD General

OpenBSD General Other questions regarding OpenBSD which do not fit in any of the categories below.

Reply
 
Thread Tools Display Modes
  #1   (View Single Post)  
Old 20th December 2015
bsd007's Avatar
bsd007 bsd007 is offline
Always learning
 
Join Date: Sep 2014
Posts: 242
Default How do I disable/uninstall fvwm and cwm

I have installed XFCE but its booting with fvwm and cwm.

Please advice me about how to at least disable or uninstall fvwm and cwm.

Using OpenBSD 5.8

Last edited by bsd007; 20th December 2015 at 07:25 PM.
Reply With Quote
  #2   (View Single Post)  
Old 20th December 2015
Head_on_a_Stick's Avatar
Head_on_a_Stick Head_on_a_Stick is offline
Real Name: Matthew
Bitchy Nerd Elitist
 
Join Date: Dec 2015
Location: London
Posts: 467
Default

Are you starting xdm(1) at boot?

If not, create a file at ~/.xinitrc and add this line:
Code:
exec startxfce4
See FAQ 11.5
Reply With Quote
  #3   (View Single Post)  
Old 20th December 2015
bsd007's Avatar
bsd007 bsd007 is offline
Always learning
 
Join Date: Sep 2014
Posts: 242
Default

Quote:
Originally Posted by Head_on_a_Stick View Post
Are you starting xdm(1) at boot?

If not, create a file at ~/.xinitrc and add this line:
Code:
exec startxfce4
See FAQ 11.5
Code:
$ cat /home/user1/.xinitrc                                                     
exec startxfce4
Its already done but but both fvwm and cwm is stating and thst too
without XFCE.
Reply With Quote
  #4   (View Single Post)  
Old 20th December 2015
Head_on_a_Stick's Avatar
Head_on_a_Stick Head_on_a_Stick is offline
Real Name: Matthew
Bitchy Nerd Elitist
 
Join Date: Dec 2015
Location: London
Posts: 467
Default

Quote:
Originally Posted by Head_on_a_Stick View Post
Are you starting xdm(1) at boot?
If you are using xdm(1) then ~/.xinitrc is not parsed and you must select the desktop from the login screen (I think, I don't use display managers).

EDIT: I think you have to add the line to ~/.xsession if you are using xdm(1)

EDIT2: Make sure the file is executable with a shebang at the top.

Last edited by Head_on_a_Stick; 20th December 2015 at 08:09 PM.
Reply With Quote
  #5   (View Single Post)  
Old 20th December 2015
bsd007's Avatar
bsd007 bsd007 is offline
Always learning
 
Join Date: Sep 2014
Posts: 242
Default

Removed xdm_flags=" " from /etc/rc.conf.local. Now eything is fine. Thanks for your replies.
Reply With Quote
  #6   (View Single Post)  
Old 20th December 2015
blackhole's Avatar
blackhole blackhole is offline
Spam Deminer
 
Join Date: Mar 2014
Posts: 320
Default

I use xdm(1) and set up .xsession to source my .xinitrc

Also, if you install consolekit from packages and set dbus to start on boot in /etc/rc.conf.local

Then ensure you have a line like this in your .xinitrc
Code:
exec ck-launch-session dbus-launch startxfce4
you will be be able to shutdown and reboot from within xfce
Reply With Quote
  #7   (View Single Post)  
Old 24th December 2015
girarde girarde is offline
Fdisk Soldier
 
Join Date: Nov 2010
Location: NW FL
Posts: 75
Default Disable *and remove* fvwm and cwm

To ensure clarity, you don't have to run either of them, but they cannot be removed: they are in the base system.
Reply With Quote
Reply

Tags
fvwm and cwm. openbsd


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

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Uninstall sshd Peter_APIIT OpenBSD General 7 25th August 2015 03:42 AM
4 py-*** packages wouldn't accept uninstall or repair daemonfowl OpenBSD Packages and Ports 8 4th June 2013 06:21 PM
Oracle gives 21 (new) reasons to uninstall Java J65nko News 0 18th February 2011 09:57 PM
uninstall xorg libraries for a server adrian_m FreeBSD Ports and Packages 1 26th January 2009 11:01 PM
FVWM/X11 Resolution Issue? m4rc OpenBSD General 8 3rd July 2008 02:45 PM


All times are GMT. The time now is 05:01 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Content copyright © 2007-2010, the authors
Daemon image copyright ©1988, Marshall Kirk McKusick