[frameworks-solid] [Bug 497299] Loop Mounts crash Plasmashell in Solid::StorageAccess::filePath

2024-12-11 Thread Parag W
https://bugs.kde.org/show_bug.cgi?id=497299 --- Comment #3 from Parag W --- Something that caught my eye in the trace I uploaded is that the debug/source information for crashing function Solid::StorageAccess::d_func is correctly pointing to my local KDE compilation path, however down later for

[plasmashell] [Bug 497299] Loop Mounts crash Plasmashell

2024-12-10 Thread Parag W
https://bugs.kde.org/show_bug.cgi?id=497299 --- Comment #1 from Parag W --- Created attachment 176502 --> https://bugs.kde.org/attachment.cgi?id=176502&action=edit New crash information added by DrKonqi DrKonqi auto-attaching complete backtrace. -- You are receiving this mail becau

[plasmashell] [Bug 494224] Plasma crashes after waking with network share mount in /etc/fstab

2024-12-10 Thread Parag W
https://bugs.kde.org/show_bug.cgi?id=494224 --- Comment #15 from Parag W --- I forgot to add - even though I don't have any unusual mounts in fstab the installation process I linked to in the duplicate bug does make you setup a loop mount losetup --partscan /dev/

[plasmashell] [Bug 497299] New: Loop Mounts crash Plasmashell

2024-12-10 Thread Parag W
https://bugs.kde.org/show_bug.cgi?id=497299 Bug ID: 497299 Summary: Loop Mounts crash Plasmashell Classification: Plasma Product: plasmashell Version: master Platform: Compiled Sources OS: Linux Status: REPORTED

[plasmashell] [Bug 494224] Plasma crashes after waking with network share mount in /etc/fstab

2024-12-10 Thread Parag W
https://bugs.kde.org/show_bug.cgi?id=494224 --- Comment #14 from Parag W --- > Definitely the same backtrace. Maybe network mounts are a red herring. Can > you paste your /etc/fstab file into Bug 494224 please? Thanks! # Static information about the filesystems. # See fstab(5) for d

[plasmashell] [Bug 497022] Virt Manager with Virtio GPU+OpenGL/Virgl crashes Plasma/Dolphin

2024-12-10 Thread Parag W
https://bugs.kde.org/show_bug.cgi?id=497022 --- Comment #4 from Parag W --- Yes, however I don't have any network mounts or other non-standard things in my /etc/fstab which seems to be what was speculated as the cause in bug 494224. -- You are receiving this mail because: You are watchin

[dolphin] [Bug 497166] Repeatable crash when connecting Android device and clicking on it in Dolphin

2024-12-07 Thread Parag W
https://bugs.kde.org/show_bug.cgi?id=497166 --- Comment #1 from Parag W --- Device is initially connected in No data transfer USB mode which I assume means there is no content to search for? I surrounded dolphinsearchbox.cpp:90 onwards with } else if (m_everywhereButton != nullptr

[dolphin] [Bug 497166] New: Repeatable crash when connecting Android device and clicking on it in Dolphin

2024-12-07 Thread Parag W
https://bugs.kde.org/show_bug.cgi?id=497166 Bug ID: 497166 Summary: Repeatable crash when connecting Android device and clicking on it in Dolphin Classification: Applications Product: dolphin Version: git-master Platfor

[plasmashell] [Bug 497022] Virt Manager with Virtio GPU+OpenGL/Virgl crashes Plasma/Dolphin

2024-12-03 Thread Parag W
https://bugs.kde.org/show_bug.cgi?id=497022 --- Comment #1 from Parag W --- Created attachment 176335 --> https://bugs.kde.org/attachment.cgi?id=176335&action=edit New crash information added by DrKonqi DrKonqi auto-attaching complete backtrace. -- You are receiving this mail becau

[plasmashell] [Bug 497022] New: Virt Manager with Virtio GPU+OpenGL/Virgl crashes Plasma/Dolphin

2024-12-03 Thread Parag W
https://bugs.kde.org/show_bug.cgi?id=497022 Bug ID: 497022 Summary: Virt Manager with Virtio GPU+OpenGL/Virgl crashes Plasma/Dolphin Classification: Plasma Product: plasmashell Version: 6.2.4 Platform: Fedora RPMs

