Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

xdgdesktopfile: Allow non-detach starting #244

Merged
merged 1 commit into from
Feb 19, 2021
Merged

xdgdesktopfile: Allow non-detach starting #244

merged 1 commit into from
Feb 19, 2021

Conversation

palinek
Copy link
Contributor

@palinek palinek commented Feb 8, 2021

Allow runtime overriding of detachment of processes by setting the
QTXDG_START_DETACH_TRULY. Default value is true [1].
With this the application (using libqt5xdg) can correctly send
termination signal to child processes on the application exit.

Allow runtime overriding of detachment of processes by setting the
QTXDG_START_DETACH_TRULY. Default value is true [1].
With this the application (using libqt5xdg) can correctly send
termination signal to child processes on the application exit.
@palinek
Copy link
Contributor Author

palinek commented Feb 8, 2021

With this we can help applications started by lxqt-session/panel/runner to quit gracefully.

Ref. e.g. -> pvanek/qlipper#34 (comment)

@tsujan
Copy link
Member

tsujan commented Feb 8, 2021

With this we can help applications started by lxqt-session/panel/runner to quit gracefully.

It'll be very useful because apps may save some of their settings (window size, cursor position, etc.) when they exit.

Copy link
Member

@luis-pereira luis-pereira left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

GTM.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants