|
OpenBSD General Other questions regarding OpenBSD which do not fit in any of the categories below. |
|
Thread Tools | Display Modes |
|
||||
Your post is somewhat cryptic.
When you say When I try to open gnome from CLI using "gnome-session" did you typed gnome-session on the CLI or did you echo "exec gnome-session" > .xinitrc then startx ????? Also, IIRC, while GNOME works perfectly well on OpenBSD, the GNOME implementation was said to have been updated (undeadly.org) for XFCE4 to work. As the OpenBSD implementation of GNOME does not follows the pure GNOME installation with *all* possibly (even rarely) needed dependencies a la FreeBSD, I doubt pkg_add 'ing only *desktop and *session would give you a full working environment. AFAIK, on OpenBSD, there is no way to install a "Gnome-light" environment with a meta-package. If you want GNOME, I suggest you install it via the "source", that is cd /usr/ports/x11/gnome && make install you can set your mk.conf to preferably use packages when available and end up installing from packages only. The ports/packages infrastructure of OpenBSD is second to none for installing and upgrading applications. Need to read some man pages.
__________________
da more I know I know I know nuttin' |
|
||||
Beginning with 4.3, gnome-session comes with a README.OpenBSD which I have replicated here for you:
Quote:
Last edited by jggimi; 7th May 2008 at 06:18 PM. |
|
||||
After I install Gnome by pkg_add -v
I use this link for start Gnome http://www.openbsd.org/faq/faq11.html |
|
||||
Please do not use Desktop with root , I think you do not have enough space for start Gnome Desktop with root account
use Touch command for make .xinitrc and use some editor like VI or nano or mcedit for open that file and put exex gnome-session you can use echo too for put exex gnome-session in .xinitrc |
|
||||
Yes you have to. If all your users run graphical user interfaces and this computer is more a desktop than a server, you may also try GDM - this will allow you to boot directly into the graphical user interface and log in from that interface.
__________________
"Any intelligent fool can make things bigger, more complex, and more violent. It takes a touch of genius -- and a lot of courage -- to move in the opposite direction." |
|
||||
Each user needs .xinitrc in it's home directory to use startx.
If using XDM or GDM, each user needs a .xsession file in its home directory. The .xsession file is used in the same way as the .xinitrc file; in fact they may be the same file, through the use of the ln(1) command. The "root" user's home directory is /root. A normal user's home directory typically is created in a subdirectory of /home, but the admin may put it anywhere. Shredder, it seems to me that you need to learn to use a Unix text editor; the most commonly used editors are vi or emacs. The vi(1) program is built in, and there is a subset of the emacs editor also, called mg(1). There are zealots in both camps. I happen to have learned vi many decades ago, so that is what I use. But it matters not what you pick, so long as you learn one of them. If you'd like to see what a working OpenBSD system with Gnome already installed looks like, I have a LiveDVD of OpenBSD 4.3 with all of Gnome available for download. You can examine .xinitrc and .xsession files (they are the same file on this system), use pkg_info(1) to see what's installed, and see if you like the Epiphany browser or other Gnome tools. If you start the LiveDVD in "graphical" mode it will start XDM for you, if you start in "console" mode you can issue the startx command yourself. Last edited by jggimi; 8th May 2008 at 01:46 PM. |
|
|||
Quote:
When startx is invoked, the script checks for the presence of ~/.xinitrc (note the period...). If present, this file is executed. If not, /etc/X11/xinit/xinitrc is executed (note no period...). In this manner users can customize how X starts by changing the contents of ~/.xinitrc. Note that the default window manager is fvwm(1) as can be found at the bottom of /etc/X11/xinit/xinitrc. If you want to change the defaults (window manager, applications started at X's invocation, etc.), edit /etc/X11/xinit/xinitrc. For more information, see Section 11 of the FAQ: http://openbsd.org/faq/faq11.html Last edited by ocicat; 8th May 2008 at 03:27 PM. |
|
|||
Not true. As explained above, /etc/X11/xinit/xinitrc contains the default configuration for X.
|
|
||||
Re: xorg.conf.
Wait soem days for the mirrors to get the updates and re-compile xenocara. You might not need xorg.conf anymore. http://undeadly.org/cgi?action=artic...panded&count=9 Re: .xinitrc for every user? Unless you install a display manager (XDM, KDM, GDM). Re: gnome-session. Right, checked the Makefile which should have been my first action. Btw: echo "exec gnome-session" > ~/.xinitrc *not* exex, from one bad typist to the other.
__________________
da more I know I know I know nuttin' |
|
||||
Let's not confuse .xinitrc/.xsession with xorg.conf.
The former are used to select window managers and startup X applications, the latter configures the X environment. EDIT: In the case of the recent change to Xorg, a) that is for -current, not -release/-stable, and b) affects keyboard autoconfiguration only, and should have nothing to do with Shredder's query. |
Thread Tools | |
Display Modes | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Set Of gnome issues | jaideep_jdof | NetBSD General | 13 | 17th September 2009 06:39 AM |
issues with setting up symon on openbsd | badguy | OpenBSD Security | 12 | 22nd July 2009 02:21 AM |
Full install of Gnome on OpenBSD 4.4 | mfaridi | OpenBSD Installation and Upgrading | 17 | 9th November 2008 01:54 PM |
Instaling Gnome in OpenBSD 4.3 | Ragnar | FreeBSD Ports and Packages | 1 | 21st May 2008 02:21 AM |
Unicode issues with gnome-mount/HAL? | milkycow | FreeBSD Ports and Packages | 3 | 9th May 2008 11:46 PM |