[kwin] [Bug 368827] Using the KWin Resize keyboard shortcut, all keypresses are sent into the window during the resize
https://bugs.kde.org/show_bug.cgi?id=368827 saif1...@gmail.com changed: What|Removed |Added CC||saif1...@gmail.com --- Comment #14 from saif1...@gmail.com --- This bug is still in Kubuntu by 5.16.5 I wish this would be fixed -- You are receiving this mail because: You are watching all bug changes.
[digikam] [Bug 412591] New unwanted window opens with map tab
https://bugs.kde.org/show_bug.cgi?id=412591 Maik Qualmann changed: What|Removed |Added CC||rico.zie...@posteo.de --- Comment #7 from Maik Qualmann --- *** Bug 418162 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are watching all bug changes.
[digikam] [Bug 418162] additional empty popup in geolocation dialog
https://bugs.kde.org/show_bug.cgi?id=418162 Maik Qualmann changed: What|Removed |Added CC||metzping...@gmail.com Status|REPORTED|RESOLVED Resolution|--- |DUPLICATE --- Comment #1 from Maik Qualmann --- *** This bug has been marked as a duplicate of bug 412591 *** -- You are receiving this mail because: You are watching all bug changes.
[digikam] [Bug 418162] additional empty popup in geolocation dialog
https://bugs.kde.org/show_bug.cgi?id=418162 Maik Qualmann changed: What|Removed |Added Platform|Other |Appimage -- You are receiving this mail because: You are watching all bug changes.
[kdenlive] [Bug 416811] Copying fade out effect will add 1 frame
https://bugs.kde.org/show_bug.cgi?id=416811 --- Comment #8 from Jean-Baptiste Mardelle --- Git commit 963e191868841acf30e567c155020cfa76d05a6f by Jean-Baptiste Mardelle. Committed on 25/02/2020 at 08:10. Pushed by mardelle into branch 'master'. Fix 1 frame offset in fade out M +1-1src/assets/model/assetparametermodel.cpp M +3-3src/assets/view/widgets/positioneditwidget.cpp M +1-1src/bin/bin.cpp M +3-3src/bin/projectclip.cpp M +4-4src/bin/projectitemmodel.cpp M +1-1src/bin/projectsubclip.cpp M +2-3src/effects/effectstack/model/effectstackmodel.cpp M +1-1src/jobs/cachejob.cpp M +1-1src/jobs/cachejob.hpp M +1-1src/jobs/thumbjob.cpp M +1-1src/jobs/thumbjob.hpp M +1-4src/timeline2/view/qml/Clip.qml https://invent.kde.org/kde/kdenlive/commit/963e191868841acf30e567c155020cfa76d05a6f -- You are receiving this mail because: You are watching all bug changes.
[xdg-desktop-portal-kde] [Bug 418155] opening a remote url from the file dialog hangs the whole app
https://bugs.kde.org/show_bug.cgi?id=418155 Jan Grulich changed: What|Removed |Added CC||jgrul...@redhat.com --- Comment #1 from Jan Grulich --- Ok, I think I found why this is happening. Reason is that when you select an URL in the KFileWidget, it won't be returned by KFileWidget::selectedFiles() which we use to get the files and send back to the portal. It will only be returned with KFileWidget::selectedUrls(), but problem is that we cannot send a link back so the file probably needs to be downloaded first. I guess the best location would be $HOME/.var/app/org.kde.appName, where all applications will always have access. -- You are receiving this mail because: You are watching all bug changes.
[kmail2] [Bug 418161] Danish letters are rendered wrong in HTML.
https://bugs.kde.org/show_bug.cgi?id=418161 Laurent Montel changed: What|Removed |Added CC||mon...@kde.org --- Comment #1 from Laurent Montel --- Hi, could you attach mail here please ? I think that it's a duplicate bug but I need a testcase Thanks -- You are receiving this mail because: You are watching all bug changes.
[neon] [Bug 415130] Lock and login screens: entering incorrect password or moving focus away breaks using return/enter key to submit password
https://bugs.kde.org/show_bug.cgi?id=415130 --- Comment #37 from popov895 --- Wow, the qt-virtualkeyboard plugin has just been updated and the problem no longer appears -- You are receiving this mail because: You are watching all bug changes.
[kwin] [Bug 417592] Frame rate drops after suspend/resume cycle
https://bugs.kde.org/show_bug.cgi?id=417592 --- Comment #9 from bug2...@wolke7.net --- Since my reboot on the 23rd I could not reproduce that problem with 4 resume cycles. I had no relevant updates, so the same machine might or might not reproduce the problem. One question is: Does it needs to be triggered on the first resume cycle? -- You are receiving this mail because: You are watching all bug changes.
[krita] [Bug 418158] Cannot use the deselect shortcut
https://bugs.kde.org/show_bug.cgi?id=418158 Boudewijn Rempt changed: What|Removed |Added Keywords||triaged CC||b...@valdyas.org --- Comment #1 from Boudewijn Rempt --- Hi, I am sorry, but I cannot reproduce any of these problems, not on Windows, not on Linux, not on macOS. I tested with a clean configureation using the latest nightly build, but there haven't been any changes related to these functions for a long time. -- You are receiving this mail because: You are watching all bug changes.
[frameworks-kio] [Bug 408497] Apps launched with "Run in terminal" not working under Wayland when Konsole is the default terminal emulator
https://bugs.kde.org/show_bug.cgi?id=408497 --- Comment #8 from Wolfgang Bauer --- (In reply to Nate Graham from comment #6) > Nice find. Wanna submit a patch? When I find the time... > Both might be desirable, but the %i fix > seems more important since it's a Wayland incompatibility and could bite > other apps too. It cannot bite other applications, as this code is specific for calling konsole, see the 'if'. I do agree that it should better be fixed in kio though. But if you mean "fixing" the %i handling in general (e.g. to use "-qwindowicon" instead which would also "work" on Wayland, although it would have no effect), that is not a good idea either, as it is written in the freedesktop.org .desktop file specifications that %i shall be expanded to "--icon xxx". Quoting from https://specifications.freedesktop.org/desktop-entry-spec/desktop-entry-spec-1.1.html#exec-variables : > %i The Icon key of the desktop entry expanded as two arguments, first > --icon > and then the value of the Icon key. Should not expand to any arguments if the > Icon key is empty or missing. And non-Qt applications likely won't support -qwindowicon anyway, although they might "support" --icon even on Wayland. ;-) -- You are receiving this mail because: You are watching all bug changes.
[frameworks-kio] [Bug 408497] Apps launched with "Run in terminal" not working under Wayland when Konsole is the default terminal emulator
https://bugs.kde.org/show_bug.cgi?id=408497 --- Comment #9 from Wolfgang Bauer --- Although, as changing the window icon apparently is not possible on Wayland anyway, maybe the best fix would indeed to just always expand %i to an empty string on Wayland? -- You are receiving this mail because: You are watching all bug changes.
[xdg-desktop-portal-kde] [Bug 418155] opening a remote url from the file dialog hangs the whole app
https://bugs.kde.org/show_bug.cgi?id=418155 --- Comment #2 from Jan Grulich --- Actually, thinking about it, you don't need to have access to the downloaded file, you can open it from all the places, that's the point of the portal. Still using the $HOME/.var/app/org.kde.AppName seems a reasonable location. Opinions? -- You are receiving this mail because: You are watching all bug changes.
[Spectacle] [Bug 411263] Spectacle does not send screenshot to clipboard when --nonotify is used
https://bugs.kde.org/show_bug.cgi?id=411263 malachy1...@gmail.com changed: What|Removed |Added Resolution|FIXED |--- Status|RESOLVED|REOPENED CC||malachy1...@gmail.com --- Comment #6 from malachy1...@gmail.com --- As of version 19.12.2-1, this bug seems to still be present. I am running on Arch Linux, and have tested using: spectacle -bnc as well as spectacle --background --nonotify --clipboard No output is given from the command and Plasma seems to freeze for a short duration. There is also nothing in the clipboard. -- You are receiving this mail because: You are watching all bug changes.
[digikam] [Bug 418163] New: No dark theme properly shows partly selected captions
https://bugs.kde.org/show_bug.cgi?id=418163 Bug ID: 418163 Summary: No dark theme properly shows partly selected captions Product: digikam Version: 7.0.0 Platform: MS Windows OS: MS Windows Status: REPORTED Severity: minor Priority: NOR Component: Usability-Themes Assignee: digikam-bugs-n...@kde.org Reporter: jan.vanbek...@gmail.com Target Milestone: --- SUMMARY The only theme that clearly shows in Captions if all or only some of the selected images have a certain tag is High Key. I can't find a dark theme that does that. STEPS TO REPRODUCE 1. Select any dark team 2. Toggle suitable thumbnail 3. Observe Cations OBSERVED RESULT No or hardly difference noticed EXPECTED RESULT Clear difference SOFTWARE/OS VERSIONS Windows: 10 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.
[kinfocenter] [Bug 418151] Auto-Size Left Pane Wider Than Longest Text
https://bugs.kde.org/show_bug.cgi?id=418151 Harald Sitter changed: What|Removed |Added Status|REPORTED|RESOLVED CC||sit...@kde.org Resolution|--- |FIXED --- Comment #2 from Harald Sitter --- 5.19 will use the systemsettings shell to render kinfocenter and as such shouldn't have the issue as settings look ok in the beginning of that video. -- You are receiving this mail because: You are watching all bug changes.
[digikam] [Bug 418163] No dark theme properly shows partly selected captions
https://bugs.kde.org/show_bug.cgi?id=418163 caulier.gil...@gmail.com changed: What|Removed |Added CC||caulier.gil...@gmail.com --- Comment #1 from caulier.gil...@gmail.com --- Can you share a screenshot of the problem please ? Gilles Caulier -- You are receiving this mail because: You are watching all bug changes.
[Qt/KDE Flatpak Runtime] [Bug 418030] Reduced support for video playback on 5.14 runtime
https://bugs.kde.org/show_bug.cgi?id=418030 Rinigus changed: What|Removed |Added CC||rinigus@gmail.com -- You are receiving this mail because: You are watching all bug changes.
[Qt/KDE Flatpak Runtime] [Bug 418030] Reduced support for video playback on 5.14 runtime
https://bugs.kde.org/show_bug.cgi?id=418030 Rinigus changed: What|Removed |Added Resolution|--- |NOT A BUG Status|REPORTED|RESOLVED --- Comment #1 from Rinigus --- The issue is resolved on the application level. We have to include ffmpeg-full extension by adding ``` "add-extensions": { "org.freedesktop.Platform.ffmpeg-full": { "directory": "lib/ffmpeg", "add-ld-path": ".", "version": "19.08" } }, "cleanup-commands": [ "mkdir -p ${FLATPAK_DEST}/lib/ffmpeg" ], ``` to our Flatpak build files (adjust accordingly). When added, Angelfish was able to play the videos reported in the original issue. -- You are receiving this mail because: You are watching all bug changes.
[systemsettings] [Bug 405091] Subpixel rendering gets disabled when changing fonts
https://bugs.kde.org/show_bug.cgi?id=405091 --- Comment #4 from Filip Fila --- Doesn't seem to be a problem anymore in 5.18.1 although I haven't seen a commit that directly addressed this. -- You are receiving this mail because: You are watching all bug changes.
[KScreen] [Bug 417490] Plasma 5.18.0 resets display XRandR scaling after logon
https://bugs.kde.org/show_bug.cgi?id=417490 Roman Gilg changed: What|Removed |Added Resolution|NOT A BUG |--- Ever confirmed|0 |1 Status|RESOLVED|REOPENED --- Comment #8 from Roman Gilg --- Let's reopen it for feedback and maybe someone finds a simple solution for it. Personally I won't work on a fix though. Could the KScreen daemon binary be diverted / renamed? You won't be able to use the ui afterwards but since you are using xrandr anyway. -- You are receiving this mail because: You are watching all bug changes.
[digikam] [Bug 418163] No dark theme properly shows partly selected captions
https://bugs.kde.org/show_bug.cgi?id=418163 --- Comment #2 from Jan van Bekkum --- Created attachment 126393 --> https://bugs.kde.org/attachment.cgi?id=126393&action=edit One thumbnail selected -- You are receiving this mail because: You are watching all bug changes.
[digikam] [Bug 418163] No dark theme properly shows partly selected captions
https://bugs.kde.org/show_bug.cgi?id=418163 --- Comment #3 from Jan van Bekkum --- Created attachment 126394 --> https://bugs.kde.org/attachment.cgi?id=126394&action=edit Two thumbnails selected -- You are receiving this mail because: You are watching all bug changes.
[systemsettings] [Bug 417515] In Application Style current style is not highlighted (no global theme)
https://bugs.kde.org/show_bug.cgi?id=417515 --- Comment #14 from Cyril Rossi --- To sum up, I see 2 things : 1) When applying a global theme from KCM Look and Feel, if the theme use a widget theme that is not installed, it will style use Breeze but the kdeglobals, but the kdeglobals will be wrong and fail to highlight the proper Application Style in the KCM. 2) Some global themes refer to "breeze" as widgetStyle instead of "Breeze", which cause the highlight to fail as well. -- You are receiving this mail because: You are watching all bug changes.
[digikam] [Bug 418163] No dark theme properly shows partly selected captions
https://bugs.kde.org/show_bug.cgi?id=418163 --- Comment #4 from Jan van Bekkum --- Created attachment 126395 --> https://bugs.kde.org/attachment.cgi?id=126395&action=edit One thumbnail selected, light theme -- You are receiving this mail because: You are watching all bug changes.
[digikam] [Bug 418163] No dark theme properly shows partly selected captions
https://bugs.kde.org/show_bug.cgi?id=418163 --- Comment #5 from Jan van Bekkum --- Created attachment 126396 --> https://bugs.kde.org/attachment.cgi?id=126396&action=edit Two thumbnails selected, light theme -- You are receiving this mail because: You are watching all bug changes.
[digikam] [Bug 418163] No dark theme properly shows partly selected captions
https://bugs.kde.org/show_bug.cgi?id=418163 --- Comment #6 from Jan van Bekkum --- In "One thumbnail selected" I have selected one thumbnail wit tag "Apen". This is shown clearly in the captions list. In "Two thumbnails selected" I have selected an additional thumbnail that does not have the tag "Apen". I now expect the tag "Apen" in the caption list to become grayish, but nothing changes. Some of the other dark themes show a minimal, hardly visible change. However, if I choose a light theme (High Key) the difference is evident. -- You are receiving this mail because: You are watching all bug changes.
[neon] [Bug 415130] Lock and login screens: entering incorrect password or moving focus away breaks using return/enter key to submit password
https://bugs.kde.org/show_bug.cgi?id=415130 --- Comment #38 from David Edmundson --- So we can close this? -- You are receiving this mail because: You are watching all bug changes.
[frameworks-kio] [Bug 408497] Apps launched with "Run in terminal" not working under Wayland when Konsole is the default terminal emulator
https://bugs.kde.org/show_bug.cgi?id=408497 --- Comment #10 from Wolfgang Bauer --- Ok, I can confirm now that removing the %i when calling konsole indeed fixes the bug on Wayland. But what would be the best way to test for Wayland or xcb inside kio? Using QGuiApplication::platformName() doesn't work (it gives a compiler error) because kio (this part at least) isn't linked against QGuiApplication I think. And removing it unconditionally would be a "regression" on X11/xcb... :-/ Although, specifying "--icon someicon" seems to have no effect on Plasma/X11 either anyway, so that might be acceptable (it does work on other desktops I tried though). -- You are receiving this mail because: You are watching all bug changes.
[digikam] [Bug 418163] No dark theme properly shows partly selected captions
https://bugs.kde.org/show_bug.cgi?id=418163 Maik Qualmann changed: What|Removed |Added CC||metzping...@gmail.com --- Comment #7 from Maik Qualmann --- Ok, so it's about the tri-state view of the checkboxes. It helps to switch to the Fusion style here in digiKam Setup. The tri-state is a completed checkbox. However, the visibility of the frame is in the Fusion style poor. Maik -- You are receiving this mail because: You are watching all bug changes.
[systemsettings] [Bug 416450] "Clear avatar" feature does not work for the current user
https://bugs.kde.org/show_bug.cgi?id=416450 Matej Mrenica changed: What|Removed |Added CC||matejm98m...@gmail.com -- You are receiving this mail because: You are watching all bug changes.
[neon] [Bug 415130] Lock and login screens: entering incorrect password or moving focus away breaks using return/enter key to submit password
https://bugs.kde.org/show_bug.cgi?id=415130 --- Comment #39 from Jeffrey Bouter --- (In reply to David Edmundson from comment #38) > So we can close this? Can confirm that the update of the qt-virtualkeyboard package has resolved this issue for me on KDE Neon plasma 5.18.1 -- You are receiving this mail because: You are watching all bug changes.
[xdg-desktop-portal-kde] [Bug 418155] opening a remote url from the file dialog hangs the whole app
https://bugs.kde.org/show_bug.cgi?id=418155 --- Comment #3 from Jan Grulich --- Review: https://phabricator.kde.org/D27643 -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 418164] New: Request: Allow hiding the mute button while keeping the contextual menu option
https://bugs.kde.org/show_bug.cgi?id=418164 Bug ID: 418164 Summary: Request: Allow hiding the mute button while keeping the contextual menu option Product: plasmashell Version: 5.18.1 Platform: Archlinux Packages OS: Linux Status: REPORTED Severity: wishlist Priority: NOR Component: Task Manager Assignee: h...@kde.org Reporter: k...@ashka.me CC: plasma-b...@kde.org Target Milestone: 1.0 SUMMARY In the icons-only task manager, on my setup the mute button is currently very small and hard to see, I end up clicking it by mistake fairly often. Muting programs isn't something I do very frequently, so using the "Mute" right-click menu is fine, however when the setting to display audio status icons is disabled, the contextual menu option to mute disappears as well. Request is to keep this menu option around when the icon is disabled instead of removing both. STEPS TO REPRODUCE 1. Add icons-only task manager 2. Disable setting that displays application sound status SOFTWARE/OS VERSIONS Operating System: Arch Linux KDE Plasma Version: 5.18.1 KDE Frameworks Version: 5.67.0 Qt Version: 5.14.1 -- You are receiving this mail because: You are watching all bug changes.
[systemsettings] [Bug 418165] New: In color scheme editor buttons have low-res images with fractional scaling
https://bugs.kde.org/show_bug.cgi?id=418165 Bug ID: 418165 Summary: In color scheme editor buttons have low-res images with fractional scaling Product: systemsettings Version: 5.18.1 Platform: Archlinux Packages OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: kcm_colors Assignee: plasma-b...@kde.org Reporter: matejm98m...@gmail.com CC: jpwhit...@kde.org, mwoehlke.fl...@gmail.com Target Milestone: --- This might be a part of a bigger issue. Screen resolution is FHD with 1.25 scaling. -- You are receiving this mail because: You are watching all bug changes.
[systemsettings] [Bug 418165] In color scheme editor buttons have low-res images with fractional scaling
https://bugs.kde.org/show_bug.cgi?id=418165 Matej Mrenica changed: What|Removed |Added CC||matejm98m...@gmail.com --- Comment #1 from Matej Mrenica --- Created attachment 126397 --> https://bugs.kde.org/attachment.cgi?id=126397&action=edit Screenshot -- You are receiving this mail because: You are watching all bug changes.
[dolphin] [Bug 418166] New: Additional frame on context menu with fractional scaling
https://bugs.kde.org/show_bug.cgi?id=418166 Bug ID: 418166 Summary: Additional frame on context menu with fractional scaling Product: dolphin Version: 19.12.2 Platform: Archlinux Packages OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: general Assignee: dolphin-bugs-n...@kde.org Reporter: matejm98m...@gmail.com CC: kfm-de...@kde.org Target Milestone: --- Created attachment 126398 --> https://bugs.kde.org/attachment.cgi?id=126398&action=edit Screenshot ADDITIONAL INFORMATION FHD resolution with 1.25 scaling -- You are receiving this mail because: You are watching all bug changes.
[systemsettings] [Bug 418165] In color scheme editor buttons have low-res images with fractional scaling
https://bugs.kde.org/show_bug.cgi?id=418165 Kai Uwe Broulik changed: What|Removed |Added CC||k...@privat.broulik.de --- Comment #2 from Kai Uwe Broulik --- KColorSchemeEditor probably just lacks UseHighDpiPixmaps flag -- You are receiving this mail because: You are watching all bug changes.
[systemsettings] [Bug 418165] In color scheme editor buttons have low-res images with fractional scaling
https://bugs.kde.org/show_bug.cgi?id=418165 --- Comment #3 from Matej Mrenica --- Also affects icons in titlebar appmenu of any app. -- You are receiving this mail because: You are watching all bug changes.
[dolphin] [Bug 418166] Additional frame on context menu with fractional scaling
https://bugs.kde.org/show_bug.cgi?id=418166 Matej Mrenica changed: What|Removed |Added CC||matejm98m...@gmail.com --- Comment #1 from Matej Mrenica --- Also affects titlebar app menus and dropdown menus. -- You are receiving this mail because: You are watching all bug changes.
[krita] [Bug 412746] Select gradient fill for vector shape stroke, krita freezes
https://bugs.kde.org/show_bug.cgi?id=412746 Dmitry Kazakov changed: What|Removed |Added Latest Commit|https://invent.kde.org/kde/ |https://invent.kde.org/kde/ |krita/commit/7f4401a0219a8e |krita/commit/d45cb95b1bfdaf |63670a7db9ecc1dba05fdbc615 |eb8ade9d2c2f85acf992d40807 --- Comment #14 from Dmitry Kazakov --- Git commit d45cb95b1bfdafeb8ade9d2c2f85acf992d40807 by Dmitry Kazakov. Committed on 25/02/2020 at 11:36. Pushed by dkazakov into branch 'master'. Fix deadlocks in KoShapeManager updateTree() can emit shapeChanged() signals. And in general, we shouldn't emit any signal with a lock held. # Conflicts: # libs/flake/KoShapeManager.cpp M +23 -17 libs/flake/KoShapeManager.cpp https://invent.kde.org/kde/krita/commit/d45cb95b1bfdafeb8ade9d2c2f85acf992d40807 -- You are receiving this mail because: You are watching all bug changes.
[krita] [Bug 417673] Visible tiling artifacts from Filter Masks
https://bugs.kde.org/show_bug.cgi?id=417673 Dmitry Kazakov changed: What|Removed |Added Resolution|--- |FIXED Status|CONFIRMED |RESOLVED Latest Commit||https://invent.kde.org/kde/ ||krita/commit/8157bb3ce895c9 ||3585449e871821bddd87570484 --- Comment #7 from Dmitry Kazakov --- Git commit 8157bb3ce895c93585449e871821bddd87570484 by Dmitry Kazakov. Committed on 25/02/2020 at 11:36. Pushed by dkazakov into branch 'master'. Fix artifacts on filter masks applied to adjustment layers It looks like there was just a misprint in the way how need rect is calculated. M +2-2libs/image/kis_adjustment_layer.cc M +6-0libs/image/kis_image_config.cpp M +2-0libs/image/kis_image_config.h A +---libs/image/tests/data/async_merger_test/mask_on_adj_initial.png M +61 -0libs/image/tests/kis_async_merger_test.cpp M +4-0libs/image/tests/kis_async_merger_test.h https://invent.kde.org/kde/krita/commit/8157bb3ce895c93585449e871821bddd87570484 -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 418167] New: Plasma (plasmashell), signal: Segmentation fault - KJob::finishJob(bool)
https://bugs.kde.org/show_bug.cgi?id=418167 Bug ID: 418167 Summary: Plasma (plasmashell), signal: Segmentation fault - KJob::finishJob(bool) Product: plasmashell Version: 5.12.8 Platform: openSUSE RPMs OS: Linux Status: REPORTED Keywords: drkonqi Severity: crash Priority: NOR Component: general Assignee: k...@davidedmundson.co.uk Reporter: bugrprt21...@online.de CC: plasma-b...@kde.org Target Milestone: 1.0 Application: plasmashell (5.12.8) Qt Version: 5.9.7 Frameworks Version: 5.55.0 Operating System: Linux 4.12.14-lp151.28.36-default x86_64 Distribution: "openSUSE Leap 15.1" -- Information about the crash: - What I was doing when the application crashed: Unmounting a DVD-RAM drive via the Plasmoid Device Manager. The DVD-RAM is an ext2 volume. -- Backtrace: Application: Plasma (plasmashell), signal: Segmentation fault Using host libthread_db library "/lib64/libthread_db.so.1". 29return SYSCALL_CANCEL (poll, fds, nfds, timeout); [Current thread is 1 (Thread 0x7f2be9c5c500 (LWP 3730))] Thread 15 (Thread 0x7f2af8ac2700 (LWP 4000)): #0 0x7f2be2ee4c98 in __GI___libc_read (fd=28, buf=buf@entry=0x7f2af8ac1a10, nbytes=nbytes@entry=16) at ../sysdeps/unix/sysv/linux/read.c:26 #1 0x7f2bdd795c80 in read (__nbytes=16, __buf=0x7f2af8ac1a10, __fd=) at /usr/include/bits/unistd.h:44 #2 0x7f2bdd795c80 in g_wakeup_acknowledge (wakeup=0x7f2bb8003d80) at gwakeup.c:210 #3 0x7f2bdd750cb8 in g_main_context_check (context=context@entry=0x7f2af4000be0, max_priority=2147483647, fds=fds@entry=0x7f2af4002de0, n_fds=n_fds@entry=1) at gmain.c:3646 #4 0x7f2bdd751150 in g_main_context_iterate (context=context@entry=0x7f2af4000be0, block=block@entry=1, dispatch=dispatch@entry=1, self=) at gmain.c:3865 #5 0x7f2bdd7512bc in g_main_context_iteration (context=0x7f2af4000be0, may_block=may_block@entry=1) at gmain.c:3929 #6 0x7f2be383a7fb in QEventDispatcherGlib::processEvents(QFlags) (this=0x7f2af4000b10, flags=...) at kernel/qeventdispatcher_glib.cpp:425 #7 0x7f2be37df79a in QEventLoop::exec(QFlags) (this=this@entry=0x7f2af8ac1c30, flags=..., flags@entry=...) at kernel/qeventloop.cpp:212 #8 0x7f2be35fdd4a in QThread::exec() (this=this@entry=0x5628300c4860) at thread/qthread.cpp:515 #9 0x7f2afb42d857 in KCupsConnection::run() (this=0x5628300c4860) at /usr/src/debug/kde-print-manager-18.12.3-lp151.2.4.1.x86_64/libkcups/KCupsConnection.cpp:304 #10 0x7f2be3602c8d in QThreadPrivate::start(void*) (arg=0x5628300c4860) at thread/qthread_unix.cpp:368 #11 0x7f2be279a569 in start_thread (arg=0x7f2af8ac2700) at pthread_create.c:465 #12 0x7f2be2ef39ef in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95 Thread 14 (Thread 0x7f2b30a8b700 (LWP 3992)): #0 0x7f2be27a08ad in futex_wait_cancelable (private=, expected=0, futex_word=0x56282f4f489c) at ../sysdeps/unix/sysv/linux/futex-internal.h:88 #1 0x7f2be27a08ad in __pthread_cond_wait_common (abstime=0x0, mutex=0x56282f4f4848, cond=0x56282f4f4870) at pthread_cond_wait.c:502 #2 0x7f2be27a08ad in __pthread_cond_wait (cond=0x56282f4f4870, mutex=0x56282f4f4848) at pthread_cond_wait.c:655 #3 0x7f2bbd29b83b in cnd_wait (mtx=0x56282f4f4848, cond=0x56282f4f4870) at ../../include/c11/threads_posix.h:155 #4 0x7f2bbd29b83b in util_queue_thread_func (input=input@entry=0x56282ee802f0) at u_queue.c:270 #5 0x7f2bbd29b547 in impl_thrd_routine (p=) at ../../include/c11/threads_posix.h:87 #6 0x7f2be279a569 in start_thread (arg=0x7f2b30a8b700) at pthread_create.c:465 #7 0x7f2be2ef39ef in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95 Thread 13 (Thread 0x7f2b3128c700 (LWP 3985)): #0 0x7f2be27a08ad in futex_wait_cancelable (private=, expected=0, futex_word=0x56282ef87070) at ../sysdeps/unix/sysv/linux/futex-internal.h:88 #1 0x7f2be27a08ad in __pthread_cond_wait_common (abstime=0x0, mutex=0x56282ef87020, cond=0x56282ef87048) at pthread_cond_wait.c:502 #2 0x7f2be27a08ad in __pthread_cond_wait (cond=0x56282ef87048, mutex=0x56282ef87020) at pthread_cond_wait.c:655 #3 0x7f2bbd29b83b in cnd_wait (mtx=0x56282ef87020, cond=0x56282ef87048) at ../../include/c11/threads_posix.h:155 #4 0x7f2bbd29b83b in util_queue_thread_func (input=input@entry=0x56282eca8450) at u_queue.c:270 #5 0x7f2bbd29b547 in impl_thrd_routine (p=) at ../../include/c11/threads_posix.h:87 #6 0x7f2be279a569 in start_thread (arg=0x7f2b3128c700) at pthread_create.c:465 #7 0x7f2be2ef39ef in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95 Thread 12 (Thread 0x7f2b31a8d700 (LWP 3984)): #0 0x7f2be27a08ad in futex_wait_cancelable (private=, expected=0, futex_word=0x56282ef87070) at ../sysdeps/unix/sysv/linux/futex-internal.h:88 #1 0x7f2be27a08ad in __pthread_cond_wait_common (abstime=0x0, mutex=0x56282ef87020, c
[kscreenlocker] [Bug 395583] Cannot login after lock screen which went to sleep
https://bugs.kde.org/show_bug.cgi?id=395583 Postix changed: What|Removed |Added CC||pos...@posteo.eu -- You are receiving this mail because: You are watching all bug changes.
[krita] [Bug 417673] Visible tiling artifacts from Filter Masks
https://bugs.kde.org/show_bug.cgi?id=417673 Dmitry Kazakov changed: What|Removed |Added Latest Commit|https://invent.kde.org/kde/ |https://invent.kde.org/kde/ |krita/commit/8157bb3ce895c9 |krita/commit/816f481095d920 |3585449e871821bddd87570484 |607e6196250f6c9795ef024592 --- Comment #8 from Dmitry Kazakov --- Git commit 816f481095d920607e6196250f6c9795ef024592 by Dmitry Kazakov. Committed on 25/02/2020 at 11:39. Pushed by dkazakov into branch 'krita/4.2'. Fix artifacts on filter masks applied to adjustment layers It looks like there was just a misprint in the way how need rect is calculated. M +2-2libs/image/kis_adjustment_layer.cc M +6-0libs/image/kis_image_config.cpp M +2-0libs/image/kis_image_config.h A +---libs/image/tests/data/async_merger_test/mask_on_adj_initial.png M +61 -0libs/image/tests/kis_async_merger_test.cpp M +4-0libs/image/tests/kis_async_merger_test.h https://invent.kde.org/kde/krita/commit/816f481095d920607e6196250f6c9795ef024592 -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 418168] New: Add search filter box for fonts
https://bugs.kde.org/show_bug.cgi?id=418168 Bug ID: 418168 Summary: Add search filter box for fonts Product: plasmashell Version: master Platform: Other OS: Linux Status: REPORTED Severity: wishlist Priority: NOR Component: general Assignee: k...@davidedmundson.co.uk Reporter: pos...@posteo.eu CC: plasma-b...@kde.org Target Milestone: 1.0 Created attachment 126399 --> https://bugs.kde.org/attachment.cgi?id=126399&action=edit Screenshot of the current of font selection dialog. On my system I have hundreds of fonts including variants installed. Looking for a specific one is therefore very cumbersome: a) You can scroll to the font name you are looking for (if it exists and which may take a while) b) You can blindly type it (and hope you spelled it right) or a search filter box could be added. :) -- You are receiving this mail because: You are watching all bug changes.
[kdeconnect] [Bug 418169] New: Action buttons in kdeconnect popup are reversed
https://bugs.kde.org/show_bug.cgi?id=418169 Bug ID: 418169 Summary: Action buttons in kdeconnect popup are reversed Product: kdeconnect Version: 1.4 Platform: openSUSE RPMs OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: plasmoid Assignee: albertv...@gmail.com Reporter: crigu...@gmail.com Target Milestone: --- SUMMARY I'm using Microsoft Authenticator on my Android smartphone because I have to connect to my virtual machine at work, and they have set up MFA and require this app to complete the second step of authentication. When I try to connect to the remote virtual machine, MS Authenticator pops up on my phone with a request to approve or reject the connection. Kdeconnect on my computer shows me the popup with two buttons: "approve" and "reject". But their functionality is swapped: if I click "Approve" the connection is rejected, while if I click "reject" the connection is approved. STEPS TO REPRODUCE This is not possible unless you have access to a connection that requires MFA and works with MS Authenticator. OBSERVED RESULT I click on "Approve" in the popup provided by kdeconnect on my PC and the connection is rejected. I click on "Reject" in the popup provided by kdeconnect on my PC and the connection is approved. EXPECTED RESULT I click on "Approve" in the popup provided by kdeconnect on my PC and the connection is approved. I click on "Reject" in the popup provided by kdeconnect on my PC and the connection is rejected. SOFTWARE/OS VERSIONS Linux/KDE Plasma: openSUSE Tumbleweed 20200220 KDE Plasma Version: 5.18.0 KDE Frameworks Version: 5.67.0 Qt Version: 5.14.1 ADDITIONAL INFORMATION -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 418168] Add search filter box for fonts
https://bugs.kde.org/show_bug.cgi?id=418168 Postix changed: What|Removed |Added CC||n...@kde.org, ||pos...@posteo.eu -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 416914] Connecting external monitor freezes Plasma
https://bugs.kde.org/show_bug.cgi?id=416914 --- Comment #4 from waldauf --- Hello, is there some progress? I can confirm this problem on two laptopts - Lenovo and Dell. -- You are receiving this mail because: You are watching all bug changes.
[systemsettings] [Bug 418170] New: Text becomes blurry during expanding animation of treeview at the font settings
https://bugs.kde.org/show_bug.cgi?id=418170 Bug ID: 418170 Summary: Text becomes blurry during expanding animation of treeview at the font settings Product: systemsettings Version: 5.17.5 Platform: Other OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: kcm_fonts Assignee: plasma-b...@kde.org Reporter: pos...@posteo.eu Target Milestone: --- Created attachment 126400 --> https://bugs.kde.org/attachment.cgi?id=126400&action=edit Screenshot of the current of font selection dialog. SUMMARY Expanding an item in the treeview of the Font Managment KCM makes the items, which will shift downwards, become blurry, during the animation. Please see the recording. SOFTWARE/OS VERSIONS Operating System: Manjaro Linux KDE Plasma Version: 5.17.5 KDE Frameworks Version: 5.67.0 Qt Version: 5.14.1 Kernel Version: 5.5.2-1-MANJARO ADDITIONAL INFORMATION Scaling: 1.5 -- You are receiving this mail because: You are watching all bug changes.
[systemsettings] [Bug 418170] Text becomes blurry during expanding animation of treeview at the font settings
https://bugs.kde.org/show_bug.cgi?id=418170 Postix changed: What|Removed |Added CC||pos...@posteo.eu -- You are receiving this mail because: You are watching all bug changes.
[systemsettings] [Bug 418168] Add search filter box for fonts
https://bugs.kde.org/show_bug.cgi?id=418168 Postix changed: What|Removed |Added Version|master |5.17.5 Component|general |kcm_fonts Assignee|k...@davidedmundson.co.uk|plasma-b...@kde.org Product|plasmashell |systemsettings Target Milestone|1.0 |--- -- You are receiving this mail because: You are watching all bug changes.
[systemsettings] [Bug 418170] Text becomes blurry during expanding animation of treeview at the font settings
https://bugs.kde.org/show_bug.cgi?id=418170 Postix changed: What|Removed |Added See Also||https://bugs.kde.org/show_b ||ug.cgi?id=415528 -- You are receiving this mail because: You are watching all bug changes.
[frameworks-kwidgetsaddons] [Bug 415528] KMessageWidget turns from blurry to sharp during animatedShow() at 1.5x scale factor
https://bugs.kde.org/show_bug.cgi?id=415528 Postix changed: What|Removed |Added See Also||https://bugs.kde.org/show_b ||ug.cgi?id=418170 -- You are receiving this mail because: You are watching all bug changes.
[systemsettings] [Bug 418170] Text becomes blurry during expanding animation of treeview at the font settings at scaling 1.5
https://bugs.kde.org/show_bug.cgi?id=418170 Postix changed: What|Removed |Added Summary|Text becomes blurry during |Text becomes blurry during |expanding animation of |expanding animation of |treeview at the font|treeview at the font |settings|settings at scaling 1.5 -- You are receiving this mail because: You are watching all bug changes.
[systemsettings] [Bug 418170] Text becomes blurry during expanding animation of treeview at the font settings at at 1.5x scale factor
https://bugs.kde.org/show_bug.cgi?id=418170 Postix changed: What|Removed |Added Summary|Text becomes blurry during |Text becomes blurry during |expanding animation of |expanding animation of |treeview at the font|treeview at the font |settings at scaling 1.5 |settings at at 1.5x scale ||factor -- You are receiving this mail because: You are watching all bug changes.
[systemsettings] [Bug 418170] Text becomes blurry during expanding animation of treeview at the font settings at 1.5x scale factor
https://bugs.kde.org/show_bug.cgi?id=418170 Postix changed: What|Removed |Added Summary|Text becomes blurry during |Text becomes blurry during |expanding animation of |expanding animation of |treeview at the font|treeview at the font |settings at at 1.5x scale |settings at 1.5x scale |factor |factor -- You are receiving this mail because: You are watching all bug changes.
[systemsettings] [Bug 415809] user-manager KCM doesn't accept Diceware passphrase with 31 letters
https://bugs.kde.org/show_bug.cgi?id=415809 Ahmad Samir changed: What|Removed |Added Summary|Diceware passphrase with 31 |user-manager KCM doesn't |letters not accepted|accept Diceware passphrase ||with 31 letters Ever confirmed|0 |1 Status|REPORTED|CONFIRMED CC||a.samir...@gmail.com Component|general |kcm_user_manager --- Comment #1 from Ahmad Samir --- We'll keep this one about the systemsetting module, which internally uses pwquality to check the password when you're changing it. About the login issue (which, as far as I can see, is not related), if you can still reproduce it, please open a separate report. -- You are receiving this mail because: You are watching all bug changes.
[systemsettings] [Bug 418170] Text becomes blurry during expanding animation of treeview at 1.5x scale factor
https://bugs.kde.org/show_bug.cgi?id=418170 Postix changed: What|Removed |Added Component|kcm_fonts |general Summary|Text becomes blurry during |Text becomes blurry during |expanding animation of |expanding animation of |treeview at the font|treeview at 1.5x scale |settings at 1.5x scale |factor |factor | --- Comment #1 from Postix --- This happens at all KCM which uses a tree view. -- You are receiving this mail because: You are watching all bug changes.
[bugs.kde.org] [Bug 418171] New: Please delete my account
https://bugs.kde.org/show_bug.cgi?id=418171 Bug ID: 418171 Summary: Please delete my account Product: bugs.kde.org Version: unspecified Platform: unspecified OS: All Status: REPORTED Severity: normal Priority: NOR Component: general Assignee: sysad...@kde.org Reporter: pardalet_emporda...@yahoo.es CC: she...@kde.org Target Milestone: --- Like many others before me I'd like to delete my KDE Bugzilla account, but it looks like the option to do it oneself has still not been added to the user preferences section. So please, could any admin delete this account? Thanks. -- You are receiving this mail because: You are watching all bug changes.
[kdeconnect] [Bug 418172] New: kdeconnect device menu does not close on systray widget
https://bugs.kde.org/show_bug.cgi?id=418172 Bug ID: 418172 Summary: kdeconnect device menu does not close on systray widget Product: kdeconnect Version: 1.4 Platform: Manjaro OS: Linux Status: REPORTED Severity: minor Priority: NOR Component: plasmoid Assignee: albertv...@gmail.com Reporter: cyv...@tutanota.com Target Milestone: --- Created attachment 126401 --> https://bugs.kde.org/attachment.cgi?id=126401&action=edit an example of the menu obscuring the audio volume widget SUMMARY The menu on the system tray widget for a device paired through kdeconnect cannot be closed unless an item is selected. It is hidden when the systray widget window is hidden, but is present a widget in the system tray is opened again. It also obscures the content of other systray widgets. The widget works fine on the desktop or separately on a panel, this issue only happens when it is in the system tray. STEPS TO REPRODUCE 1. pair an android device through kdeconnect 2. set kdeconnect widget to be shown in the system tray 3. open the 'three dots' menu beside the device OBSERVED RESULT the menu cannot be closed without actually selecting an item, it will remain present if other areas of the screen are clicked, and will obscure the content of other widgets in the systray EXPECTED RESULT the menu should close if another area of the screen is clicked or if the kde connect widget is closed, like the widget behaves when it isn't part of the system tray SOFTWARE/OS VERSIONS Windows: macOS: Linux/KDE Plasma: Manjaro Linux (kernel 5.4.22-1-MANJARO) (available in About System) KDE Plasma Version: 5.18.1 KDE Frameworks Version: 5.67.0 Qt Version: 5.14.1 ADDITIONAL INFORMATION -- You are receiving this mail because: You are watching all bug changes.
[kdeconnect] [Bug 418172] kdeconnect - systray widget menu cannot be closed
https://bugs.kde.org/show_bug.cgi?id=418172 cyv...@tutanota.com changed: What|Removed |Added Summary|systray widget menu cannot |kdeconnect - systray widget |be closed |menu cannot be closed -- You are receiving this mail because: You are watching all bug changes.
[kdeconnect] [Bug 418172] systray widget menu cannot be closed
https://bugs.kde.org/show_bug.cgi?id=418172 cyv...@tutanota.com changed: What|Removed |Added Summary|kdeconnect device menu does |systray widget menu cannot |not close on systray widget |be closed -- You are receiving this mail because: You are watching all bug changes.
[systemsettings] [Bug 418173] New: Background preview / button for SDDM is very small
https://bugs.kde.org/show_bug.cgi?id=418173 Bug ID: 418173 Summary: Background preview / button for SDDM is very small Product: systemsettings Version: 5.17.5 Platform: Other OS: Linux Status: REPORTED Severity: wishlist Priority: NOR Component: kcm_sddm Assignee: k...@davidedmundson.co.uk Reporter: pos...@posteo.eu CC: plasma-b...@kde.org Target Milestone: --- Created attachment 126402 --> https://bugs.kde.org/attachment.cgi?id=126402&action=edit Screenshot. The preview button is currently placed vertically centered between the theme's SDDM screenshot and the bottom. This if fine if the KCM is not really big, but on a big screen the button looks pretty lonely. I guess this could be improved somehow. -- You are receiving this mail because: You are watching all bug changes.
[systemsettings] [Bug 418173] Background preview / button for SDDM is very small
https://bugs.kde.org/show_bug.cgi?id=418173 Postix changed: What|Removed |Added CC||pos...@posteo.eu -- You are receiving this mail because: You are watching all bug changes.
[systemsettings] [Bug 418174] New: Add a option to display real preview
https://bugs.kde.org/show_bug.cgi?id=418174 Bug ID: 418174 Summary: Add a option to display real preview Product: systemsettings Version: 5.17.5 Platform: Other OS: Linux Status: REPORTED Severity: wishlist Priority: NOR Component: kcm_sddm Assignee: k...@davidedmundson.co.uk Reporter: pos...@posteo.eu CC: plasma-b...@kde.org Target Milestone: --- Created attachment 126403 --> https://bugs.kde.org/attachment.cgi?id=126403&action=edit Screenshot. I miss a feature to quickly test the new background: How does it look with the controls and with the blur feature. Not all backgrounds go well with the controls or look good with the current blur. Especially testing it without entering the sudo password and logging out and in again would ease the procedure very much. -- You are receiving this mail because: You are watching all bug changes.
[systemsettings] [Bug 418174] Add a option to display real preview
https://bugs.kde.org/show_bug.cgi?id=418174 Postix changed: What|Removed |Added CC||n...@kde.org, ||pos...@posteo.eu -- You are receiving this mail because: You are watching all bug changes.
[systemsettings] [Bug 418173] Background preview / button for SDDM is very small
https://bugs.kde.org/show_bug.cgi?id=418173 Postix changed: What|Removed |Added CC||n...@kde.org -- You are receiving this mail because: You are watching all bug changes.
[kdelibs] [Bug 274629] Apply button doesn't reset
https://bugs.kde.org/show_bug.cgi?id=274629 Postix changed: What|Removed |Added Platform|openSUSE RPMs |unspecified CC||pos...@posteo.eu Status|REOPENED|CONFIRMED --- Comment #9 from Postix --- I confirm it, it's still the case for Plasma 5.17.5 -- You are receiving this mail because: You are watching all bug changes.
[systemsettings] [Bug 183948] System Settings should not prompt for apply/discard if no settings are effectively changed.
https://bugs.kde.org/show_bug.cgi?id=183948 Postix changed: What|Removed |Added See Also||https://bugs.kde.org/show_b ||ug.cgi?id=274629 -- You are receiving this mail because: You are watching all bug changes.
[kdelibs] [Bug 274629] Apply button doesn't reset
https://bugs.kde.org/show_bug.cgi?id=274629 Postix changed: What|Removed |Added See Also||https://bugs.kde.org/show_b ||ug.cgi?id=183948 -- You are receiving this mail because: You are watching all bug changes.
[kinfocenter] [Bug 387366] Energy consumption statistics not available
https://bugs.kde.org/show_bug.cgi?id=387366 Philippe ROUBACH changed: What|Removed |Added CC||philippe.roub...@free.fr --- Comment #12 from Philippe ROUBACH --- opensuse Argon leap 15.1 kde apps 19.12.2 plasma 5.18.1 kde frameworks 5.67.0 qt 5.14.1 In kinfocenter in "energy information" For a longtime there is no more statistics, only a blank page. In the past there were statistics about applications energy consumption. -- You are receiving this mail because: You are watching all bug changes.
[kmail2] [Bug 418161] Danish letters are rendered wrong in HTML.
https://bugs.kde.org/show_bug.cgi?id=418161 --- Comment #2 from Morten Søltoft --- I see this error when encoded with ISO-8859-1 and windows-1252. UTF-8 is ok -- You are receiving this mail because: You are watching all bug changes.
[systemsettings] [Bug 417495] Alt+N for Night color does not enable/disable Night color
https://bugs.kde.org/show_bug.cgi?id=417495 --- Comment #1 from Philippe ROUBACH --- I discover same problem with openSuse Leap 15.2 when creating a shortcut for Firefox. openSuse Leap 15.2 and openSuse Argon Leap 15.1 get two things in common: plasma 5.18 kde frameworks 5.67 -- You are receiving this mail because: You are watching all bug changes.
[kmail2] [Bug 418161] Danish letters are rendered wrong in HTML.
https://bugs.kde.org/show_bug.cgi?id=418161 --- Comment #3 from Morten Søltoft --- Created attachment 126404 --> https://bugs.kde.org/attachment.cgi?id=126404&action=edit E-mail example -- You are receiving this mail because: You are watching all bug changes.
[flatpak-platform-plugin] [Bug 417441] GTK apps running with GTK_USE_PORTAL=1 ignore GTK theme settings
https://bugs.kde.org/show_bug.cgi?id=417441 --- Comment #9 from Jan Grulich --- (In reply to Patrick Silva from comment #6) > I can confirm this issue. > I use Breeze dark global theme but rhythmbox music player and fragments > torrent client installed from flathub use light theme. > > Operating System: Arch Linux > KDE Plasma Version: 5.18.0 > KDE Frameworks Version: 5.67.0 > Qt Version: 5.14.1 For apps from Flathub I suppose you have to install org.gtk.Gtk3theme.Breeze or org.gtk.Gtk3theme.Breeze-dark, depending which one you use in your system. -- You are receiving this mail because: You are watching all bug changes.
[kde] [Bug 417495] kde menu editor, user defined shortcuts well recorded but launch nothing
https://bugs.kde.org/show_bug.cgi?id=417495 Philippe ROUBACH changed: What|Removed |Added Summary|Alt+N for Night color does |kde menu editor, user |not enable/disable Night|defined shortcuts well |color |recorded but launch nothing Component|kcm_nightcolor |general Version|5.18.0 |unspecified Assignee|plasma-b...@kde.org |unassigned-b...@kde.org Product|systemsettings |kde --- Comment #2 from Philippe ROUBACH --- i thing the problem is about kde menu editor not "night color" -- You are receiving this mail because: You are watching all bug changes.
[flatpak-platform-plugin] [Bug 417441] GTK apps running with GTK_USE_PORTAL=1 ignore GTK theme settings
https://bugs.kde.org/show_bug.cgi?id=417441 --- Comment #10 from Jan Grulich --- (In reply to Jan Grulich from comment #9) > (In reply to Patrick Silva from comment #6) > > I can confirm this issue. > > I use Breeze dark global theme but rhythmbox music player and fragments > > torrent client installed from flathub use light theme. > > > > Operating System: Arch Linux > > KDE Plasma Version: 5.18.0 > > KDE Frameworks Version: 5.67.0 > > Qt Version: 5.14.1 > > For apps from Flathub I suppose you have to install org.gtk.Gtk3theme.Breeze > or org.gtk.Gtk3theme.Breeze-dark, depending which one you use in your system. Hmm, they seem to be quite outdated. I will try to update them. -- You are receiving this mail because: You are watching all bug changes.
[kmenuedit] [Bug 417495] kde menu editor, user defined shortcuts well recorded but launch nothing
https://bugs.kde.org/show_bug.cgi?id=417495 Philippe ROUBACH changed: What|Removed |Added Version|unspecified |5.18.1 Component|general |general Assignee|unassigned-b...@kde.org |plasma-b...@kde.org Product|kde |kmenuedit -- You are receiving this mail because: You are watching all bug changes.
[digikam] [Bug 418163] No dark theme properly shows partly selected captions
https://bugs.kde.org/show_bug.cgi?id=418163 --- Comment #8 from Jan van Bekkum --- Correct! I tried all themes, including Fusion, but as you say visibility is poor. Perhaps a change request to improve it. -- You are receiving this mail because: You are watching all bug changes.
[systemsettings] [Bug 418175] New: Keyboard repeat delay not applied immediately when clicking "Apply", needs logout/login
https://bugs.kde.org/show_bug.cgi?id=418175 Bug ID: 418175 Summary: Keyboard repeat delay not applied immediately when clicking "Apply", needs logout/login Product: systemsettings Version: 5.18.1 Platform: Other OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: kcm_keyboard Assignee: plasma-b...@kde.org Reporter: wba...@tmo.at Target Milestone: --- SUMMARY If you change the keyboard repeat delay in systemsettings5->Input->Keyboard and press "Apply", the setting is not applied immediately (neither in the test field nor in other applications). Logging out and in again is necessary to actually apply the settings. This is on X11 and it apparently is a regression in Plasma 5.18 (so it's not a duplicate of bug#410626 IMHO, which is older and about Wayland). I tried on an openSUSE Leap 15.2 LiveCD too (which is a snapshot about a month old and still contains Plasma 5.17.5), and it works there. -- You are receiving this mail because: You are watching all bug changes.
[dolphin] [Bug 417219] Daemonized Dolphin inappropriately triggers session restoration
https://bugs.kde.org/show_bug.cgi?id=417219 --- Comment #9 from Attila --- It sounds like this bug is on Fedora and perhaps on some other distros, but not on openSuse. That's why I have specified "Fedora RPMs" as platform. -- You are receiving this mail because: You are watching all bug changes.
[kmail2] [Bug 418176] New: Can’t change message status condition in filter configuration
https://bugs.kde.org/show_bug.cgi?id=418176 Bug ID: 418176 Summary: Can’t change message status condition in filter configuration Product: kmail2 Version: 5.13.2 Platform: Neon Packages OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: general Assignee: kdepim-b...@kde.org Reporter: david.hu...@mailbox.org Target Milestone: --- Created attachment 126405 --> https://bugs.kde.org/attachment.cgi?id=126405&action=edit All entries called “Message status“ SUMMARY I can’t select any other message status than Important (orange exclamation mark) in the filter condition configuration. STEPS TO REPRODUCE 1. Create a filter 2. Create a condition with message status Unread (or any other) 3. Click OK or Apply OBSERVED RESULT Message status is instantly changed to Important. EXPECTED RESULT Message status stays as selected. SOFTWARE/OS VERSIONS KDE Plasma Version: 5.18.1 KDE Frameworks Version: 5.67.0 Qt Version: 5.14.1 BONUS All message statuses are called “Message Status”, see screenshot. I think this is a problem with some i18nc calls with bad argument order. “Important” is the first entry in the dropdown list. I imagine that the first matching entry “Message Status” is selected, because the list always returns “Message Status”. If someone understands what I mean... -- You are receiving this mail because: You are watching all bug changes.
[plasma-pa] [Bug 408700] plasma-pa kcm does not show which output an app is using
https://bugs.kde.org/show_bug.cgi?id=408700 gvgeo changed: What|Removed |Added Ever confirmed|0 |1 Status|REPORTED|CONFIRMED CC||gv...@protonmail.com --- Comment #1 from gvgeo --- Confirm, see an empty box. -- You are receiving this mail because: You are watching all bug changes.
[systemsettings] [Bug 418175] Keyboard repeat delay not applied immediately when clicking "Apply", needs logout/login
https://bugs.kde.org/show_bug.cgi?id=418175 --- Comment #1 from Wolfgang Bauer --- Likely related, but I forgot to mention it: the keyboard repeat speed has the same problem. -- You are receiving this mail because: You are watching all bug changes.
[kmail2] [Bug 418161] Danish letters are rendered wrong in HTML.
https://bugs.kde.org/show_bug.cgi?id=418161 --- Comment #4 from Laurent Montel --- yep it's the problem. I work on this bug at the moment. -- You are receiving this mail because: You are watching all bug changes.
[systemsettings] [Bug 418177] New: In Icon View with detailled tooltips enabled, there are some double tooltips
https://bugs.kde.org/show_bug.cgi?id=418177 Bug ID: 418177 Summary: In Icon View with detailled tooltips enabled, there are some double tooltips Product: systemsettings Version: 5.18.1 Platform: unspecified OS: Linux Status: REPORTED Severity: minor Priority: NOR Component: iconview Assignee: plasma-b...@kde.org Reporter: kdeb...@lupo.anonaddy.com Target Milestone: --- SUMMARY In Icon View with detailled tooltips enabled, there are some double tooltips. STEPS TO REPRODUCE 1. Open System Settings, configure it for View Style "Icon View" and with "show detailled tooltips" 2. Hover over a category icon with only one sub-category OBSERVED RESULT There is a tooltip to the right of the cursor and to the bottom of the icon. The right one lingers longer. EXPECTED RESULT There should be only one tooltip. SOFTWARE/OS VERSIONS Linux/KDE Plasma: 5.18.1 (available in About System) KDE Plasma Version: 5.67.0 KDE Frameworks Version: 5.3.0-40-generic Qt Version: 5.14.1 ADDITIONAL INFORMATION -- You are receiving this mail because: You are watching all bug changes.
[Breeze] [Bug 417972] Breeze icons are inconsistent when using Evolution
https://bugs.kde.org/show_bug.cgi?id=417972 --- Comment #7 from el...@seznam.cz --- Created attachment 126406 --> https://bugs.kde.org/attachment.cgi?id=126406&action=edit evolution - appointment Appointment creation is event better example of wrong icons. -- You are receiving this mail because: You are watching all bug changes.
[kmymoney] [Bug 417827] Report transactions by tag: splits with tag are not shown
https://bugs.kde.org/show_bug.cgi?id=417827 raw925 changed: What|Removed |Added Ever confirmed|0 |1 Status|REPORTED|CONFIRMED -- You are receiving this mail because: You are watching all bug changes.
[kmymoney] [Bug 417827] Report transactions by tag: splits with tag are not shown
https://bugs.kde.org/show_bug.cgi?id=417827 raw925 changed: What|Removed |Added CC||raw...@gmail.com --- Comment #1 from raw925 --- I am seeing the same behavior in version 5.06 on Windows and version 5.06 on Kubuntu -- You are receiving this mail because: You are watching all bug changes.
[kmymoney] [Bug 417826] Report transactions by categories: tag column is empty
https://bugs.kde.org/show_bug.cgi?id=417826 raw925 changed: What|Removed |Added Status|REPORTED|CONFIRMED CC||raw...@gmail.com Ever confirmed|0 |1 --- Comment #1 from raw925 --- I am seeing the same behavior in version 5.06 on Windows and version 5.06 on Kubuntu -- You are receiving this mail because: You are watching all bug changes.
[konsole] [Bug 418178] New: unpredictable what entry from clipboard will be pasted -- but never the right one
https://bugs.kde.org/show_bug.cgi?id=418178 Bug ID: 418178 Summary: unpredictable what entry from clipboard will be pasted -- but never the right one Product: konsole Version: 19.08.1 Platform: Debian unstable OS: Linux Status: REPORTED Severity: major Priority: NOR Component: copy-paste Assignee: konsole-de...@kde.org Reporter: kde-b...@ginguppin.de Target Milestone: --- using Konsole,together with Plasma's Clipboard, it is impossible to determine, what entry from the clipboard will be pasted -- but it never is the latest selected one. I tried all possible combinations of the configuration options, and none fixes this issue. It has gotten worse over the years, but in the last few weeks it has become basically unusable: I need to either open the Clipboard and select the last entry again, or to use the context menu and "copy" in whatever application I happen to select text. In any case, the useful feature of just selecting text and pasting via a single mouse click is completely broken. SOFTWARE/OS VERSIONS Linux 5050pc002 5.4.0-4-amd64 #1 SMP Debian 5.4.19-1 (2020-02-13) x86_64 GNU/Linux KDE Plasma Version: 5.17.5 KDE Frameworks Version: 5.62.0 Qt Version: 5.12.5 -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 417424] On upgrade to 5.18, a desktop with locked widgets remains locked, and cannot be unlocked.
https://bugs.kde.org/show_bug.cgi?id=417424 darktemp...@basealt.ru changed: What|Removed |Added CC||darktemp...@basealt.ru --- Comment #19 from darktemp...@basealt.ru --- Today I've updated from plasma 5.17.5 to plasma 5.18.1. I had desktop widgets locked before updating. After updating desktop widgets remained locked. I had to manually run already mentioned command: qdbus org.kde.plasmashell /PlasmaShell evaluateScript "lockCorona(false)" Here are some contents of my configs: $ tail -n 2 ~/.config/plasmashellrc [Updates] performed=/usr/share/kf5/plasma/shells/org.kde.plasma.desktop/contents/updates/obsolete_kickoffrc.js,/usr/share/kf5/plasma/shells/org.kde.plasma.desktop/contents/updates/move_desktop_layout_config.js,/usr/share/kf5/plasma/shells/org.kde.plasma.desktop/contents/updates/unlock_widgets.js $ cat /usr/share/kf5/plasma/shells/org.kde.plasma.desktop/contents/updates/unlock_widgets.js __AppInterface.locked = false; Shouldn't widgets have been automatically unlocked? -- You are receiving this mail because: You are watching all bug changes.
[kwin] [Bug 418015] Add shortcut: move window to corner
https://bugs.kde.org/show_bug.cgi?id=418015 --- Comment #2 from Merritt --- I found what looks like the relevant code section; ``` void Workspace::slotWindowPackLeft() { if (active_client && active_client->isMovable()) active_client->packTo(packPositionLeft(active_client, active_client->frameGeometry().left(), true), active_client->y()); } ``` I think even though I am not a programmer I could cobble together a solution myself from this example with some trial and error, but figuring out the KDE dev environment & how the git system here works, etc is proving a bit confusing, the userbase articles and/or github instructions seems to take some knowledge for granted. -- You are receiving this mail because: You are watching all bug changes.
[KScreen] [Bug 417490] Plasma 5.18.0 resets display XRandR scaling after logon
https://bugs.kde.org/show_bug.cgi?id=417490 --- Comment #9 from Frederick Zhang --- (In reply to Roman Gilg from comment #8) > Could the KScreen daemon binary be diverted / renamed? I deleted /usr/share/dbus-1/services/org.kde.kscreen.service in my system and now KScreen no longer applies its configuration upon login. (But you'll still need something like a pacman hook to automatically remove this file after every upgrade as there is atm no standard way to disable a D-Bus service [1].) > Let's reopen it for feedback and maybe someone finds a simple solution for it. May I know whether Plasma actually depends on KScreen? Currently in Arch Linux libkscreen is a dependency of plasma-workspace but if Plasma can in fact work without it, then a (temporary) workaround for this issue could be as simple as asking the package maintainers to remove KScreen from Plasma's mandatory dependency list. [1] https://gitlab.freedesktop.org/dbus/dbus/issues/70 -- You are receiving this mail because: You are watching all bug changes.
[kwin] [Bug 418015] Add shortcut: move window to corner
https://bugs.kde.org/show_bug.cgi?id=418015 --- Comment #3 from Nate Graham --- Here's the documentation: https://community.kde.org/Get_Involved/development Please don't hesitate to ask for help if anything's confusing--and then also edit the wiki page to be clearer. :) -- You are receiving this mail because: You are watching all bug changes.
[frameworks-kio] [Bug 408497] Apps launched with "Run in terminal" not working under Wayland when Konsole is the default terminal emulator
https://bugs.kde.org/show_bug.cgi?id=408497 --- Comment #11 from Wolfgang Bauer --- Hm, seems my thinking went a bit overboard now... ;-) In the konsole specific code, we can of course just use "-qwindowicon someicon" instead of "%i", that's supported by Qt on any Platform and won't change existing behavior in any way either ("--icon" is just a synonym for "-qwindowicon" on xcb, it's handled by the very same code path in Qt). Patch is upcoming, I just want to test a few things before. -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 417603] Plasma crashes in AppletsLayout::editModeCondition()
https://bugs.kde.org/show_bug.cgi?id=417603 --- Comment #5 from darktemp...@basealt.ru --- I've updated today to 5.18.1 and it still crashes same way. I've made a change which fixes issue for me: https://phabricator.kde.org/D27650 Could you please check if applying this change to plasma-workspace fixes issue for you too or not? -- You are receiving this mail because: You are watching all bug changes.
[kwin] [Bug 274931] Windows with no border (decoration) are visible on all activities
https://bugs.kde.org/show_bug.cgi?id=274931 --- Comment #91 from Oded Arbel --- Just FYI, and regarding 5.18 work on GTK_FRAME_EXTENTS and good GNOME CSD support: Without the gtk3-nocsd hack, all GNOME applications show on all activities by default, this isn't just about Google Chrome (GNOME was mentioned here in passing, but I just tested and wanted to align everyone on the fact that activities break in the presence of the other 50% of the Linux desktop market) -- You are receiving this mail because: You are watching all bug changes.
[kstars] [Bug 418179] New: Cannot stop looping image capture
https://bugs.kde.org/show_bug.cgi?id=418179 Bug ID: 418179 Summary: Cannot stop looping image capture Product: kstars Version: 3.4.1 Platform: Other OS: macOS Status: REPORTED Severity: normal Priority: NOR Component: general Assignee: mutla...@ikarustech.com Reporter: mountainai...@outlook.com Target Milestone: --- SUMMARY Occasionally, when continuously looping exposures at 1 second I cannot stop them (the stop button on the camera tab does not actuate). This is fairly uncommon, but the only way out of it is to quit KStars. STEPS TO REPRODUCE 1. Start capturing images at 1s 2. Not sure what the trigger is 3. Occasionally, I cannot stop the image looping. OBSERVED RESULT Occasionally I cannot stop the image looping. I'm not sure what the trigger is. The only way out is to quit KStars. FITS is set to use a separate window and to focus with each frame, but I still have time to click on the stop button -- it just does not actuate. EXPECTED RESULT The looping exposure should be able to be stopped. SOFTWARE/OS VERSIONS Windows: macOS: 10.15.3 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.