Skip to content

Rework executable path handling - #489

Open
wpferguson wants to merge 2 commits into
darktable-org:masterfrom
wpferguson:excutable_manager_add_executable
Open

Rework executable path handling#489
wpferguson wants to merge 2 commits into
darktable-org:masterfrom
wpferguson:excutable_manager_add_executable

Conversation

@wpferguson

Copy link
Copy Markdown
Member

Updated executable path preferences so that executable_manager doesn't have to read the darktablerc file to get the executables and paths.

Changed check_if_bin_exists to use preferences first. This should cut down on "flickering windows" on windows

 executable_manager can see new executables in
case they need the user to find the path and
assign it. Reworked check_if_bin_exists to
use the preference if it exists to try and
cut down on the "flickering windows" problem
on windows.
 enhancements in the file library so
that executable paths can be assigned
to new executables that they system was
unable to detect.
@wpfergusonwpferguson added the WIP Work in Progress label Jun 24, 2024
@wpferguson

Copy link
Copy Markdown
MemberAuthor

Depends on darktable-org/darktable#17300

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

WIPWork in Progress

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@wpferguson