[Touch-packages] [Bug 1922414] Re: Xorg scripts fail with "has_option: command not found"

2025-04-10 Thread Wl-dustin
This bug remains in a newly-installed noble, but ssh agent seems to work. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to xorg in Ubuntu. https://bugs.launchpad.net/bugs/1922414 Title: Xorg scripts fail with "has_option: co

[Touch-packages] [Bug 1922414] Re: Xorg scripts fail with "has_option: command not found"

2025-04-09 Thread Wl-dustin
Ah, a few lines earlier in the logs suggest that /etc/gdm3/Xsession is running, and indeed that's a shell script similar to /etc/X11/Xsession but without defining `has_option`. So probably a fix here is simply to define that function in /etc/gdm3/Xsession. -- You received this bug notification be

[Touch-packages] [Bug 1922414] Re: Xorg scripts fail with "has_option: command not found"

2025-04-09 Thread Wl-dustin
Correction, SSH agent does not work, failing at the same time https://bugs.launchpad.net/ubuntu/+source/im-config/+bug/1879352 did. #4 mentions some way of sourcing the xsession config files without actually sourcing /etc/X11/Xsession. Is that the case? How does that work? What have I done to enab

[Touch-packages] [Bug 1879352] Re: /usr/bin/im-launch i3 fails

2020-05-18 Thread Wl-dustin
I was able to fix this by changing ``` exec $STARTUP ``` to ``` $STARTUP ``` Interestingly, this doesn't leave a shell process running -- it leaves `gdm-x-session` running. So perhaps that is emulating a shell somehow, but gets the unquoting wrong for `exec`? -- You received this bug notific

[Touch-packages] [Bug 1879352] [NEW] /usr/bin/im-launch i3 fails

2020-05-18 Thread Wl-dustin
Public bug reported: Trying to run i3 in Focal Fossa, login fails. The screen goes black briefly, then returns to the login screen. I expect this is reproducible by just installing `i3`, selecting it on the settings in the login screen, and logging in. I see the following in the log: ``` May 18