[neon] [Bug 393938] krita-python-libs missing from krita package
https://bugs.kde.org/show_bug.cgi?id=393938 --- Comment #5 from Nagy Tibor --- Jenkins says when building Krita for Neon: > -- The following OPTIONAL packages have not been found: > > * PythonLibrary (required version >= 3.0), Python Library, > <https://www.python.org> >Required by the Krita PyQt plugin > * SIP (required version >= 4.19.13), Support for generating SIP Python > bindings, <https://www.riverbankcomputing.com/software/sip/download> >Required by the Krita PyQt plugin > * PyQt5 (required version >= 5.6.0), Python bindings for Qt5., > <https://www.riverbankcomputing.com/software/pyqt/download5> >Required by the Krita PyQt plugin All of these packages are needed for the pykrita plugin according to its CMakeLists file: https://invent.kde.org/graphics/krita/-/blob/287099d907fc4b539a51f23bc967cdc11671d0c2/plugins/extensions/pykrita/CMakeLists.txt#L1 Now the question is why the build server doesn't find these packages. -- You are receiving this mail because: You are watching all bug changes.
[Elisa] [Bug 467348] Cover overlay "Play" and "Add to Playlist" buttons do not work when using the app in a non-English language
https://bugs.kde.org/show_bug.cgi?id=467348 Nagy Tibor changed: What|Removed |Added CC||xnagyti...@gmail.com --- Comment #6 from Nagy Tibor --- The weird thing is, when running with `LANG=en_GB` those buttons are only broken if you stay on the startup Albums/Artists page. When you switch away to a different page, then navigate right back those buttons start working as they should. -- You are receiving this mail because: You are watching all bug changes.
[Breeze] [Bug 443024] Icons for cartridge-based video game ROM images
https://bugs.kde.org/show_bug.cgi?id=443024 --- Comment #3 from Nagy Tibor --- Created attachment 157619 --> https://bugs.kde.org/attachment.cgi?id=157619&action=edit Icon ideas Some icon ideas based on a stylized NES cartridge -- You are receiving this mail because: You are watching all bug changes.
[krita] [Bug 465090] Pasting without anything in clipboard will result in crash
https://bugs.kde.org/show_bug.cgi?id=465090 Nagy Tibor changed: What|Removed |Added CC||xnagyti...@gmail.com --- Comment #1 from Nagy Tibor --- It's also reproducible on Linux. ASSERT (krita): "!qimage.isNull()" in file ./libs/ui/kis_clipboard.cc, line 460 -- You are receiving this mail because: You are watching all bug changes.
[Elisa] [Bug 438693] Elisa doesn't properly set the volume if it's set while playback it's stopped
https://bugs.kde.org/show_bug.cgi?id=438693 --- Comment #6 from Nagy Tibor --- I also cannot reproduce this anymore. Whatever has been changed in Elisa or in its dependecies seems to have solved the problem. -- You are receiving this mail because: You are watching all bug changes.
[Elisa] [Bug 467656] Elisa does not honour localised sorting
https://bugs.kde.org/show_bug.cgi?id=467656 Nagy Tibor changed: What|Removed |Added CC||xnagyti...@gmail.com --- Comment #1 from Nagy Tibor --- This happens because Elisa uses built-in NOCASE sqlite collation method. It's incompatible with internatonal text. Could be solved by defining a new custom sqlite collator (https://www.sqlite.org/c3ref/create_collation.html) and shoving the locale-aware Qt collator into that. -- You are receiving this mail because: You are watching all bug changes.
[www.kde.org] [Bug 467556] New: [jp.kde.org] JKUG website displays wrong kanji variants
https://bugs.kde.org/show_bug.cgi?id=467556 Bug ID: 467556 Summary: [jp.kde.org] JKUG website displays wrong kanji variants Classification: Websites Product: www.kde.org Version: unspecified Platform: Neon OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: general Assignee: kde-...@kde.org Reporter: xnagyti...@gmail.com Target Milestone: --- SUMMARY The Japanese KDE Users' Group website at https://jp.kde.org/ doesn't properly specify its content language as Japanese. This leads to kanji characters falling back to their default variants, which is simplified Chinese in this case. All that needs fixing is the lang attribute on the root HTML element of the website: --> -- You are receiving this mail because: You are watching all bug changes.
[krita] [Bug 467546] New: Brush cursors are a mess
https://bugs.kde.org/show_bug.cgi?id=467546 Bug ID: 467546 Summary: Brush cursors are a mess Classification: Applications Product: krita Version: 5.1.5 Platform: Neon OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: Usability Assignee: krita-bugs-n...@kde.org Reporter: xnagyti...@gmail.com Target Milestone: --- Created attachment 157404 --> https://bugs.kde.org/attachment.cgi?id=157404&action=edit Toolbar icons vs. Tool cursors SUMMARY The brush cursors icons that Krita displays when using various tools on the canvas are kinda a mess right now. Would be nice having them cleaned up or redrawn. STEPS TO REPRODUCE 1. Set "Configure Krita..." -> "General" -> "Cursor" -> "Brush Cursor Icon" to "Tool Icon" 2. Select mentioned tools below and hover the canvas. ISSUES - Edit Shapes Tool: Uses a custom narrow cursor instead of the system cursor any other tool uses in similar cases. - Freehand Brush Tool, Polygon Tool, Crop Tool, Polygonal Selection Tool: Cursor uses obsolete icon from Krita 2.x - Dynamic Brush Tool, Multibrush Brush Tool, Colorize Mask Tool: Reuses the obsolete Freehand Brush cursor. - Freehand Selection Tool: The bean is much thicker on the cursor than the toolbar icon. Also no other custom cursor gives the pointer a tail. - Line Tool: The angle of the line is different between the cursor and the toolbar icon. - Ellipse Tool, Elliptical Selection Tool: Cursor is too oval compared to the toolbar icon. - Polyline Tool: Lines on the cursor intersect sooner than on the toolbar icon. - Smart Patch Tool: Missing cursor. - Fill Tool: Weird Windows 9x-style paint bucket cursor, very different from the current toolbar icon. - Sample Color Tool, Similar Color Selection Tool: Both of them use an eyedropper icon, however they are inconsistent with each other. The crosshair positions and eyedropper shapes are different. - Zoom Tool: The only cursor using 2px wide outlines. - Magnetic Curse Selection Tool: Magnet faces the opposite direction than on the toolbar icon. - Calligraphy Tool, Distance Measurement Tool: Both of them use a crosshair cursor, however they are inconsistent with each other. One of the uses a system cursor, the other one uses a custom bitmap. SOFTWARE/OS VERSIONS Operating System: KDE neon 5.27 KDE Plasma Version: 5.27.1 KDE Frameworks Version: 5.103.0 Qt Version: 5.15.8 Graphics Platform: X11 -- You are receiving this mail because: You are watching all bug changes.
[okular] [Bug 191681] Option for disabling page history
https://bugs.kde.org/show_bug.cgi?id=191681 Nagy Tibor changed: What|Removed |Added CC||xnagyti...@gmail.com --- Comment #6 from Nagy Tibor --- Still an issue. Here's a workaround I found for forcefully disabling page history until this option gets added, however it may have some unintended side-effects (lost annotations, etc.). rm ~/.local/share/okular/docdata/* chmod 555 ~/.local/share/okular/docdata SOFTWARE/OS VERSIONS Okular Version: 22.12.2 Operating System: KDE neon 5.27 KDE Plasma Version: 5.27.1 KDE Frameworks Version: 5.103.0 Qt Version: 5.15.8 Graphics Platform: X11 -- You are receiving this mail because: You are watching all bug changes.
[krita] [Bug 466977] New: Restore defaults option for the onion skin sliders
https://bugs.kde.org/show_bug.cgi?id=466977 Bug ID: 466977 Summary: Restore defaults option for the onion skin sliders Classification: Applications Product: krita Version: 5.1.5 Platform: Neon OS: Linux Status: REPORTED Severity: wishlist Priority: NOR Component: Animation Assignee: krita-bugs-n...@kde.org Reporter: xnagyti...@gmail.com Target Milestone: --- SUMMARY When animating stuff in Krita and using the onion skins feature it's very easy to mess up the opacity sliders on the "Onion Skins" docker without a quick way to restore them. It would be great having some option to restore them to default settings, like a defaults button on the "Onion Skins" docker or a right-click context menu on the sliders themselves. Other complaints about this issue: https://krita-artists.org/t/how-do-i-reset-onion-skin-settings-to-default/44070 https://krita-artists.org/t/improving-kritas-existing-ux/51381#restore-defaults-button-for-onion-skins-6 https://forum.kde.org/viewtopic.php?f=139&t=160115#p415109 SOFTWARE/OS VERSIONS Operating System: KDE neon 5.27 KDE Plasma Version: 5.27.1 KDE Frameworks Version: 5.103.0 Qt Version: 5.15.8 Graphics Platform: X11 -- You are receiving this mail because: You are watching all bug changes.
[Elisa] [Bug 466835] New: No way to quit Elisa from its main window anymore when "Keep running in System Tray" option is active
https://bugs.kde.org/show_bug.cgi?id=466835 Bug ID: 466835 Summary: No way to quit Elisa from its main window anymore when "Keep running in System Tray" option is active Classification: Applications Product: Elisa Version: 22.12.2 Platform: Neon OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: general Assignee: matthieu_gall...@yahoo.fr Reporter: xnagyti...@gmail.com Target Milestone: --- SUMMARY Previously there was a "Quit" menu item under the hamburger menu in Elisa. This menu item was rather important, this served the purpose of quitting Elisa from its main window when having the "Keep running in System Tray" feature was active, because in this case the window close button did not close Elisa, just minimized it. By removing this "Quit" menu item there's no way to quit Elisa from its main window anymore in this case. Would be nice having this menu item back, at least when the "Keep running in System Tray" option is active. SOFTWARE/OS VERSIONS Operating System: KDE neon 5.27 KDE Plasma Version: 5.27.1 KDE Frameworks Version: 5.103.0 Qt Version: 5.15.8 Graphics Platform: X11 ADDITIONAL INFORMATION This regression was introduced somewhere between Plasma 5.26 and 5.27. -- You are receiving this mail because: You are watching all bug changes.
[Elisa] [Bug 466627] New: Navigation does not respect the global animation speed setting anymore in Elisa
https://bugs.kde.org/show_bug.cgi?id=466627 Bug ID: 466627 Summary: Navigation does not respect the global animation speed setting anymore in Elisa Classification: Applications Product: Elisa Version: 22.12.2 Platform: Neon OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: general Assignee: matthieu_gall...@yahoo.fr Reporter: xnagyti...@gmail.com Target Milestone: --- Created attachment 156841 --> https://bugs.kde.org/attachment.cgi?id=156841&action=edit Screen capture SUMMARY When navigating in Elisa, the page transition animations that used to respect the global animation speed setting now seems to use a hardcoded duration. These hardcoded crossfading transitions are rather nauseating, at least for me. Would be great if they could be turned off with setting global animation speed setting to "Instant", as before. STEPS TO REPRODUCE 1. Set the global animation speed to "Instant" at "System Settings"->"Workspace Behavior"->"General Behavior"->"Animation speed". 2. Open Elisa. 3. Switch between the pages at the left sidebar. OBSERVED RESULT A hardcoded around ~250ms crossfading transition when switching between the pages. EXPECTED RESULT Page transitions respecting the global animation speed setting as before. SOFTWARE/OS VERSIONS Operating System: KDE neon 5.27 KDE Plasma Version: 5.27.1 KDE Frameworks Version: 5.103.0 Qt Version: 5.15.8 Graphics Platform: X11 Graphics Processor: NVIDIA GeForce 920M/PCIe/SSE2 ADDITIONAL INFORMATION This regression was introduced somewhere between the Plasma 5.26 -> 5.27 update. -- You are receiving this mail because: You are watching all bug changes.
[systemsettings] [Bug 465189] Password isn't saved for WiFi network
https://bugs.kde.org/show_bug.cgi?id=465189 Nagy Tibor changed: What|Removed |Added CC||xnagyti...@gmail.com --- Comment #6 from Nagy Tibor --- Created attachment 156009 --> https://bugs.kde.org/attachment.cgi?id=156009&action=edit The moment when the package got nuked A recent Neon update nuked the libkf5wallet-bin package. Workaround: sudo apt install libkf5wallet-bin -- You are receiving this mail because: You are watching all bug changes.
[systemsettings] [Bug 465299] [5.26.90] [Suggestion] Add option to disable smooth/high-resolution scrolling in kcm_mouse
https://bugs.kde.org/show_bug.cgi?id=465299 --- Comment #2 from Nagy Tibor --- Some more details about how this broke my volume controls because I realized it might not be obvious: With these high resolution scrolling changes one or two ratchet clicks of wheel rotation started going from 0% straight to 100% of volume. Previously with low-res scrolling this took 20 ratchet clicks. It also introduced constant scroll twitching that was suppressed before by low resolution scrolling. -- You are receiving this mail because: You are watching all bug changes.
[systemsettings] [Bug 465299] [5.26.90] [Suggestion] Add option to disable smooth/high-resolution scrolling in kcm_mouse
https://bugs.kde.org/show_bug.cgi?id=465299 Nagy Tibor changed: What|Removed |Added CC||xnagyti...@gmail.com --- Comment #1 from Nagy Tibor --- Also affects the X11 session on Neon. This smooth scrolling change broke the following things for me: - Scrolling over the volume slider in Elisa. - Scrolling over the volume applet on the system tray. - Scrolling over comboboxes started skipping over several items. I had to add the following libinput local override to make scrolling usable again: [Logitech M705 Marathon Mouse] MatchVendor=0x046D MatchName=Logitech M705 AttrEventCodeDisable=REL_WHEEL_HI_RES; -- You are receiving this mail because: You are watching all bug changes.
[gwenview] [Bug 465066] "bleached" png as if 50% transparent on white
https://bugs.kde.org/show_bug.cgi?id=465066 Nagy Tibor changed: What|Removed |Added CC||xnagyti...@gmail.com --- Comment #2 from Nagy Tibor --- This was a Qt5 PNG decoder bug where the decoder incorrectly read the inverse of the proper gamma value from images without an ICC profile present. Already fixed in 2021. -- You are receiving this mail because: You are watching all bug changes.
[systemsettings] [Bug 464657] Support for changing the axes values in variable fonts
https://bugs.kde.org/show_bug.cgi?id=464657 Nagy Tibor changed: What|Removed |Added CC||xnagyti...@gmail.com --- Comment #2 from Nagy Tibor --- This is not super specialized, it's about properly supporting OpenType 1.8+. I also miss variable font support from KDE stuff. -- You are receiving this mail because: You are watching all bug changes.
[systemsettings] [Bug 456771] Subwindows of the Connections KCM look awful
https://bugs.kde.org/show_bug.cgi?id=456771 --- Comment #4 from Nagy Tibor --- Created attachment 154585 --> https://bugs.kde.org/attachment.cgi?id=154585&action=edit Icons used on "OK" and "Cancel" buttons > I think icons aren't used in button like "OK" or "Cancel" This is incorrect. Look at this random sampling of KDE apps for example. -- You are receiving this mail because: You are watching all bug changes.
[systemsettings] [Bug 456771] Subwindows of the Connections KCM look awful
https://bugs.kde.org/show_bug.cgi?id=456771 --- Comment #3 from Nagy Tibor --- > I think windows having incorrect background colours is not a real issue as > the colour change only happens because other windows lose focus. Look closer. They have "View Background" semantic color instead of "Window Background" as they should. It's clearly an issue. -- You are receiving this mail because: You are watching all bug changes.
[krita] [Bug 461634] "Color to Alpha" filter uses hardcoded color selector widget
https://bugs.kde.org/show_bug.cgi?id=461634 Nagy Tibor changed: What|Removed |Added Ever confirmed|0 |1 Resolution|FIXED |--- Status|RESOLVED|REOPENED --- Comment #3 from Nagy Tibor --- Reopening, report was closed by a completely unrelated git commit. -- You are receiving this mail because: You are watching all bug changes.
[neon] [Bug 393938] krita-python-libs missing from krita package
https://bugs.kde.org/show_bug.cgi?id=393938 Nagy Tibor changed: What|Removed |Added CC||xnagyti...@gmail.com --- Comment #2 from Nagy Tibor --- Krita is still mispackaged on Neon without Python plugin support. This issue, combined with the lost GMIC filters around the Krita 4->5 transition basically forces me to use the AppImage packages at this point. -- You are receiving this mail because: You are watching all bug changes.
[krita] [Bug 461634] New: "Color to Alpha" filter uses hardcoded color selector widget
https://bugs.kde.org/show_bug.cgi?id=461634 Bug ID: 461634 Summary: "Color to Alpha" filter uses hardcoded color selector widget Classification: Applications Product: krita Version: 5.1.1 Platform: Neon OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: Filters Assignee: krita-bugs-n...@kde.org Reporter: xnagyti...@gmail.com Target Milestone: --- Created attachment 153625 --> https://bugs.kde.org/attachment.cgi?id=153625&action=edit Observed results SUMMARY The "Color to Alpha" filter is currently hardcoded to the triangle color selector widget. It would be better if the config panel of this filter would respect the global color selector settings from "Settings" -> "Configure Krita..." -> "Color Selector Settings" page -> "Color Selector" tab. Just like the "Slope, Offset, Power" filter or the color picker dialog does. STEPS TO REPRODUCE 1. Set the color selector widget at "Settings" -> "Configure Krita..." -> "Color Selector Settings" page -> "Color Selector" to one of the rectangle color selectors. 2. Open the "Color to Alpha" filter from the Filters menu or by adding a new filter layer. SOFTWARE/OS VERSIONS Operating System: KDE neon 5.26 KDE Plasma Version: 5.26.2 KDE Frameworks Version: 5.99.0 Qt Version: 5.15.7 Graphics Platform: X11 -- You are receiving this mail because: You are watching all bug changes.
[Elisa] [Bug 458343] Inconsistent album headers
https://bugs.kde.org/show_bug.cgi?id=458343 --- Comment #1 from Nagy Tibor --- Created attachment 151615 --> https://bugs.kde.org/attachment.cgi?id=151615&action=edit Comparison GIF -- You are receiving this mail because: You are watching all bug changes.
[Elisa] [Bug 458343] New: Inconsistent album headers
https://bugs.kde.org/show_bug.cgi?id=458343 Bug ID: 458343 Summary: Inconsistent album headers Product: Elisa Version: 22.08.0 Platform: Neon Packages OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: general Assignee: matthieu_gall...@yahoo.fr Reporter: xnagyti...@gmail.com Target Milestone: --- Created attachment 151614 --> https://bugs.kde.org/attachment.cgi?id=151614&action=edit Screenshot SUMMARY In version 22.08.0 Elisa changed the album headers on the playlist panel to be more compact and similar to the album headers on the middle column of the app. However this wasn't 100% successful, it introduced a jarring inconsistency between those two places: - Album cover sizes are inconsistent - Album title font sizes are different - Spacing between the text and album covers are inconsistent SOFTWARE/OS VERSIONS Operating System: KDE neon 5.25 KDE Plasma Version: 5.25.4 KDE Frameworks Version: 5.97.0 Qt Version: 5.15.5 Graphics Platform: X11 -- You are receiving this mail because: You are watching all bug changes.
[plasma-nm] [Bug 458222] New: Network QR codes have insufficient quiet zone
https://bugs.kde.org/show_bug.cgi?id=458222 Bug ID: 458222 Summary: Network QR codes have insufficient quiet zone Product: plasma-nm Version: 5.25.3 Platform: Neon Packages OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: applet Assignee: plasma-b...@kde.org Reporter: xnagyti...@gmail.com CC: jgrul...@redhat.com Target Milestone: --- SUMMARY The QR codes that the network applet shows on "Show network's QR code" are not spec compliant, they have insufficient quiet zone around the symbol. Spec says the quiet zone around normal-sized QR codes should be at least 4 modules instead of the current 2 modules. SOFTWARE/OS VERSIONS Operating System: KDE neon 5.25 KDE Plasma Version: 5.25.3 KDE Frameworks Version: 5.96.0 Qt Version: 5.15.5 Graphics Platform: X11 -- You are receiving this mail because: You are watching all bug changes.
[neon] [Bug 403590] Gammaray lacks Quick Scenes vide
https://bugs.kde.org/show_bug.cgi?id=403590 Nagy Tibor changed: What|Removed |Added CC||xnagyti...@gmail.com --- Comment #1 from Nagy Tibor --- Still an issue on Neon 5.25 User Edition. This problem has only grown since then given how many KDE stuff has been rewritten in QML. -- You are receiving this mail because: You are watching all bug changes.
[Elisa] [Bug 456899] The Cursor of the current playing track is not moving as the track progress (behaviour manifests only for tracks that are above 3 min play time)
https://bugs.kde.org/show_bug.cgi?id=456899 Nagy Tibor changed: What|Removed |Added CC||xnagyti...@gmail.com --- Comment #1 from Nagy Tibor --- This is fixed in the latest 22.04.3 release. -- You are receiving this mail because: You are watching all bug changes.
[systemsettings] [Bug 456771] New: Subwindows of the Connections KCM look awful
https://bugs.kde.org/show_bug.cgi?id=456771 Bug ID: 456771 Summary: Subwindows of the Connections KCM look awful Product: systemsettings Version: 5.25.3 Platform: Neon Packages OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: kcm_networkmanagement Assignee: jgrul...@redhat.com Reporter: xnagyti...@gmail.com CC: plasma-b...@kde.org Target Milestone: --- Created attachment 150650 --> https://bugs.kde.org/attachment.cgi?id=150650&action=edit Screenshot with issues marked SUMMARY The "Add new connection" and "Configuration" subwindows of the Connections KCM currently look awful, they are in a need of some polish. Both of these windows suffer from the same kind of issues: 1. Windows have incorrect background color. 2. Windows have no close buttons on their title bars. 3. Windows have no default buttons set. 4. OK button has wrong capitalization. ("Ok" -> "OK") 5. Bottom buttons are missing their icons. 6. Bottom buttons have inconsistent spacing. All of the problems above are papercut-category issues however crammed together into the very same place they paint a horrible picture. SOFTWARE/OS VERSIONS Operating System: KDE neon 5.25 KDE Plasma Version: 5.25.3 KDE Frameworks Version: 5.96.0 Qt Version: 5.15.5 Graphics Platform: X11 -- You are receiving this mail because: You are watching all bug changes.
[systemsettings] [Bug 456718] New: Window activation policy description label not initialized on opening the KCM
https://bugs.kde.org/show_bug.cgi?id=456718 Bug ID: 456718 Summary: Window activation policy description label not initialized on opening the KCM Product: systemsettings Version: 5.25.3 Platform: Neon Packages OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: kcm_kwinoptions Assignee: kwin-bugs-n...@kde.org Reporter: xnagyti...@gmail.com CC: plasma-b...@kde.org Target Milestone: --- Created attachment 150620 --> https://bugs.kde.org/attachment.cgi?id=150620&action=edit Screenshot SUMMARY The description label of the window activation policy combobox at "System Settings" -> "Window Management" -> "Window Behavior" -> "Focus" is not initialized when opening the KCM. It only shows a placeholder text until you change the combobox above. SOFTWARE/OS VERSIONS Operating System: KDE neon 5.25 KDE Plasma Version: 5.25.3 KDE Frameworks Version: 5.96.0 Qt Version: 5.15.5 Graphics Platform: X11 -- You are receiving this mail because: You are watching all bug changes.
[systemsettings] [Bug 456652] New: Icon set previews should be colorized with the current accent color
https://bugs.kde.org/show_bug.cgi?id=456652 Bug ID: 456652 Summary: Icon set previews should be colorized with the current accent color Product: systemsettings Version: 5.25.2 Platform: Neon Packages OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: kcm_icons Assignee: plasma-b...@kde.org Reporter: xnagyti...@gmail.com Target Milestone: --- Created attachment 150569 --> https://bugs.kde.org/attachment.cgi?id=150569&action=edit Screenshot SUMMARY Currently the icon set previews are not colorized with the current accent color. This creates a disconnect between what's on the preview and how the icons are going to look when they are applied to the system. Check the screenshot in the attachment on how this disconnect looks in practice. SOFTWARE/OS VERSIONS Operating System: KDE neon 5.25 KDE Plasma Version: 5.25.2 KDE Frameworks Version: 5.96.0 Qt Version: 5.15.5 Graphics Platform: X11 -- You are receiving this mail because: You are watching all bug changes.
[systemsettings] [Bug 456648] New: Color scheme previews pull disabled text and hovered button border colors from the active color scheme
https://bugs.kde.org/show_bug.cgi?id=456648 Bug ID: 456648 Summary: Color scheme previews pull disabled text and hovered button border colors from the active color scheme Product: systemsettings Version: 5.25.2 Platform: Neon Packages OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: kcm_colors Assignee: plasma-b...@kde.org Reporter: xnagyti...@gmail.com CC: noaha...@gmail.com, tantalising...@gmail.com, uhh...@gmail.com Target Milestone: --- Created attachment 150567 --> https://bugs.kde.org/attachment.cgi?id=150567&action=edit Screenshot SUMMARY The color scheme previews at the Colors KCM are inaccurate. They pull the disabled text color and the hovered button border colors from the currently applied color scheme, not from their own. STEPS TO REPRODUCE 1. Open System Settings -> Appearance -> Global Theme -> Colors 2. Create a new color scheme where you change the following colors to something noticeable, for example radioactive green: - Common Colors -> Inactive Text - Common Colors -> Selection Background 3. Apply the modified theme OBSERVED RESULT See the attachment. EXPECTED RESULT Color previews should pull these colors from their own palette, not from the currently active color scheme. SOFTWARE/OS VERSIONS Operating System: KDE neon 5.25 KDE Plasma Version: 5.25.2 KDE Frameworks Version: 5.96.0 Qt Version: 5.15.5 Graphics Platform: X11 -- You are receiving this mail because: You are watching all bug changes.
[Discover] [Bug 444917] Make "updates available" notifications more informative
https://bugs.kde.org/show_bug.cgi?id=444917 --- Comment #3 from Nagy Tibor --- Somewhat related GitLab issue: https://invent.kde.org/plasma/discover/-/issues/15 -- You are receiving this mail because: You are watching all bug changes.
[LabPlot2] [Bug 456287] New: Respect prefers-reduced-motion on the website
https://bugs.kde.org/show_bug.cgi?id=456287 Bug ID: 456287 Summary: Respect prefers-reduced-motion on the website Product: LabPlot2 Version: unspecified Platform: unspecified OS: Unspecified Status: REPORTED Severity: normal Priority: NOR Component: general Assignee: alexander.se...@web.de Reporter: xnagyti...@gmail.com Target Milestone: --- SUMMARY The landing page of LabPlot is so heavy on animations, it's posing an accessibility issue. Those sliding fade in animations triggered by scrolling the page will sure cause spatial disorientation and nausea for people with motion sensitivity problems. It would be great if the website would respect the prefers-reduced-motion CSS media feature and not display those sliding animations in cases when users indicate they don't want non-essential animations. STEPS TO REPRODUCE Chrome developer tools has an option to force-enable this CSS media feature on the Rendering tab. (No idea about Firefox.) -- You are receiving this mail because: You are watching all bug changes.
[plasma-systemmonitor] [Bug 454326] [Wayland] Scrolling in 'Processes' page is choppy/slow for ~30 seconds
https://bugs.kde.org/show_bug.cgi?id=454326 --- Comment #3 from Nagy Tibor --- strace says to load a single icon System Monitor searches through a thousand(!) possible icon paths. For every single icon. No wonder why it's so slow. It also doesn't strip the parameters from the executable line when it construct the possible icon paths. For example when loading icons for vscode it ends up searching for nonsense paths like this. access("/usr/share/icons/hicolor/48x48/actions/code --type=zygote -.svgz", F_OK) = -1 ENOENT (No such file or directory) -- You are receiving this mail because: You are watching all bug changes.
[plasma-systemmonitor] [Bug 454326] [Wayland] Scrolling in 'Processes' page is choppy/slow for ~30 seconds
https://bugs.kde.org/show_bug.cgi?id=454326 Nagy Tibor changed: What|Removed |Added CC||xnagyti...@gmail.com --- Comment #2 from Nagy Tibor --- I can reproduce this on Neon. Hotspot says the lag comes from KIconEngine, KIconLoader and KIconTheme. So I'd guess the lag comes from loading the process icons. -- You are receiving this mail because: You are watching all bug changes.
[ark] [Bug 455007] Ark should zero-pad hashes in the "CRC checksum" column
https://bugs.kde.org/show_bug.cgi?id=455007 --- Comment #1 from Nagy Tibor --- Created attachment 149546 --> https://bugs.kde.org/attachment.cgi?id=149546&action=edit Screenshot -- You are receiving this mail because: You are watching all bug changes.
[ark] [Bug 455007] New: Ark should zero-pad hashes in the "CRC checksum" column
https://bugs.kde.org/show_bug.cgi?id=455007 Bug ID: 455007 Summary: Ark should zero-pad hashes in the "CRC checksum" column Product: ark Version: 22.04.1 Platform: Neon Packages OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: general Assignee: elvis.angelac...@kde.org Reporter: xnagyti...@gmail.com CC: aa...@kde.org, rthoms...@gmail.com Target Milestone: --- Created attachment 149545 --> https://bugs.kde.org/attachment.cgi?id=149545&action=edit Test ZIP archive SUMMARY When opening ZIP archives Ark should zero-pad the CRC32 hashes in the main list view to a fixed 8-digit width. Currently this checksum column is unpadded. This makes the column look jank. STEPS TO REPRODUCE Open the attached test ZIP archive. OBSERVED RESULT | Name | ... | CRC checksum | | 0_leading_zeroes.bin | ... | 3488DF43 | | 2_leading_zeroes.bin | ... | 6D18CB | | 4_leading_zeroes.bin | ... | 8D96 | | 8_leading_zeroes.bin | ... | 0| EXPECTED RESULT | Name | ... | CRC checksum | | 0_leading_zeroes.bin | ... | 3488DF43 | | 2_leading_zeroes.bin | ... | 006D18CB | | 4_leading_zeroes.bin | ... | 8D96 | | 8_leading_zeroes.bin | ... | | SOFTWARE/OS VERSIONS Operating System: KDE neon 5.24 KDE Plasma Version: 5.24.5 KDE Frameworks Version: 5.94.0 Qt Version: 5.15.4 Graphics Platform: X11 -- You are receiving this mail because: You are watching all bug changes.
[Elisa] [Bug 454803] Introduce option to ignore leading "The"'s of band names in Artists view
https://bugs.kde.org/show_bug.cgi?id=454803 Nagy Tibor changed: What|Removed |Added CC||xnagyti...@gmail.com --- Comment #1 from Nagy Tibor --- I wonder if it's possible to implement this with internationalization in mind. For example German bands have the same issue with Der/Die/Das. -- You are receiving this mail because: You are watching all bug changes.
[kcalc] [Bug 436464] Key colors not customizable
https://bugs.kde.org/show_bug.cgi?id=436464 --- Comment #2 from Nagy Tibor --- Created attachment 148843 --> https://bugs.kde.org/attachment.cgi?id=148843&action=edit KCalc 22.04 on Mint Installing the latest version of KCalc on Mint doesn't reproduce this issue anymore. So I'd guess you have to wait for the Mint guys to bump KCalc from 19.x to 22.04 or get it yourself from somewhere else (Neon/Kubuntu repos, etc.) -- You are receiving this mail because: You are watching all bug changes.
[kcalc] [Bug 436464] Key colors not customizable
https://bugs.kde.org/show_bug.cgi?id=436464 Nagy Tibor changed: What|Removed |Added CC||xnagyti...@gmail.com --- Comment #1 from Nagy Tibor --- Created attachment 148832 --> https://bugs.kde.org/attachment.cgi?id=148832&action=edit Colorful buttons on KDE neon Works for me under KDE neon. Maybe your system theme doesn't support colored buttons? SOFTWARE/OS VERSIONS Operating System: KDE neon 5.24 KDE Plasma Version: 5.24.5 KDE Frameworks Version: 5.93.0 Qt Version: 5.15.3 Kernel Version: 5.13.0-41-generic (64-bit) Graphics Platform: X11 -- You are receiving this mail because: You are watching all bug changes.
[kcalc] [Bug 453778] New: Bit edit does not render focused bit as focused
https://bugs.kde.org/show_bug.cgi?id=453778 Bug ID: 453778 Summary: Bit edit does not render focused bit as focused Product: kcalc Version: 22.04.0 Platform: Neon Packages OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: general Assignee: ete...@alum.rit.edu Reporter: xnagyti...@gmail.com Target Milestone: --- Created attachment 148828 --> https://bugs.kde.org/attachment.cgi?id=148828&action=edit Screen capture SUMMARY The bit edit supports keyboard navigation however it does not render the currently focused bit as focused. Not being able to see the currently focused bit makes keyboard navigation rather difficult. OBSERVED RESULT See attachment. EXPECTED RESULT Rendering the currently focused bit as focused. SOFTWARE/OS VERSIONS Operating System: KDE neon 5.24 KDE Plasma Version: 5.24.5 KDE Frameworks Version: 5.93.0 Qt Version: 5.15.3 Graphics Platform: X11 -- You are receiving this mail because: You are watching all bug changes.
[kcalc] [Bug 453777] New: Bit edit cells have no "being pressed down" state
https://bugs.kde.org/show_bug.cgi?id=453777 Bug ID: 453777 Summary: Bit edit cells have no "being pressed down" state Product: kcalc Version: 22.04.0 Platform: Neon Packages OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: general Assignee: ete...@alum.rit.edu Reporter: xnagyti...@gmail.com Target Milestone: --- Created attachment 148827 --> https://bugs.kde.org/attachment.cgi?id=148827&action=edit Screen capture SUMMARY The bit edit cells only have normal and hovered states. They are missing a pressed down state when they are being pressed down by the mouse cursor. The lack of this widget state always gives me an uncanny feeling when I'm using the bit edit feature in KCalc. OBSERVED RESULT See attachment. EXPECTED RESULT Bit edit cells having a "being pressed down" state, similar to how other button-like widgets behave in KDE. SOFTWARE/OS VERSIONS Operating System: KDE neon 5.24 KDE Plasma Version: 5.24.5 KDE Frameworks Version: 5.93.0 Qt Version: 5.15.3 Graphics Platform: X11 -- You are receiving this mail because: You are watching all bug changes.
[kcalc] [Bug 453775] New: Bit edit flickers on resize
https://bugs.kde.org/show_bug.cgi?id=453775 Bug ID: 453775 Summary: Bit edit flickers on resize Product: kcalc Version: 22.04.0 Platform: Neon Packages OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: general Assignee: ete...@alum.rit.edu Reporter: xnagyti...@gmail.com Target Milestone: --- Created attachment 148824 --> https://bugs.kde.org/attachment.cgi?id=148824&action=edit Screen capture SUMMARY When resizing KCalc's window the bit edit component of the numeral system mode flickers. STEPS TO REPRODUCE 1. Choose "Settings"->"Numeral System Mode" 2. Enable "Settings"->"Show Bit Edit" 3. Resize the window OBSERVED RESULT See attachment. SOFTWARE/OS VERSIONS Operating System: KDE neon 5.24 KDE Plasma Version: 5.24.5 KDE Frameworks Version: 5.93.0 Qt Version: 5.15.3 Graphics Platform: X11 Graphics Processor: NVIDIA GeForce 920M/PCIe/SSE2 -- You are receiving this mail because: You are watching all bug changes.
[Elisa] [Bug 453587] Hamburger menu separator items interfere with keyboard arrow keys
https://bugs.kde.org/show_bug.cgi?id=453587 Nagy Tibor changed: What|Removed |Added CC||xnagyti...@gmail.com --- Comment #1 from Nagy Tibor --- This affects every QML application, not just Elisa. Skipping over disabled menu items are also borked. -- You are receiving this mail because: You are watching all bug changes.
[krita] [Bug 446376] Improperly escaped description field may bork documentinfo.xml in .kra files
https://bugs.kde.org/show_bug.cgi?id=446376 --- Comment #1 from Nagy Tibor --- The name field in the predefinedimage XMLs are also affected by this. -- You are receiving this mail because: You are watching all bug changes.
[krita] [Bug 453248] Path traversal bugs when saving various resources
https://bugs.kde.org/show_bug.cgi?id=453248 Nagy Tibor changed: What|Removed |Added Summary|Path traversal bug when |Path traversal bugs when |saving gradients|saving various resources -- You are receiving this mail because: You are watching all bug changes.
[krita] [Bug 453248] Path traversal bug when saving gradients
https://bugs.kde.org/show_bug.cgi?id=453248 --- Comment #1 from Nagy Tibor --- I went through most Krita features, I found more places vulnerable to these path traversals: - Gradients (.svg) - Palettes (.kpl) - Predefined image sizes (.predefinedimage) - Author profiles (.authorinfo) - Workspaces (.kws) - Resource bundles (.bundle) Repro is the same everywhere: - Create new something... - Enter a relative path including "../../" as the name - Save -- You are receiving this mail because: You are watching all bug changes.
[krita] [Bug 453248] New: Path traversal bug when saving gradients
https://bugs.kde.org/show_bug.cgi?id=453248 Bug ID: 453248 Summary: Path traversal bug when saving gradients Product: krita Version: 5.0.5 Platform: Neon Packages OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: Resource Management Assignee: krita-bugs-n...@kde.org Reporter: xnagyti...@gmail.com Target Milestone: --- Created attachment 148484 --> https://bugs.kde.org/attachment.cgi?id=148484&action=edit Screen capture SUMMARY There's a path traversal bug when saving gradients in Krita. Krita doesn't sanitize the name field used for the file names of gradients, dropping files outside of the "$XDG_DATA_HOME/krita/gradients" directory. Similar to Bug 429925. I haven't tested it thoroughly but I have a feeling this bug may also be present with other resource types. (palettes, brushes, etc.) STEPS TO REPRODUCE 1. Create or open a new document 2. Gradients toolbar button -> Add... 3. Enter "../../../../test/abcd" as the name field 4. Click OK OBSERVED RESULT See attachment. EXPECTED RESULT Sanitize the name field before using it as a file name. SOFTWARE/OS VERSIONS Operating System: KDE neon 5.24 KDE Plasma Version: 5.24.4 KDE Frameworks Version: 5.93.0 Qt Version: 5.15.3 Graphics Platform: X11 -- You are receiving this mail because: You are watching all bug changes.
[dolphin] [Bug 452830] Unknown error code 100. execvp: Exec format error
https://bugs.kde.org/show_bug.cgi?id=452830 Nagy Tibor changed: What|Removed |Added CC||xnagyti...@gmail.com --- Comment #2 from Nagy Tibor --- Your shell script is malformed, doesn't have a shebang line. -- You are receiving this mail because: You are watching all bug changes.
[Elisa] [Bug 450984] Scrolling on volume slider is reversed from expected action
https://bugs.kde.org/show_bug.cgi?id=450984 --- Comment #2 from Nagy Tibor --- Created attachment 147357 --> https://bugs.kde.org/attachment.cgi?id=147357&action=edit Volume slider areas I can also reproduce this. However this bug also depends on where you scroll on the volume bar: - If you scroll exactly on the slider, it's busted. - If you scroll on the padding above/below the volume bar, it works as expected. I marked these areas on the attached screenshot. SOFTWARE/OS VERSIONS Operating System: KDE neon 5.24 KDE Plasma Version: 5.24.2 KDE Frameworks Version: 5.91.0 Qt Version: 5.15.3 Graphics Platform: X11 -- You are receiving this mail because: You are watching all bug changes.
[systemsettings] [Bug 374740] Unplugging controller causes 100% usage of one CPU core
https://bugs.kde.org/show_bug.cgi?id=374740 --- Comment #5 from Nagy Tibor --- This bug could be a prime candidate for the KDE Eco project. I don't think these kind of busy loops are environmentally-friendly. I have no hardware to test it however this bug may also affect the thermals and battery life of Valve's Steam Deck. Their user base is more likely to encounter this bug than the usual desktop KDE users for obvious reasons. And imagine unnecessarily spinning a core 100% on a handheld device where every Wh counts... -- You are receiving this mail because: You are watching all bug changes.
[Elisa] [Bug 442272] Playlist shows bogus track names when enqueueing tracks while shuffling is on
https://bugs.kde.org/show_bug.cgi?id=442272 --- Comment #7 from Nagy Tibor --- Created attachment 147101 --> https://bugs.kde.org/attachment.cgi?id=147101&action=edit Repro (2022-02-24) Still reproducible after those large playlist changes: https://invent.kde.org/multimedia/elisa/-/merge_requests/328 Operating System: KDE neon unstable KDE Plasma Version: 5.24.80 KDE Frameworks Version: 5.91.0 Qt Version: 5.15.3 Graphics Platform: X11 -- You are receiving this mail because: You are watching all bug changes.
[Elisa] [Bug 450625] Cannot play radio stream: http stream error: local stream 1 error: Cancellation (0x8)
https://bugs.kde.org/show_bug.cgi?id=450625 Nagy Tibor changed: What|Removed |Added CC||xnagyti...@gmail.com --- Comment #1 from Nagy Tibor --- This is Bug 397736. As a workaround until PLS support gets implemented you can manually extract the audio URLs from the playlist and add those into Elisa instead. At least that's how I do it. In your example those audio URLs are: - http://trace.dnbradio.com:8000/dnbradio_main.mp3 - http://ildnb1.dnbradio.com:8000/dnbradio_main.mp3 - http://trace.dnbradio.com:8000/dnbradio_mobile.aac - http://trace.dnbradio.com:8000/dnbradio_darkstep.mp3 -- You are receiving this mail because: You are watching all bug changes.
[Elisa] [Bug 449936] New: Misaligned primary and secondary labels at the tracks list
https://bugs.kde.org/show_bug.cgi?id=449936 Bug ID: 449936 Summary: Misaligned primary and secondary labels at the tracks list Product: Elisa Version: 21.12.2 Platform: Neon Packages OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: general Assignee: matthieu_gall...@yahoo.fr Reporter: xnagyti...@gmail.com Target Milestone: --- Created attachment 146533 --> https://bugs.kde.org/attachment.cgi?id=146533&action=edit Screenshot SUMMARY The primary and secondary labels of the track list entries are no longer aligned to each other. This is a regression introduced in version 21.12.2. SOFTWARE/OS VERSIONS Operating System: KDE neon 5.24 KDE Plasma Version: 5.24.0 KDE Frameworks Version: 5.90.0 Qt Version: 5.15.3 Graphics Platform: X11 -- You are receiving this mail because: You are watching all bug changes.
[Elisa] [Bug 449262] Make Elisa understand environmental variables in playlists.
https://bugs.kde.org/show_bug.cgi?id=449262 Nagy Tibor changed: What|Removed |Added CC||xnagyti...@gmail.com --- Comment #1 from Nagy Tibor --- The M3U playlist format already provides a solution for this by allowing relative paths in the playlist files. Elisa could implement that for example by adding a "Use relative paths" checkbox to the playlist saving dialog instead of coming up a custom more convoluted solution. -- You are receiving this mail because: You are watching all bug changes.
[Elisa] [Bug 449046] Move player controls to the bottom
https://bugs.kde.org/show_bug.cgi?id=449046 --- Comment #6 from Nagy Tibor --- Created attachment 145935 --> https://bugs.kde.org/attachment.cgi?id=145935&action=edit Left sidebar collapsed without enough space The left sidebar also gets collapsed in narrow mode. I cannot see how you could fit the current song info there. -- You are receiving this mail because: You are watching all bug changes.
[Elisa] [Bug 449046] Move player controls to the bottom
https://bugs.kde.org/show_bug.cgi?id=449046 Nagy Tibor changed: What|Removed |Added CC||xnagyti...@gmail.com --- Comment #3 from Nagy Tibor --- Problems I see with this proposal: - If you don't have the playlist panel open or you're in the narrow window layout mode where the playlist gets automatically collapsed you won't know what's currently playing. The top header is not wasted space in this cases, it's an essential part of the app. Also you don't have enough space to cramp the title/album/artist info at a reasonable font size next to that minuscule album art at the bottom in your proposal if you'd try to suggest that as a solution. - Hamburger menu moved to an unusual place. Most hamburger menus are at the top of the windows, not at the bottom. Breaks consistency with other KDE apps. -- You are receiving this mail because: You are watching all bug changes.
[Elisa] [Bug 448915] New: Files page should be able to display custom folder icons
https://bugs.kde.org/show_bug.cgi?id=448915 Bug ID: 448915 Summary: Files page should be able to display custom folder icons Product: Elisa Version: 21.12.1 Platform: Neon Packages OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: general Assignee: matthieu_gall...@yahoo.fr Reporter: xnagyti...@gmail.com Target Milestone: --- Created attachment 145724 --> https://bugs.kde.org/attachment.cgi?id=145724&action=edit Screenshot SUMMARY The folder icons at the Files page are currently hardcoded to a generic folder icon. It would be great if Elisa could retrieve custom folder icons seen in other parts of KDE. SOFTWARE/OS VERSIONS Operating System: KDE neon 5.23 KDE Plasma Version: 5.23.5 KDE Frameworks Version: 5.89.0 Qt Version: 5.15.3 Graphics Platform: X11 -- You are receiving this mail because: You are watching all bug changes.
[systemsettings] [Bug 448321] New: Obsolete Google icon
https://bugs.kde.org/show_bug.cgi?id=448321 Bug ID: 448321 Summary: Obsolete Google icon Product: systemsettings Version: 5.23.5 Platform: Neon Packages OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: kcm_kaccounts Assignee: ad...@leinir.dk Reporter: xnagyti...@gmail.com Target Milestone: --- Created attachment 145365 --> https://bugs.kde.org/attachment.cgi?id=145365&action=edit Screenshot SUMMARY Google had a large brand update six years ago. This KCM still uses the old pre-2015 Google icon at the accounts list. SOFTWARE/OS VERSIONS Operating System: KDE neon 5.23 KDE Plasma Version: 5.23.5 KDE Frameworks Version: 5.89.0 Qt Version: 5.15.3 Graphics Platform: X11 -- You are receiving this mail because: You are watching all bug changes.
[Elisa] [Bug 448295] New: Color scheme menu should have an icon for consistency
https://bugs.kde.org/show_bug.cgi?id=448295 Bug ID: 448295 Summary: Color scheme menu should have an icon for consistency Product: Elisa Version: 21.12.0 Platform: Neon Packages OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: general Assignee: matthieu_gall...@yahoo.fr Reporter: xnagyti...@gmail.com Target Milestone: --- Created attachment 145348 --> https://bugs.kde.org/attachment.cgi?id=145348&action=edit Screenshot SUMMARY Other KDE apps use a color wheel style icon for their color schemes menus. Elisa should also do the same for its "Application Menu"->"Color Scheme" menu, just for the sake of consistency. SOFTWARE/OS VERSIONS Operating System: KDE neon 5.23 KDE Plasma Version: 5.23.5 KDE Frameworks Version: 5.89.0 Qt Version: 5.15.3 Graphics Platform: X11 -- You are receiving this mail because: You are watching all bug changes.
[Elisa] [Bug 448285] New: Missing action icons at the Keyboard Shortcuts window
https://bugs.kde.org/show_bug.cgi?id=448285 Bug ID: 448285 Summary: Missing action icons at the Keyboard Shortcuts window Product: Elisa Version: 21.12.0 Platform: Neon Packages OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: general Assignee: matthieu_gall...@yahoo.fr Reporter: xnagyti...@gmail.com Target Milestone: --- Created attachment 145340 --> https://bugs.kde.org/attachment.cgi?id=145340&action=edit Screenshot SUMMARY When you look at the shortcuts list at "Application Menu" -> "Configure Keyboard Shortcuts...", there are several actions there that doesn't define its icon. Nearly all of them have ready to use icons from Breeze. The only action that may need some brainstorming is the "Toggle Party Mode" action. Elisa represents the party mode toggle as an upwards/downwards facing arrow on the main window to show which direction the layout will shift when you activate it. However this arrow icon may not work well if you take it out of context from there. SOFTWARE/OS VERSIONS Operating System: KDE neon 5.23 KDE Plasma Version: 5.23.5 KDE Frameworks Version: 5.89.0 Qt Version: 5.15.3 Graphics Platform: X11 -- You are receiving this mail because: You are watching all bug changes.
[Elisa] [Bug 448272] New: Blurry folder icon at the View Details window
https://bugs.kde.org/show_bug.cgi?id=448272 Bug ID: 448272 Summary: Blurry folder icon at the View Details window Product: Elisa Version: 21.12.0 Platform: Neon Packages OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: general Assignee: matthieu_gall...@yahoo.fr Reporter: xnagyti...@gmail.com Target Milestone: --- Created attachment 145331 --> https://bugs.kde.org/attachment.cgi?id=145331&action=edit Screenshot SUMMARY There a small folder icon at the bottom of the "View Details" window. That icons always follows the height of the textbox next to it, resulting in a blurry mess. That icon should either have fixed size or snap to a known pixel-perfect icon size. SOFTWARE/OS VERSIONS Operating System: KDE neon 5.23 KDE Plasma Version: 5.23.5 KDE Frameworks Version: 5.89.0 Qt Version: 5.15.3 Graphics Platform: X11 -- You are receiving this mail because: You are watching all bug changes.
[Elisa] [Bug 442234] Sort menu dropdowns should use radio buttons
https://bugs.kde.org/show_bug.cgi?id=442234 --- Comment #2 from Nagy Tibor --- Created attachment 145304 --> https://bugs.kde.org/attachment.cgi?id=145304&action=edit This menu in Discover How does Discover implement this? It also has a similar menu that seems to work okayish and only has a minimally borked metrics. -- You are receiving this mail because: You are watching all bug changes.
[Elisa] [Bug 448215] Media Player applet doesn't enable shuffle and repeat for Elisa
https://bugs.kde.org/show_bug.cgi?id=448215 --- Comment #1 from Nagy Tibor --- Turns out Elisa doesn't fully implement the MPRIS protocol. It's missing the properties that control looping and shuffling. -- You are receiving this mail because: You are watching all bug changes.
[Elisa] [Bug 448215] New: Media Player applet doesn't enable shuffle and repeat for Elisa
https://bugs.kde.org/show_bug.cgi?id=448215 Bug ID: 448215 Summary: Media Player applet doesn't enable shuffle and repeat for Elisa Product: Elisa Version: 21.12.0 Platform: Neon Packages OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: general Assignee: matthieu_gall...@yahoo.fr Reporter: xnagyti...@gmail.com Target Milestone: --- Created attachment 145300 --> https://bugs.kde.org/attachment.cgi?id=145300&action=edit Screenshot SUMMARY When playing something in Elisa, the Media Player applet on the system tray doesn't enable the shuffle and repeat buttons for Elisa. They always remain disabled. This bug is something Elisa-specific. These shuffle/repeat buttons work flawlessly for other media players like VLC. SOFTWARE/OS VERSIONS Operating System: KDE neon 5.23 KDE Plasma Version: 5.23.5 KDE Frameworks Version: 5.89.0 Qt Version: 5.15.3 Graphics Platform: X11 -- You are receiving this mail because: You are watching all bug changes.
[Elisa] [Bug 448210] New: Close button at the View Details window has no icon
https://bugs.kde.org/show_bug.cgi?id=448210 Bug ID: 448210 Summary: Close button at the View Details window has no icon Product: Elisa Version: 21.12.0 Platform: Neon Packages OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: general Assignee: matthieu_gall...@yahoo.fr Reporter: xnagyti...@gmail.com Target Milestone: --- Created attachment 145299 --> https://bugs.kde.org/attachment.cgi?id=145299&action=edit Screenshot SUMMARY When viewing the metadata of a track, the "Close" button at the "View Details" window has no icon. It should use the standard close icon like any other "Close" button does in KDE. SOFTWARE/OS VERSIONS Operating System: KDE neon 5.23 KDE Plasma Version: 5.23.5 KDE Frameworks Version: 5.89.0 Qt Version: 5.15.3 Graphics Platform: X11 -- You are receiving this mail because: You are watching all bug changes.
[frameworks-kfilemetadata] [Bug 448182] New: Support module music formats in TaglibExtractor (MOD, S3M, XM, IT)
https://bugs.kde.org/show_bug.cgi?id=448182 Bug ID: 448182 Summary: Support module music formats in TaglibExtractor (MOD, S3M, XM, IT) Product: frameworks-kfilemetadata Version: unspecified Platform: Neon Packages OS: Linux Status: REPORTED Severity: wishlist Priority: NOR Component: general Assignee: pinak.ah...@gmail.com Reporter: xnagyti...@gmail.com Target Milestone: --- SUMMARY Module files are mainly used for demoscene-related music. Having metadata support through KFileMetaData for these formats would make playing demoscene music in Elisa a bit more convenient. Elisa is already able to play these files through LibVLC. TagLib supports extracting metadata from these music files since version 1.8. KFileMetaData targets version 1.11.1, so this would not even a require a TagLib version bump. Affected MIME types: * Amiga SoundTracker audio: audio/x-mod * Scream Tracker 3 audio: audio/x-s3m * FastTracker II audio: audio/x-xm * Impulse Tracker audio: audio/x-it Properties that TagLib exposes from these music files: "TITLE", "COMMENT", "TRACKERNAME" (Generator) SOFTWARE/OS VERSIONS Operating System: KDE neon 5.23 KDE Plasma Version: 5.23.5 KDE Frameworks Version: 5.89.0 Qt Version: 5.15.3 Graphics Platform: X11 -- You are receiving this mail because: You are watching all bug changes.
[Elisa] [Bug 448058] Elisa mishandles Vorbis date fields
https://bugs.kde.org/show_bug.cgi?id=448058 --- Comment #3 from Nagy Tibor --- Couldn't get it to build but this seems to be the borked date to year conversion: https://invent.kde.org/frameworks/kfilemetadata/-/blob/41c39d7d1c9122d1e667e50e0258ba63b10dc95e/src/extractors/taglibextractor.cpp#L106 -- You are receiving this mail because: You are watching all bug changes.
[Elisa] [Bug 438693] Elisa doesn't properly set the volume if it's set while playback it's stopped
https://bugs.kde.org/show_bug.cgi?id=438693 Nagy Tibor changed: What|Removed |Added CC||xnagyti...@gmail.com --- Comment #3 from Nagy Tibor --- Created attachment 145243 --> https://bugs.kde.org/attachment.cgi?id=145243&action=edit Screen capture I can reproduce this. SOFTWARE/OS VERSIONS Operating System: KDE neon 5.23 KDE Plasma Version: 5.23.5 KDE Frameworks Version: 5.89.0 Qt Version: 5.15.3 Graphics Platform: X11 -- You are receiving this mail because: You are watching all bug changes.
[kdeconnect] [Bug 405847] SFTP transfer corrupts all files
https://bugs.kde.org/show_bug.cgi?id=405847 Nagy Tibor changed: What|Removed |Added CC||xnagyti...@gmail.com --- Comment #73 from Nagy Tibor --- Has anyone tried to bump the SSHD lib version on the Android side? It's missing 7 years worth of bugfixes from upstream. The version KDE Connect uses is around 2000 commits behind the latest master. -- You are receiving this mail because: You are watching all bug changes.
[Elisa] [Bug 448097] New: Sort menu buttons could have icons for consistency
https://bugs.kde.org/show_bug.cgi?id=448097 Bug ID: 448097 Summary: Sort menu buttons could have icons for consistency Product: Elisa Version: 21.12.0 Platform: Other OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: general Assignee: matthieu_gall...@yahoo.fr Reporter: xnagyti...@gmail.com Target Milestone: --- Created attachment 145211 --> https://bugs.kde.org/attachment.cgi?id=145211&action=edit Screenshot SUMMARY The sort menu buttons in Elisa could have icons. This would make Elisa more consistent with other KDE apps featuring optional "Sort By" toolbar buttons like Dolphin and Gwenview. SOFTWARE/OS VERSIONS Operating System: KDE neon 5.23 KDE Plasma Version: 5.23.5 KDE Frameworks Version: 5.89.0 Qt Version: 5.15.3 Graphics Platform: X11 -- You are receiving this mail because: You are watching all bug changes.
[Elisa] [Bug 448083] New: Sort menu dropdowns are mispositioned
https://bugs.kde.org/show_bug.cgi?id=448083 Bug ID: 448083 Summary: Sort menu dropdowns are mispositioned Product: Elisa Version: 21.12.0 Platform: Neon Packages OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: general Assignee: matthieu_gall...@yahoo.fr Reporter: xnagyti...@gmail.com Target Milestone: --- Created attachment 145202 --> https://bugs.kde.org/attachment.cgi?id=145202&action=edit Screenshot SUMMARY When a sort menu is opened on any page that supports sorting, the dropdown of that button is mispositioned. It's placed at the current mouse position instead of the bottom edge of the button where it should be placed. Seems to be an Elisa-specific problem. For example the new System Monitor also has these kind of dropdowns and they are positioned properly there. SOFTWARE/OS VERSIONS Operating System: KDE neon 5.23 KDE Plasma Version: 5.23.5 KDE Frameworks Version: 5.89.0 Qt Version: 5.15.3 Graphics Platform: X11 -- You are receiving this mail because: You are watching all bug changes.
[Elisa] [Bug 448058] Elisa mishandles Vorbis date fields
https://bugs.kde.org/show_bug.cgi?id=448058 --- Comment #2 from Nagy Tibor --- Created attachment 145186 --> https://bugs.kde.org/attachment.cgi?id=145186&action=edit Test Track (MMDD) -- You are receiving this mail because: You are watching all bug changes.
[Elisa] [Bug 448058] Elisa mishandles Vorbis date fields
https://bugs.kde.org/show_bug.cgi?id=448058 --- Comment #1 from Nagy Tibor --- Created attachment 145185 --> https://bugs.kde.org/attachment.cgi?id=145185&action=edit Test Track (-MM-DD) -- You are receiving this mail because: You are watching all bug changes.
[Elisa] [Bug 448058] New: Elisa mishandles Vorbis date fields
https://bugs.kde.org/show_bug.cgi?id=448058 Bug ID: 448058 Summary: Elisa mishandles Vorbis date fields Product: Elisa Version: 21.12.0 Platform: Neon Packages OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: general Assignee: matthieu_gall...@yahoo.fr Reporter: xnagyti...@gmail.com Target Milestone: --- SUMMARY The Vorbis metadata format used in Ogg stuff like Vorbis, FLAC, Opus, etc uses the ISO 8601 date format. Elisa currently mishandles these date fields if they have more than just the year part. List of Vorbis date field formats I have encountered in the wild: "-MM-DD", "MMDD", "-MM", "" If Vorbis dates have hyphens like "-MM-DD", Elisa truncates the date only to the year part, causing precision loss. If Vorbis dates have no hyphens like "MMDD", Elisa takes the whole date string and interprets it as a year. For example today's date would place a song 20 million years into the distant future, into Year 20,220,107. This causes issues when you'd like to sort tracks by year. This case can easily be encountered by using youtube-dl or one of its forks with the '--add-metadata' flag. SOFTWARE/OS VERSIONS Operating System: KDE neon 5.23 KDE Plasma Version: 5.23.5 KDE Frameworks Version: 5.89.0 Qt Version: 5.15.3 Graphics Platform: X11 -- You are receiving this mail because: You are watching all bug changes.
[Elisa] [Bug 448041] Trackbar sometimes stops too early when tracks finish playback
https://bugs.kde.org/show_bug.cgi?id=448041 --- Comment #1 from Nagy Tibor --- Created attachment 145176 --> https://bugs.kde.org/attachment.cgi?id=145176&action=edit Test track -- You are receiving this mail because: You are watching all bug changes.
[Elisa] [Bug 448041] New: Trackbar sometimes stops too early when tracks finish playback
https://bugs.kde.org/show_bug.cgi?id=448041 Bug ID: 448041 Summary: Trackbar sometimes stops too early when tracks finish playback Product: Elisa Version: 21.12.0 Platform: Neon Packages OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: general Assignee: matthieu_gall...@yahoo.fr Reporter: xnagyti...@gmail.com Target Milestone: --- Created attachment 145175 --> https://bugs.kde.org/attachment.cgi?id=145175&action=edit Screen capture SUMMARY When tracks finish playback the trackbar sometimes stops around a quarter second too early. This results in a small gap at the end of the trackbar and leaves the elapsed timer label a second behind it should be. I attached a short test track that reliably reproduces this on my machine. It's also reproducible with longer songs but that requires some trial and error to trigger the bug. SOFTWARE/OS VERSIONS Operating System: KDE neon 5.23 KDE Plasma Version: 5.23.5 KDE Frameworks Version: 5.89.0 Qt Version: 5.15.3 Graphics Platform: X11 -- You are receiving this mail because: You are watching all bug changes.
[Elisa] [Bug 448016] New: Invisible rating controls taking up space at the list views
https://bugs.kde.org/show_bug.cgi?id=448016 Bug ID: 448016 Summary: Invisible rating controls taking up space at the list views Product: Elisa Version: 21.12.0 Platform: Neon Packages OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: general Assignee: matthieu_gall...@yahoo.fr Reporter: xnagyti...@gmail.com Target Milestone: --- Created attachment 145156 --> https://bugs.kde.org/attachment.cgi?id=145156&action=edit Screenshot SUMMARY When you have the song rating style set to "0-5 stars", the star rating controls always take up space in Elisa's list views, even if they are invisible. Every list view having these rating controls are affected. This issue does not occur with the "Favorite/not favorite" style buttons. SOFTWARE/OS VERSIONS Operating System: KDE neon 5.23 KDE Plasma Version: 5.23.4 KDE Frameworks Version: 5.89.0 Qt Version: 5.15.3 Graphics Platform: X11 -- You are receiving this mail because: You are watching all bug changes.
[Elisa] [Bug 447994] New: Configuration window could use more icons
https://bugs.kde.org/show_bug.cgi?id=447994 Bug ID: 447994 Summary: Configuration window could use more icons Product: Elisa Version: 21.12.0 Platform: Neon Packages OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: general Assignee: matthieu_gall...@yahoo.fr Reporter: xnagyti...@gmail.com Target Milestone: --- Created attachment 145142 --> https://bugs.kde.org/attachment.cgi?id=145142&action=edit Screenshot SUMMARY The configuration window of Elisa could use more icons in some places. The first two are the "Embed category" and "Initial view" comboboxes. These comboboxes could feature the same icons as the left sidebar of the main window. The last one is adding directory icons to the "Music folders" list to make this control more consistent with how this kind of folder lists look in System Settings. SOFTWARE/OS VERSIONS Operating System: KDE neon 5.23 KDE Plasma Version: 5.23.4 KDE Frameworks Version: 5.89.0 Qt Version: 5.15.3 Graphics Platform: X11 -- You are receiving this mail because: You are watching all bug changes.
[Elisa] [Bug 447984] New: Playlist flickers when dragging entries around
https://bugs.kde.org/show_bug.cgi?id=447984 Bug ID: 447984 Summary: Playlist flickers when dragging entries around Product: Elisa Version: 21.12.0 Platform: Neon Packages OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: general Assignee: matthieu_gall...@yahoo.fr Reporter: xnagyti...@gmail.com Target Milestone: --- Created attachment 145135 --> https://bugs.kde.org/attachment.cgi?id=145135&action=edit Screen capture SUMMARY When you have multiple songs on your playlist and grab a non-first/non-last entry the playlist starts flickering when that entry is dragged around the beginning or the end of the playlist. The flickering at the end of the playlist is a bit harder to notice, but it's there. STEPS TO REPRODUCE 1. Add three tracks to the playlist 2. Grab the second entry 3. Drag it around the start or the end of the playlist SOFTWARE/OS VERSIONS Operating System: KDE neon 5.23 KDE Plasma Version: 5.23.4 KDE Frameworks Version: 5.89.0 Qt Version: 5.15.3 Graphics Platform: X11 -- You are receiving this mail because: You are watching all bug changes.
[Elisa] [Bug 439105] Unable to play midi files even though using VLC directly works
https://bugs.kde.org/show_bug.cgi?id=439105 Nagy Tibor changed: What|Removed |Added CC||xnagyti...@gmail.com --- Comment #1 from Nagy Tibor --- Reading VLC's source my first guess is this happens because your "/usr/share/sounds/sf2/" and "/usr/share/soundfonts/" directories are all empty. LibVLC always seems to use the fallback SF2 loading mechanism in Elisa, doesn't matter what you configure elsewhere (at least on my machine). It loads first usable ".sf2" file from the default SF2 directories above and call it a day. If those directories of yours are indeed empty I'd try copying your soundfonts there. Or install some soundfont package globally though your package manager, like "soundfont-fluid" (optional dependency of vlc-plugin-fluidsynth-bin that you may have skipped). -- You are receiving this mail because: You are watching all bug changes.
[Elisa] [Bug 447941] New: Color schemes menu should use radio buttons
https://bugs.kde.org/show_bug.cgi?id=447941 Bug ID: 447941 Summary: Color schemes menu should use radio buttons Product: Elisa Version: 21.12.0 Platform: Neon Packages OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: general Assignee: matthieu_gall...@yahoo.fr Reporter: xnagyti...@gmail.com Target Milestone: --- Created attachment 145111 --> https://bugs.kde.org/attachment.cgi?id=145111&action=edit Elisa vs Krita SUMMARY The color schemes menu at "Hamburger"->"Color Scheme" should use standard radio buttons. Currently that menu uses some kind of listbox-like control where the highlight marks the currently selected theme. It feels odd and causes issues with keyboard navigation. Take a look at this menu in other KDE apps like Konsole, Krita, Okteta, etc how it should look and feel. SOFTWARE/OS VERSIONS Operating System: KDE neon 5.23 KDE Plasma Version: 5.23.4 KDE Frameworks Version: 5.89.0 Qt Version: 5.15.3 Graphics Platform: X11 -- You are receiving this mail because: You are watching all bug changes.
[Elisa] [Bug 391462] Wrong search behaviour
https://bugs.kde.org/show_bug.cgi?id=391462 --- Comment #18 from Nagy Tibor --- Created attachment 145102 --> https://bugs.kde.org/attachment.cgi?id=145102&action=edit Test track I could reproduce this, here's a dummy test track. Elisa doesn't do any Unicode normalization, I'm fairly sure that's the root cause of this. -- You are receiving this mail because: You are watching all bug changes.
[Elisa] [Bug 391462] Wrong search behaviour
https://bugs.kde.org/show_bug.cgi?id=391462 Nagy Tibor changed: What|Removed |Added CC||xnagyti...@gmail.com --- Comment #17 from Nagy Tibor --- This smells like a Unicode combining diacritics issue for me. That would explain why "Bjo" brings up that track and "Bjor" doesn't. "Björk" (U+006F LATIN SMALL LETTER O, U+0308 COMBINING DIAERESIS) versus "Björk" (U+00F6 LATIN SMALL LETTER O WITH DIAERESIS) -- You are receiving this mail because: You are watching all bug changes.
[Elisa] [Bug 447849] New: Tracks without title tags are not sorted well on the Tracks page
https://bugs.kde.org/show_bug.cgi?id=447849 Bug ID: 447849 Summary: Tracks without title tags are not sorted well on the Tracks page Product: Elisa Version: 21.12.0 Platform: Neon Packages OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: general Assignee: matthieu_gall...@yahoo.fr Reporter: xnagyti...@gmail.com Target Milestone: --- Created attachment 145060 --> https://bugs.kde.org/attachment.cgi?id=145060&action=edit Annotated screenshot SUMMARY When tracks have no title metadata tags Elisa should use their filenames as fallback when tracks are sorted by title on the Tracks page. It displays the filenames of those tracks as titles on the GUI, I would expect the sorting feature also treat them as such. Currently the lack of this fallback mechanism leads to some sorting issues. Tracks without title metadata tags are randomly shuffled and separated from the properly tagged tracks on the Tracks page. SOFTWARE/OS VERSIONS Operating System: KDE neon 5.23 KDE Plasma Version: 5.23.4 KDE Frameworks Version: 5.89.0 Qt Version: 5.15.3 Graphics Platform: X11 -- You are receiving this mail because: You are watching all bug changes.
[Elisa] [Bug 447826] Undo button at the "Playlist cleared" notification shouldn't use cancel icon
https://bugs.kde.org/show_bug.cgi?id=447826 Nagy Tibor changed: What|Removed |Added Platform|Other |Neon Packages -- You are receiving this mail because: You are watching all bug changes.
[Elisa] [Bug 447826] New: Undo button at the "Playlist cleared" notification shouldn't use cancel icon
https://bugs.kde.org/show_bug.cgi?id=447826 Bug ID: 447826 Summary: Undo button at the "Playlist cleared" notification shouldn't use cancel icon Product: Elisa Version: 21.12.0 Platform: Other OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: general Assignee: matthieu_gall...@yahoo.fr Reporter: xnagyti...@gmail.com Target Milestone: --- Created attachment 145049 --> https://bugs.kde.org/attachment.cgi?id=145049&action=edit Screenshot SUMMARY After clearing the current playlist with the "Clear All" button Elisa throws a "Playlist cleared" notification that allows undoing this action. The undo button on this notification uses a semantically incorrect icon, a "cancel" icon instead of an "undo" icon. SOFTWARE/OS VERSIONS Operating System: KDE neon 5.23 KDE Plasma Version: 5.23.4 KDE Frameworks Version: 5.89.0 Qt Version: 5.15.3 Graphics Platform: X11 -- You are receiving this mail because: You are watching all bug changes.
[frameworks-knewstuff] [Bug 437653] KNewStuff dialogs have no close button in the titlebar
https://bugs.kde.org/show_bug.cgi?id=437653 --- Comment #12 from Nagy Tibor --- Created attachment 144693 --> https://bugs.kde.org/attachment.cgi?id=144693&action=edit GammaRay GammaRay says that window's flags is missing WindowCloseButtonHint. -- You are receiving this mail because: You are watching all bug changes.
[Elisa] [Bug 439243] Elisa session restore cannot restore songs after editing their metadata with VLC
https://bugs.kde.org/show_bug.cgi?id=439243 --- Comment #8 from Nagy Tibor --- That merge request fixed my issue. -- You are receiving this mail because: You are watching all bug changes.
[Elisa] [Bug 439243] Elisa session restore cannot restore songs after editing their metadata with VLC
https://bugs.kde.org/show_bug.cgi?id=439243 Nagy Tibor changed: What|Removed |Added Status|REPORTED|RESOLVED Latest Commit||https://invent.kde.org/mult ||imedia/elisa/commit/4dfbbcc ||bbec7f038ed1c03c7a3175a1bfd ||bb8fe5 Resolution|--- |FIXED Version Fixed In||21.12.1 -- You are receiving this mail because: You are watching all bug changes.
[Elisa] [Bug 446909] Scrolling over the volume slider has become painfully slow
https://bugs.kde.org/show_bug.cgi?id=446909 --- Comment #1 from Nagy Tibor --- I'd guess this change broke the scrolling: https://invent.kde.org/multimedia/elisa/-/commit/268f78d417fef1f0074e7b5f72bfcb9cf922715a#5d717e32baf9c21f240a461889f046f1568de702_61_36 -- You are receiving this mail because: You are watching all bug changes.
[Elisa] [Bug 446911] New: Radio station ratings are not saved and have some spooky action at a distance
https://bugs.kde.org/show_bug.cgi?id=446911 Bug ID: 446911 Summary: Radio station ratings are not saved and have some spooky action at a distance Product: Elisa Version: 21.12.0 Platform: Neon Packages OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: general Assignee: matthieu_gall...@yahoo.fr Reporter: xnagyti...@gmail.com Target Milestone: --- Created attachment 144497 --> https://bugs.kde.org/attachment.cgi?id=144497&action=edit Spooky action at a distance SUMMARY The ratings feature at the Radio Stations page is kinda broken. When you try to rate your radio stations the ratings are not saved and reset the next time you open the page. The rating widgets are also weirdly cyclically entangled when you have dozens of radio stations. SOFTWARE/OS VERSIONS Operating System: KDE neon 5.23 KDE Plasma Version: 5.23.4 KDE Frameworks Version: 5.88.0 Qt Version: 5.15.3 Graphics Platform: X11 -- You are receiving this mail because: You are watching all bug changes.
[Elisa] [Bug 446910] New: "Mark as favorite" button causing text wobble
https://bugs.kde.org/show_bug.cgi?id=446910 Bug ID: 446910 Summary: "Mark as favorite" button causing text wobble Product: Elisa Version: 21.12.0 Platform: Neon Packages OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: general Assignee: matthieu_gall...@yahoo.fr Reporter: xnagyti...@gmail.com Target Milestone: --- Created attachment 144495 --> https://bugs.kde.org/attachment.cgi?id=144495&action=edit Screen capture SUMMARY When using the Favorite/not favorite rating style introduced in Elisa 21.12.0, the new "Mark as favorite" button is slightly too large for the track list rows. This causes a weird text wobbling issue on hovering the tracks. SOFTWARE/OS VERSIONS Operating System: KDE neon 5.23 KDE Plasma Version: 5.23.4 KDE Frameworks Version: 5.88.0 Qt Version: 5.15.3 Graphics Platform: X11 -- You are receiving this mail because: You are watching all bug changes.
[Elisa] [Bug 446909] New: Scrolling over the volume slider has become painfully slow
https://bugs.kde.org/show_bug.cgi?id=446909 Bug ID: 446909 Summary: Scrolling over the volume slider has become painfully slow Product: Elisa Version: 21.12.0 Platform: Neon Packages OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: general Assignee: matthieu_gall...@yahoo.fr Reporter: xnagyti...@gmail.com Target Milestone: --- Created attachment 144494 --> https://bugs.kde.org/attachment.cgi?id=144494&action=edit Volume slider speed comparison (Tray widget/Elisa) SUMMARY This is a regression introduced in Elisa 21.12.0. Scrolling over the volume slider used to step the volume at around 5-10 percent increments. After the latest update the step size looks like has become 1 percent, making Elisa's volume slider painfully slow to use with the mouse wheel. SOFTWARE/OS VERSIONS Operating System: KDE neon 5.23 KDE Plasma Version: 5.23.4 KDE Frameworks Version: 5.88.0 Qt Version: 5.15.3 Graphics Platform: X11 -- You are receiving this mail because: You are watching all bug changes.
[Elisa] [Bug 439243] Elisa session restore cannot restore songs after editing their metadata with VLC
https://bugs.kde.org/show_bug.cgi?id=439243 --- Comment #7 from Nagy Tibor --- The following MR seems to fix this issue. Couldn't test it yet though. https://invent.kde.org/multimedia/elisa/-/merge_requests/308 -- You are receiving this mail because: You are watching all bug changes.
[Discover] [Bug 446691] Discover Crash when clicking on About and fail to get update
https://bugs.kde.org/show_bug.cgi?id=446691 Nagy Tibor changed: What|Removed |Added CC||xnagyti...@gmail.com --- Comment #6 from Nagy Tibor --- I've also hit this previously, this is Bug 446555. How I recovered from this: 1. $ sudo apt install qml-module-org-kde-sonnet 2. Update the system through Discover 3. $ sudo apt-mark auto qml-module-org-kde-sonnet -- You are receiving this mail because: You are watching all bug changes.
[neon] [Bug 446555] System Settings crashes upon launch
https://bugs.kde.org/show_bug.cgi?id=446555 Nagy Tibor changed: What|Removed |Added CC||xnagyti...@gmail.com --- Comment #25 from Nagy Tibor --- *** Bug 446564 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are watching all bug changes.
[Elisa] [Bug 446564] Elisa does not start after updating to Plasma 5.23.4
https://bugs.kde.org/show_bug.cgi?id=446564 Nagy Tibor changed: What|Removed |Added Resolution|--- |DUPLICATE Status|REPORTED|RESOLVED --- Comment #1 from Nagy Tibor --- *** This bug has been marked as a duplicate of bug 446555 *** -- You are receiving this mail because: You are watching all bug changes.
[Elisa] [Bug 446564] New: Elisa does not start after updating to Plasma 5.23.4
https://bugs.kde.org/show_bug.cgi?id=446564 Bug ID: 446564 Summary: Elisa does not start after updating to Plasma 5.23.4 Product: Elisa Version: 21.08.3 Platform: Neon Packages OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: general Assignee: matthieu_gall...@yahoo.fr Reporter: xnagyti...@gmail.com Target Milestone: --- SUMMARY After updating from Plasma 5.23.3 to 5.23.4 Elisa does not start anymore. It hangs on startup while throwing the following QML type unavailable errors. Nuking Elisa's cache, database and config files doesn't help. LOGS QQmlApplicationEngine failed to load component qrc:/qml/ElisaMainWindow.qml:34:9: Type MediaPlayListView unavailable qrc:/qml/MediaPlayListView.qml:269:29: Type PlayListEntry unavailable qrc:/qml/PlayListEntry.qml:38:27: Type MediaTrackMetadataView unavailable qrc:/qml/MediaTrackMetadataView.qml:71:17: Type MediaTrackMetadataForm unavailable qrc:/qml/MediaTrackMetadataForm.qml:74:13: Type MediaTrackMetadataDelegate unavailable qrc:/qml/MediaTrackMetadataDelegate.qml:133:13: Type TextArea unavailable file:///usr/lib/x86_64-linux-gnu/qt5/qml/QtQuick/Controls.2/org.kde.desktop/TextArea.qml:15:1: module "org.kde.sonnet" is not installed BACKTRACE (gdb) bt #0 0x7623aaff in __GI___poll (fds=0x7fffe8007430, nfds=3, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29 #1 0x741cc36e in ?? () from /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0 #2 0x741cc4a3 in g_main_context_iteration () from /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0 #3 0x7680a602 in QEventDispatcherGlib::processEvents(QFlags) () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5 #4 0x767ae8ab in QEventLoop::exec(QFlags) () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5 #5 0x767b6a64 in QCoreApplication::exec() () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5 #6 0x989d in main (argc=, argv=) at ./src/main.cpp:171 SOFTWARE/OS VERSIONS Operating System: KDE neon 5.23 KDE Plasma Version: 5.23.4 Graphics Platform: X11 Cannot give more info because Bug 446555 -- You are receiving this mail because: You are watching all bug changes.
[Elisa] [Bug 446446] Elisa pulls the star rating and header icon colors from the wrong color scheme
https://bugs.kde.org/show_bug.cgi?id=446446 --- Comment #3 from Nagy Tibor --- Even you managed to reproduce this bug in the description of this MR (second screenshot): https://invent.kde.org/multimedia/elisa/-/merge_requests/275 -- You are receiving this mail because: You are watching all bug changes.