Commit Graph

8 Commits

Author SHA1 Message Date
5eae08c7ba (Feat): Minor Changes
Some checks failed
Integration Check CI / check (push) Has been cancelled
Continuous integration / Check (push) Has been cancelled
Continuous integration / Rustfmt (push) Has been cancelled
Continuous integration / Clippy (push) Has been cancelled
2026-07-18 23:07:56 +05:30
f6d3acbfbf (Minor): Updated changelog.md 2026-07-18 22:57:50 +05:30
1eb900c27c (Fix): spawnSession now calls SetBasicVariables, SetDisplay, SetSessionParams, SetSeatVars, SetSessionVars, and SetXDGCommonPaths before spawning the desktop. fixes setupX failing immediately with missing DISPLAY/XDG_VTNR/HOME env vars because none were set 2026-07-18 22:40:32 +05:30
c646c7a18b (Fix): removed the non-functional automata background overlay from View() (the Frame() was never called, and the black-space placeholder caused EEEE garbage characters on some terminals) 2026-07-18 22:00:45 +05:30
eedde29e03 (Fix): fixed unsafe.Slice using &r (pointer-to-pointer) as the backing array instead of r (the calloc'd response array), which wrote password bytes into random 2026-07-18 21:42:05 +05:30
2c7eb421bd (Minor): Updated Changelog.md 2026-07-18 21:29:34 +05:30
e51720da14 (Minor): Updated Changelog 2026-07-18 21:19:26 +05:30
30c396ab9e (Fix): replaced hardcoded C.__uint32_t / C.__int32_t casts with a C helper function (auth/utmpx_time.h) that lets the compiler handle type conversion. 2026-07-18 21:00:02 +05:30