Bug #11851
darktable-chart disc error on Windows version
Start date:
12/11/2017
Due date:
% Done:
100%
Affected Version:
2.4.0rc0
System:
Windows
bitness:
64-bit
hardware architecture:
amd64/x86
Description
Windows version of darktable-chart opens with a blocking error about a missing disc.
Associated revisions
Windows: Don't show error popup on empty CD drive
GTK enumerates all Windows drives when creating file choosers. However,
that includes CD drives that are empty. Subsequent rties to access those
drives results in an error popup from Windows, asking the user to insert
a CD. There isn't much we can do about what GTK does, but at least we
can tell Windows to not show that popup.
Fixes #11851
History
#1
Updated by Tobias Ellinghaus 4 months ago
- % Done changed from 0 to 20
- Target version set to 2.4.0
- Status changed from New to Triaged
#2
Updated by Tobias Ellinghaus 4 months ago
Even this minimal example shows them, so we either have to tell Windows to suppress them, or it's a GTK issue.
#include <gtk/gtk.h> int main(int argc, char *argv[]) { gtk_init(&argc, &argv); gtk_file_chooser_button_new("title", GTK_FILE_CHOOSER_ACTION_OPEN); return 0; }
#3
Updated by Tobias Ellinghaus 4 months ago
- % Done changed from 20 to 100
- Status changed from Triaged to Fixed
Applied in changeset darktable|dfdd30043a4a570e8871da413c8d65cd152c8e51.