File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed
Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 1+ greetd-qtgreet-settings (0.0.7) nitrux; urgency=medium
2+
3+ * Update service.
4+
5+ -- Uri Herrera <uri_herrera@nxos.org> Tue, 22 Jul 2025 15:24:00 -0500
6+
17greetd-qtgreet-settings (0.0.6) nitrux; urgency=medium
28
39 * Update postinst.
Original file line number Diff line number Diff line change @@ -13,12 +13,12 @@ depend() {
1313
1414start_pre () {
1515
16- if ! getent passwd greeter > /dev/null; then
17- eerror " User 'greeter ' does not exist. Please create it first."
16+ if ! getent passwd greetd > /dev/null; then
17+ eerror " User 'greetd ' does not exist. Please create it first."
1818 return 1
1919 fi
2020
21- checkpath -d -m 0755 -o greeter:greeter /run/greetd
21+ checkpath -d -m 0755 -o greetd:greetd /run/greetd
2222
2323 if command -v plymouth > /dev/null 2>&1 && plymouth --ping; then
2424 plymouth quit
You can’t perform that action at this time.
0 commit comments