Skip to content

Conversation

@ygerlach
Copy link
Contributor

@ygerlach ygerlach commented Oct 5, 2025

Fixes #457

I now overwrite the default behavior of the AboutDialog with our own xdg_open, that uses the sudo or pkexec calling user to drop into his environment.
I am currently guessing the DBUS_SESSION_BUS_ADDRESS (firefox seems to need this to find its open processes). Maybe it would be a good idea to copy the entire env from the parent of pkexec or sudo, when using xdg-open.
(EDIT: i was able to drop the guess work due to the merge of #460)

I have also removed some unused user functions, as they can be largely reimplemented with a single line of Posix.getpwuid(uid)?.pw_dir or similar if we ever need something like that again.

Shares commits with: #475

@ygerlach ygerlach mentioned this pull request Nov 16, 2025
@mtwebster mtwebster merged commit 1908688 into linuxmint:master Nov 23, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

Links in the "About Timeshift-gtk" window do not open

2 participants