[plasmashell] [Bug 494852] New: Long startup delay is back

2024-10-16 Thread Parag W
https://bugs.kde.org/show_bug.cgi?id=494852 Bug ID: 494852 Summary: Long startup delay is back Classification: Plasma Product: plasmashell Version: master Platform: Arch Linux OS: Linux Status: REPORTED

[plasmashell] [Bug 493511] Task manager browser icon - firefox is replaced by chromium

2024-10-05 Thread Parag W
https://bugs.kde.org/show_bug.cgi?id=493511 Parag W changed: What|Removed |Added Resolution|WAITINGFORINFO |WORKSFORME Status|NEEDSINFO

[plasmashell] [Bug 493511] Task manager browser icon - firefox is replaced by chromium

2024-09-25 Thread Parag W
https://bugs.kde.org/show_bug.cgi?id=493511 --- Comment #2 from Parag W --- (In reply to Nate Graham from comment #1) > That's very strange. Two questions: > 1. Before step 1, were any web browsers pinned? Or no? Yes, I believe both Chromium and Firefox were pinned. > 2. Wha

[plasmashell] [Bug 493511] New: Task manager browser icon - firefox is replaced by chromium

2024-09-22 Thread Parag W
https://bugs.kde.org/show_bug.cgi?id=493511 Bug ID: 493511 Summary: Task manager browser icon - firefox is replaced by chromium Classification: Plasma Product: plasmashell Version: master Platform: Other

[plasmashell] [Bug 492889] Reproducible system settings/Global Theme crash

2024-09-22 Thread Parag W
https://bugs.kde.org/show_bug.cgi?id=492889 --- Comment #12 from Parag W --- Ran plasmashell via gdb and added a breakpoint on ShellCorona::panelContainmentDestroyed - 1588 const auto view = m_panelViews.take(cont); (gdb) s QMap::take (this=0x55b14c38, key=: 0x569d3870) at

[plasmashell] [Bug 492889] Reproducible system settings/Global Theme crash

2024-09-15 Thread Parag W
https://bugs.kde.org/show_bug.cgi?id=492889 --- Comment #10 from Parag W --- Recompiled with gcc with lto and mold as the linker and no more crashes - so it is pretty clear that clang is miscompiling QMap::take. I wonder if I should bother filing a bug report - going to be some work creating a

[plasmashell] [Bug 492889] Reproducible system settings/Global Theme crash

2024-09-15 Thread Parag W
https://bugs.kde.org/show_bug.cgi?id=492889 --- Comment #9 from Parag W --- (In reply to cwo from comment #8) > Can you try it with a fresh user account, so we can narrow down whether > there's a user setting that causes this or whether it happens on default > settings as well?

[plasmashell] [Bug 492889] Reproducible system settings/Global Theme crash

2024-09-14 Thread Parag W
https://bugs.kde.org/show_bug.cgi?id=492889 --- Comment #7 from Parag W --- Ignore my version ask in prior comment - I see you said you are running on 6.1.90. Maybe then distro/compiler matter? -- You are receiving this mail because: You are watching all bug changes.

[plasmashell] [Bug 492889] Reproducible system settings/Global Theme crash

2024-09-14 Thread Parag W
https://bugs.kde.org/show_bug.cgi?id=492889 --- Comment #6 from Parag W --- (In reply to cwo from comment #5) > Thanks! I was missing the final step, which you didn't include in the list > of replication steps. At the end, you click on a global theme, and then > select "Appl

[plasmashell] [Bug 492889] Reproducible system settings/Global Theme crash

2024-09-14 Thread Parag W
https://bugs.kde.org/show_bug.cgi?id=492889 --- Comment #4 from Parag W --- The attached recording should make it clear.(In reply to cwo from comment #3) > Hm, I can't seem to reproduce this on git master (6.1.90). > > This step is a bit unclear to me: "Click somewhere els

[plasmashell] [Bug 492889] Reproducible system settings/Global Theme crash

