[frameworks-kservice] [Bug 434362] mimeapps.list entries containing spaces are not interpreted properly
https://bugs.kde.org/show_bug.cgi?id=434362 --- Comment #13 from Chandradeep Dey --- (In reply to David Faure from comment #12) > Quoting > https://specifications.freedesktop.org/mime-apps-spec/mime-apps-spec-latest. > html : > > * Adding and removing associations between mimetypes and applications is > done with the following syntax in the mimeapps.list file: > [Added Associations] > > and, in the section "Default Application" > > * Note as well that the default application for a given type must be an > application that is associated with the type. This means that > implementations should either ensure that such an association exists or add > one explicitly when setting an application as the default for a type. > > What is described here breaks that last point, IIUC. > The fact that it works with other implementations is irrelevant. This is > what specs are for. I don't see why it would break the spec. In the paragraph you posted, "add one explicitly" is precisely what the [Added Associations] section is for. In fact, in the spec link you posted they have (emphasis mine)--- > The [Added Associations] group defines additional associations of > applications with mimetypes, *as if the .desktop file was listing this > mimetype in the first place.* Your interpretation does not allow for things such as setting a text editor as a default for a file it does not advertise compatibility with, which I find to be absurd. -- You are receiving this mail because: You are watching all bug changes.
[frameworks-kservice] [Bug 434362] mimeapps.list entries containing spaces are not interpreted properly
https://bugs.kde.org/show_bug.cgi?id=434362 --- Comment #14 from Chandradeep Dey --- Having said that, I just added application/vnd.openxmlformats-officedocument.spreadsheetml.sheet=okularApplication_pdf.desktop to the [Default Applications] section without adding an entry in [Added Associations], or in okularApplication_pdf.desktop. kde-open5 and xdg-open both opened excel files using Okular afterwards, though Okular could not find a backend for the file. -- You are receiving this mail because: You are watching all bug changes.
[frameworks-kservice] [Bug 434362] mimeapps.list entries containing spaces are not interpreted properly
https://bugs.kde.org/show_bug.cgi?id=434362 --- Comment #16 from Chandradeep Dey --- (In reply to David Faure from comment #15) > Comment 9 only mentions the [Default Applications] section, which is not > enough according to the spec. Oh, right. Telegram actually adds entries to both [Added Associations] and [Default Applications] > I *think* your last comment means it actually works (by chance) for normal > mimetypes, just not for the x-scheme-handler special case? Yes, but I only posted that because I thought you were saying that .desktop files needed to have every mime type specified. -- You are receiving this mail because: You are watching all bug changes.
[frameworks-kio] [Bug 439132] kioexec is used, even if the application enables its own network transparency with %u
https://bugs.kde.org/show_bug.cgi?id=439132 Chandradeep Dey changed: What|Removed |Added CC||k...@chandradeepdey.com --- Comment #9 from Chandradeep Dey --- Related to (duplicate of?) bug 434362 -- You are receiving this mail because: You are watching all bug changes.
[frameworks-kservice] [Bug 434362] mimeapps.list entries containing spaces are not interpreted properly
https://bugs.kde.org/show_bug.cgi?id=434362 --- Comment #6 from Chandradeep Dey --- (In reply to Ahmad Samir from comment #3) > I tested this by changing firefox.desktop to fire fox.desktop, set that as > the default for x-scheme-handler/https and then: > kde-open5 https://kde.org > > opened that site in firefox as usual. (In reply to Ahmad Samir from comment #5) > How does plasma factor in this if I used kde-open5? > > Also AFAIK, all KDE code uses mimeapps.list one way or the other... ¯\_(ツ)_/¯ comment #1 works for Telegram though -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 418546] Lock screen's icons are blurry on HiDPI with scaling 1.5
https://bugs.kde.org/show_bug.cgi?id=418546 Chandradeep Dey changed: What|Removed |Added CC||chandradeep...@posteo.net --- Comment #38 from Chandradeep Dey --- I have the same problem with 125% scaling. I thought only the avatar was blurry compared to SDDM. After seeing this bug I looked at the rest and all were blurry as mentioned. Changing /usr/share/plasma/look-and-feel/org.kde.breeze.desktop/contents/components/UserDelegate.qml line 85 -sourceSize: Qt.size(faceSize, faceSize) +sourceSize: Qt.size(faceSize * 1.25, faceSize * 1.25) +width: faceSize made the avatar as good as SDDM. -- You are receiving this mail because: You are watching all bug changes.
[kwin] [Bug 433145] New: Kwin crashes on selecting Wayland in Optimus laptop
https://bugs.kde.org/show_bug.cgi?id=433145 Bug ID: 433145 Summary: Kwin crashes on selecting Wayland in Optimus laptop Product: kwin Version: 5.21.0 Platform: Archlinux Packages OS: Linux Status: REPORTED Severity: grave Priority: NOR Component: wayland-generic Assignee: kwin-bugs-n...@kde.org Reporter: chandradeep...@posteo.net Target Milestone: --- Created attachment 135821 --> https://bugs.kde.org/attachment.cgi?id=135821&action=edit kwin crash log SUMMARY Selecting Plasma (Wayland) in SDDM and logging in brings me back to SDDM immediately after a second of UEFI firmware logo. 5.20.90 beta worked fine. SOFTWARE/OS VERSIONS Linux/KDE Plasma: 5.10.17-1 KDE Plasma Version: 5.21.0 KDE Frameworks Version: 5.79.0 Qt Version: 5.15.2 ADDITIONAL INFORMATION Intel Core i7-7700HQ (HD Graphics 630) mesa: 20.3.4-1 Nvidia GeForce GTX 1050 Ti nvidia: 1:460.39-11 nvidia-drm.modeset=1 -- You are receiving this mail because: You are watching all bug changes.
[kwin] [Bug 433145] Kwin crashes on selecting Wayland in Optimus laptop
https://bugs.kde.org/show_bug.cgi?id=433145 --- Comment #1 from Chandradeep Dey --- Disabling Nvidia DRM KMS works. But 5.20.90 beta worked fine with KMS enabled for both GPUs. P.S. - Someone please change the importance since a workaround exists. -- You are receiving this mail because: You are watching all bug changes.
[kwin] [Bug 433145] Kwin crashes on selecting Wayland in Optimus laptop
https://bugs.kde.org/show_bug.cgi?id=433145 Chandradeep Dey changed: What|Removed |Added Attachment #135821|0 |1 is obsolete|| --- Comment #8 from Chandradeep Dey --- Created attachment 135908 --> https://bugs.kde.org/attachment.cgi?id=135908&action=edit kwin crash log now it takes a little while before the password box and enter icon are unlocked again after pressing enter and the firmware logo doesn't show up. -- You are receiving this mail because: You are watching all bug changes.
[kwin] [Bug 433145] Kwin crashes on selecting Wayland in Optimus laptop
https://bugs.kde.org/show_bug.cgi?id=433145 --- Comment #10 from Chandradeep Dey --- I just created a debug build (5.21.0, no patch) and no crashes happen there. ;-; -- You are receiving this mail because: You are watching all bug changes.
[kwin] [Bug 433145] Kwin crashes on selecting Wayland in Optimus laptop
https://bugs.kde.org/show_bug.cgi?id=433145 Chandradeep Dey changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|--- |WORKSFORME --- Comment #11 from Chandradeep Dey --- And of course no crashes in the original release build either :/ I guess fixed. -- You are receiving this mail because: You are watching all bug changes.
[kwin] [Bug 433145] Kwin crashes on selecting Wayland in Optimus laptop
https://bugs.kde.org/show_bug.cgi?id=433145 --- Comment #13 from Chandradeep Dey --- Yep -- You are receiving this mail because: You are watching all bug changes.
[systemsettings] [Bug 433345] New: create $XDG_CONFIG_HOME/fontconfig/fonts.conf automatically and put default fonts there
https://bugs.kde.org/show_bug.cgi?id=433345 Bug ID: 433345 Summary: create $XDG_CONFIG_HOME/fontconfig/fonts.conf automatically and put default fonts there Product: systemsettings Version: 5.21.0 Platform: Archlinux Packages OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: kcm_fonts Assignee: plasma-b...@kde.org Reporter: chandradeep...@posteo.net Target Milestone: --- SUMMARY Kind of opposite of https://bugs.kde.org/show_bug.cgi?id=431649. Most non-KDE applications do not respect KDE font settings Currently Plasma doesn't create the file. If it is already there, Plasma adds hinting=true and hintstyle=hintslight. OBSERVED RESULT `fc-match 'sans'` returns DejaVu Sans or Nimbus Sans or some other font because no explicit font configuration is added. Example - Telegram uses 'Open Sans',"Lucida Grande","Lucida Sans Unicode",Arial,Helvetica,Verdana,sans-serif; and on Arch Linux used to fall back to DejaVu or Nimbus. People complained enough that ttf-opensans has now been marked a dependency of Telegram there. EXPECTED RESULT Fonts set in the KCM should be used everywhere. SOFTWARE/OS VERSIONS Linux: 5.10.17-1-lts KDE Plasma Version: 5.21.0 KDE Frameworks Version: 5.79.0 Qt Version: 5.15.2 -- You are receiving this mail because: You are watching all bug changes.
[kwin] [Bug 438696] New: Broken shadows around volume, bluetooth, etc applets on optimus laptop
https://bugs.kde.org/show_bug.cgi?id=438696 Bug ID: 438696 Summary: Broken shadows around volume, bluetooth, etc applets on optimus laptop Product: kwin Version: 5.22.1 Platform: Archlinux Packages OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: multi-screen Assignee: kwin-bugs-n...@kde.org Reporter: k...@chandradeepdey.com Target Milestone: --- Created attachment 139348 --> https://bugs.kde.org/attachment.cgi?id=139348&action=edit broken shadow SUMMARY Broken shadows around volume, bluetooth, network, etc applets and the application menu when using a multi-monitor setup SOFTWARE/OS VERSIONS Operating System: Arch Linux KDE Plasma Version: 5.22.1 KDE Frameworks Version: 5.83.0 Qt Version: 5.15.2 Kernel Version: 5.12.10-arch1-1 (64-bit) Graphics Platform: Wayland Processors: 8 × Intel® Core™ i7-7700HQ CPU @ 2.80GHz Memory: 7.7 GiB of RAM Graphics Processor: Mesa Intel® HD Graphics 630 ADDITIONAL INFORMATION Thank you so much for this. Non-blurry per-display fractional scaling is all I needed on Linux. Dedicated graphics: Nvidia 1050 Ti Dual monitor with HDMI port wired to the nvidia graphics Both monitors are 1920x1080. Internal monitor scaled to 125% and external monitor scaled to 150%. -- You are receiving this mail because: You are watching all bug changes.
[kwin] [Bug 438696] Broken shadows around volume, bluetooth, etc applets on optimus laptop
https://bugs.kde.org/show_bug.cgi?id=438696 --- Comment #1 from Chandradeep Dey --- Created attachment 139349 --> https://bugs.kde.org/attachment.cgi?id=139349&action=edit screen layout -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 418546] Lock screen's icons are blurry on HiDPI with scaling 1.5
https://bugs.kde.org/show_bug.cgi?id=418546 Chandradeep Dey changed: What|Removed |Added Resolution|FIXED |--- Status|RESOLVED|REOPENED --- Comment #47 from Chandradeep Dey --- Reopening as the patches only fixed the user avatar. Battery and other icons remain blurry on X11. -- You are receiving this mail because: You are watching all bug changes.
[kwin] [Bug 423018] No transparency in panel when using PRIME render offload
https://bugs.kde.org/show_bug.cgi?id=423018 Chandradeep Dey changed: What|Removed |Added Resolution|--- |WORKSFORME Status|REPORTED|RESOLVED --- Comment #5 from Chandradeep Dey --- Can't replicate after a clean install of Arch, nobody else seems to be affected. -- You are receiving this mail because: You are watching all bug changes.
[frameworks-kio] [Bug 472600] iOS device fails to mount with certain characters in device name
https://bugs.kde.org/show_bug.cgi?id=472600 Chandradeep Dey changed: What|Removed |Added Status|REPORTED|RESOLVED CC||k...@chandradeepdey.com Resolution|--- |DUPLICATE --- Comment #1 from Chandradeep Dey --- *** This bug has been marked as a duplicate of bug 462381 *** -- You are receiving this mail because: You are watching all bug changes.
[kio-extras] [Bug 462381] KIO-Extras AFC URL error
https://bugs.kde.org/show_bug.cgi?id=462381 Chandradeep Dey changed: What|Removed |Added CC||ambareeshbal...@gmail.com --- Comment #6 from Chandradeep Dey --- *** Bug 472600 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 447274] New: It is possible to maximise and restore the Application Launcher
https://bugs.kde.org/show_bug.cgi?id=447274 Bug ID: 447274 Summary: It is possible to maximise and restore the Application Launcher Product: plasmashell Version: 5.23.4 Platform: Kubuntu Packages OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: Application Launcher (Kickoff) Assignee: k...@davidedmundson.co.uk Reporter: k...@chandradeepdey.com CC: mikel5...@gmail.com, plasma-b...@kde.org Target Milestone: 1.0 SUMMARY It is possible to maximise and restore the Application Launcher using Super + Page Up. STEPS TO REPRODUCE 1. Press Super 2. Press Super + Page Up 3. For wackier results, press Super + Page Down afterwards, and then try to restore and maximise the application launcher again. OBSERVED RESULT Application Launcher maximises like other windows, just without a title bar. With (3) it restores down to wrong corners and sometimes with incorrect sizes. EXPECTED RESULT ¬(OBSERVED RESULT) SOFTWARE/OS VERSIONS Linux: 5.13.0-22-generic KDE Plasma Version: 5.23.4 KDE Frameworks Version: 5.88.0 Qt Version: 5.15.2 ADDITIONAL INFORMATION Kubuntu 21.10 with backports PPA -- You are receiving this mail because: You are watching all bug changes.
[kwin] [Bug 423018] No transparency in panel when using PRIME render offload
https://bugs.kde.org/show_bug.cgi?id=423018 Chandradeep Dey changed: What|Removed |Added Summary|No transparency in panel on |No transparency in panel |Intel+nvidia laptop |when using PRIME render ||offload -- You are receiving this mail because: You are watching all bug changes.
[kwin] [Bug 423018] No transparency in panel on Intel+nvidia laptop
https://bugs.kde.org/show_bug.cgi?id=423018 --- Comment #4 from Chandradeep Dey --- Update - bug still present with nvidia 450.57 driver SOFTWARE/OS VERSIONS Linux/KDE Plasma: 5.7.7-arch1-1 KDE Plasma Version: 5.19.3 KDE Frameworks Version: 5.72.0 Qt Version: 5.15.0 nvidia Version: 450.57 mesa Version: 20.1.3 Xorg driver: modesetting -- You are receiving this mail because: You are watching all bug changes.
[Akonadi] [Bug 409183] Using Password based authentication when Oauth2 is selected
https://bugs.kde.org/show_bug.cgi?id=409183 Chandradeep Dey changed: What|Removed |Added CC||chandradeep...@posteo.net --- Comment #2 from Chandradeep Dey --- Same issue here KDE Plasma version: 5.19.3 KDE Frameworks version: 5.72.0 Qt version: 5.15.0 Kernel version: -- You are receiving this mail because: You are watching all bug changes.
[Akonadi] [Bug 409183] Using Password based authentication when Oauth2 is selected
https://bugs.kde.org/show_bug.cgi?id=409183 --- Comment #3 from Chandradeep Dey --- Sorry about last comment, pressed Save Changes by accident Kernel version: 5.7.8-arch1-1 KDE PIM version: 20.04.3 -- You are receiving this mail because: You are watching all bug changes.
[kamoso] [Bug 424193] New: Viewfinder has a red overlay
https://bugs.kde.org/show_bug.cgi?id=424193 Bug ID: 424193 Summary: Viewfinder has a red overlay Product: kamoso Version: 20.04 Platform: Archlinux Packages OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: general Assignee: aleix...@kde.org Reporter: chandradeep...@posteo.net Target Milestone: --- SUMMARY Title. The captured photos are fine though. STEPS TO REPRODUCE 1. Open Kamoso OBSERVED RESULT Everything is red EXPECTED RESULT Only red objects should be red? SOFTWARE/OS VERSIONS Linux: 5.7.8-arch1-1 KDE Plasma Version: 5.19.3 KDE Frameworks Version: 5.72.0 Qt Version: 5.15.0 -- You are receiving this mail because: You are watching all bug changes.
[kamoso] [Bug 424193] Viewfinder has a red overlay
https://bugs.kde.org/show_bug.cgi?id=424193 --- Comment #2 from Chandradeep Dey --- Created attachment 130118 --> https://bugs.kde.org/attachment.cgi?id=130118&action=edit red for comparison - https://www.amazon.in/dp/8131533026/ -- You are receiving this mail because: You are watching all bug changes.
[kamoso] [Bug 424193] Viewfinder has a red overlay
https://bugs.kde.org/show_bug.cgi?id=424193 --- Comment #4 from Chandradeep Dey --- No problem -- You are receiving this mail because: You are watching all bug changes.
[frameworks-kio] [Bug 439132] kioexec is used, even if the application enables its own network transparency with %u
https://bugs.kde.org/show_bug.cgi?id=439132 --- Comment #15 from Chandradeep Dey --- *** Bug 434362 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are watching all bug changes.
[frameworks-kservice] [Bug 434362] mimeapps.list entries containing spaces are not interpreted properly
https://bugs.kde.org/show_bug.cgi?id=434362 Chandradeep Dey changed: What|Removed |Added Resolution|--- |DUPLICATE Status|CONFIRMED |RESOLVED --- Comment #17 from Chandradeep Dey --- *** This bug has been marked as a duplicate of bug 439132 *** -- You are receiving this mail because: You are watching all bug changes.
[frameworks-kservice] [Bug 434362] New: mimeapps.list entries containing spaces are not interpreted properly
https://bugs.kde.org/show_bug.cgi?id=434362 Bug ID: 434362 Summary: mimeapps.list entries containing spaces are not interpreted properly Product: frameworks-kservice Version: 5.79.0 Platform: Archlinux Packages OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: general Assignee: fa...@kde.org Reporter: chandradeep...@posteo.net CC: kdelibs-b...@kde.org Target Milestone: --- SUMMARY Title. EXAMPLE Launching telegram-desktop on Arch adds a .desktop file in XDG_DATA_HOME/applications/ and adds the following entry - x-scheme-handler/tg=userapp-Telegram Desktop-ICWVY0.desktop; to XDG_CONFIG_HOME/mimeapps.list. This prevents tg links from opening via xdg-open. OBSERVED RESULT "Unable to create io-slave. klauncher said: Unknown protocol 'tg'." EXPECTED RESULT Telegram opening and the appropriate group/channel appearing. SOFTWARE/OS VERSIONS Linux: 5.11.6.arch1-1 KDE Plasma Version: 5.21.2 KDE Frameworks Version: 5.79.0 Qt Version: 5.15.2 -- You are receiving this mail because: You are watching all bug changes.
[frameworks-kservice] [Bug 434362] mimeapps.list entries containing spaces are not interpreted properly
https://bugs.kde.org/show_bug.cgi?id=434362 --- Comment #1 from Chandradeep Dey --- Oh and WORKAROUNDS 1. Escaping the space character 2. Quoting the entire string -- You are receiving this mail because: You are watching all bug changes.
[kdeplasma-addons] [Bug 433284] Shortcut for switching input method (Windows + Space) does not work when using kimpanel-ibus-panel
https://bugs.kde.org/show_bug.cgi?id=433284 Chandradeep Dey changed: What|Removed |Added CC||chandradeep...@posteo.net -- You are receiving this mail because: You are watching all bug changes.
[kwin] [Bug 433145] Kwin crashes on selecting Wayland in Optimus laptop
https://bugs.kde.org/show_bug.cgi?id=433145 Chandradeep Dey changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|FIXED |--- --- Comment #14 from Chandradeep Dey --- The patch breaks it in 5.21.1. I will try to get a debug build running tomorrow. https://bugs.kde.org/show_bug.cgi?id=433145#c8 -- You are receiving this mail because: You are watching all bug changes.
[kwin] [Bug 433145] Kwin crashes on selecting Wayland in Optimus laptop
https://bugs.kde.org/show_bug.cgi?id=433145 --- Comment #16 from Chandradeep Dey --- I tried but it's always "Failed to attach to process because it terminated with SIGSEGV, the program is not running" or something like that. -- You are receiving this mail because: You are watching all bug changes.
[systemsettings] [Bug 433345] create $XDG_CONFIG_HOME/fontconfig/fonts.conf automatically and put default fonts there
https://bugs.kde.org/show_bug.cgi?id=433345 --- Comment #2 from Chandradeep Dey --- > Dumping random settings There is already the GTK daemon that overwrites all GTK settings. A similar one can be added for fontconfig. Also, I just noticed that fontconfig looks at $XDG_CONFIG_HOME/fontconfig/conf.d/ as well. Files can be added to or removed from there by the daemon. > Arch has default Arch doesn't really have a default font. Every font that has a file in /etc/fonts/conf.d/ has a "alias sans-serif to refer to me" in there and fontconfig parses the files sequentially. A basic Arch install with Plasma actually uses Noto fonts by default for everything. Adding Firefox changes that to DejaVu because ttf-dejavu is a dependency of firefox and the file it adds in /etc/fonts/conf.d/ is later on in the sequence. Same with installing Calibre which pulls in gsfonts (Nimbus). > SDDM The synchronise feature in sddm-kcm already copies $XDG_CONFIG_HOME/fontconfig/fonts.conf to /var/lib/sddm/.config/fontconfig/ if the file is present. -- You are receiving this mail because: You are watching all bug changes.
[systemsettings] [Bug 433345] create $XDG_CONFIG_HOME/fontconfig/fonts.conf automatically and put default fonts there
https://bugs.kde.org/show_bug.cgi?id=433345 --- Comment #3 from Chandradeep Dey --- Sorry, I meant a basic Arch install with Plasma and noto-fonts as the provider for ttf-font (multiple fonts provide the virtual package and none of them conflict with each other). -- You are receiving this mail because: You are watching all bug changes.
[systemsettings] [Bug 433345] create $XDG_CONFIG_HOME/fontconfig/fonts.conf automatically and put default fonts there
https://bugs.kde.org/show_bug.cgi?id=433345 --- Comment #5 from Chandradeep Dey --- Oh, I did not even know that there are ways other than the XML files to configure fontconfig. I did see the fontconfig developers reference, but I assumed that those were the internal functions fontconfig used to parse the XML files and that the reference was for developers working on fontconfig itself. -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 418546] Lock screen's icons are blurry on HiDPI with scaling 1.5
https://bugs.kde.org/show_bug.cgi?id=418546 --- Comment #40 from Chandradeep Dey --- Yep. Also, some observations: 1) SDDM's user account picture remains the same size even when the dpi changes. So it remains sharp. 2) The user manager KCM probably needs the same treatment. 3) The user picture is blurry on Wayland and adding the multiplication factor fixes it. But the switch user icon and battery icon are sharp by default on Wayland. (In reply to Méven Car from comment #39) > Does : > > line 85 > -sourceSize: Qt.size(faceSize, faceSize) > +sourceSize: Qt.size(faceSize * Screen.devicePixelRatio, faceSize * > Screen.devicePixelRatio) > > Work as well ? > > This then could easily be adapted to a patch. -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 423018] New: No transparency in panel on Intel+nvidia laptop
https://bugs.kde.org/show_bug.cgi?id=423018 Bug ID: 423018 Summary: No transparency in panel on Intel+nvidia laptop Product: plasmashell Version: 5.19.0 Platform: Archlinux Packages OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: Panel Assignee: plasma-b...@kde.org Reporter: chandradeep...@posteo.net Target Milestone: 1.0 SUMMARY I have a Intel HD 630 + nvidia 1050 Ti dual GPU laptop. When using PRIME render offload, the panel, application launcher, and the system tray applets all turn opaque. SOFTWARE/OS VERSIONS Linux/KDE Plasma: 5.7.2-arch1-1 KDE Plasma Version: 5.19.0 KDE Frameworks Version: 5.71.0 Qt Version: 5.15.0 nvidia Version: 440.82 mesa Version: 20.1.1 Xorg driver: modesetting ADDITIONAL INFORMATION I tried installing optimus-manager and switching to nvidia only mode. Transparency works fine while using that. Changing System Settings > Application Style > Breeze (pencil) > Transparency > Slider changes the transparency of things like the context menus. This works right even when using PRIME render offload. -- You are receiving this mail because: You are watching all bug changes.
[kwin] [Bug 423018] No transparency in panel on Intel+nvidia laptop
https://bugs.kde.org/show_bug.cgi?id=423018 Chandradeep Dey changed: What|Removed |Added Product|plasmashell |kwin Target Milestone|1.0 |--- Assignee|plasma-b...@kde.org |kwin-bugs-n...@kde.org Component|Panel |effects-various -- You are receiving this mail because: You are watching all bug changes.
[kwin] [Bug 423018] No transparency in panel on Intel+nvidia laptop
https://bugs.kde.org/show_bug.cgi?id=423018 --- Comment #1 from Chandradeep Dey --- Update - Workarounds 1) Disabling compositor on startup and enabling it later 2) Switching to XRender backend and switching back to one of the OpenGL backends -- You are receiving this mail because: You are watching all bug changes.
[kwin] [Bug 423018] No transparency in panel on Intel+nvidia laptop
https://bugs.kde.org/show_bug.cgi?id=423018 --- Comment #3 from Chandradeep Dey --- (In reply to magiblot from comment #2) > I think your friend here is the Shift+Alt+F12 shortcut to toggle compositing > without having to mess with the settings. Yes, that works too -- You are receiving this mail because: You are watching all bug changes.
[kio-extras] [Bug 496062] Can't browse iPhone or iPad after updating to Fedora 41
https://bugs.kde.org/show_bug.cgi?id=496062 Chandradeep Dey changed: What|Removed |Added Resolution|--- |DUPLICATE Status|REPORTED|RESOLVED --- Comment #3 from Chandradeep Dey --- *** This bug has been marked as a duplicate of bug 492515 *** -- You are receiving this mail because: You are watching all bug changes.
[dolphin] [Bug 492515] Unable to browse iPhone in dolphin 24.08.0
https://bugs.kde.org/show_bug.cgi?id=492515 Chandradeep Dey changed: What|Removed |Added CC||k...@chandradeepdey.com --- Comment #2 from Chandradeep Dey --- *** Bug 496062 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are watching all bug changes.
[dolphin] [Bug 492515] Unable to browse iPhone in dolphin 24.08.0
https://bugs.kde.org/show_bug.cgi?id=492515 --- Comment #3 from Chandradeep Dey --- Btw, I only marked mine as a duplicate of this because 494501 was marked as one. But is 494501 really a duplicate? I was on Fedora 40 with the same versions of Frameworks/Applications/Plasma which I have now, and it had no issues. This bug was reported in September, and I have definitely connected my iPhone and iPad multiple times to my computer since then. -- You are receiving this mail because: You are watching all bug changes.
[kio-extras] [Bug 496062] New: Can't browse iPhone or iPad after updating to Fedora 41
https://bugs.kde.org/show_bug.cgi?id=496062 Bug ID: 496062 Summary: Can't browse iPhone or iPad after updating to Fedora 41 Classification: Frameworks and Libraries Product: kio-extras Version: 24.08.3 Platform: Fedora RPMs OS: Linux Status: REPORTED Severity: grave Priority: NOR Component: AFC Assignee: plasma-b...@kde.org Reporter: k...@chandradeepdey.com CC: k...@privat.broulik.de Target Milestone: --- SUMMARY Dolphin shows the following when clicking on the iPhone/iPad from the sidebar: Internal Error Please send a full bug report at https://bugs.kde.org Unhandled lockdownd code '-5' SOFTWARE/OS VERSIONS Linux/KDE Plasma: 6.11.6-300.fc41.x86_64 (64-bit) KDE Plasma Version: 6.2.3 KDE Frameworks Version: 6.8.0 Qt Version: 6.8.0 ADDITIONAL INFORMATION I tried stopping upowerd, because the journal entries were similar to https://github.com/libimobiledevice/usbmuxd/issues/154 and upowerd was mentioned as the culprit there, but it did not work. -- You are receiving this mail because: You are watching all bug changes.
[kio-extras] [Bug 496062] Can't browse iPhone or iPad after updating to Fedora 41
https://bugs.kde.org/show_bug.cgi?id=496062 --- Comment #2 from Chandradeep Dey --- Created attachment 175717 --> https://bugs.kde.org/attachment.cgi?id=175717&action=edit journal (In reply to Kai Uwe Broulik from comment #1) > Fwiw 5 is LOCKDOWN_E_SSL_ERROR but no idea what that means Thanks. I Googled and found https://github.com/libimobiledevice/libimobiledevice/issues/1369. I unpaired all PCs according to Apple's instructions, but it still does not ask me to trust the computer. I have attached the journal (slightly edited). -- You are receiving this mail because: You are watching all bug changes.
[plasma-pa] [Bug 491511] Add GUI option to disable automatic Bluetooth profile selection (HSP/HFP and A2DP) for PipeWire/WirePlumber
https://bugs.kde.org/show_bug.cgi?id=491511 --- Comment #7 from Chandradeep Dey --- I checked in `/usr/share/wireplumber/wireplumber.conf`. The option is true by default in Fedora. Was there a recent change in Plasma that overrides the default to false? -- You are receiving this mail because: You are watching all bug changes.
[Bluedevil] [Bug 493448] New: Bluetooth earphone profile does not change automatically correctly
https://bugs.kde.org/show_bug.cgi?id=493448 Bug ID: 493448 Summary: Bluetooth earphone profile does not change automatically correctly Classification: Plasma Product: Bluedevil Version: 6.1.5 Platform: Fedora RPMs OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: daemon Assignee: plasma-b...@kde.org Reporter: k...@chandradeepdey.com Target Milestone: --- EXPECTED RESULT Before, when I connected Bluetooth earphones, Plasma's sound settings would only show the speaker of the earphones connected as A2DP something. Then, if I went to Google Meet or some other website that needs the microphone, it would switch to the "Headset Head Unit" mode and a microphone option would appear in the settings. I could either select the microphone in the website/app, or keep it Default/System there and change the system default from Plasma settings. This would then be remembered. If I closed the website, the earphones would switch back to the A2DP thing with no microphone. But then if I reopened Google Meet, Plasma's default microphone would change to the earphone microphone automatically. OBSERVED RESULT Currently, Plasma's sound settings always show the earphone microphone, even when the earphone is in the A2DP mode. But if I switch to it as the default and open Google Meet and select the system default mic there, other people can't hear me. Regardless of whether I change the microphone defaults from Plasma settings, it never switches to the Headset Head Unit mode automatically any more. I now have to select the earphone microphone from the website manually, and only then a duplicate of the microphone would appear in Plasma settings, and all three (speakers + two microphone copies) would switch to the Headset Head Unit profile. But even if I select this new copy of the microphone as the default in Plasma while Google Meet is opened, since the profile switch no longer happens automatically, it isn't automatically selected the next time. I would have to select the earphone microphone manually again on the website, which would cause the profile switch. But then I can immediately go back to the Default/System microphone on the website because now with the switched profile, Plasma remembers the default microphone change. SOFTWARE/OS VERSIONS Linux/KDE Plasma: 6.10.10-200.fc40.x86_64 KDE Plasma Version: 6.1.5 KDE Frameworks Version: 6.6.0 Qt Version: 6.7.2 ADDITIONAL INFORMATION This actually started happening a few months ago. Back then, I thought the earphone microphone was completely broken, so I just started using the laptop microphone, hoping that it would be fixed in some future update. But only recently I realised that it is a bug with the profile switching mechanism. -- You are receiving this mail because: You are watching all bug changes.
[dolphin] [Bug 492515] Unable to browse iPhone in dolphin 24.08.0
https://bugs.kde.org/show_bug.cgi?id=492515 --- Comment #4 from Chandradeep Dey --- Some relevant links - https://github.com/libimobiledevice/libimobiledevice/issues/1606 https://bugzilla.redhat.com/show_bug.cgi?id=2321958 -- You are receiving this mail because: You are watching all bug changes.
[kompare] [Bug 481778] Text in lines is cut in half, only lower half of the line text is visible when font size less than 14
https://bugs.kde.org/show_bug.cgi?id=481778 Chandradeep Dey changed: What|Removed |Added CC||k...@chandradeepdey.com -- You are receiving this mail because: You are watching all bug changes.
[kwin] [Bug 497298] New: Shaken cursor should be visible when screen sharing
https://bugs.kde.org/show_bug.cgi?id=497298 Bug ID: 497298 Summary: Shaken cursor should be visible when screen sharing Classification: Plasma Product: kwin Version: 6.2.4 Platform: Fedora RPMs OS: Linux Status: REPORTED Severity: wishlist Priority: NOR Component: effects-various Assignee: kwin-bugs-n...@kde.org Reporter: k...@chandradeepdey.com Target Milestone: --- SUMMARY The super mega large cursor should show up when I am sharing my screen too 🥺 SOFTWARE/OS VERSIONS Linux/KDE Plasma: 6.11.10-300.fc41.x86_64 KDE Plasma Version: 6.2.4 KDE Frameworks Version: 6.8.0 Qt Version: 6.8.0 ADDITIONAL INFORMATION Probably related to bug 491591 -- You are receiving this mail because: You are watching all bug changes.