| View previous topic :: View next topic |
| Author |
Message |
bob_moss

Joined: Thu May 08, 2008 10:47 am Posts: 73 Location: Wiltshire, UK
|
Posted: Sat Aug 14, 2010 6:18 pm Post subject: Important - FreeBSD Tutorial (LXF136) |
|
|
There are a number of omissions in the final stages of this tutorial that will cause errors with your BSD setup. I've only just seen the print copy myself, so have posted this asap.
Issue 1: Non-functioning Gnome
After the following code:
you MUST type the following line:
| Code: | | pkg_add -r gnome2-fifth-toe |
Without the second line Gnome will consist of a login screen and not very much else.
Issue 2: Gnome doesn't launch
You need to create a file called '.xinitrc' in your home directory and add the following line to it:
| Code: | | exec ck-launch-session gnome-session |
Without this file X Server will never launch Gnome, however hard you try to coax it.
Issue 3: X Server errors
There is a known issue in some versions of FreeBSD where X Server crashes when you launch Gnome. The work-around for this is:
| Code: | ln -s /usr/local/lib/libintl.so.8 /usr/local/lib/libintl.so.9
pkg_add -r portupgrade
|
It is only after completing that stage that should you proceed to add
to /etc/rc.conf.
The tutorial is called 'Hardcore' for a reason - these issues aren't ones that an experienced Linux user couldn't Google solutions for. However, I have provided them here in order to ensure that the solutions are in an easy to find place. _________________ Bob Moss writes for LXF and is studying computer science at the University of Plymouth, UK
Linux Registered User #473630 |
|
| Back to top |
|
 |
zzak
Joined: Fri Sep 17, 2010 12:42 am Posts: 1 Location: Canada
|
Posted: Fri Sep 17, 2010 12:51 am Post subject: |
|
|
If you use gnome_enable="YES"
You cannot use "exec ck-launch-session gnome-session"
This command is used if you do not use GDM which is enabled
by gnome_enable="YES"
Instead, in your ~/.xinitrc file, use "exec gnome-session" |
|
| Back to top |
|
 |
bob_moss

Joined: Thu May 08, 2008 10:47 am Posts: 73 Location: Wiltshire, UK
|
Posted: Tue Oct 12, 2010 12:48 am Post subject: |
|
|
Thank you for the correction! I had missed this while typing up the solution. _________________ Bob Moss writes for LXF and is studying computer science at the University of Plymouth, UK
Linux Registered User #473630 |
|
| Back to top |
|
 |
| View previous topic :: View next topic |
|