2024-09-09 Thread Parag W
https://bugs.kde.org/show_bug.cgi?id=492889 --- Comment #1 from Parag W --- Created attachment 173478 --> https://bugs.kde.org/attachment.cgi?id=173478&action=edit New crash information added by DrKonqi DrKonqi auto-attaching complete backtrace. -- You are receiving this mail becau

[plasmashell] [Bug 492889] New: Reproducible system settings/Global Theme crash

2024-09-09 Thread Parag W
https://bugs.kde.org/show_bug.cgi?id=492889 Bug ID: 492889 Summary: Reproducible system settings/Global Theme crash Classification: Plasma Product: plasmashell Version: master Platform: Compiled Sources OS: Linux

[plasmashell] [Bug 492230] New: Pin to Task Manager doesn't work from Kickoff/Launcher

2024-08-26 Thread Parag W
https://bugs.kde.org/show_bug.cgi?id=492230 Bug ID: 492230 Summary: Pin to Task Manager doesn't work from Kickoff/Launcher Classification: Plasma Product: plasmashell Version: master Platform: Other OS: Linux St

[frameworks-baloo] [Bug 492208] New: baloo file crash

2024-08-26 Thread Parag W
https://bugs.kde.org/show_bug.cgi?id=492208 Bug ID: 492208 Summary: baloo file crash Classification: Frameworks and Libraries Product: frameworks-baloo Version: unspecified Platform: Compiled Sources OS: Linux S

[plasmashell] [Bug 491854] Apps using IconThemePath are missing system tray icon

2024-08-22 Thread Parag W
https://bugs.kde.org/show_bug.cgi?id=491854 --- Comment #6 from Parag W --- (In reply to Bug Janitor Service from comment #5) > A possibly relevant merge request was started @ > https://invent.kde.org/frameworks/kirigami/-/merge_requests/1610 Tested this and it fixes the issue for me. -

[plasmashell] [Bug 491854] New: Missing panel app icon

2024-08-18 Thread Parag W
https://bugs.kde.org/show_bug.cgi?id=491854 Bug ID: 491854 Summary: Missing panel app icon Classification: Plasma Product: plasmashell Version: master Platform: Other OS: Linux Status: REPORTED Severit

[plasmashell] [Bug 475330] New: Plasmashell reproducible crash starting Firefox

2023-10-07 Thread Parag W
https://bugs.kde.org/show_bug.cgi?id=475330 Bug ID: 475330 Summary: Plasmashell reproducible crash starting Firefox Classification: Plasma Product: plasmashell Version: 5.27.8 Platform: Fedora RPMs OS: Linux Sta

[plasmashell] [Bug 466463] Different scaling on HiDpi display for applications in 5.27.1

2023-03-05 Thread Parag W
https://bugs.kde.org/show_bug.cgi?id=466463 --- Comment #23 from Parag W --- #63 Fixes the problem for me as well. -- You are receiving this mail because: You are watching all bug changes.

[plasmashell] [Bug 466463] Different scaling on HiDpi display for applications in 5.27.1

2023-03-04 Thread Parag W
https://bugs.kde.org/show_bug.cgi?id=466463 Parag W changed: What|Removed |Added CC||parag.l...@gmail.com --- Comment #21 from Parag W

[kdevelop] [Bug 463680] KDevelop crashes on startup working on KWin git master repo

2023-01-01 Thread Parag W
https://bugs.kde.org/show_bug.cgi?id=463680 --- Comment #2 from Parag W --- (In reply to Igor Kushnir from comment #1) > Can you reproduce the crash after clearing the cache? (click the Clear Cache > button in "The previous session crashed." dialog that appears on KDevelop >

[kdevelop] [Bug 463680] New: KDevelop crashes on startup working on KWin git master repo

2022-12-31 Thread Parag W
https://bugs.kde.org/show_bug.cgi?id=463680 Bug ID: 463680 Summary: KDevelop crashes on startup working on KWin git master repo Classification: Applications Product: kdevelop Version: 5.9.220803 Platform: Fedora RPMs

[kdevelop] [Bug 463627] New: open! / /path/to/file.xml from integrated terminal results in a crash

