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
https://bugs.kde.org/show_bug.cgi?id=361973
Boudewijn Rempt changed:
What|Removed |Added
Resolution|--- |FIXED
Latest Commit|
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
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
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
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
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(
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
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
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.
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.
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.
https://bugs.kde.org/show_bug.cgi?id=361973
Boudewijn Rempt changed:
What|Removed |Added
CC||b...@valdyas.org
--- Comment #4 from Boudewij
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
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
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
16 matches
Mail list logo