File tree Expand file tree Collapse file tree 2 files changed +32
-0
lines changed Expand file tree Collapse file tree 2 files changed +32
-0
lines changed Original file line number Diff line number Diff line change 2020- os: starship prompt in command-line shell
2121- os: command-line commands section
2222- source-control: add rationale for signing commits
23+ - os: debian linux trixie archive resolves xorg change
2324
2425### Changed
2526
Original file line number Diff line number Diff line change @@ -16,6 +16,37 @@ Or add the Regolith public key and package repository to an existing Ubuntu or D
1616
1717[ Regolith 3 Install Guide] ( https://regolith-desktop.com/docs/using-regolith/install/ ) {target=_ blank .md-button}
1818
19+ ### Debian Linux
20+
21+ An additional package source is currently required to support Debian Linux Trixie (the current testing version).
22+
23+ > NOTE: A change to the ` xorg ` approach to looking up a session binary broke Regolith (and other sessions).
24+
25+ Update apt sources to include the unstable archive for Regolith Desktop
26+
27+ !!! NOTE ""
28+ ```shell title="/etc/apt/sources.list.d/regolith.list"
29+ deb [ arch=amd64 signed-by=/usr/share/keyrings/regolith-archive-keyring.gpg] https://archive.regolith-desktop.com/debian/testing testing main
30+ deb [ arch=amd64 signed-by=/usr/share/keyrings/regolith-archive-keyring.gpg] https://archive.regolith-desktop.com/debian/unstable testing main
31+ ```
32+
33+ ??? EXAMPLE "Apt sources list for Debian Linux"
34+
35+ New style apt configuration
36+ ```config title="/etc/apt/sources.list.d/regolith.sources"
37+ Types: deb
38+ URIs: https://archive.regolith-desktop.com/debian/testing/
39+ Suites: testing
40+ Components: main
41+ Signed-By: /usr/share/keyrings/regolith-archive-keyring.gpg
42+
43+ Types: deb
44+ URIs: https://archive.regolith-desktop.com/debian/unstable
45+ Suites: testing
46+ Components: main
47+ Signed-By: /usr/share/keyrings/regolith-archive-keyring.gpg
48+ ```
49+
1950## Post Install
2051
2152[ Regolith 3 Configuration guide] ( https://regolith-desktop.com/docs/using-regolith/configuration/ ) {target=_ blank .md-button}
You can’t perform that action at this time.
0 commit comments