2022-12-30 Thread Parag W
https://bugs.kde.org/show_bug.cgi?id=463627 Bug ID: 463627 Summary: open! / /path/to/file.xml from integrated terminal results in a crash Classification: Applications Product: kdevelop Version: unspecified Platform: Fed

[konsole] [Bug 454901] Konsole crashes on exit

2022-07-27 Thread Parag W
https://bugs.kde.org/show_bug.cgi?id=454901 Parag W changed: What|Removed |Added Resolution|--- |FIXED Status|REPORTED

[konsole] [Bug 454901] Konsole crashes on exit

2022-06-06 Thread Parag W
https://bugs.kde.org/show_bug.cgi?id=454901 --- Comment #2 from Parag W --- (In reply to ninjalj from comment #1) > Probably a manifestation of bug 452593. Had you tried to install a new > konsole color scheme? Yeah I remember fiddling around with the color scheme around that same time,

[konsole] [Bug 454901] New: Konsole crashes on exit

2022-06-05 Thread Parag W
https://bugs.kde.org/show_bug.cgi?id=454901 Bug ID: 454901 Summary: Konsole crashes on exit Product: konsole Version: 21.12.2 Platform: Fedora RPMs OS: Linux Status: REPORTED Keywords: drkonqi Se

[systemsettings] [Bug 409793] Just opening kcm fonts changes font settings!

2019-07-14 Thread Parag W
https://bugs.kde.org/show_bug.cgi?id=409793 Parag W changed: What|Removed |Added Summary|kcm_fonts: choosing|Just opening kcm fonts |"S

[systemsettings] [Bug 409793] kcm_fonts: choosing "System Settings" for anti-alias does not revert the previous change made to user-level fonts.conf

2019-07-14 Thread Parag W
https://bugs.kde.org/show_bug.cgi?id=409793 Parag W changed: What|Removed |Added Platform|Gentoo Packages |Archlinux Packages -- You are receiving this mail

[systemsettings] [Bug 244857] kcm_fonts: choosing "System Settings" for anti-alias does not revert the previous change made to user-level fonts.conf

2019-07-14 Thread Parag W
https://bugs.kde.org/show_bug.cgi?id=244857 Parag W changed: What|Removed |Added Blocks||409793 Referenced Bugs: https://bugs.kde.org

[systemsettings] [Bug 409793] New: kcm_fonts: choosing "System Settings" for anti-alias does not revert the previous change made to user-level fonts.conf

2019-07-14 Thread Parag W
https://bugs.kde.org/show_bug.cgi?id=409793 Bug ID: 409793 Summary: kcm_fonts: choosing "System Settings" for anti-alias does not revert the previous change made to user-level fonts.conf Product: systemsettings V

[Touchpad-KCM] [Bug 408990] kded5 Crash in to kded_touchpad.so

2019-06-30 Thread Parag W
https://bugs.kde.org/show_bug.cgi?id=408990 Parag W changed: What|Removed |Added Resolution|--- |FIXED Status|REPORTED

[Touchpad-KCM] [Bug 408990] kded5 Crash in to kded_touchpad.so

2019-06-23 Thread Parag W
https://bugs.kde.org/show_bug.cgi?id=408990 Parag W changed: What|Removed |Added Platform|Other |Archlinux Packages Component|plasma-applet

[Touchpad-KCM] [Bug 408990] New: kded5 Crash in to kded_touchpad.so

2019-06-21 Thread Parag W
https://bugs.kde.org/show_bug.cgi?id=408990 Bug ID: 408990 Summary: kded5 Crash in to kded_touchpad.so Product: Touchpad-KCM Version: unspecified Platform: Other OS: Linux Status: REPORTED Severity: normal

[plasmashell] [Bug 403485] New: Pressing TAB results in complete freeze and 100% CPU usage

2019-01-21 Thread Parag W
https://bugs.kde.org/show_bug.cgi?id=403485 Bug ID: 403485 Summary: Pressing TAB results in complete freeze and 100% CPU usage Product: plasmashell Version: 5.14.5 Platform: Archlinux Packages OS: Linux