Jorilx
Jorilx
Same problem here (Xperia M4 Aqua) and same solution
"The existing text box" should be used to re-enter the old password, sadly it's not very user-friendly. I'd like to propose a patch but I'm completely unfamiliar with LightDM code......
@bagnacauda Actually that message comes from linux-pam (libpam-runtime package on Debian), [here](https://github.com/linux-pam/linux-pam/blob/98b18a1e881e5af61fd71c081d0895580a2d5809/modules/pam_unix/pam_unix_passwd.c#L692). It looks like PAM is not using the system locale (but only when called from lightdm, after login...
I fixed the calls to `start-stop-daemon` by replacing the `--name $NAME` with `--exec $DAEMON` and now I can get Radicale v3 to start and stop correctly. Here's the patch: ```...
Since we're already using the `--background` switch we can add `--no-close` and redirect stderr to a log file... So here's the "final" patch: ``` --- radicale.ori 2022-08-11 21:12:44.855323769 +0200 +++...
It looks like the stop/restart functions need a little fix too: ``` --- radicale.ori 2022-08-11 21:12:44.855323769 +0200 +++ radicale 2022-08-16 11:09:04.446920188 +0200 @@ -86,7 +86,7 @@ # 1 if daemon...
I think this issue could be closed...? See [this commit](https://github.com/wxWidgets/Phoenix/commit/cc4e5c313f05c1bd3ba06ea60e3e0ec4eb948c97)
I can see this too, wxPython `4.1.0 gtk3 (phoenix) wxWidgets 3.1.4` from https://extras.wxpython.org/wxPython4/extras/linux/gtk3/debian-10) on Devuan 3 (similar to Debian 10) MATE desktop
Running the wxPython demo, I can see this behaviour with the following examples: TreeListCtrl CheckListCtrl ListCtrl ListCtrl_virtual HyperTreeList UltimateListCtrl It does NOT happen with: DVC_IndexListModel DVC_ListCtrl
Workaround: use the overlay scrollbars (`GTK_OVERLAY_SCROLLING=1`)