Reply
 
Thread Tools Display Modes
  #11  
Old 02-03-2012, 08:04 PM
adamk adamk is offline
Member
 
Join Date: Dec 2011
Posts: 99
Thanks: 0
Thanked 1 Time in 1 Post
Default
Working "from install"? Does that mean it was included in your installation of PC-BSD? Because it certainly wasn't here.

Adam
Reply With Quote
  #12  
Old 02-03-2012, 08:09 PM
zippy99 zippy99 is offline
Junior Member
 
Join Date: Feb 2012
Location: Romania
Posts: 10
Thanks: 0
Thanked 0 Times in 0 Posts
Default
it is in the install as option in Miscelaneous near the HPLIP and NVIDIA driver if memory serves me right

PS: Im sure it is in the 64 bit iso install but not sure of 32 bit iso install!

Last edited by zippy99; 02-03-2012 at 08:20 PM.
Reply With Quote
  #13  
Old 02-04-2012, 12:28 PM
adamk adamk is offline
Member
 
Join Date: Dec 2011
Posts: 99
Thanks: 0
Thanked 1 Time in 1 Post
Default
Anyone know if it's possible to install after the fact?

Adam
Reply With Quote
  #14  
Old 02-04-2012, 01:33 PM
bds bds is offline
Senior Member
 
Join Date: Oct 2009
Posts: 430
Thanks: 55
Thanked 35 Times in 32 Posts
Default
hi Adam --

PCBSD Control Panel > System Manager > System Packages tab > Misc toggle > Compiz is first in the list.

cheers!

EDIT: select Compiz, click "Apply Changes" and it should install itself.

Last edited by bds; 02-04-2012 at 01:34 PM. Reason: forgot to finish my thought. :-)
Reply With Quote
  #15  
Old 02-04-2012, 01:56 PM
adamk adamk is offline
Member
 
Join Date: Dec 2011
Posts: 99
Thanks: 0
Thanked 1 Time in 1 Post
Default
Thank you! Can't believe I missed that during the install.

Adam
Reply With Quote
  #16  
Old 02-04-2012, 08:51 PM
Linuxis Linuxis is offline
Senior Member
 
Join Date: Sep 2011
Posts: 327
Thanks: 0
Thanked 7 Times in 7 Posts
Default
Originally Posted by adamk View Post
Thank you! Can't believe I missed that during the install.

Adam
Anyone know if it's possible to setup compiz as a standalone window manager in PCBSD?
Reply With Quote
  #17  
Old 02-04-2012, 10:34 PM
zippy99 zippy99 is offline
Junior Member
 
Join Date: Feb 2012
Location: Romania
Posts: 10
Thanks: 0
Thanked 0 Times in 0 Posts
Default
step 1:
# gconftool-2 --set -t string /desktop/gnome/session/required_components/windowmanager compiz

step 2:
modify:
/usr/local/share/applications/compiz.desktop

with the following:
[Desktop Entry]
Type=Application
Encoding=UTF-8
Name=Compiz
Exec=/usr/bin/compiz ccp # make sure ccp is included
NoDisplay=true
X-GNOME-WMSettingsModule=compiz
X-GNOME-Autostart-Phase=WindowManager
X-GNOME-Provides=windowmanager
X-GNOME-WMName=Compiz
X-GnomeWMSettingsLibrary=compiz

or if it doesn't work this last step just put the complete path to the script for manually starting compiz in the line Exec=

ex: Exec=/usr/home/fred/startcompiz

where content of startcompiz is:

#! /bin/sh
compiz --replace --sm-disable --ignore-desktop-hints ccp &
emerald --replace &
Reply With Quote
  #18  
Old 02-04-2012, 11:47 PM
Linuxis Linuxis is offline
Senior Member
 
Join Date: Sep 2011
Posts: 327
Thanks: 0
Thanked 7 Times in 7 Posts
Default
Ummm, what if your not using gnome.

For instance I usually install lxde via the cd or if I have access to ethernet, install openbox.
Reply With Quote
  #19  
Old 02-04-2012, 11:48 PM
Linuxis Linuxis is offline
Senior Member
 
Join Date: Sep 2011
Posts: 327
Thanks: 0
Thanked 7 Times in 7 Posts
Default
Ummm, what if your not using gnome.

For instance I usually install lxde via the cd or if I have access to ethernet, install openbox.
Reply With Quote
  #20  
Old 02-05-2012, 01:46 AM
zippy99 zippy99 is offline
Junior Member
 
Join Date: Feb 2012
Location: Romania
Posts: 10
Thanks: 0
Thanked 0 Times in 0 Posts
Default
in /usr/local/etc/xdg/lxsession/LXDE/desktop.conf

put

window_manager=compiz --sm-disable --ignore-desktop-hints ccp

Last edited by zippy99; 02-05-2012 at 03:36 AM.
Reply With Quote
Reply

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

Forum Jump


All times are GMT. The time now is 07:42 AM.


Powered by vBulletin® Version 3.8.5
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.

Copyright 2005-2010, The PC-BSD Project. PC-BSD and the PC-BSD logo are registered trademarks of iXsystems.
All other content is freely available for sharing under the terms of the Creative Commons Attribution License.