You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
36 lines
3.7 KiB
36 lines
3.7 KiB
7 years ago
|
diff -up sddm-0.17.0/src/common/Configuration.h.fedora_config sddm-0.17.0/src/common/Configuration.h
|
||
|
--- sddm-0.17.0/src/common/Configuration.h.fedora_config 2017-12-05 10:00:16.000000000 -0600
|
||
|
+++ sddm-0.17.0/src/common/Configuration.h 2017-12-05 16:14:04.887614387 -0600
|
||
8 years ago
|
@@ -46,7 +46,7 @@ namespace SDDM {
|
||
8 years ago
|
// Name Entries (but it's a regular class again)
|
||
|
Section(Theme,
|
||
|
Entry(ThemeDir, QString, _S(DATA_INSTALL_DIR "/themes"), _S("Theme directory path"));
|
||
|
- Entry(Current, QString, _S(""), _S("Current theme name"));
|
||
|
+ Entry(Current, QString, _S("01-breeze-fedora"), _S("Current theme name"));
|
||
|
Entry(FacesDir, QString, _S(DATA_INSTALL_DIR "/faces"), _S("Global directory for user avatars\n"
|
||
|
"The files should be named <username>.face.icon"));
|
||
|
Entry(CursorTheme, QString, QString(), _S("Cursor theme used in the greeter"));
|
||
8 years ago
|
@@ -64,10 +64,10 @@ namespace SDDM {
|
||
9 years ago
|
Entry(XauthPath, QString, _S("/usr/bin/xauth"), _S("Path to xauth binary"));
|
||
|
Entry(SessionDir, QString, _S("/usr/share/xsessions"), _S("Directory containing available X sessions"));
|
||
9 years ago
|
Entry(SessionCommand, QString, _S(SESSION_COMMAND), _S("Path to a script to execute when starting the desktop session"));
|
||
9 years ago
|
- Entry(SessionLogFile, QString, _S(".local/share/sddm/xorg-session.log"), _S("Path to the user session log file"));
|
||
8 years ago
|
+ Entry(SessionLogFile, QString, _S(".cache/xsession-errors"), _S("Path to the user session log file"));
|
||
9 years ago
|
Entry(UserAuthFile, QString, _S(".Xauthority"), _S("Path to the Xauthority file"));
|
||
|
- Entry(DisplayCommand, QString, _S(DATA_INSTALL_DIR "/scripts/Xsetup"), _S("Path to a script to execute when starting the display server"));
|
||
|
- Entry(DisplayStopCommand, QString, _S(DATA_INSTALL_DIR "/scripts/Xstop"), _S("Path to a script to execute when stopping the display server"));
|
||
9 years ago
|
+ Entry(DisplayCommand, QString, _S(SYS_CONFIG_DIR "/sddm/Xsetup"), _S("Path to a script to execute when starting the display server"));
|
||
8 years ago
|
+ Entry(DisplayStopCommand, QString, _S(SYS_CONFIG_DIR "/sddm/Xstop"), _S("Path to a script to execute when stopping the display server"));
|
||
9 years ago
|
Entry(MinimumVT, int, MINIMUM_VT, _S("The lowest virtual terminal number that will be used."));
|
||
8 years ago
|
Entry(EnableHiDPI, bool, false, _S("Enable Qt's automatic high-DPI scaling"));
|
||
9 years ago
|
);
|
||
7 years ago
|
@@ -75,7 +75,7 @@ namespace SDDM {
|
||
9 years ago
|
Section(Wayland,
|
||
|
Entry(SessionDir, QString, _S("/usr/share/wayland-sessions"), _S("Directory containing available Wayland sessions"));
|
||
|
Entry(SessionCommand, QString, _S(WAYLAND_SESSION_COMMAND), _S("Path to a script to execute when starting the desktop session"));
|
||
|
- Entry(SessionLogFile, QString, _S(".local/share/sddm/wayland-session.log"),_S("Path to the user session log file"));
|
||
|
+ Entry(SessionLogFile, QString, _S(".cache/wayland-errors"), _S("Path to the user session log file"));
|
||
8 years ago
|
Entry(EnableHiDPI, bool, false, _S("Enable Qt's automatic high-DPI scaling"));
|
||
9 years ago
|
);
|
||
|
|