mrvladus / Errands

Todo application for those who prefer simplicity.
MIT License
275 stars 65 forks source link

App detaches from the command line when launched. #259

Closed ponychicken closed 2 months ago

ponychicken commented 2 months ago

I have problems with the sync, so I wanted to have a look at std out. Unfortunately the process detaches when I launch it in the terminal. (The app starts, but the command in the terminal returns 0 and I cannot see further output.)

flatpak run -v io.github.mrvladus.List 
F: No installations directory in /etc/flatpak/installations.d. Skipping
F: Opening system flatpak installation at path /var/lib/flatpak
......
F: Cleaning up unused container id 809219570
F: Allocated instance id 1393228666
F: Add defaults in dir /io/github/mrvladus/List/
F: Add locks in dir /io/github/mrvladus/List/
F: Allowing dri access
F: Allowing wayland access
F: Running 'bwrap --args 41 xdg-dbus-proxy --args=43'
F: Running 'bwrap --args 41 errands'
mrvladus commented 2 months ago

Try to run flatpak kill io.github.mrvladus.List first, then launch in terminal with flatpak run io.github.mrvladus.List

mrvladus commented 2 months ago

Or click Quit from main menu

ponychicken commented 2 months ago

Ah ok i get it, it was running in the background. I guess there is nothing to do here.