![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX Desktop for Dummies Questions & Answers Questions regarding GNOME, KDE, CDE, Open Office, etc go here. All UNIX and Linux Newbies Welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Help:- Just clean installed OpenSUse10 with Gnome, now want KDE | Mark Ward | Linux | 1 | 02-05-2006 06:26 AM |
| installed GNOME on FreeBSD! need help with several things | Dalma | UNIX for Dummies Questions & Answers | 1 | 06-26-2003 08:59 PM |
| Start Gnome in FreeBSD 4.5 | lancest | UNIX Desktop for Dummies Questions & Answers | 1 | 04-08-2002 09:33 AM |
| Gnome doing strange things. | Furtoes00 | UNIX for Dummies Questions & Answers | 5 | 03-18-2002 12:26 PM |
| Help.. i just installed freebsd | Swifty | UNIX for Dummies Questions & Answers | 1 | 07-08-2001 07:29 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
|||
|
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 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 . 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 |
| Forum Sponsor | ||
|
|
|
|||
|
noo...man you`re doing it all wrong...freebsd uses ports & packages system that makes isntalling new apps or upgradeing really easy...i recommend you to read freebsd handbook, you can find it on www.freebsd.org, or in your /usr/share/doc dir. Whole process about installing new app in freebsd is eg. pkg_add -r gimp or from ports cd /usr/ports/graphics/gimp1
; make install clean it will fetch it from net and install it. ports system is great :o) i cannot help you with gdm part, cause i`m not using it, you can use gnome without it... |