mirror of
https://github.com/fairyglade/ly.git
synced 2026-02-04 16:34:55 +00:00
Check for session file name in autologin (closes #895)
Signed-off-by: AnErrupTion <anerruption@disroot.org>
This commit is contained in:
@@ -14,6 +14,7 @@ pub const DesktopEntry = struct {
|
||||
pub const Entry = struct { @"Desktop Entry": DesktopEntry = .{} };
|
||||
|
||||
entry_ini: ?Ini(Entry) = null,
|
||||
file_name: []const u8 = "",
|
||||
name: []const u8 = "",
|
||||
xdg_session_desktop: ?[]const u8 = null,
|
||||
xdg_session_desktop_owned: bool = false,
|
||||
|
||||
Reference in New Issue
Block a user