Rework the list to be more user oriented.
Reword the login part. Add missing and remove non-existent applications.
This commit is contained in:
parent
09c5e44439
commit
8cc99d45c5
@ -1,10 +1,10 @@
|
|||||||
# $OpenBSD: Makefile,v 1.96 2010/03/27 14:18:18 ajacoutot Exp $
|
# $OpenBSD: Makefile,v 1.97 2010/04/18 17:30:50 ajacoutot Exp $
|
||||||
|
|
||||||
COMMENT= GNOME session
|
COMMENT= GNOME session
|
||||||
|
|
||||||
GNOME_PROJECT= gnome-session
|
GNOME_PROJECT= gnome-session
|
||||||
GNOME_VERSION= 2.28.0
|
GNOME_VERSION= 2.28.0
|
||||||
PKGNAME= ${DISTNAME}p9
|
PKGNAME= ${DISTNAME}p10
|
||||||
|
|
||||||
CATEGORIES= x11
|
CATEGORIES= x11
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
$OpenBSD: README.OpenBSD,v 1.30 2010/03/22 17:34:04 jasper Exp $
|
$OpenBSD: README.OpenBSD,v 1.31 2010/04/18 17:30:50 ajacoutot Exp $
|
||||||
|
|
||||||
The OpenBSD/GNOME desktop
|
The OpenBSD/GNOME desktop
|
||||||
=========================
|
=========================
|
||||||
@ -53,7 +53,7 @@ related ports under the x11/gnome category)
|
|||||||
- Communication
|
- Communication
|
||||||
* ekiga - SIP and H.323 conferencing application
|
* ekiga - SIP and H.323 conferencing application
|
||||||
* empathy - Telepathy based messenger for e.g. MSN, Jabber, etc
|
* empathy - Telepathy based messenger for e.g. MSN, Jabber, etc
|
||||||
* epiphany - lightweight and simple web browser
|
* epiphany (+epiphany-extensions) - lightweight and simple web browser
|
||||||
* evolution - integrated email and PIM software
|
* evolution - integrated email and PIM software
|
||||||
* gossip - Jabber client
|
* gossip - Jabber client
|
||||||
|
|
||||||
@ -64,38 +64,49 @@ related ports under the x11/gnome category)
|
|||||||
* ghex - HEX editor
|
* ghex - HEX editor
|
||||||
* glade3 - user interface builder
|
* glade3 - user interface builder
|
||||||
* gnome-devel-docs - developer documentation
|
* gnome-devel-docs - developer documentation
|
||||||
|
* gnome-development-monitor - GUI to follow GNOME development activity
|
||||||
|
|
||||||
|
- Graphics & Multimedia
|
||||||
|
* cheese - take photos and videos with your webcam
|
||||||
|
* eog-plugins - plugins for EOG
|
||||||
|
* evince - document viewer for multiple document formats
|
||||||
|
* f-spot - photo management application
|
||||||
|
* gnome-games - collection of games
|
||||||
|
* gnome-games-extra-data - extra themes and artwork for GNOME games
|
||||||
|
* gnome-video-arcade - MAME front-end
|
||||||
|
* rhythmbox - music management application
|
||||||
|
* simple-scan - simple scanning utility
|
||||||
|
* totem - multimedia player
|
||||||
|
|
||||||
- Utilities
|
- Utilities
|
||||||
* alacarte - simple menu editing tool
|
* alacarte - simple menu editing tool
|
||||||
* cheese - take photos and videos with your webcam
|
|
||||||
* conduit - all-in-one synchronization application
|
* conduit - all-in-one synchronization application
|
||||||
* evince - document viewer for multiple document formats
|
|
||||||
* gcalctool - desktop calculator
|
* gcalctool - desktop calculator
|
||||||
* gconf-editor - editor for GConf settings
|
* gconf-editor - editor for GConf settings
|
||||||
* gnome-games - collection of games
|
|
||||||
* gnome-scan - scanning application
|
|
||||||
* gnome-themes-extras - extra themes for GNOME
|
|
||||||
* gnome-video-arcade - MAME front-end
|
|
||||||
* gnomebaker - CD/DVD burning application
|
* gnomebaker - CD/DVD burning application
|
||||||
* gucharmap - Unicode character map
|
* gnome-nettool - interface for various networking tools
|
||||||
* hamster-applet - time tracker applet
|
|
||||||
* mergeant - database administration GUI
|
|
||||||
* nautilus-open-terminal - open terminal from a nautilus folder
|
|
||||||
* nautilus-sendto - integrate applications into Nautilus
|
* nautilus-sendto - integrate applications into Nautilus
|
||||||
* tango-icon-theme - Tango icon theme
|
|
||||||
* pessulus - lockdown editor for desktop
|
* pessulus - lockdown editor for desktop
|
||||||
* planner - project management
|
* planner - project management
|
||||||
* seahorse - encryption, keys and passwords manager
|
* seahorse (+seahorse-plugins) - encryption, keys and passwords manager
|
||||||
* system-config-printer - printer (CUPS) administration tool
|
* system-config-printer - printer (CUPS) administration tool
|
||||||
* tomboy - desktop note-taking
|
* tomboy - desktop note-taking
|
||||||
* totem - multimedia player
|
* tracker-search - powerful desktop search tool and indexer
|
||||||
|
* vinagre - VNC Client (remote Desktop client)
|
||||||
|
* vino - VNC server (allows remote access to your Desktop)
|
||||||
* xdg-user-dirs-gtk - manage well know user directories
|
* xdg-user-dirs-gtk - manage well know user directories
|
||||||
|
|
||||||
|
- Themes
|
||||||
|
* gnome-themes-extras - extra themes for GNOME
|
||||||
|
* tango-icon-theme - Tango icon theme
|
||||||
|
|
||||||
* Startup and more documentation
|
* Startup and more documentation
|
||||||
------------------------------
|
------------------------------
|
||||||
One can log in using the login manager, GDM. Or by using the 'startx' command.
|
Login can be made using the GNOME Login Manager: GDM. Or you can add the
|
||||||
In order to use the latter, add a line like the following to your .xinitrc
|
following line corresponding to your login preference:
|
||||||
or .xsession script: 'exec ${TRUEPREFIX}/bin/gnome-session' .
|
exec ${TRUEPREFIX}/bin/gnome-session
|
||||||
|
in ~/.xinitrc when using startx(1)
|
||||||
|
in ~/.xsession when using xdm(1)
|
||||||
|
|
||||||
For more information on using OpenBSD packages please refer to:
|
For more information on using OpenBSD packages please refer to:
|
||||||
http://www.OpenBSD.org/faq/faq15.html . For more general information on
|
http://www.OpenBSD.org/faq/faq15.html . For more general information on
|
||||||
|
Loading…
Reference in New Issue
Block a user