[krita] [Bug 361973] File open/save/export dialogs broken

2016-05-02 Thread Boudewijn Rempt via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361973 Boudewijn Rempt changed: What|Removed |Added Latest Commit|http://commits.kde.org/krit |http://commits.kde.org/krit

[krita] [Bug 361973] File open/save/export dialogs broken

2016-05-02 Thread Boudewijn Rempt via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361973 Boudewijn Rempt changed: What|Removed |Added Resolution|--- |FIXED Latest Commit|

[krita] [Bug 361973] File open/save/export dialogs broken

2016-04-29 Thread Boudewijn Rempt via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361973 --- Comment #14 from Boudewijn Rempt --- I still don't know what's up, but the only way I can reproduce it is in a fedora 23 live session. The file dialog is completely broken there. -- You are receiving this mail because: You are watching all bug cha

[krita] [Bug 361973] File open/save/export dialogs broken

2016-04-25 Thread Ilya V . Portnov via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361973 --- Comment #13 from Ilya V. Portnov --- I think it depends somehow on DE running. Maybe KDE sets XDG_DATA_DIRS somehow. On my configuration XDG_DATA_DIRS is not set and everything works somehow. It may be also important that I install krita by running

[krita] [Bug 361973] File open/save/export dialogs broken

2016-04-25 Thread Boudewijn Rempt via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361973 --- Comment #12 from Boudewijn Rempt --- But we cannot just not set that because that means the translations cannot be found. And I don't get how this can break the KDE file dialog either... -- You are receiving this mail because: You are watching all

[krita] [Bug 361973] File open/save/export dialogs broken

2016-04-24 Thread Ilya V . Portnov via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361973 --- Comment #11 from Ilya V. Portnov --- Well, following is pretty simple patch against git master which resolves the bug in my case: diff --git a/krita/main.cc b/krita/main.cc index 7f79ddf..d1752dc 100644 --- a/krita/main.cc +++ b/krita/main.cc @@ -1

[krita] [Bug 361973] File open/save/export dialogs broken

2016-04-20 Thread Ilya V . Portnov via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361973 --- Comment #10 from Ilya V. Portnov --- "Suspected" part of that commit is +#ifdef Q_OS_LINUX +qputenv("XDG_DATA_DIRS", QFile::encodeName(KoResourcePaths::getApplicationRoot() + "/share") + ":" + qgetenv("XDG_DATA_DIRS")); +#else +qputenv(

[krita] [Bug 361973] File open/save/export dialogs broken

2016-04-20 Thread Ilya V . Portnov via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361973 --- Comment #9 from Ilya V. Portnov --- So, I finally run git bisect, and the result is: 5ef533050cd4206353b44fecd4f06edd6e94e729 is the first bad commit commit 5ef533050cd4206353b44fecd4f06edd6e94e729 Author: Boudewijn Rempt Date: Wed Apr 6 20:57:5

[krita] [Bug 361973] File open/save/export dialogs broken

2016-04-20 Thread Ilya V . Portnov via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361973 --- Comment #8 from Ilya V. Portnov --- Git revision bae990e... is "good", file dialog works in it. It seems I have to do git bisect, but building krita each time takes so much time... :/ -- You are receiving this mail because: You are watching all bu

[krita] [Bug 361973] File open/save/export dialogs broken

2016-04-20 Thread Boudewijn Rempt via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361973 --- Comment #7 from Boudewijn Rempt --- The XDG setting means the KDE dialog is selected -- I wonder whether that works. In any case, I'm trying to reproduce and debug. -- You are receiving this mail because: You are watching all bug changes.

[krita] [Bug 361973] File open/save/export dialogs broken

2016-04-20 Thread Ilya V . Portnov via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361973 --- Comment #6 from Ilya V. Portnov --- I can't say exactly which dialog is used - it may be Qt's or KDE's one. -- You are receiving this mail because: You are watching all bug changes.

[krita] [Bug 361973] File open/save/export dialogs broken

2016-04-20 Thread Ilya V . Portnov via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361973 --- Comment #5 from Ilya V. Portnov --- This is "self-made" desktop environment. I use XMonad as WM, some KDE apps and some GTK apps. Also, I have XDG_CURRENT_DESKTOP=KDE. -- You are receiving this mail because: You are watching all bug changes.

[krita] [Bug 361973] File open/save/export dialogs broken

2016-04-19 Thread Boudewijn Rempt via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361973 Boudewijn Rempt changed: What|Removed |Added CC||b...@valdyas.org --- Comment #4 from Boudewij

[krita] [Bug 361973] File open/save/export dialogs broken

2016-04-19 Thread Ilya V . Portnov via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361973 --- Comment #3 from Ilya V. Portnov --- Created attachment 98467 --> https://bugs.kde.org/attachment.cgi?id=98467&action=edit Full stderr log Attaching full log from stdout&stderr. The desktop environment is not KDE, but Dolphin (5) launches and wo

[krita] [Bug 361973] File open/save/export dialogs broken

2016-04-19 Thread Ilya V . Portnov via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361973 --- Comment #2 from Ilya V. Portnov --- Fragment of stderr output: ("image/webp", "image/x-r16", "image/x-xbitmap", "image/openraster", "text/x-qml", "image/tiff", "application/x-extension-exr", "image/png", "image/vnd.adobe.photoshop", "image/x-gimp-b

[krita] [Bug 361973] File open/save/export dialogs broken

2016-04-19 Thread Ilya V . Portnov via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361973 --- Comment #1 from Ilya V. Portnov --- Created attachment 98466 --> https://bugs.kde.org/attachment.cgi?id=98466&action=edit Export file dialog example Selected directory actually contains a lot of files in different formats. -- You are receiving