Brian J. Tarricone
dda1a53856
By default it'll look at your environment to try to figure out which display manager is used in order to start a new session. We first try the org.freedesktop.DisplayManager dbus interface, and if that fails, inspect XDG_SESSION_DESKTOP to try to figure out which display manager is running. The user can also still specify the correct display manager, or a custom command.
12 lines
221 B
TOML
12 lines
221 B
TOML
[package]
|
|
name = "bscreensaver-settings"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
anyhow = "1"
|
|
bscreensaver-util = { path = "../util" }
|
|
glib = "0.15"
|
|
gtk = { version = "0.15", features = ["v3_20"] }
|
|
log = "0.4"
|