Skip to content

Commit

Permalink
xsession: depend on ofono
Browse files Browse the repository at this point in the history
Scripts that get installed to xsession (like connui-conndlgs) require
ofono to be running, or the entire xsession will block indefinitely
(on startup-pin-query in this case).

Not sure what ultimately the clean solution would be.
  • Loading branch information
MerlijnWajer committed Oct 28, 2021
1 parent 9d9b521 commit 5b164f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion debian/maemo-system-services.xsession.init
Expand Up @@ -3,7 +3,7 @@
description="starting Xsession"

depend() {
need xorg mce
need xorg mce ofono
keyword -timeout
}

Expand Down

0 comments on commit 5b164f9

Please sign in to comment.