View Single Post
Old 13th October 2017
pawkolor pawkolor is offline
Fdisk Soldier
 
Join Date: May 2015
Posts: 53
Default

Ok this issue ftp work but now I would ask about Gnome .I install full packages but I can't start Gnome .For me is not clear understanding this man .
#############################How to start it ##########
$OpenBSD: README-main,v 1.40 2017/04/16 12:43:20 ajacoutot Exp $

+-----------------------------------------------------------------------
| Running gnome-3.24.2 on OpenBSD
+-----------------------------------------------------------------------

(see "Cheat sheet" at the end of this file for a quick setup)

The GNOME desktop is composed of 2 meta-packages:
* gnome, for a standard GNOME installation
* gnome-extras, for a full GNOME installation

The "gnome" package is focused on generic usage to give the user the
choice to install his favorite applications for daily usage (i.e. PIM,
WWW browser, office and development applications have been left out on
purpose).

Starting GNOME
==============

DBus
----
Before running gnome-session(1), a system-wide D-Bus daemon needs to be
running ("messagebus" must be added to "pkg_scripts" in rc.conf.local(8)).

GDM
---
Session management requires the use of GDM as login manager, otherwise
some key features like screen locking, session tracking... will not work
properly. To do so, "gdm" must be added at the end of "pkg_scripts" in
rc.conf.local(8) (and "xenodm_flags" commented or removed).

GDM greeter language and character set is configured in:
/etc/gdm/locale.conf
Note that the variables set in this file will be inherited by the user session.
They can be unset/overriden in the user's .profile file.

It is *not* possible to change the GDM greeter keyboard input layout due to the
lack of systemd-localed support on OpenBSD.

Alternative (non-GDM) GNOME startup
-----------------------------------
*** NOT RECOMMENDED ***
To start GNOME without GDM, the following line needs to be added:
exec /usr/local/bin/ck-launch-session /usr/local/bin/gnome-session
to ~/.xinitrc when using startx(1) (console login)
to ~/.xsession when using xenodm(1) (or similar login)

mDNS/DNS-SD support
===================
The avahi-daemon(8) daemon provides Zeroconf support (aka. Bonjour /
Rendezvous) in GNOME. Several applications can optionally benefit from
it (e.g. the "Network" shortcut in nautilus(1)) while some others
will not work at all without it (e.g. seahorse-sharing(1)).

To make use of it, rc.conf.local(8) needs to contain the following line:
multicast=YES
and "avahi_daemon" must be added to "pkg_scripts" _after_ "messagebus".

LibreOffice integration
=======================
The gnome-documents manager and sushi previewer do not support Office type
documents by defaults (e.g. docx, .odt, .ods) but rely on unoconv to display
them. If such support is needed, `doas pkg_add unoconv` will take care of it.

Cheat sheet
===========
# rcctl disable xenodm
# rcctl enable multicast messagebus avahi_daemon gdm
# reboot
Reply With Quote