installed GNOME on FreeBSD! need help with several things


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers installed GNOME on FreeBSD! need help with several things
# 1  
Old 06-22-2003
installed GNOME on FreeBSD! need help with several things

Hi guys,

I still have "microsoft windows" eyes so this unix freebsd stuff still looks very alien to me.

Yesterday I managed to install freebsd 5.1 on my dell notebook. And today I got Gnome 2.2 working. I have this problem I can only login to Gnome with my normal user account, and not with the "root" account, not sure why that is. Stuff like "GDM configurator" I cannot open with my normal user account. Maybe anyone knows why this is?

I read a few basics on freebsd and Gnome from the links you guys gave me but i am still not getting a few things. With windows i used to download this app , just double click on setup and it installs. I go to start programs, and there it is hehe.

With GNOME it's completely different. I tried to install GnomeICU (some kind of icq app) but it didn't work. I downloaded the gz file and extracted it in a new folder on my /home/username/downloads. The helpfile says just type install from the command line util or from the root type make install but nothing happens. I am not sure what to do when i extracted these apps. In windows you look for the setup.exe but what is it in unix.

One other thing. I installed Mozilla and it worked Smilie. One problem though. I can't find any shortcuts to mozilla. I would like to make a shortcut on my desktop or as a new panel next to the desktop panel on GNOME. I have no idea where to look at. When i open file manager and i enter an url, on the left of the file manager i get to see 2 options, open with mozilla, or open with another util...

Any help appreciated!


Dalma
# 2  
Old 06-27-2003
For security reasons, some display managers forbids root login.

KDM by default seems to allow it, while GDM disallows it.

You may edit the GDM configuration file manually (I don't know the exact path on FreeBSD, should be somewhere inside /etc) and there is an option there which allows you to change to enable root login.

Unix is from the ground up a multi-user OS. Therefore, there is a clear distinction of user and administrator (you have a similar notion in Windows NT+ world, but different implementation). GDM configuration is a system-wide affair. It is not anything you do to your own user account, and therefore you need root privilege to use the GDM configurator, which writes to its configuration file that I mentioned.

I think you can install gnomeicu by

pkg_add -r gnomeicu2

(just type this at the command prompt)

This uses the "packages" app installation method to do all downloading and installing work for you automatically. This is most probably what you want. You can alternaticely use the "ports" system to automatically fetch, compile and install software packages. For more detail on software installation on FreeBSd, see http://www.freebsd.org/doc/en_US.ISO...ook/ports.html

If you download tarballs manually, usually you do it on Unix systems by three consecutive commands as root

./configure
make
make install

(that's also what the gnomeicu docs said)

which set up compilation parameters, compile, and install respectively. However, because of the way FreeBSD organizes files it may be possible that extra options needed for ./configure, and so you would get a better chance to succeed using packages or ports instead. If errors occurred in any of these commands, then you are out of luck if you can't manage to figure out the options needed. If successful, this app will then be installed systemwide so every user on the system would have access to the app.

Right click on the desktop and you ought to be able to create a shortcut to mozilla. Try it yourself.

Last edited by cbkihong; 06-27-2003 at 01:11 AM..
 
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. BSD

Installing gnome on freebsd

I have a fresh 64-bits install of FreeBSD 8.1 on a machine, but having issues with getting gnome to work. I have followed the guidelines on FreeBSD GNOME Project: GNOME 2.32 FAQ In summary that is: pkg_add -r gnome2 Add gnome_enable="YES" to /etc/rc.conf After a reboot and logging in, there... (8 Replies)
Discussion started by: figaro
8 Replies

2. BSD

Gnome 2.2 gets very sluggish on FreeBSD 7

hello guys & gals I know this question was asked thousands of times and there are lots of solutions out there, I tried them all, but with no luck. Symptoms It takes about 3 to 5 minutes for Gnome to start up, I'm asked for my username/password and then the Gnome splash screen comes up, but... (5 Replies)
Discussion started by: sirbijan
5 Replies

3. BSD

Install Gnome 2.22 in FreeBSD

at root command line # pkg_add -r gnome2 This will download the latest GNOME 2.22 packages from the FreeBSD FTP site, and proceed to install them on your system. Up-to-date GNOME packages for i386 and amd64 for all supported versions of FreeBSD are also available from the GNOME Tinderbox.... (0 Replies)
Discussion started by: very9music
0 Replies

4. Linux

Help:- Just clean installed OpenSUse10 with Gnome, now want KDE

I've just done a brand new full clean install of OPenSUSE 10 and thought I'd take a look at Gnome. Having spent a day playing with it I've decided I prefer the familiarity I have with KDE. How do I now install KDE? I've tried logging off to log back on with a different envionnment but KDE... (1 Reply)
Discussion started by: Mark Ward
1 Replies

5. BSD

Help with installing Gnome on FreeBSD

Recently, i have installed FreeBSD 5.3 on my computer. I then proceeded to install the latest version of Gnome. I went to the FreeBSD handbook and looked up how to set Gnome as my default window manager, and for some reason it did not work. I was wondering what exactly the command is to do set... (4 Replies)
Discussion started by: jgmyshko
4 Replies

6. UNIX Desktop Questions & Answers

installed GNOME on FreeBSD! need help with several things

ps. i posted this first on UNIX for Dummies Questions & Answers , Sorry about the double post Hi guys, I still have "microsoft windows" eyes so this unix freebsd stuff still looks very alien to me. Yesterday I managed to install freebsd 5.1 on my dell notebook. And today I got Gnome 2.2... (2 Replies)
Discussion started by: Dalma
2 Replies

7. UNIX Desktop Questions & Answers

Start Gnome in FreeBSD 4.5

I was finally able to get FreeBSD working with X-windows and KDE. I installed Gnome also. However am not given the chance to run Gnome when I type: startx at the command line. KDE seems to be default How can I run Gnome too? (1 Reply)
Discussion started by: lancest
1 Replies

8. UNIX for Dummies Questions & Answers

Gnome doing strange things.

I dual-booted a Pentium 166 with 48mbs of RAM and 2 gig HD between Windows 95 and Redhat 7. I installed the workstation setup, and selected Gnome as my GUI. Everything went fine, setup was great, no bugs. My monitor is ancient, so it was in the monitor list, and I entered my VRAM as 1mb. All... (5 Replies)
Discussion started by: Furtoes00
5 Replies

9. UNIX for Dummies Questions & Answers

Help.. i just installed freebsd

okey.. i was looking to run a mud.. Multi user Dungeon of my server.. i am not sure how to add users.. could someone please help me? (1 Reply)
Discussion started by: Swifty
1 Replies
Login or Register to Ask a Question