https://bugs.kde.org/show_bug.cgi?id=366030
Bug ID: 366030
Summary: Ratio sensor seems to be applied after rotation under
some conditions
Product: krita
Version: git master
Platform: Debian unstable
OS: Linu
https://bugs.kde.org/show_bug.cgi?id=366030
--- Comment #1 from Ilya V. Portnov ---
Created attachment 100264
--> https://bugs.kde.org/attachment.cgi?id=100264&action=edit
Here you can see some parallelograms where rectangles are expected to be seen
--
You are receiving this mail because:
You
https://bugs.kde.org/show_bug.cgi?id=366030
--- Comment #2 from Ilya V. Portnov ---
Created attachment 100265
--> https://bugs.kde.org/attachment.cgi?id=100265&action=edit
Brush preset which was used for test
--
You are receiving this mail because:
You are watching all bug changes.
https://bugs.kde.org/show_bug.cgi?id=366735
Bug ID: 366735
Summary: Brush tip switches when resizing
Product: krita
Version: git master
Platform: Debian unstable
OS: Linux
Status: UNCONFIRMED
Severity: nor
https://bugs.kde.org/show_bug.cgi?id=362821
--- Comment #3 from Ilya V. Portnov ---
I currently do not have krita building environment on the laptop where i have
hidpi display. Will this commit be included in one of next lime ppa build or
appimages? Or is it debug-only?
--
You are receiving thi
https://bugs.kde.org/show_bug.cgi?id=363756
Bug ID: 363756
Summary: Empty "Tool options" docker after upgrade
Product: krita
Version: git master
Platform: Debian unstable
OS: Linux
Status: UNCONFIRMED
Seve
https://bugs.kde.org/show_bug.cgi?id=363756
--- Comment #1 from Ilya V. Portnov ---
Created attachment 99289
--> https://bugs.kde.org/attachment.cgi?id=99289&action=edit
Screenshot of empty "tool options" docker
--
You are receiving this mail because:
You are watching all bug changes.
https://bugs.kde.org/show_bug.cgi?id=361973
Bug ID: 361973
Summary: File open/save/export dialogs broken
Product: krita
Version: git master
Platform: Other
OS: Linux
Status: UNCONFIRMED
Severity: normal
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
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 #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 #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
--- 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 #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 #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 #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 #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 #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=358212
--- Comment #3 from Ilya V. Portnov ---
Just reproduced on Ubuntu recently updated to 16.04:
Application: Konsole (konsole), signal: Aborted
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[Current thread is 1 (Thread 0x7f40f
https://bugs.kde.org/show_bug.cgi?id=358212
--- Comment #4 from Ilya V. Portnov ---
Similarly, stopped reproducing after KDE restart.
Qt: 5.5.1
KDE Frameworks: 5.18.0
Konsole: 15.12.3
--
You are receiving this mail because:
You are watching all bug changes.
https://bugs.kde.org/show_bug.cgi?id=362525
Bug ID: 362525
Summary: Advanced color selector configuration dialog unusable
on HiDPI
Product: krita
Version: 3.0 Beta
Platform: Kubuntu Packages
OS: Linux
https://bugs.kde.org/show_bug.cgi?id=362525
--- Comment #1 from Ilya V. Portnov ---
Created attachment 98718
--> https://bugs.kde.org/attachment.cgi?id=98718&action=edit
Shaders page
--
You are receiving this mail because:
You are watching all bug changes.
https://bugs.kde.org/show_bug.cgi?id=362525
--- Comment #2 from Ilya V. Portnov ---
Created attachment 98719
--> https://bugs.kde.org/attachment.cgi?id=98719&action=edit
Image colors page
--
You are receiving this mail because:
You are watching all bug changes.
https://bugs.kde.org/show_bug.cgi?id=362525
--- Comment #3 from Ilya V. Portnov ---
Created attachment 98720
--> https://bugs.kde.org/attachment.cgi?id=98720&action=edit
Colors history page
--
You are receiving this mail because:
You are watching all bug changes.
https://bugs.kde.org/show_bug.cgi?id=361600
Ilya V. Portnov changed:
What|Removed |Added
CC||port...@bk.ru
--- Comment #6 from Ilya V. Por
https://bugs.kde.org/show_bug.cgi?id=362533
Bug ID: 362533
Summary: Tremolous lines when drawing with pencil (hidpi
related?)
Product: krita
Version: 3.0 Beta
Platform: Kubuntu Packages
OS: Linux
https://bugs.kde.org/show_bug.cgi?id=362533
--- Comment #1 from Ilya V. Portnov ---
Created attachment 98722
--> https://bugs.kde.org/attachment.cgi?id=98722&action=edit
Fuzzy lines 1 (basic smoothing enabled)
--
You are receiving this mail because:
You are watching all bug changes.
https://bugs.kde.org/show_bug.cgi?id=362533
--- Comment #2 from Ilya V. Portnov ---
Created attachment 98723
--> https://bugs.kde.org/attachment.cgi?id=98723&action=edit
Fuzzy lines 2 (smoothing disabled)
--
You are receiving this mail because:
You are watching all bug changes.
https://bugs.kde.org/show_bug.cgi?id=362533
--- Comment #3 from Ilya V. Portnov ---
Created attachment 98724
--> https://bugs.kde.org/attachment.cgi?id=98724&action=edit
A better situation (krita from git master, debian unstable, 1920x1800 display)
--
You are receiving this mail because:
You
https://bugs.kde.org/show_bug.cgi?id=362533
--- Comment #4 from Ilya V. Portnov ---
Created attachment 98725
--> https://bugs.kde.org/attachment.cgi?id=98725&action=edit
Another better situation (kubuntu 16.04, 1366x768 laptop)
--
You are receiving this mail because:
You are watching all bug
https://bugs.kde.org/show_bug.cgi?id=362533
--- Comment #5 from Ilya V. Portnov ---
Created attachment 98727
--> https://bugs.kde.org/attachment.cgi?id=98727&action=edit
Tablet log while drawing fuzzy lines (kubuntu, hidpi laptop)
--
You are receiving this mail because:
You are watching all b
https://bugs.kde.org/show_bug.cgi?id=362533
--- Comment #6 from Ilya V. Portnov ---
Created attachment 98728
--> https://bugs.kde.org/attachment.cgi?id=98728&action=edit
Tablet log from lowdpi laptop (kubuntu, 1366x768)
--
You are receiving this mail because:
You are watching all bug changes.
https://bugs.kde.org/show_bug.cgi?id=362533
--- Comment #7 from Ilya V. Portnov ---
Created attachment 98729
--> https://bugs.kde.org/attachment.cgi?id=98729&action=edit
Tablet log from lowdpi desktop (debian unstable, git master, 1920x1280)
--
You are receiving this mail because:
You are wat
https://bugs.kde.org/show_bug.cgi?id=362525
--- Comment #5 from Ilya V. Portnov ---
I currently do not have krita building environment on the laptop where i have
hidpi display. Will this commit be included in one of next lime ppa build or
appimages?
--
You are receiving this mail because:
You a
https://bugs.kde.org/show_bug.cgi?id=362525
--- Comment #7 from Ilya V. Portnov ---
Advanced color selector configuration dialog became much better with today
update from lime ppa. Thanks!
I also have (maybe related) similar problem with brush settings dialog on
hidpi. Should I create separate t
https://bugs.kde.org/show_bug.cgi?id=362821
Bug ID: 362821
Summary: Brush editor dialog: bad layout on HiDPI
Product: krita
Version: 3.0 Beta
Platform: Ubuntu Packages
OS: Linux
Status: UNCONFIRMED
Severit
https://bugs.kde.org/show_bug.cgi?id=362821
--- Comment #1 from Ilya V. Portnov ---
Created attachment 98844
--> https://bugs.kde.org/attachment.cgi?id=98844&action=edit
Brush editor screenshot
--
You are receiving this mail because:
You are watching all bug changes.
https://bugs.kde.org/show_bug.cgi?id=362525
Ilya V. Portnov changed:
What|Removed |Added
Resolution|WAITINGFORINFO |FIXED
Status|NEEDSINFO
https://bugs.kde.org/show_bug.cgi?id=358134
--- Comment #1 from Ilya V. Portnov ---
Created attachment 96714
--> https://bugs.kde.org/attachment.cgi?id=96714&action=edit
New crash information added by DrKonqi
systemsettings (4.11.13) on KDE Platform 4.14.14 using Qt 4.8.7
- What I was doing w
https://bugs.kde.org/show_bug.cgi?id=358134
Ilya V. Portnov changed:
What|Removed |Added
CC||port...@bk.ru
--
You are receiving this mail
https://bugs.kde.org/show_bug.cgi?id=358212
Bug ID: 358212
Summary: Konsole crashes at start
Product: konsole
Version: 2.14.2
Platform: Debian unstable
OS: Linux
Status: UNCONFIRMED
Keywords: drkonqi
https://bugs.kde.org/show_bug.cgi?id=358212
Ilya V. Portnov changed:
What|Removed |Added
CC||port...@bk.ru
--
You are receiving this mail
https://bugs.kde.org/show_bug.cgi?id=358212
--- Comment #1 from Ilya V. Portnov ---
Created attachment 96737
--> https://bugs.kde.org/attachment.cgi?id=96737&action=edit
New crash information added by DrKonqi
konsole (2.14.2) on KDE Platform 4.14.14 using Qt 4.8.7
- What I was doing when the
https://bugs.kde.org/show_bug.cgi?id=358212
--- Comment #2 from Ilya V. Portnov ---
Problem is gone (at least, for some time) after restarting KDE.
--
You are receiving this mail because:
You are watching all bug changes.
44 matches
Mail list logo