HEX
Server: LiteSpeed
System: Linux houston.panomity.com 6.8.0-100-generic #100-Ubuntu SMP PREEMPT_DYNAMIC Tue Jan 13 16:40:06 UTC 2026 x86_64
User: nudepix (1011)
PHP: 7.4.33
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: //usr/share/doc/xfce4/README.Debian
= First steps with Xfce
Yves-Alexis Perez <corsac@debian.org>
$Id$

== Starting Xfce

=== Using a login manager

For those using a login manager (gdm, kdm, ...) simply choosing "Xfce Session"
is enough.

=== Console startup

Users that prefer to start X from the console can use startx or startxfce4.

The former is preferred in a Debian system as it will run all
standard X session startup files (ConsoleKit, gpg-agent, ssh-agent etc.).
You should not use any .xinitrc or pass any argument to startx (as it'll
prevent running the Xsession scripts.
Put:

----
exec startxfce4
----

in $HOME/.xsession to have startx run the complete Xfce desktop
environment.

See the relevant manual pages for more information.

=== More tuning

To adjust what is run by startxfce4, you can copy /etc/xdg/xfce4/xinitrc
under your home directory in .config/xfce4/ and then hack it to match your
wishes.

== Documentation

Once you've installed this package, all the documentation will end up in
/usr/share/xfce4/doc/C

// vim: filetype=asciidoc: