Thomas G.
Thomas G.
Great. I believe `%U` is a placeholder from the [.desktop entry spec](https://specifications.freedesktop.org/desktop-entry-spec/desktop-entry-spec-latest.html#exec-variables), where arguments should be passed as URLs. This won't work with bash, so it's probably better to leave...
> ``` > > ``` > > > > > > ``` > error: APP must be specified > See '/usr/bin/flatpak run --help' > ``` ah right, I accidentally removed...
@grazzolini Would you consider adding another maintainer, seeing that you don't use this hook anymore and seem to have little time for maintaining it at the moment?
Let's continue this discussion in a separate issue. What you describe sounds similar to what `--event_hook` provides. Does that not solve your issue? > I've got a patch that adds...
Hi @dajt1725, I pulled your comment over into this new issue. Let me know if this is something that you want to follow up on, otherwise, we could just close...
Hi, currently it's not configurable, but this is something that is definitely on my agenda. I'm not sure if there is currently an open ticket for this, so feel free...
Hi, thanks for the report. I haven't seen this so far. Does this also occur with the docker version? I'm rather busy this week. If I don't get back to...
Ok, thank you for the update. In this case I'll close because, although it'd be nice to have a better error message for this case, it will be hard to...
Interesting, so it works with a manual installation, but not with the pulled docker container on docker-hub? What if you build a new image from this repository? That should have...
So I finally got around to reproducing this locally. netcup seems to let authenticated sessions time out after 30s without requests and then responds with the above message. Solution may...