f982995f2b
ok jasper@ sthen@ |
||
---|---|---|
.. | ||
DESCR | ||
PFRAG.shared | ||
PLIST | ||
README |
$OpenBSD: README,v 1.5 2011/06/02 13:41:42 ajacoutot Exp $ +----------------------------------------------------------------------- | Running ${FULLPKGNAME} on OpenBSD +----------------------------------------------------------------------- Tips and tricks for a pleasant Xfce desktop environment experience ================================================================== Installation ------------ In order to have a basic Xfce desktop, you should install the following core packages (this will install the required libraries): $ sudo pkg_add xfce-utils xfce4-panel xfce4-session xfdesktop xfwm4 You should also install some basic theme packages: $ sudo pkg_add xfwm4-themes gtk-xfce-engine And some cool xfce-companion apps for a nicer desktop: $ sudo pkg_add xfce4-terminal orage ristretto mousepad xfce4-appfinder xfce4-mixer xfce4-notifyd xfprint tumbler Finally, have a look at available panel plugins here: http://goodies.xfce.org/projects/panel-plugins/start And make your choice from plugins available in the ports-tree. If you want the one-line comment for each port, just do: $ cd /usr/ports/x11/xfce4 && make show=COMMENT Startup ------- Xfce desktop environment is launched through the 'startxfce4' script, provided by the xfce-utils package. Simply add '${LOCALBASE}/bin/startxfce4' to your .xinitrc/.xsession script if you use startx, xdm or slim. If you use gdm or kdm, have a look at http://wiki.xfce.org/faq#starting_xfce. An xfce4.desktop file is provided for use by gdm. logging out and shutting down the computer ------------------------------------------ If your installation supports complete shutdown, clicking on the logout button on panel will permit you to either logout, rebooting or halt the computer, provided you have the needed sudo credentials. If you don't want to have to enter your password, simply add this line to the /etc/sudoers file using visudo: $your_username ALL=NOPASSWD: ${TRUEPREFIX}/libexec/xfsm-shutdown-helper Thunar file manager tips ------------------------ Thunar can display resizable svg icons if you install the librsvg package. A nice svg icon theme is provided by the tango-icon-theme package. If you want to browse samba shares using GVfs, you'll need to install gvfs-smb package. You can have a look at hotplugd(8) if you want some kind of auto-mount feature in thunar, provided natively by gudev on Linux and FreeBSD. Also, see http://thunar.xfce.org/pwiki/documentation/faq. Desktop/Applications menu ------------------------- The desktop menu is compliant to freedesktop.org specifications, and can be edited using GNOME's alacarte. The menu will be saved in ~/.config/menus/xfce-applications.menu Terminal, special characters and localized applications ------------------------------------------------------- If you use a particular non-ascii encoding and have problems seeing special characters in terminal (like accentued characters in french), you should add this line to your .xinitrc/.xsession before startxfce4: export LC_CTYPE=fr_FR.ISO8859-15 where LC_CTYPE is defined this way (thanks benny) : http://foo-projects.org/pipermail/xfce4-dev/2006-July/020680.html Similarly, if you want localized applications, add this line too: export LC_MESSAGES=fr where 'fr' is your language tag. More generally, http://wiki.xfce.org/faq and http://wiki.xfce.org/tips are the best resources for user-level documentation.