Skip to content

online-accounts: Fix goa-helper on X11

Jan Tojnar requested to merge wip/jtojnar/x11-goa-helper into master

The handle_str contains the “x11:” prefix so strtol would return 0. We need to pass it the numeric substring.

Fixes: #1651 (closed)

Merge request reports