mirror of
https://github.com/systemd/systemd.git
synced 2024-11-01 09:21:26 +03:00
ce7b9f50c3
This adds a first draft of systemd-consoled. This is still missing a lot of features and does some rather primitive rendering. However, it shows the direction this code is going and serves as basis for further testing. The systemd-consoled binary should be run as `systemd --user' unit. It automatically picks up any session marked as Desktop=SYSTEMD-CONSOLE. Therefore, you can use any login-manager you want (ranging from /bin/login to gdm) to create sessions for systemd-consoled. However, the sessions managers must be prepared to set the Desktop= variable properly. The user-session is called `systemd-console', only the daemon providing the terminal environment is called `systemd-consoled' (mind the 'd'). So far, only a single terminal session is provided on each opened user-session. However, we support multiple user-sessions (even across multiple seats) just fine. In the future, the workspace logic will get extended so you can have multiple terminal sessions in a single user-session for easier access. Note that this is still experimental! Instructions on how to run it will follow shortly.
259 lines
4.0 KiB
Plaintext
259 lines
4.0 KiB
Plaintext
*.a
|
|
*.cache
|
|
*.html
|
|
*.la
|
|
*.lo
|
|
*.log
|
|
*.o
|
|
*.plist
|
|
*.pyc
|
|
*.stamp
|
|
*.swp
|
|
*.trs
|
|
*~
|
|
.deps/
|
|
.dirstamp
|
|
.libs/
|
|
/*.gcda
|
|
/*.gcno
|
|
/*.tar.bz2
|
|
/*.tar.gz
|
|
/*.tar.xz
|
|
/Makefile
|
|
/TAGS
|
|
/accelerometer
|
|
/ata_id
|
|
/bootctl
|
|
/build-aux
|
|
/busctl
|
|
/cdrom_id
|
|
/collect
|
|
/coredumpctl
|
|
/coverage/
|
|
/defined
|
|
/exported
|
|
/exported-*
|
|
/gtk-doc.make
|
|
/hostnamectl
|
|
/install-tree
|
|
/journalctl
|
|
/libsystemd-*.c
|
|
/libtool
|
|
/localectl
|
|
/loginctl
|
|
/machinectl
|
|
/mtd_probe
|
|
/networkctl
|
|
/scsi_id
|
|
/systemadm
|
|
/systemctl
|
|
/systemd
|
|
/systemd-ac-power
|
|
/systemd-activate
|
|
/systemd-analyze
|
|
/systemd-ask-password
|
|
/systemd-backlight
|
|
/systemd-binfmt
|
|
/systemd-bootchart
|
|
/systemd-bus-proxyd
|
|
/systemd-cat
|
|
/systemd-cgls
|
|
/systemd-cgroups-agent
|
|
/systemd-cgtop
|
|
/systemd-consoled
|
|
/systemd-coredump
|
|
/systemd-cryptsetup
|
|
/systemd-cryptsetup-generator
|
|
/systemd-dbus1-generator
|
|
/systemd-debug-generator
|
|
/systemd-delta
|
|
/systemd-detect-virt
|
|
/systemd-efi-boot-generator
|
|
/systemd-escape
|
|
/systemd-evcat
|
|
/systemd-firstboot
|
|
/systemd-fsck
|
|
/systemd-fstab-generator
|
|
/systemd-getty-generator
|
|
/systemd-gnome-ask-password-agent
|
|
/systemd-gpt-auto-generator
|
|
/systemd-hibernate-resume
|
|
/systemd-hibernate-resume-generator
|
|
/systemd-hostnamed
|
|
/systemd-inhibit
|
|
/systemd-initctl
|
|
/systemd-journal-gatewayd
|
|
/systemd-journal-remote
|
|
/systemd-journal-upload
|
|
/systemd-journald
|
|
/systemd-kmsg-syslogd
|
|
/systemd-localed
|
|
/systemd-logind
|
|
/systemd-machine-id-setup
|
|
/systemd-machined
|
|
/systemd-modeset
|
|
/systemd-modules-load
|
|
/systemd-multi-seat-x
|
|
/systemd-networkd
|
|
/systemd-networkd-wait-online
|
|
/systemd-notify
|
|
/systemd-nspawn
|
|
/systemd-path
|
|
/systemd-quotacheck
|
|
/systemd-random-seed
|
|
/systemd-rc-local-generator
|
|
/systemd-readahead
|
|
/systemd-remount-api-vfs
|
|
/systemd-remount-fs
|
|
/systemd-reply-password
|
|
/systemd-resolve-host
|
|
/systemd-resolved
|
|
/systemd-rfkill
|
|
/systemd-run
|
|
/systemd-shutdown
|
|
/systemd-shutdownd
|
|
/systemd-sleep
|
|
/systemd-socket-proxyd
|
|
/systemd-subterm
|
|
/systemd-sysctl
|
|
/systemd-system-update-generator
|
|
/systemd-sysusers
|
|
/systemd-sysv-generator
|
|
/systemd-timedated
|
|
/systemd-timesyncd
|
|
/systemd-tmpfiles
|
|
/systemd-tty-ask-password-agent
|
|
/systemd-uaccess
|
|
/systemd-udevd
|
|
/systemd-update-done
|
|
/systemd-update-utmp
|
|
/systemd-user-sessions
|
|
/systemd-vconsole-setup
|
|
/tags
|
|
/test-architecture
|
|
/test-async
|
|
/test-barrier
|
|
/test-boot-timestamp
|
|
/test-bus-chat
|
|
/test-bus-cleanup
|
|
/test-bus-creds
|
|
/test-bus-error
|
|
/test-bus-gvariant
|
|
/test-bus-introspect
|
|
/test-bus-kernel
|
|
/test-bus-kernel-benchmark
|
|
/test-bus-kernel-bloom
|
|
/test-bus-marshal
|
|
/test-bus-match
|
|
/test-bus-memfd
|
|
/test-bus-objects
|
|
/test-bus-policy
|
|
/test-bus-server
|
|
/test-bus-signature
|
|
/test-bus-zero-copy
|
|
/test-calendarspec
|
|
/test-capability
|
|
/test-catalog
|
|
/test-cgroup
|
|
/test-cgroup-mask
|
|
/test-cgroup-util
|
|
/test-compress
|
|
/test-compress-benchmark
|
|
/test-condition-util
|
|
/test-conf-files
|
|
/test-coredump-vacuum
|
|
/test-daemon
|
|
/test-date
|
|
/test-device-nodes
|
|
/test-dhcp-client
|
|
/test-dhcp-option
|
|
/test-dhcp-server
|
|
/test-dhcp6-client
|
|
/test-dns-domain
|
|
/test-icmp6-rs
|
|
/test-ellipsize
|
|
/test-engine
|
|
/test-env-replace
|
|
/test-event
|
|
/test-fdset
|
|
/test-fileio
|
|
/test-hashmap
|
|
/test-hostname
|
|
/test-id128
|
|
/test-inhibit
|
|
/test-install
|
|
/test-ipcrm
|
|
/test-ipv4ll
|
|
/test-job-type
|
|
/test-journal
|
|
/test-journal-enum
|
|
/test-journal-flush
|
|
/test-journal-init
|
|
/test-journal-interleaving
|
|
/test-journal-match
|
|
/test-journal-send
|
|
/test-journal-stream
|
|
/test-journal-syslog
|
|
/test-journal-verify
|
|
/test-libsystemd-sym*
|
|
/test-libsystemd-*-sym*
|
|
/test-libudev
|
|
/test-libudev-sym*
|
|
/test-list
|
|
/test-log
|
|
/test-login
|
|
/test-login-shared
|
|
/test-login-tables
|
|
/test-loopback
|
|
/test-machine-tables
|
|
/test-mmap-cache
|
|
/test-namespace
|
|
/test-network
|
|
/test-network-tables
|
|
/test-ns
|
|
/test-path-util
|
|
/test-prioq
|
|
/test-ratelimit
|
|
/test-pty
|
|
/test-replace-var
|
|
/test-resolve
|
|
/test-ring
|
|
/test-rtnl
|
|
/test-rtnl-manual
|
|
/test-sched-prio
|
|
/test-set
|
|
/test-sleep
|
|
/test-socket-util
|
|
/test-ssd
|
|
/test-strbuf
|
|
/test-strip-tab-ansi
|
|
/test-strv
|
|
/test-strxcpyx
|
|
/test-tables
|
|
/test-term-page
|
|
/test-term-parser
|
|
/test-time
|
|
/test-tmpfiles
|
|
/test-udev
|
|
/test-uid-range
|
|
/test-unifont
|
|
/test-unit-file
|
|
/test-unit-name
|
|
/test-utf8
|
|
/test-util
|
|
/test-watchdog
|
|
/test-xml
|
|
/timedatectl
|
|
/udevadm
|
|
/undefined
|
|
/v4l_id
|
|
Makefile.in
|
|
__pycache__/
|
|
aclocal.m4
|
|
config.h
|
|
config.h.in
|
|
config.log
|
|
config.status
|
|
configure
|
|
stamp-*
|