[lattedock] [Bug 408412] Fitt's Law broken for applets in the corners of Latte Panels
https://bugs.kde.org/show_bug.cgi?id=408412 --- Comment #7 from leftcrane --- It's the same layout I sent you. Tested on Kubuntu 19.04 -- You are receiving this mail because: You are watching all bug changes.
[lattedock] [Bug 408412] Fitt's Law broken for applets in the corners of Latte Panels
https://bugs.kde.org/show_bug.cgi?id=408412 --- Comment #8 from Michail Vourlakos --- (In reply to leftcrane from comment #7) > It's the same layout I sent you. Tested on Kubuntu 19.04 The layout you sent me does not have a right dock, set your right dock to be onprimary and send again -- You are receiving this mail because: You are watching all bug changes.
[lattedock] [Bug 408412] Fitt's Law broken for applets in the corners of Latte Panels
https://bugs.kde.org/show_bug.cgi?id=408412 --- Comment #9 from leftcrane --- Created attachment 120685 --> https://bugs.kde.org/attachment.cgi?id=120685&action=edit side added -- You are receiving this mail because: You are watching all bug changes.
[lattedock] [Bug 408412] Fitt's Law broken for applets in the corners of Latte Panels
https://bugs.kde.org/show_bug.cgi?id=408412 --- Comment #10 from Michail Vourlakos --- (In reply to leftcrane from comment #9) > Created attachment 120685 [details] > side > > added show me a screenshot from your entire system and where is the in-question dock please -- You are receiving this mail because: You are watching all bug changes.
[krita] [Bug 408445] Enhancements in Reference tool
https://bugs.kde.org/show_bug.cgi?id=408445 --- Comment #1 from Dmitrii Utkin --- Also I found that "paste image" tool decodes image ineffectively - it decodes all supported variants and then chose one by the priority. In my test it was decoding 4 times and Krita freezes for 6 seconds.. I'd like to optimize it too by: 1) querying the clipboard image, return it in case of success 2) else traverse the supported mime-types in *order of priority* and try to decode the image, return it in case of success In addition to 5) there is a KisClipboard::clipboardDataChanged() slot which freezes Krita for few seconds when you copy a large image to clipboard and just switch to Krita/create new image. The way of detecting "is there an image" is unreliable too. "cb->image()" just decodes (and freezes Krita) the main image without respecting the multi-mime-type images. There should be a way to detect clipboard image data without full reading of the image. Maybe QImageReader or QImageIOHandler is the way to go. For me this piece of code looks strange: if (cb->mimeData()->hasImage()) { QImage qimage = cb->image(); if (!qimage.isNull()) m_hasClip = true; const QMimeData *cbData = cb->mimeData(); QByteArray mimeType("application/x-krita-selection"); if (cbData && cbData->hasFormat(mimeType)) m_hasClip = true; } I think it may be rewritten like this without losing anything (in exception of freeze): if (cb->mimeData()->hasImage()) { m_hasClip = true; } For now I just leave it as is, because it needs more testing. Maybe will re-create it as a new bug. -- You are receiving this mail because: You are watching all bug changes.
[lattedock] [Bug 408412] Fitt's Law broken for applets in the corners of Latte Panels
https://bugs.kde.org/show_bug.cgi?id=408412 --- Comment #11 from Michail Vourlakos --- (In reply to leftcrane from comment #9) > Created attachment 120685 [details] > side > > added 2. There is NOT RIGHT dock in your layout are you in a Right To Left system? -- You are receiving this mail because: You are watching all bug changes.
[lattedock] [Bug 408412] Fitt's Law broken for applets in the corners of Latte Panels
https://bugs.kde.org/show_bug.cgi?id=408412 --- Comment #12 from leftcrane --- Created attachment 120686 --> https://bugs.kde.org/attachment.cgi?id=120686&action=edit screen -- You are receiving this mail because: You are watching all bug changes.
[lattedock] [Bug 408412] Fitt's Law broken for applets in the corners of Latte Panels
https://bugs.kde.org/show_bug.cgi?id=408412 --- Comment #13 from Michail Vourlakos --- (In reply to leftcrane from comment #12) > Created attachment 120686 [details] > screen so for which Dock are we talking about? -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 408371] Logout/Reboot window is easily dismissed (by clicking anywhere)
https://bugs.kde.org/show_bug.cgi?id=408371 --- Comment #2 from Slavi --- I have never used Application Dashboard (nor do I know how to launch it). Perhaps it's something additional I have to install. While I don't personally agree with this click-to-dismiss paradigm, I do understand why this is done this way. Thanks for the explanation! .. and thanks for the workaround! It surely reduces friction. -- You are receiving this mail because: You are watching all bug changes.
[lattedock] [Bug 408412] Fitt's Law broken for applets in the corners of Latte Panels
https://bugs.kde.org/show_bug.cgi?id=408412 --- Comment #14 from leftcrane --- Oh yeah I am very sorry. I mean LEFT dock. So if it's RIGHT, TOP, BOTTOM - edge mousing in dock area WORKS. If it's LEFT - edge mousing in dock area does NOT WORK. -- You are receiving this mail because: You are watching all bug changes.
[krita] [Bug 408015] Global menu doesn't work
https://bugs.kde.org/show_bug.cgi?id=408015 --- Comment #10 from Antonio Rojas --- Just found out that this only happens when using the Plasma QPA. Running krita with the Gnome or the generic QPA shows the global menu correctly (which also explains why it works fine in the appimage) -- You are receiving this mail because: You are watching all bug changes.
[kdenlive] [Bug 408085] The way to order the effects is very bad
https://bugs.kde.org/show_bug.cgi?id=408085 --- Comment #3 from RafaMar --- Reading the forums and the pages that talk about multimedia. Notice that you do not like this new way of ordering the effects, even it baffles. I read a comment that I agree with. "Uploading an application is not about changing what was right and it did not create problems, it's about improving and correcting errors or introducing new tools, they have broken something that no one created problems for, they have messed up." I think you have to take into account the opinion of users, others even believe that some of them have been eliminated ... -- You are receiving this mail because: You are watching all bug changes.
[lattedock] [Bug 408412] Fitt's Law broken for applets in the corners of Latte Panels
https://bugs.kde.org/show_bug.cgi?id=408412 --- Comment #15 from Michail Vourlakos --- (In reply to leftcrane from comment #14) > Oh yeah I am very sorry. I mean LEFT dock. > > So if it's RIGHT, TOP, BOTTOM - edge mousing in dock area WORKS. > > If it's LEFT - edge mousing in dock area does NOT WORK. you mean this? https://userbase.kde.org/LatteDock/FAQ#My_left_dock_behaves_strangely_from_Plasma_5.10_onwards.2C_how_can_I_fix_this.3F -- You are receiving this mail because: You are watching all bug changes.
[kdenlive] [Bug 406844] Track composition does not work correctly
https://bugs.kde.org/show_bug.cgi?id=406844 RafaMar changed: What|Removed |Added Resolution|--- |FIXED Status|CONFIRMED |RESOLVED -- You are receiving this mail because: You are watching all bug changes.
[KEXI] [Bug 408423] Cannot edit data
https://bugs.kde.org/show_bug.cgi?id=408423 --- Comment #4 from Ray --- Thanks for your response. I don't think it is a windows/linux incompatibility. A new database made in my linux version of kexi seems to be only temporary: it's not there when I try to reopen it. So it looks like the version I installed from the Software manager may be not be good and seems to make only temporary files. When I tried to install from "flatpak install kde org.kde.kexi-stable" I get the error message "error: Unable to load summary from remote kde: GPG signatures found, but none are in trusted keyring" -- You are receiving this mail because: You are watching all bug changes.
[krita] [Bug 408445] Enhancements in Reference tool
https://bugs.kde.org/show_bug.cgi?id=408445 --- Comment #2 from Dmitrii Utkin --- MR: https://invent.kde.org/kde/krita/merge_requests/39 -- You are receiving this mail because: You are watching all bug changes.
[krita] [Bug 408444] Include the 'SVG' filetype under File -> Export
https://bugs.kde.org/show_bug.cgi?id=408444 Boudewijn Rempt changed: What|Removed |Added CC||b...@valdyas.org Resolution|WAITINGFORINFO |DUPLICATE Status|NEEDSINFO |RESOLVED --- Comment #2 from Boudewijn Rempt --- *** This bug has been marked as a duplicate of bug 404834 *** -- You are receiving this mail because: You are watching all bug changes.
[krita] [Bug 404834] Please add Export to SVG
https://bugs.kde.org/show_bug.cgi?id=404834 Boudewijn Rempt changed: What|Removed |Added CC||loudsq...@tutanota.com --- Comment #9 from Boudewijn Rempt --- *** Bug 408444 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are watching all bug changes.
[krita] [Bug 408438] Filename not showing in title bar
https://bugs.kde.org/show_bug.cgi?id=408438 Boudewijn Rempt changed: What|Removed |Added CC||b...@valdyas.org Ever confirmed|0 |1 Status|REPORTED|CONFIRMED --- Comment #2 from Boudewijn Rempt --- That depends currently on whether Krita is in tab mode or in subwindow mode. In subwindow mode, if the subwindow is maximized, the document title is shown in the main titlebar. This is a change in Qt, and I'm not sure how to work around it. -- You are receiving this mail because: You are watching all bug changes.
[kdenlive] [Bug 408363] Rescale rendering not working
https://bugs.kde.org/show_bug.cgi?id=408363 --- Comment #3 from emohr --- Created attachment 120687 --> https://bugs.kde.org/attachment.cgi?id=120687&action=edit Render settings I tried with 19.04.2 Windows and Linux with a 1080p50 clip rendered to 640x360 and on both systems I got a 640x360 mp4 file. -- You are receiving this mail because: You are watching all bug changes.
[krita] [Bug 408360] pen pressure isnt working
https://bugs.kde.org/show_bug.cgi?id=408360 --- Comment #8 from Boudewijn Rempt --- What you should do, is try these suggestions: * Does it make a difference whether you toggle between the wintab and the windows ink api in the tablet page of the krita settings dialog? * Does it make a difference if you clear krita's settings completely (https://docs.krita.org/en/KritaFAQ.html#resetting-krita-configuration)? -- You are receiving this mail because: You are watching all bug changes.
[krita] [Bug 408447] New: Krita can't launch and do floating point exception
https://bugs.kde.org/show_bug.cgi?id=408447 Bug ID: 408447 Summary: Krita can't launch and do floating point exception Product: krita Version: 4.2.0 Platform: Mint (Debian based) OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: General Assignee: krita-bugs-n...@kde.org Reporter: leo.roubinow...@gmail.com Target Milestone: --- Created attachment 120688 --> https://bugs.kde.org/attachment.cgi?id=120688&action=edit The kpl files that broke krita 4.2 at launch SUMMARY Update a Krita 4.1.8 to 4.2 with some .kpl into the palette directory in .local/share/krita cause to krita to break and can't launch anymore. To make working again, have to delete/move the .kpl files into the krita local share directory. OBSERVED RESULT EXPECTED RESULT SOFTWARE/OS VERSIONS Windows: macOS: Linux/KDE Plasma: (available in About System) KDE Plasma Version: KDE Frameworks Version: Qt Version: ADDITIONAL INFORMATION -- You are receiving this mail because: You are watching all bug changes.
[systemsettings] [Bug 408232] System settings crashes on startup after changing lock screen appearance
https://bugs.kde.org/show_bug.cgi?id=408232 Andrei Rybak changed: What|Removed |Added Status|NEEDSINFO |RESOLVED Resolution|BACKTRACE |WORKSFORME --- Comment #4 from Andrei Rybak --- Because steps are not reliable, I can not longer reproduce. -- You are receiving this mail because: You are watching all bug changes.
[krita] [Bug 408447] Krita can't launch and do floating point exception
https://bugs.kde.org/show_bug.cgi?id=408447 Boudewijn Rempt changed: What|Removed |Added Status|REPORTED|CONFIRMED Ever confirmed|0 |1 CC||b...@valdyas.org --- Comment #1 from Boudewijn Rempt --- Thanks for the report! Application: krita (krita), signal: Floating point exception Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1". [Current thread is 1 (Thread 0x7f5f50798000 (LWP 20102))] Thread 4 (Thread 0x7f5f35bf3700 (LWP 20112)): #0 0x7f5f44d229f3 in futex_wait_cancelable (private=, expected=0, futex_word=0x5570a5f04de8) at ../sysdeps/unix/sysv/linux/futex-internal.h:88 #1 __pthread_cond_wait_common (abstime=0x0, mutex=0x5570a5f04d98, cond=0x5570a5f04dc0) at pthread_cond_wait.c:502 #2 __pthread_cond_wait (cond=0x5570a5f04dc0, mutex=0x5570a5f04d98) at pthread_cond_wait.c:655 #3 0x7f5f236e4dcb in ?? () from /usr/lib/x86_64-linux-gnu/dri/i965_dri.so #4 0x7f5f236e4af7 in ?? () from /usr/lib/x86_64-linux-gnu/dri/i965_dri.so #5 0x7f5f44d1c6db in start_thread (arg=0x7f5f35bf3700) at pthread_create.c:463 #6 0x7f5f4b26588f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95 Thread 3 (Thread 0x7f5f22b96700 (LWP 20111)): #0 0x7f5f4b258bf9 in __GI___poll (fds=0x7f5f22b95c78, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29 #1 0x7f5f421be747 in ?? () from /usr/lib/x86_64-linux-gnu/libxcb.so.1 #2 0x7f5f421c036a in xcb_wait_for_event () from /usr/lib/x86_64-linux-gnu/libxcb.so.1 #3 0x7f5f36f3c32a in ?? () from /usr/lib/x86_64-linux-gnu/libQt5XcbQpa.so.5 #4 0x7f5f4bb7dbc2 in ?? () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5 #5 0x7f5f44d1c6db in start_thread (arg=0x7f5f22b96700) at pthread_create.c:463 #6 0x7f5f4b26588f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95 Thread 2 (Thread 0x7f5f2aa5f700 (LWP 20104)): #0 0x7f5f4b258bf9 in __GI___poll (fds=0x7f5f24004db0, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29 #1 0x7f5f4341f5c9 in ?? () from /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0 #2 0x7f5f4341f6dc in g_main_context_iteration () from /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0 #3 0x7f5f4bdb315b in QEventDispatcherGlib::processEvents(QFlags) () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5 #4 0x7f5f4bd5464a in QEventLoop::exec(QFlags) () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5 #5 0x7f5f4bb7c41a in QThread::exec() () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5 #6 0x7f5f44f4a015 in ?? () from /usr/lib/x86_64-linux-gnu/libQt5DBus.so.5 #7 0x7f5f4bb7dbc2 in ?? () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5 #8 0x7f5f44d1c6db in start_thread (arg=0x7f5f2aa5f700) at pthread_create.c:463 #9 0x7f5f4b26588f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95 Thread 1 (Thread 0x7f5f50798000 (LWP 20102)): [KCrash Handler] #6 0x7f5f48b2de6e in KoColorSet::Private::loadKplGroup (this=this@entry=0x5570a83e39e0, doc=..., parentEle=..., group=0x5570a71b6a98) at /home/boud/dev/krita/libs/pigment/resources/KoColorSet.cpp:1627 #7 0x7f5f48b332a4 in KoColorSet::Private::loadKpl (this=this@entry=0x5570a83e39e0) at /home/boud/dev/krita/libs/pigment/resources/KoColorSet.cpp:972 #8 0x7f5f48b3a588 in KoColorSet::Private::init (this=0x5570a83e39e0) at /home/boud/dev/krita/libs/pigment/resources/KoColorSet.cpp:711 #9 0x7f5f48b3a7c6 in KoColorSet::loadFromDevice (this=0x5570a7993560, dev=0x7ffc2f1bf830) at /home/boud/dev/krita/libs/pigment/resources/KoColorSet.cpp:159 #10 0x7f5f48b3281f in KoColorSet::load (this=0x5570a7993560) at /home/boud/dev/krita/libs/pigment/resources/KoColorSet.cpp:143 #11 0x7f5f497c8afc in KoResourceServer >::loadResources (this=this@entry=0x5570a83dce70, filenames=...) at /home/boud/dev/krita/libs/widgets/KoResourceServer.h:203 #12 0x7f5f497c20ce in KoResourceServerProvider::KoResourceServerProvider (this=0x7f5f49a997e0 <(anonymous namespace)::Q_QGS_s_instance::innerFunction()::holder>) at /home/boud/dev/krita/libs/widgets/KoResourceServerProvider.cpp:136 #13 0x7f5f497c288c in (anonymous namespace)::Q_QGS_s_instance::Holder::Holder (this=0x7f5f49a997e0 <(anonymous namespace)::Q_QGS_s_instance::innerFunction()::holder>) at /home/boud/dev/krita/libs/widgets/KoResourceServerProvider.cpp:156 #14 (anonymous namespace)::Q_QGS_s_instance::innerFunction () at /home/boud/dev/krita/libs/widgets/KoResourceServerProvider.cpp:156 #15 QGlobalStatic::operator QGlobalStatic::Type* (this=) at /usr/include/x86_64-linux-gnu/qt5/QtCore/qglobalstatic.h:134 #16 KoResourceServerProvider::instance () at /home/boud/dev/krita/libs/widgets/KoResourceServerProvider.cpp:160 #17 0x7f5f4f460efc in KisApplication::loadResources (this=this@entry=0x7ffc2f1bff60) at /home/boud/dev/krita/libs/
[krita] [Bug 408447] Krita can't launch and do floating point exception
https://bugs.kde.org/show_bug.cgi?id=408447 Boudewijn Rempt changed: What|Removed |Added Latest Commit||https://invent.kde.org/kde/ ||krita/commit/5efcaf69c85ffb ||9c16343e51fc1a37a418d6f8fa Status|CONFIRMED |RESOLVED Resolution|--- |FIXED --- Comment #2 from Boudewijn Rempt --- Git commit 5efcaf69c85ffb9c16343e51fc1a37a418d6f8fa by Boudewijn Rempt. Committed on 08/06/2019 at 08:54. Pushed by rempt into branch 'master'. Don't divide 0 by 0 when trying to load a broken kpl file BACKPORT:krita/4.2 M +2-2libs/pigment/resources/KoColorSet.cpp https://invent.kde.org/kde/krita/commit/5efcaf69c85ffb9c16343e51fc1a37a418d6f8fa -- You are receiving this mail because: You are watching all bug changes.
[lattedock] [Bug 408412] Fitt's Law broken for applets in the corners of Latte Panels
https://bugs.kde.org/show_bug.cgi?id=408412 --- Comment #16 from leftcrane --- Correct. Fixed. Somehow I had a swipe action activated. I had to disable it directly in kwinrc cause system settings won't save the config change change for whatever reason. -- You are receiving this mail because: You are watching all bug changes.
[krita] [Bug 408447] Krita can't launch and do floating point exception
https://bugs.kde.org/show_bug.cgi?id=408447 --- Comment #3 from Boudewijn Rempt --- The fix will be in the next nightly appimage build: https://binary-factory.kde.org/job/Krita_Nightly_Appimage_Build/ (build 510 when it's done). -- You are receiving this mail because: You are watching all bug changes.
[calligracommon] [Bug 394572] Calligra will not start.
https://bugs.kde.org/show_bug.cgi?id=394572 --- Comment #6 from Shlomi Fish --- (In reply to Anthony Fieroni from comment #4) > Please contact Fedora package maintainer, i can't tell what's wrong. Well, it also happens on mageia v7. -- You are receiving this mail because: You are watching all bug changes.
[krita] [Bug 408448] New: Cannot Move or Transform right after Duplicating a layer
https://bugs.kde.org/show_bug.cgi?id=408448 Bug ID: 408448 Summary: Cannot Move or Transform right after Duplicating a layer Product: krita Version: 4.2.1 Platform: MS Windows OS: MS Windows Status: REPORTED Severity: minor Priority: NOR Component: Layer Stack Assignee: krita-bugs-n...@kde.org Reporter: acc4commissi...@gmail.com Target Milestone: --- SUMMARY Takes a little time to be able to Move or Transform the newly created layer after Duplicating. Copy-Pasting same layer doesn't have such problem. STEPS TO REPRODUCE 1. Duplicate a layer 2. Try to move it, or transform it. OBSERVED RESULT Can't do the action for seconds(about 5~6 secs) EXPECTED RESULT Should be able to Mmove or Transform it immediately. SOFTWARE/OS VERSIONS Windows: macOS: Linux/KDE Plasma: (available in About System) KDE Plasma Version: KDE Frameworks Version: Qt Version: ADDITIONAL INFORMATION -- You are receiving this mail because: You are watching all bug changes.
[kdeconnect] [Bug 408449] New: KDE connect does not work and does not connect windows 10 with Android.
https://bugs.kde.org/show_bug.cgi?id=408449 Bug ID: 408449 Summary: KDE connect does not work and does not connect windows 10 with Android. Product: kdeconnect Version: unspecified Platform: Windows CE OS: MS Windows Status: REPORTED Severity: critical Priority: NOR Component: messaging-application Assignee: si...@ergotech.com Reporter: kamils1234...@gmail.com Target Milestone: --- The application does not work.When I turn on KDE connect it does not show up in the taskbar. When I try to connect it in the upper part of the screen it shows me if I want to pair the phone. How do I click Accept this window is removed. I know that KDE connect does not have official support on windows 10, but it worked before. I installed from this source:https://binary-factory.kde.org/job/kdeconnect-kde_Nightly_win64/ After click to kdeconnect-indicator.exe there was no black icon on the taskbar in windows 10. last time you turn on the phone does not see the PC. -- You are receiving this mail because: You are watching all bug changes.
[kdeconnect] [Bug 408449] KDE connect does not work and does not connect windows 10 with Android.
https://bugs.kde.org/show_bug.cgi?id=408449 --- Comment #1 from kamil456 --- Created attachment 120689 --> https://bugs.kde.org/attachment.cgi?id=120689&action=edit Evidence -- You are receiving this mail because: You are watching all bug changes.
[calligracommon] [Bug 394572] Calligra will not start.
https://bugs.kde.org/show_bug.cgi?id=394572 --- Comment #7 from Shlomi Fish --- (In reply to Shlomi Fish from comment #6) > (In reply to Anthony Fieroni from comment #4) > > Please contact Fedora package maintainer, i can't tell what's wrong. > > Well, it also happens on mageia v7. I can also reproduce the problem on an ubuntu 18.04 x64 VM on jwm. -- You are receiving this mail because: You are watching all bug changes.
[okular] [Bug 408355] Selection context menu missing find in this document
https://bugs.kde.org/show_bug.cgi?id=408355 Albert Astals Cid changed: What|Removed |Added CC||aa...@kde.org Severity|normal |wishlist -- You are receiving this mail because: You are watching all bug changes.
[okular] [Bug 408272] The default scaling method should be "Fit to Full Page"
https://bugs.kde.org/show_bug.cgi?id=408272 Albert Astals Cid changed: What|Removed |Added Severity|normal |wishlist CC||aa...@kde.org -- You are receiving this mail because: You are watching all bug changes.
[okular] [Bug 408222] Okular is bad in displaying of scanned PDF ! Please fix this !
https://bugs.kde.org/show_bug.cgi?id=408222 Albert Astals Cid changed: What|Removed |Added Status|NEEDSINFO |REPORTED Resolution|WAITINGFORINFO |--- --- Comment #18 from Albert Astals Cid --- user attached some screenshots -- You are receiving this mail because: You are watching all bug changes.
[okular] [Bug 408222] Okular is bad in displaying of scanned PDF ! Please fix this !
https://bugs.kde.org/show_bug.cgi?id=408222 --- Comment #19 from Albert Astals Cid --- By the way, i guess this is due to cultural barriers/translation issues, but your tone is way out of line. -- You are receiving this mail because: You are watching all bug changes.
[okular] [Bug 408254] Okular crashes with an encrypted pdf from Adobe sign
https://bugs.kde.org/show_bug.cgi?id=408254 Albert Astals Cid changed: What|Removed |Added Status|REPORTED|NEEDSINFO Resolution|--- |WAITINGFORINFO CC||aa...@kde.org --- Comment #1 from Albert Astals Cid --- Since you can share the document it's your duty to update to the latest poppler version and see if the crash still happens there. -- You are receiving this mail because: You are watching all bug changes.
[frameworks-kwayland] [Bug 373907] Implement Wayland Primary Selection Protocol (middle-click paste)
https://bugs.kde.org/show_bug.cgi?id=373907 JordanL changed: What|Removed |Added CC||jordanlepp...@gmail.com -- You are receiving this mail because: You are watching all bug changes.
[kdenlive] [Bug 408363] Rescale rendering not working
https://bugs.kde.org/show_bug.cgi?id=408363 --- Comment #4 from emohr --- Do you have movit enabled? If yes please try without movit. -- You are receiving this mail because: You are watching all bug changes.
[digikam] [Bug 408450] New: digikam git r43105 cannot build without marble
https://bugs.kde.org/show_bug.cgi?id=408450 Bug ID: 408450 Summary: digikam git r43105 cannot build without marble Product: digikam Version: 6.2.0 Platform: Archlinux Packages OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: Tarball-Compilation Assignee: digikam-bugs-n...@kde.org Reporter: leoutat...@gmx.fr Target Milestone: --- Digikam git r43105 cannot build without marble anymore. I tried two times with different digikam versions, I get same error [ 51%] [32mBuilding CXX object core/app/CMakeFiles/digikamgui_src.dir/main/digikamapp_solid.cpp.o[0m /usr/bin/ld: ../libs/dplugins/CMakeFiles/dpluginsinterface_src.dir/iface/dmetainfoiface.cpp.o: in function `Digikam::DMetaInfoIface::currentGPSItems() const': dmetainfoiface.cpp:(.text+0x429): undefined reference to `Digikam::GPSItemContainer::GPSItemContainer(QUrl const&)' collect2: error: ld returned 1 exit status make[2]: *** [core/app/CMakeFiles/digikamcore.dir/build.make:1299: core/app/libdigikamcore.so.6.2.0] Error 1 make[1]: *** [CMakeFiles/Makefile2:6749: core/app/CMakeFiles/digikamcore.dir/all] Error 2 make[1]: *** Waiting for unfinished jobs Full build here https://pastebin.com/fcbdX5D0 Build works after installing marble-common. -- You are receiving this mail because: You are watching all bug changes.
[Breeze] [Bug 408416] Breeze partly ignores color changes at runtime
https://bugs.kde.org/show_bug.cgi?id=408416 Sebastian Kügler changed: What|Removed |Added Resolution|--- |FIXED Status|CONFIRMED |RESOLVED --- Comment #2 from Sebastian Kügler --- Patch submitted, bug can be closed, fixed in 5.16.0. (Don't know why the commit didn't close it automatically, it seems the commit didn't make it into this bugreport.) -- You are receiving this mail because: You are watching all bug changes.
[okular] [Bug 408222] Okular is bad in displaying of scanned PDF ! Please fix this !
https://bugs.kde.org/show_bug.cgi?id=408222 --- Comment #20 from Tobias Deiminger --- (In reply to yousifjkadom from comment #14) > Created attachment 120583 [details] > test-1b-okular Can you tell us the resolution of your display, and the Okular zoom level at which you observe bad behavior? From screenshots I'd say it's 1366x768 display resolution, correct? But can't tell zoom level because of "fit width" setting. I'm asking because poppler switches between two image scaling algorithm, depending on whether upscaling or downscaling is needed. The embedded image in test-1.pdf has 300dpi. If you watch it on a 100dpi display at 100% zoom, it's actually scaled down (with bresenham in Okular/Splash, nearest neighbor in Evince/Cairo). If you do the same on a HiDPI display, the image is probably scaled up (bilinear interpolation in both Okular and Evince). Scaling algorithm is the most obvious difference between Evince/xreader and Okular. But you say you see same bad rendering with text documents. That puzzles me, glyph rendering takes quite different paths. I'd agree that screenshot test-1b-xreader.png looks slightly better than test-1b-okular.png. But that impression is subjective, can we try to quantize a bit what "better" means? E.g., we could measure "densitiy of black" in a histogram, right? Any other hints what "better" could mean here? -- You are receiving this mail because: You are watching all bug changes.
[digikam] [Bug 408450] digikam git r43105 cannot build without marble
https://bugs.kde.org/show_bug.cgi?id=408450 caulier.gil...@gmail.com changed: What|Removed |Added CC||caulier.gil...@gmail.com --- Comment #1 from caulier.gil...@gmail.com --- Certainly a wrong cmake rules with Marble dependency have been introduced while kipi-plugins integration for 6.1.0 release. Gilles Caulier -- You are receiving this mail because: You are watching all bug changes.
[buildsystem] [Bug 369554] sleeper design bug in the installation layout due to assumptions about filesystem case sensitivity
https://bugs.kde.org/show_bug.cgi?id=369554 --- Comment #14 from David Faure --- The double-asterix is a zsh shortcut for a recursive search, very convenient. I'm not convinced that your proposed change isn't just as "manual" as the one I have in mind. But feel free to prove me by showing me a patch... -- You are receiving this mail because: You are watching all bug changes.
[kmymoney] [Bug 408451] New: Financial Times online price update fails for LSE equities
https://bugs.kde.org/show_bug.cgi?id=408451 Bug ID: 408451 Summary: Financial Times online price update fails for LSE equities Product: kmymoney Version: unspecified Platform: Other OS: Linux Status: REPORTED Severity: minor Priority: NOR Component: general Assignee: kmymoney-de...@kde.org Reporter: d...@tarp.org.uk Target Milestone: --- Created attachment 120690 --> https://bugs.kde.org/attachment.cgi?id=120690&action=edit Patch to make Financial Times date regexp more flexible SUMMARY I've noticed that online price update fails for LSE (London Stock Exchange) equities when using the "Financial Times" source. The date regexp for this data source searches for the text: "Data delayed at least 15 minutes". However, LSE equities have a delay of 20 minutes, so the match fails: https://markets.ft.com/data/equities/tearsheet/summary?s=IHG:LSE Making the date regexp more flexible allows price update to work as expected. I've attached a patch that updates the default date regexp. STEPS TO REPRODUCE 1. Add an LSE equity, such as IHG:LSE 2. Set the online source to Financial Times 3. Update the price OBSERVED RESULT Price found: '123.40' (123.4) Unable to update price for xxx (no price or no date) EXPECTED RESULT Price found: '123.40' (123.4) Date found: 'Fri Jun 7 2019' Price for xxx updated (ID E01) -- You are receiving this mail because: You are watching all bug changes.
[kdelibs] [Bug 165044] Dolphin can't handle well files/folders with wrong encoding
https://bugs.kde.org/show_bug.cgi?id=165044 --- Comment #174 from Patrick Silva --- test plan from comment 173 fails on Arch Linux after upgrade to frameworks 5.59. Dolphin says "The file or folder /tmp/test-.txt does not exist." -- You are receiving this mail because: You are watching all bug changes.
[kdelibs] [Bug 165044] Dolphin can't handle well files/folders with wrong encoding
https://bugs.kde.org/show_bug.cgi?id=165044 --- Comment #175 from Christoph Feck --- That's because this file name is using the same private code points that are used to encode not correctly encoded UTF-8 file names. You cannot support both. -- You are receiving this mail because: You are watching all bug changes.
[digikam] [Bug 408450] digikam git r43105 cannot build without marble
https://bugs.kde.org/show_bug.cgi?id=408450 --- Comment #2 from maderios --- But 6.1.0 compiles successfully without marble... -- You are receiving this mail because: You are watching all bug changes.
[digikam] [Bug 408450] digikam git r43105 cannot build without marble
https://bugs.kde.org/show_bug.cgi?id=408450 Maik Qualmann changed: What|Removed |Added CC||metzping...@gmail.com --- Comment #3 from Maik Qualmann --- Yes, I caused the problem while fixing a bug in digiKam-6.2.0... I'll fix it right away... Maik -- You are receiving this mail because: You are watching all bug changes.
[digikam] [Bug 408450] digikam git r43105 cannot build without marble
https://bugs.kde.org/show_bug.cgi?id=408450 Maik Qualmann changed: What|Removed |Added Status|REPORTED|RESOLVED Latest Commit||https://invent.kde.org/kde/ ||digikam/commit/4bad9053ad13 ||c516a4bc619f3f5881359d4d5c2 ||c Version Fixed In||6.2.0 Resolution|--- |FIXED --- Comment #4 from Maik Qualmann --- Git commit 4bad9053ad13c516a4bc619f3f5881359d4d5c2c by Maik Qualmann. Committed on 08/06/2019 at 12:13. Pushed by mqualmann into branch 'master'. this should fix compiling without Marble FIXED-IN: 6.2.0 M +2-1NEWS M +6-0core/libs/database/utils/ifaces/dbinfoiface.cpp M +2-1core/libs/database/utils/ifaces/dbinfoiface.h M +2-0core/libs/dplugins/iface/dinfointerface.cpp M +8-1core/libs/dplugins/iface/dinfointerface.h M +2-0core/libs/dplugins/iface/dmetainfoiface.cpp M +2-0core/libs/dplugins/iface/dmetainfoiface.h https://invent.kde.org/kde/digikam/commit/4bad9053ad13c516a4bc619f3f5881359d4d5c2c -- You are receiving this mail because: You are watching all bug changes.
[kdelibs] [Bug 165044] Dolphin can't handle well files/folders with wrong encoding
https://bugs.kde.org/show_bug.cgi?id=165044 --- Comment #176 from Patrick Silva --- Well, now at least I can rename and then delete the file. :) -- You are receiving this mail because: You are watching all bug changes.
[kdenlive] [Bug 408436] Some problems with lower left and right corner highlighting for easy composition
https://bugs.kde.org/show_bug.cgi?id=408436 emohr changed: What|Removed |Added Ever confirmed|0 |1 Status|REPORTED|CONFIRMED Flags||Brainstorm+ CC||fritzib...@gmx.net Version|19.04.1 |19.04.2 --- Comment #1 from emohr --- Thank you for this very detailed report. Confirmed. I added to issue https://invent.kde.org/kde/kdenlive/issues/149 -- You are receiving this mail because: You are watching all bug changes.
[kdenlive] [Bug 408434] Crashes just after a composition removal
https://bugs.kde.org/show_bug.cgi?id=408434 emohr changed: What|Removed |Added CC||fritzib...@gmx.net Flags||timeline_corruption+ --- Comment #1 from emohr --- This looks like the comma/point issue. Please change in the setting from comma to point or the other way around. See here: https://invent.kde.org/kde/kdenlive/issues/78#note_3980 BTW: such screengrab are always very helpful. -- You are receiving this mail because: You are watching all bug changes.
[krita] [Bug 408184] Bad scaling Krita GUI on Windows 10
https://bugs.kde.org/show_bug.cgi?id=408184 --- Comment #3 from Rosomak --- (In reply to Boudewijn Rempt from comment #2) > Could you check whether Krita 4.2.1 improves on this? I checked out Krita 4.2.1 portable version. I think the problem have been solved. Right now on 125% screen scaling everything seems to be ok. I also noticed improvement with painting speed. Thank you very much for fixes, now I can work with this version as well. -- You are receiving this mail because: You are watching all bug changes.
[kdenlive] [Bug 408452] New: Extra Black Frame After Rendering
https://bugs.kde.org/show_bug.cgi?id=408452 Bug ID: 408452 Summary: Extra Black Frame After Rendering Product: kdenlive Version: 19.04.2 Platform: Ubuntu Packages OS: Linux Status: REPORTED Severity: major Priority: NOR Component: Video Display & Export Assignee: j...@kdenlive.org Reporter: ardiish...@gmail.com Target Milestone: --- Created attachment 120691 --> https://bugs.kde.org/attachment.cgi?id=120691&action=edit Project File SUMMARY I worked on equirectangular videos, 3840x1920 px. My project is approx. 5 minutes length. After I render it, my video become 20 minutes length. I got added long black frame after the end of my clip. I got this bug on both setting: full project and selected zone. I tried to render smaller videos, and the problem is still there. STEPS TO REPRODUCE 1. Insert Clip which is shorter than timeline 2. Render it 3. Video become longer, and you got the added black frame in the end. OBSERVED RESULT Video become longer because added black frame. EXPECTED RESULT Kdenlive render the video as long as the clip on the project without added black frame. SOFTWARE/OS VERSIONS Ubuntu 18.04.2 Linux 4.18.0-21-generic x86_64 -- You are receiving this mail because: You are watching all bug changes.
[kdenlive] [Bug 407575] Default transition duration does not apply to the in-point
https://bugs.kde.org/show_bug.cgi?id=407575 emohr changed: What|Removed |Added Status|REPORTED|RESOLVED Resolution|--- |FIXED CC||fritzib...@gmx.net --- Comment #2 from emohr --- Thank you for the feedback. I reported the issue: transition created outside of the clip here in the screengrab: https://invent.kde.org/kde/kdenlive/issues/149. We close this bug. If it still appears in the latest version, please feel free to re-open it and update the affected version number. -- You are receiving this mail because: You are watching all bug changes.
[Falkon] [Bug 396609] Google translation bar bookmarklet does not work
https://bugs.kde.org/show_bug.cgi?id=396609 --- Comment #5 from Theo --- (In reply to Juraj from comment #4) > - Remove: v.style.display='none'; >It will display some selectbox to manually trigger translating > - Use the select box to trigger the translating, the translate bar will > appear I confirm that this workaround works as described, and here is an interesting observation: once this workaround has been applied and a page has been translated, the original bookmarklet works now on any page on the same site, but only as long as I don't click "Show original" in the translation bar. -- You are receiving this mail because: You are watching all bug changes.
[kdenlive] [Bug 408298] Kdenlive crashes after loading old project
https://bugs.kde.org/show_bug.cgi?id=408298 --- Comment #2 from Brett --- I didn't know about the nightly builds. Thank you for the link. -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 408437] Icon only task manager - add option to have no groups
https://bugs.kde.org/show_bug.cgi?id=408437 Nate Graham changed: What|Removed |Added Status|REPORTED|NEEDSINFO CC||n...@kde.org Resolution|--- |WAITINGFORINFO --- Comment #1 from Nate Graham --- Without visible labels, it would be impossible to tell running instances apart when there's no grouping. Can you explain your use case for not wanting groups? -- You are receiving this mail because: You are watching all bug changes.
[kate] [Bug 408418] New "go to line" behaviour is less useful than before
https://bugs.kde.org/show_bug.cgi?id=408418 Nate Graham changed: What|Removed |Added CC||n...@kde.org Status|REPORTED|CONFIRMED Ever confirmed|0 |1 -- You are receiving this mail because: You are watching all bug changes.
[krita] [Bug 408453] New: There appears to be no mechanism to change menu text size (my vision is restricted)
https://bugs.kde.org/show_bug.cgi?id=408453 Bug ID: 408453 Summary: There appears to be no mechanism to change menu text size (my vision is restricted) Product: krita Version: 4.2.1 Platform: Debian stable OS: Linux Status: REPORTED Severity: minor Priority: NOR Component: General Assignee: krita-bugs-n...@kde.org Reporter: real.aus...@gmail.com Target Milestone: --- Created attachment 120692 --> https://bugs.kde.org/attachment.cgi?id=120692&action=edit Compare krita menu text size with preferred size for other apps: Firefox shown. SUMMARY: Font used in menus and dialogs is too small for my vision difficulties STEPS TO REPRODUCE 1. Start krita OBSERVED RESULT Menu and dialog fonts is too small. EXPECTED RESULT Want a slider to change menu and dialog font size. SOFTWARE/OS VERSIONS Linux: uname -a gives "Linux blackhole 4.9.0-9-amd64 #1 SMP Debian 4.9.168-1 (2019-04-12) x86_64 GNU/Linux" GNOME Version: Version 3.22.2 Qt: qtchooser -l 4 5 default qt4-x86_64-linux-gnu qt4 qt5-x86_64-linux-gnu qt5 -- You are receiving this mail because: You are watching all bug changes.
[kdenlive] [Bug 408402] "Extract Zone" not working
https://bugs.kde.org/show_bug.cgi?id=408402 emohr changed: What|Removed |Added Status|REPORTED|CONFIRMED Ever confirmed|0 |1 Version|19.04.1 |19.04.2 CC||fritzib...@gmx.net Flags||Brainstorm+ --- Comment #1 from emohr --- Confirmed. I opened issue: https://invent.kde.org/kde/kdenlive/issues/237. You can add the extract zone: - with "ctrl+i" to the bin as subclip or - with "v" to the timeline or - when you go with the mouse to the bottom left corner of the clip monitor you can either insert video or audio onto the timeline. Click on the desired icon. -- You are receiving this mail because: You are watching all bug changes.
[frameworks-knotifications] [Bug 408431] OSD causes window flicker when using inactive window color
https://bugs.kde.org/show_bug.cgi?id=408431 Nate Graham changed: What|Removed |Added CC||n...@kde.org Ever confirmed|0 |1 Status|REPORTED|CONFIRMED -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 408431] OSD causes window flicker when using inactive window color
https://bugs.kde.org/show_bug.cgi?id=408431 Nate Graham changed: What|Removed |Added Product|frameworks-knotifications |plasmashell Target Milestone|--- |1.0 Version|unspecified |5.16.0 Assignee|kdelibs-b...@kde.org|k...@davidedmundson.co.uk Component|general |general CC||plasma-b...@kde.org -- You are receiving this mail because: You are watching all bug changes.
[krita] [Bug 408453] There appears to be no mechanism to change menu text size (my vision is restricted)
https://bugs.kde.org/show_bug.cgi?id=408453 Neviril changed: What|Removed |Added CC||nevinevi...@yahoo.com --- Comment #1 from Neviril --- I think this is supposed to be up to the window manager. On KDE Plasma there are separate settings for Qt and GTK applications. -- You are receiving this mail because: You are watching all bug changes.
[krita] [Bug 408453] There appears to be no mechanism to change menu text size (my vision is restricted)
https://bugs.kde.org/show_bug.cgi?id=408453 --- Comment #2 from Boudewijn Rempt --- Are you using the appimage or distribution packages? Krita takes the size for the text for the menu and dialog boxes from the environment, or rather, Qt does. We don't set that ourselves, but leave that to the system. If I change the size using KDE Plasma's settings manager, Krita changes, too. I don't have Gnome, so I cannot test with that. -- You are receiving this mail because: You are watching all bug changes.
[krita] [Bug 408453] There appears to be no mechanism to change menu text size (my vision is restricted)
https://bugs.kde.org/show_bug.cgi?id=408453 Boudewijn Rempt changed: What|Removed |Added CC||b...@valdyas.org --- Comment #3 from Boudewijn Rempt --- If changing the font settings in Gnome doesn't work, you could try to create or edit a text file in the .config directory called kdeglobals. Add the following section: [General] fixed=Hack,12,-1,5,50,0,0,0,0,0,Regular font=Noto Sans,10,-1,5,50,0,0,0,0,0 menuFont=Noto Sans,10,-1,5,50,0,0,0,0,0 smallestReadableFont=Noto Sans,8,-1,5,50,0,0,0,0,0 toolBarFont=Noto Sans,10,-1,5,50,0,0,0,0,0 And change the font name and the first number to something that works for you. -- You are receiving this mail because: You are watching all bug changes.
[kwin] [Bug 406180] KWin 5.15.4+ hang regression on Nvidia Optimus
https://bugs.kde.org/show_bug.cgi?id=406180 --- Comment #67 from John A --- (In reply to hugues31100 from comment #66) > (In reply to Luca Carlon from comment #65) > > What distro? > > I use Manjaro Download the KWin sources from https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz, edit the file main_x11.cpp (apply the patch https://phabricator.kde.org/file/data/telix5fjwmcuir3v5yxs/PHID-FILE-dldsuycendhh6yyimgsp/Masterwork_From_Distant_Lands) and compress the sources to a tar.xz. Edit the PKGBUILD from https://git.archlinux.org/svntogit/packages.git/tree/trunk/PKGBUILD?h=packages/kwin with your own source tar.xz (compute the sha256sum for it and replace the field sha256sums in your PKGBUILD). Then, use the edited PKGBUILD to build and install the package. You have to repeat the process for qtbase , look at https://git.archlinux.org/svntogit/packages.git/tree/trunk/PKGBUILD?h=packages/qt5-base. The patch for qtbase is: diff --git a/src/plugins/platforms/xcb/gl_integrations/xcb_glx/qglxintegration.cpp b/src/plugins/platforms/xcb/gl_integrations/xcb_glx/qglxintegration.cpp index 4adf662152..434ea60bfb 100644 --- a/src/plugins/platforms/xcb/gl_integrations/xcb_glx/qglxintegration.cpp +++ b/src/plugins/platforms/xcb/gl_integrations/xcb_glx/qglxintegration.cpp @@ -601,6 +601,7 @@ void QGLXContext::doneCurrent() else glXMakeCurrent(m_display, 0, 0); m_isPBufferCurrent = false; +m_swapInterval = -1; } void QGLXContext::swapBuffers(QPlatformSurface *surface) If for whatever reason you cannot apply the patches, just edit theses two files since the patches are pretty small in size. -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 407515] Desktop files from flatpaks don't show up
https://bugs.kde.org/show_bug.cgi?id=407515 Roman Gilg changed: What|Removed |Added CC||subd...@gmail.com --- Comment #7 from Roman Gilg --- The problem is once again zsh configuration. The /etc/profile.d/ files are not sourced by default with zsh, whereas sourcing /etc/profile in bash leads to sourcing all the files in /etc/profile.d Sourcing the files manually in $HOME/.zprofile makes it work. But this should work by default, so as a quick workaround the apps-bin-path.sh and flatpak.sh files should just be additionally sourced in the startup-script when zsh is the used shell. It's ugly anyway. Why are the shells even involved? Setting these environment variable for our non-terminal desktop environment shouldn't be in any way related with them in the first place. -- You are receiving this mail because: You are watching all bug changes.
[krita] [Bug 408454] New: [Wacom] Eraser (as a side stylus button) doesn't always switch to an eraser in 4.2.x
https://bugs.kde.org/show_bug.cgi?id=408454 Bug ID: 408454 Summary: [Wacom] Eraser (as a side stylus button) doesn't always switch to an eraser in 4.2.x Product: krita Version: 4.2.1 Platform: Other OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: tablet support Assignee: krita-bugs-n...@kde.org Reporter: oddmorn...@ya.ru Target Milestone: --- Created attachment 120693 --> https://bugs.kde.org/attachment.cgi?id=120693&action=edit Wacom Preferences menu OS: Windows 10 (18362.145) Krita: 4.2.1 Tablet: Wacom Bamboo Fun Pen & Touch CTH661 Driver: 5.3.5-3 (the last available “Previous Generation Products” version on Wacom site) I prefer to use a side stylus button as a eraser because it's faster than flipping pen every time I need to erase something. And this way worked more or less stable (sometimes I had to press the button twice to unstuck the stuck eraser brush) in versions 4.1.7 and below. But in 4.2.x and 4.3.0-prealpha (git f7971aa) the button press doesn't work, i.e. current brush doesn't switch to the eraser one. I should mention that pen's eraser tip still works as expected. Reproducible: Always Steps to Reproduce: 1. Select non-eraser brush 2. Keep a pen above surface and hold an assigned to eraser mode side stylus button (or just hold that button and try to erase something) Actual Results: Brush doesn't change. There's a small chance (≈1 of 20) for a button press leave a spot like I touched the tablet surface with a pen tip, and even smaller change (≈1 of 50) for an actual brush-to-eraser-and-back-to-brush switch. Expected Results: Brush switches to eraser when button is pressed and switches to previous brush when released (4.1.7 behavior). -- You are receiving this mail because: You are watching all bug changes.
[kwin] [Bug 407252] Random freezes of Plasma 5
https://bugs.kde.org/show_bug.cgi?id=407252 --- Comment #12 from imagina...@mailbox.org --- (In reply to Christoph Feck from comment #11) > Thanks for the update; changing status. > > If possible, please also add the bug report from the Mesa/Intel bug tracker. Given the venerable age of the systems Core i3, filing a bug report with Mesa and especially Intel wouldn't make much sense. ;) The manpage for the currently installed driver says: Option "AccelMethod" "string" Select acceleration method. There are a couple of backends available for accelerating the DDX. "UXA" (Unified Acceleration Architecture) is the mature backend that was introduced to support the GEM driver model. It is in the process of being superseded by "SNA" (Sandy‐bridge's New Acceleration). Until that process is complete, the ability to choose which backend to use remains for backwards compatibility.[...] And I found the same in the manpage for the latest driver on https://www.x.org/archive/individual/driver (xf86-video-intel-2.99.917.tar.bz2, 2014-12-21). So I guess the options to avoid the freezes with pre-Sandybridge-CPUs are probably limited to either use (even) older drivers or the method described in my earlier post. The latter one works here and AFAICT comes without performance-penalties. So long! -- You are receiving this mail because: You are watching all bug changes.
[kio-extras] [Bug 408455] New: Preview of files inside a folder looks fuzzy when fractional display scaling is used
https://bugs.kde.org/show_bug.cgi?id=408455 Bug ID: 408455 Summary: Preview of files inside a folder looks fuzzy when fractional display scaling is used Product: kio-extras Version: unspecified Platform: Archlinux Packages OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: Thumbnails and previews Assignee: plasma-b...@kde.org Reporter: bugsefor...@gmx.com Target Milestone: --- Created attachment 120694 --> https://bugs.kde.org/attachment.cgi?id=120694&action=edit screenshot STEPS TO REPRODUCE 1. open system settings > display and monitor > click "Scale display" button and set display scale factor to 1.2 2. relogin 3. open dolphin and observe the preview of folders containing pictures/videos OBSERVED RESULT as we can see in the attached screenshot, the preview of the files inside a folder looks fuzzy EXPECTED RESULT crisp previews SOFTWARE/OS VERSIONS Operating System: Arch Linux KDE Plasma Version: 5.15.90 KDE Frameworks Version: 5.59.0 Qt Version: 5.13.0 RC -- You are receiving this mail because: You are watching all bug changes.
[kio-extras] [Bug 401170] Preview of text files is blurry with fractional display scaling
https://bugs.kde.org/show_bug.cgi?id=401170 --- Comment #5 from Patrick Silva --- Created attachment 120695 --> https://bugs.kde.org/attachment.cgi?id=120695&action=edit screenshot, kio-extras 19.04.2 This bug is back. Operating System: Arch Linux KDE Plasma Version: 5.15.90 KDE Frameworks Version: 5.59.0 Qt Version: 5.13.0 RC -- You are receiving this mail because: You are watching all bug changes.
[kio-extras] [Bug 401170] Preview of text files is blurry with fractional display scaling
https://bugs.kde.org/show_bug.cgi?id=401170 Patrick Silva changed: What|Removed |Added Status|RESOLVED|REOPENED Ever confirmed|0 |1 Resolution|FIXED |--- -- You are receiving this mail because: You are watching all bug changes.
[krita] [Bug 408454] [Wacom] Eraser (as a side stylus button) doesn't always switch to an eraser in 4.2.x
https://bugs.kde.org/show_bug.cgi?id=408454 Boudewijn Rempt changed: What|Removed |Added Platform|Other |MS Windows CC||b...@valdyas.org OS|Linux |MS Windows --- Comment #1 from Boudewijn Rempt --- Could you make a tablet log so we can see what arrives in Krita's even stream? See https://docs.krita.org/en/KritaFAQ.html#what-if-your-tablet-is-not-recognized-by-krita for instructions on making a tablet log. -- You are receiving this mail because: You are watching all bug changes.
[krunner] [Bug 359627] choose order in which krunner displays results of different kinds or have it learn user preference
https://bugs.kde.org/show_bug.cgi?id=359627 --- Comment #6 from S --- Created attachment 120696 --> https://bugs.kde.org/attachment.cgi?id=120696&action=edit Third suggestion in list is by far the most frequently opened (almost always opened via Krunner itself) I'm not sure if this belongs here or if I should open a new request. I just realized that Krunner does not appear to count the number of times a file has been opened via Krunner, and the most frequently opened files are not suggested first. I thought it used to do so? In this screenshot, I have a very frequently accessed PDF document whose filename ends in "-standard.pdf". Krunner remembers and autocompletes my search for "standard" when I start typing "st.." However, the PDF I want is always in the third position on the list. I don't think I've ever even opened the first two suggestions on the list. -- You are receiving this mail because: You are watching all bug changes.
[systemsettings] [Bug 408456] New: Double Entries in Shortcuts
https://bugs.kde.org/show_bug.cgi?id=408456 Bug ID: 408456 Summary: Double Entries in Shortcuts Product: systemsettings Version: unspecified Platform: Other OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: general Assignee: plasma-b...@kde.org Reporter: anditosan1...@gmail.com Target Milestone: --- Created attachment 120697 --> https://bugs.kde.org/attachment.cgi?id=120697&action=edit DoubleEntries SUMMARY Running git daily unstable of NEON. Seeing double entries. Not sure how to remove them. Brightness key buttons don't work. Not sure if this is related. STEPS TO REPRODUCE 1. 2. 3. OBSERVED RESULT EXPECTED RESULT SOFTWARE/OS VERSIONS Windows: macOS: Linux/KDE Plasma: (available in About System) KDE Plasma Version: KDE Frameworks Version: Qt Version: ADDITIONAL INFORMATION -- You are receiving this mail because: You are watching all bug changes.
[kio-extras] [Bug 401170] Preview of text files is blurry with fractional display scaling
https://bugs.kde.org/show_bug.cgi?id=401170 Patrick Silva changed: What|Removed |Added Attachment #120698|screenshot |screenshot, kio-extras description||19.04.2 -- You are receiving this mail because: You are watching all bug changes.
[kio-extras] [Bug 401170] Preview of text files is blurry with fractional display scaling
https://bugs.kde.org/show_bug.cgi?id=401170 --- Comment #6 from Patrick Silva --- Created attachment 120698 --> https://bugs.kde.org/attachment.cgi?id=120698&action=edit screenshot -- You are receiving this mail because: You are watching all bug changes.
[kio-extras] [Bug 401170] Preview of text files is blurry with fractional display scaling
https://bugs.kde.org/show_bug.cgi?id=401170 Patrick Silva changed: What|Removed |Added Attachment #120695|0 |1 is obsolete|| -- You are receiving this mail because: You are watching all bug changes.
[frameworks-kio] [Bug 328709] Add a Hard link option when moving/copying files in Dolphin
https://bugs.kde.org/show_bug.cgi?id=328709 Mauro Molinari changed: What|Removed |Added CC||mauro...@tiscali.it --- Comment #6 from Mauro Molinari --- I also miss this feature a lot. As well as a "Paste as hard link" option when pasting files. -- You are receiving this mail because: You are watching all bug changes.
[okteta] [Bug 371790] Increase array limit >10000
https://bugs.kde.org/show_bug.cgi?id=371790 --- Comment #2 from Friedrich W. H. Kossebau --- Hi Alex, ping? :) Any chance you will have access to a development system soon again, to do this change? No insight myself to decide if this still is a sane change, but will happily apply if you command me to do. -- You are receiving this mail because: You are watching all bug changes.
[kstars] [Bug 405437] Local astrometry server crashes after upgrading from KStars 2.9.8 to KStars 3.1.0, and 3.1.1 afterwards
https://bugs.kde.org/show_bug.cgi?id=405437 --- Comment #134 from Stanley Fertig --- Hi Rob, OK, I re-installed Homebrew as per your code, ran everything including the text file with the 3 commands, etc. Still getting an illegal instruction error! If you look at the bottom of the file, appears to be when it attempts to read the FITS file downloaded... Long Terminal file attached. Thanks, stan -- You are receiving this mail because: You are watching all bug changes.
[kstars] [Bug 405437] Local astrometry server crashes after upgrading from KStars 2.9.8 to KStars 3.1.0, and 3.1.1 afterwards
https://bugs.kde.org/show_bug.cgi?id=405437 --- Comment #135 from Stanley Fertig --- Created attachment 120700 --> https://bugs.kde.org/attachment.cgi?id=120700&action=edit Terminal Saved Output 6:8:19 -- You are receiving this mail because: You are watching all bug changes.
[ksysguard] [Bug 218796] There are no graphics in "CPU History" and "Network History". (due to corruption of SystemLoad2.sgrd)
https://bugs.kde.org/show_bug.cgi?id=218796 --- Comment #33 from S --- (In reply to maniacmusician from comment #3) > The easiest fix for this (though it obviously doesn't address the source of > the bug) is to restore the configuration file from the default settings. For > *buntu, the simplest way to do this is: "cp > /usr/share/kde4/apps/ksysguard/SystemLoad2.sgrd ~/.kde/share/apps/ksysguard/" > > Though obviously the location might vary slightly depending on the > distribution. Thanks very much for this workaround, I never would have figured it out. On openSUSE this worked: cp /usr/share/ksysguard/SystemLoad2.sgrd ~/.local/share/ksysguard/ -- You are receiving this mail because: You are watching all bug changes.
[kate] [Bug 408401] HTTP ERROR 404 is shown when user click the link to the download page of Windows Kate release (32bit) installer
https://bugs.kde.org/show_bug.cgi?id=408401 Christoph Cullmann changed: What|Removed |Added CC||cullm...@kde.org --- Comment #2 from Christoph Cullmann --- Yes, need to remove this. Thanks for the hint! -- You are receiving this mail because: You are watching all bug changes.
[krita] [Bug 408454] [Wacom] Eraser (as a side stylus button) doesn't always switch to an eraser in 4.2.x
https://bugs.kde.org/show_bug.cgi?id=408454 --- Comment #2 from Yaroslav --- Created attachment 120701 --> https://bugs.kde.org/attachment.cgi?id=120701&action=edit Log of some lines drawn with and without button pressed -- You are receiving this mail because: You are watching all bug changes.
[kate] [Bug 408401] HTTP ERROR 404 is shown when user click the link to the download page of Windows Kate release (32bit) installer
https://bugs.kde.org/show_bug.cgi?id=408401 Christoph Cullmann changed: What|Removed |Added Resolution|--- |FIXED Status|REPORTED|RESOLVED --- Comment #3 from Christoph Cullmann --- >= removed -- You are receiving this mail because: You are watching all bug changes.
[kate] [Bug 408257] üst nokta ilk defa nasıl yardımcı olursunuz thank ... (tırnak değil)
https://bugs.kde.org/show_bug.cgi?id=408257 Christoph Cullmann changed: What|Removed |Added Status|REPORTED|RESOLVED Resolution|--- |WAITINGFORINFO CC||cullm...@kde.org --- Comment #1 from Christoph Cullmann --- Please try to describe the issue in english, thanks! (google translate just looks like spam) -- You are receiving this mail because: You are watching all bug changes.
[krita] [Bug 402770] Selection tool (disappear content)
https://bugs.kde.org/show_bug.cgi?id=402770 Vamdi changed: What|Removed |Added Version|4.1.7 |4.2.0 --- Comment #6 from Vamdi --- Hello. This issue remained in 4.2.0 version. Thanks for your work. -- You are receiving this mail because: You are watching all bug changes.
[kate] [Bug 407429] Copy&paste stops working after some longer uptime
https://bugs.kde.org/show_bug.cgi?id=407429 Christoph Cullmann changed: What|Removed |Added Status|REPORTED|RESOLVED Resolution|--- |UPSTREAM --- Comment #5 from Christoph Cullmann --- I will close this as fixed upstream. If you encounter the issue again after you got an up-to-date version of Qt, feel free to reopen it. -- You are receiving this mail because: You are watching all bug changes.
[kate] [Bug 402788] KWrite crashed while searching
https://bugs.kde.org/show_bug.cgi?id=402788 Christoph Cullmann changed: What|Removed |Added Status|REPORTED|RESOLVED Resolution|--- |UPSTREAM CC||cullm...@kde.org --- Comment #3 from Christoph Cullmann --- This looks for me 1:1 like the backtrace in the Qt bugreport. I consider this solved upstream, bad that we hit that with Qt <= 5.12.1... -- You are receiving this mail because: You are watching all bug changes.
[konversation] [Bug 397931] Windows download link on main site 404s
https://bugs.kde.org/show_bug.cgi?id=397931 Arthur Franco Ferreira changed: What|Removed |Added CC||arthur.f.ferre...@gmail.com --- Comment #1 from Arthur Franco Ferreira --- It seems the binary factory link has changed to: https://binary-factory.kde.org/job/Konversation_Release_win64/ But this will open the Jenkins build page. To get the installer it will be something like: https://binary-factory.kde.org/job/Konversation_Release_win64/lastSuccessfulBuild/artifact/konversation-1.7-39-windows-msvc2017_64-cl.exe But the problem is that the above is bounded to the build number and it builds automatically from time to time. Probably it has a better link or place to provide it. -- You are receiving this mail because: You are watching all bug changes.
[konversation] [Bug 407290] Notifications do not work
https://bugs.kde.org/show_bug.cgi?id=407290 --- Comment #1 from Arthur Franco Ferreira --- Same problem happening here. -- You are receiving this mail because: You are watching all bug changes.
[konversation] [Bug 407290] Notifications do not work
https://bugs.kde.org/show_bug.cgi?id=407290 Arthur Franco Ferreira changed: What|Removed |Added CC||arthur.f.ferre...@gmail.com -- You are receiving this mail because: You are watching all bug changes.
[kate] [Bug 402751] Underscores disappear in Kate part
https://bugs.kde.org/show_bug.cgi?id=402751 Christoph Cullmann changed: What|Removed |Added Status|REPORTED|RESOLVED Resolution|--- |FIXED CC||cullm...@kde.org --- Comment #4 from Christoph Cullmann --- This should be fixed with Author: Christoph Cullmann 2019-02-25 17:56:18 Committer: Christoph Cullmann 2019-02-25 17:56:51 Parent: 8fb410574b142207d88353ed712a5bd08440d08f (Use QTextFormat::TextUnderlineStyle instead of QTextFormat::FontUnderline) Child: bd8cd7511ab735971153b2380c3ecd0f4c3d6f42 (Remove deprecated method) Branches: arcpatch-D19367, arcpatch-D20565, arcpatch-D20565_1, arcpatch-D20606, arcpatch-D20697, arcpatch-D20697_1, arcpatch-D20697_2, arcpatch-D20697_3, arcpatch-D20815, master, remotes/origin/master Follows: v4.100.0-rc1 Precedes: v5.56.0, v5.56.0-rc1, v5.57.0, v5.57.0-rc1, v5.58.0, v5.58.0-rc1, v5.59.0, v5.59.0-rc1 try to improve painting height for text lines - bug 403868 avoid to cut _ and other parts still broken: double height things like mixed english/arab, see bug 404713 Summary: using a better height and removing the overpainting stuff Test Plan: I did try a bit to zoom and use different documents, it looks ok, but it did look ok before in most cases, too :/ Reviewers: dhaumann Reviewed By: dhaumann Subscribers: loh.tar, thomassc, kwrite-devel, kde-frameworks-devel Tags: #kate, #frameworks Differential Revision: https://phabricator.kde.org/D19283 -- You are receiving this mail because: You are watching all bug changes.
[okteta] [Bug 371790] Increase array limit >10000
https://bugs.kde.org/show_bug.cgi?id=371790 Alex Richardson changed: What|Removed |Added Status|ASSIGNED|RESOLVED Latest Commit||https://commits.kde.org/okt ||eta/ceaff5549038e60d1e180a1 ||200d15fe76880772c Resolution|--- |FIXED --- Comment #4 from Alex Richardson --- Git commit ceaff5549038e60d1e180a1200d15fe76880772c by Alex Richardson. Committed on 08/06/2019 at 15:42. Pushed by arichardson into branch 'master'. Use 64K as the maximum number of array entries This is still an arbitary limit to avoid excessive memory consumption. 1 is not enough for some use cases. Hopefully 64K works better. Patch by Staffan Palmroos! M +2-1 kasten/controllers/view/structures/datatypes/array/arraydatainformation.hpp https://commits.kde.org/okteta/ceaff5549038e60d1e180a1200d15fe76880772c -- You are receiving this mail because: You are watching all bug changes.
[okteta] [Bug 371790] Increase array limit >10000
https://bugs.kde.org/show_bug.cgi?id=371790 --- Comment #3 from Alex Richardson --- Sorry, completely forgot about this bug report. I'll apply the change now. -- You are receiving this mail because: You are watching all bug changes.
[dolphin] [Bug 408457] New: icons are not rendered correctly after zoom adjustment
https://bugs.kde.org/show_bug.cgi?id=408457 Bug ID: 408457 Summary: icons are not rendered correctly after zoom adjustment Product: dolphin Version: 19.04.2 Platform: Archlinux Packages OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: general Assignee: dolphin-bugs-n...@kde.org Reporter: bugsefor...@gmx.com CC: elvis.angelac...@kde.org Target Milestone: --- Created attachment 120702 --> https://bugs.kde.org/attachment.cgi?id=120702&action=edit screen recording STEPS TO REPRODUCE 1. open system settings > display and monitor > click "Scale display" button and set display scale factor to 1.2 2. relogin 3. open a folder containing several files 4. use the zoom slider and the mouse wheel to increase/decrease the zoom level OBSERVED RESULT As we can see in the attached screen recording, the icons are not rendered correctly after the zoom adjustment. They are rendered after you hover over the files view. EXPECTED RESULT all icons are always rendered SOFTWARE/OS VERSIONS Operating System: Arch Linux KDE Plasma Version: 5.15.90 KDE Frameworks Version: 5.59.0 Qt Version: 5.13.0 RC -- You are receiving this mail because: You are watching all bug changes.
[kdenlive] [Bug 406827] keyframes not working for track effects
https://bugs.kde.org/show_bug.cgi?id=406827 emohr changed: What|Removed |Added CC||fritzib...@gmx.net Resolution|--- |MOVED Status|REPORTED|RESOLVED --- Comment #2 from emohr --- Christian, thank you for open issue: https://invent.kde.org/kde/kdenlive/issues/238 I close this bug as it is moved to https://invent.kde.org/kde/kdenlive/issues/238 -- You are receiving this mail because: You are watching all bug changes.