[systemsettings] [Bug 482880] SDDM KCM should not make a copy of the default theme background

2024-03-24 Thread Alessandro Astone
https://bugs.kde.org/show_bug.cgi?id=482880

--- Comment #2 from Alessandro Astone  ---
(In reply to David Edmundson from comment #1)
> Not making a copy would break lots of other use cases unfortunately. It's
> the lesser of two evils.

What use-cases would it break?
I'm not asking to never make a copy of the image obviously, just to not do so
when it's the default image specified by a theme package. Indeed if you never
change theme you already are not using a copy of the image; only if you switch
theme you get a copy for no apparent reason.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 484263] New: Cursor shape changing inconsistently in GTK applications through XWayland

2024-03-22 Thread Alessandro Astone
https://bugs.kde.org/show_bug.cgi?id=484263

Bug ID: 484263
   Summary: Cursor shape changing inconsistently in GTK
applications through XWayland
Classification: Plasma
   Product: kwin
   Version: 6.0.2
  Platform: Fedora RPMs
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: wayland-generic
  Assignee: kwin-bugs-n...@kde.org
  Reporter: ales.ast...@gmail.com
  Target Milestone: ---

Created attachment 167620
  --> https://bugs.kde.org/attachment.cgi?id=167620=edit
Cursor bug in gtk4-demo-application

SUMMARY
When running a GTK application in XWayland, through GDK_BACKEND=x11, the cursor
doesn't always correctly switch between different shapes when hovering
different widgets


STEPS TO REPRODUCE
1. GDK_BACKEND=x11 gtk4-demo-application
2. Hover the textbox, then hover the toolbar, repeat.

OBSERVED RESULT
Sometimes the cursor shape is a pointer while hovering the textbox, or a I-beam
while hovering the toolbar.

EXPECTED RESULT
The cursor always switches to I-beam when entering the textbox, and switches
back to pointer when leaving the textbox.

SOFTWARE/OS VERSIONS
Windows: 
macOS: 
Linux/KDE Plasma: Fedora 40 KDE
(available in About System)
KDE Plasma Version: 6.0.2
KDE Frameworks Version: 6.0.0
Qt Version: 6.6.2

ADDITIONAL INFORMATION

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kservice] [Bug 483898] New: Algorithm to select the default application for a mime-type is non conformant

2024-03-18 Thread Alessandro Astone
https://bugs.kde.org/show_bug.cgi?id=483898

Bug ID: 483898
   Summary: Algorithm to select the default application for a
mime-type is non conformant
Classification: Frameworks and Libraries
   Product: frameworks-kservice
   Version: 6.0.0
  Platform: Fedora RPMs
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: kio-bugs-n...@kde.org
  Reporter: ales.ast...@gmail.com
CC: kdelibs-b...@kde.org
  Target Milestone: ---

SUMMARY
The mime-apps specification at
https://specifications.freedesktop.org/mime-apps-spec/latest/ar01s04.html
states that all mimeapps.list files should be scanned for a valid [Default
Applications] entry before falling back to [Added Associations].
In KDE instead, if you have a file at ~/.config/mimeapps.list with an invalid
default application it will fall back the same file's [Added Associations]
before looking at other files' [Default Applications].

The issue manifests when the distro changes the desktop file name of a browser
you previously selected as default browser in systemsettings (which arguably
shouldn't happen, but...)


STEPS TO REPRODUCE
1. Install a non-distro-default browser -- I'm going to use Chromium as an
example
2. Backup ~/.config/mimeapps.list, if this is not a test machine
3. Create ~/.config/mimeapps.list with contents:
```
[Added Associations]
x-scheme-handler/http=bad-desktop-file.desktop;chromium-browser.desktop;
x-scheme-handler/https=bad-desktop-file.desktop;chromium-browser.desktop;
[Default Applications]
x-scheme-handler/http=bad-desktop-file.desktop;
x-scheme-handler/https=bad-desktop-file.desktop;
```
4. kbuildsycoca6
5. xdg-open http://foo

OBSERVED RESULT
https://foo opens in Chromium

EXPECTED RESULT
https://foo opens in the distro's default browser, as specified in some other
XDG directory such as /usr/share/mimeapps.list

SOFTWARE/OS VERSIONS
Windows: 
macOS: 
Linux/KDE Plasma: Fedora KDE Rawhide
(available in About System)
KDE Plasma Version: 6.0.2
KDE Frameworks Version: 6.0.0
Qt Version: 6.6.2

ADDITIONAL INFORMATION
GNOME's implementation seems conformant

-- 
You are receiving this mail because:
You are watching all bug changes.

[systemsettings] [Bug 482880] New: SDDM KCM should not make a copy of the default theme background

2024-03-08 Thread Alessandro Astone
https://bugs.kde.org/show_bug.cgi?id=482880

Bug ID: 482880
   Summary: SDDM KCM should not make a copy of the default theme
background
Classification: Applications
   Product: systemsettings
   Version: 6.0.1
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: kcm_sddm
  Assignee: plasma-b...@kde.org
  Reporter: ales.ast...@gmail.com
CC: k...@david-redondo.de, k...@davidedmundson.co.uk
  Target Milestone: ---

SUMMARY
I'm using Breeze as an example, but the issue is generic.

The Breeze SDDM theme sets its default background with
`background=/usr/share/wallpapers/Next/contents/images/5120x2880.png`
in theme.conf.

When Plasma upgrades and the default wallpaper changes, the file at
/usr/share/wallpapers/Next/contents/images/5120x2880.png changes and SDDM
should reflect the new background.
But if the user ever changed the SDDM theme and then returns to Breeze, the
wallpaper has now been copied to /usr/share/sddm/themes/breeze/  and SDDM will
forever use that copy that won't update when the original file changes.


STEPS TO REPRODUCE
1. Select the "Breeze" theme
2. Change `/usr/share/wallpapers/Next/contents/images/5120x2880.png` with a
different image
3. Logout

OBSERVED RESULT
Wallpaper hasn't changed

EXPECTED RESULT
Background changed


SOFTWARE/OS VERSIONS
Windows: 
macOS: 
Linux/KDE Plasma: Fedora 40 KDE
(available in About System)
KDE Plasma Version: 6.0.1
KDE Frameworks Version: 6.0.0
Qt Version: 6.6.2

ADDITIONAL INFORMATION

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 468055] Tiny cursor in fullscreen windows with less than 150% scaling

2024-03-01 Thread Alessandro Astone
https://bugs.kde.org/show_bug.cgi?id=468055

--- Comment #2 from Alessandro Astone  ---
AMD, but i cannot reproduce anymore in 5.27.10

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 478223] Window previews and window screen sharing are flipped vertically

2024-02-15 Thread Alessandro Astone
https://bugs.kde.org/show_bug.cgi?id=478223

Alessandro Astone  changed:

   What|Removed |Added

 CC||matt.fagn...@bell.net

--- Comment #5 from Alessandro Astone  ---
*** Bug 478067 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 478067] The window previews for task manager icons were inverted when using the llvmpipe driver

2024-02-15 Thread Alessandro Astone
https://bugs.kde.org/show_bug.cgi?id=478067

Alessandro Astone  changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
 Resolution|--- |DUPLICATE
 CC||ales.ast...@gmail.com

--- Comment #5 from Alessandro Astone  ---


*** This bug has been marked as a duplicate of bug 478223 ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[Spectacle] [Bug 481363] New: No button to record the screen before taking a screenshot in Spectacle

2024-02-15 Thread Alessandro Astone
https://bugs.kde.org/show_bug.cgi?id=481363

Bug ID: 481363
   Summary: No button to record the screen before taking a
screenshot in Spectacle
Classification: Applications
   Product: Spectacle
   Version: unspecified
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: General
  Assignee: noaha...@gmail.com
  Reporter: ales.ast...@gmail.com
CC: k...@david-redondo.de
  Target Milestone: ---

SUMMARY
When configuring Spectacle to not take a screenshot on launch, there is no part
of the UI to start a screen recording.
You have to first take a screenshot, and in the next page there is a Recording
tab on the right.


STEPS TO REPRODUCE
1. Configure...
2. When launching Spectacle: Do not take a screenshot automatically
3. Close Spectacle
4. Start Spectacle

OBSERVED RESULT
There are only buttons to take a screenshot, but nowhere to start a recording.

EXPECTED RESULT
A section of the UI to start a recording

SOFTWARE/OS VERSIONS
Windows: 
macOS: 
Linux/KDE Plasma: Fedora Rawhide KDE
(available in About System)
KDE Plasma Version: 5.93.0
KDE Frameworks Version: 5.249.0
Qt Version: 6.6.1

ADDITIONAL INFORMATION
This is the same in 24.01.95 and 23.08.4

-- 
You are receiving this mail because:
You are watching all bug changes.

[xdg-desktop-portal-kde] [Bug 481359] New: Left-clicking the screen-sharing session indicator in the systray spawns a toplevel window

2024-02-15 Thread Alessandro Astone
https://bugs.kde.org/show_bug.cgi?id=481359

Bug ID: 481359
   Summary: Left-clicking the screen-sharing session indicator in
the systray spawns a toplevel window
Classification: Plasma
   Product: xdg-desktop-portal-kde
   Version: 5.93.0
  Platform: Fedora RPMs
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: plasma-b...@kde.org
  Reporter: ales.ast...@gmail.com
CC: aleix...@kde.org, jgrul...@redhat.com, n...@kde.org
  Target Milestone: ---

SUMMARY
Left-clicking the screen-sharing session indicator in the system tray spawns a
toplevel window instead of a dialog. Right-click instead does the right thing.


STEPS TO REPRODUCE
1. https://www.webrtc-experiment.com/Pluginfree-Screen-Sharing/
2. Share Your Screen
3. Select a window or screen
4. Left-click the red circle in the system tray

OBSERVED RESULT
A new window is spawned at the center of the screen with a titlebar.

EXPECTED RESULT
A dialog is spawned above the red circle

SOFTWARE/OS VERSIONS
Windows: 
macOS: 
Linux/KDE Plasma: Fedora Rawhide KDE
(available in About System)
KDE Plasma Version: 5.93.0
KDE Frameworks Version: 5.249.0
Qt Version: 6.6.1

ADDITIONAL INFORMATION

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 480264] Plasma shell (Temporarily) freezes, and shutdown (Through kicker) is no longer possible

2024-02-02 Thread Alessandro Astone
https://bugs.kde.org/show_bug.cgi?id=480264

Alessandro Astone  changed:

   What|Removed |Added

  Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas
   |ma/plasma-workspace/-/commi |ma/plasma-workspace/-/commi
   |t/f51691f6a147b549109dc50d9 |t/a40d7fdb93eb23fa7f6d006d3
   |2b28ae6a42fbab5 |0dc1cf0159c0316

--- Comment #10 from Alessandro Astone  ---
Git commit a40d7fdb93eb23fa7f6d006d30dc1cf0159c0316 by Alessandro Astone.
Committed on 02/02/2024 at 16:39.
Pushed by aleasto into branch 'Plasma/6.0'.

logout-greeter: Always answer dbus calls

Since "shutdown: Introduce support for KWin closing wayland windows"
plasma-shutdown is running for the whole time the KWin notification
is visible waiting for the user to choose whether to abort or
continue the logout.

If the user ignores the notification and clicks again to logout
we would hang the desktop while waiting for logout-greeter to answer.

M  +7-0logout-greeter/greeter.cpp
M  +0-5logout-greeter/main.cpp

https://invent.kde.org/plasma/plasma-workspace/-/commit/a40d7fdb93eb23fa7f6d006d30dc1cf0159c0316

-- 
You are receiving this mail because:
You are watching all bug changes.

[konsole] [Bug 479924] Noto Sans Mono is not drawn mono-spaced in konsole

2024-02-02 Thread Alessandro Astone
https://bugs.kde.org/show_bug.cgi?id=479924

Alessandro Astone  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |FIXED

--- Comment #1 from Alessandro Astone  ---
I don't see what would have fixed this, but i cannot reproduce anymore in RC2

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 479513] Newly installed applications are sometimes not indexed until plasmashell is restarted

2024-02-01 Thread Alessandro Astone
https://bugs.kde.org/show_bug.cgi?id=479513

Alessandro Astone  changed:

   What|Removed |Added

  Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas
   |ma/plasma-workspace/-/commi |ma/plasma-workspace/-/commi
   |t/0284ffa47d99f0c2280800939 |t/05f7f26a17f988242cdb37dc3
   |1f5331cb66be7eb |799487790423e51

--- Comment #17 from Alessandro Astone  ---
Git commit 05f7f26a17f988242cdb37dc3799487790423e51 by Alessandro Astone.
Committed on 01/02/2024 at 18:58.
Pushed by aleasto into branch 'Plasma/6.0'.

runners/services: Fix refreshing the services list

After bccf4ac7f015d02f216a95a44b1b92b950e9a7fa the
KSycoca::databaseChanged signal is not connected with
Qt::DirectConnection anymore as the comment here suggested,
so we were always disabling the refresh.

M  +0-1runners/services/servicerunner.cpp

https://invent.kde.org/plasma/plasma-workspace/-/commit/05f7f26a17f988242cdb37dc3799487790423e51

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 480264] Plasma shell (Temporarily) freezes, and shutdown (Through kicker) is no longer possible

2024-01-30 Thread Alessandro Astone
https://bugs.kde.org/show_bug.cgi?id=480264

--- Comment #8 from Alessandro Astone  ---
Ah ok, that I cannot reproduce. My issue was konsole not prompting probably
because i had asked it not to previously.

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 480264] Plasma shell (Temporarily) freezes, and shutdown (Through kicker) is no longer possible

2024-01-30 Thread Alessandro Astone
https://bugs.kde.org/show_bug.cgi?id=480264

--- Comment #6 from Alessandro Astone  ---
@nate Regarding the konsole not prompting for confirmation thing, i think it is
simply a matter of having ticked the box "Do not ask again" at some point, as
`rm ~/.config/konsolerc` made it show up again for me. This is also available
in the GUI as Settings > Configure Konsole... > Enable all "Don't Ask Again"
messages

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 480264] Plasma shell (Temporarily) freezes, and shutdown (Through kicker) is no longer possible

2024-01-29 Thread Alessandro Astone
https://bugs.kde.org/show_bug.cgi?id=480264

--- Comment #3 from Alessandro Astone  ---
The desktop seems to come back responsive after 30-60 seconds

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 480264] Plasma shell (Temporarily) freezes, and shutdown (Through kicker) is no longer possible

2024-01-29 Thread Alessandro Astone
https://bugs.kde.org/show_bug.cgi?id=480264

Alessandro Astone  changed:

   What|Removed |Added

 Status|REPORTED|CONFIRMED
 CC||ales.ast...@gmail.com
 Ever confirmed|0   |1
   Keywords||qt6

--- Comment #2 from Alessandro Astone  ---
Like Nate my Konsole is not prompting me that a process is still running...
But i can reproduce with a blank new file in KWrite

-- 
You are receiving this mail because:
You are watching all bug changes.

[konversation] [Bug 480452] New: konversation kf6 embedded konsole doesn't work

2024-01-28 Thread Alessandro Astone
https://bugs.kde.org/show_bug.cgi?id=480452

Bug ID: 480452
   Summary: konversation kf6 embedded konsole doesn't work
Classification: Applications
   Product: konversation
   Version: unspecified
  Platform: Fedora RPMs
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: konversation-de...@kde.org
  Reporter: ales.ast...@gmail.com
  Target Milestone: ---

Created attachment 165314
  --> https://bugs.kde.org/attachment.cgi?id=165314=edit
konsole window

STEPS TO REPRODUCE
1. Open konsole
2. Navigate to Window -> New Konsole
3. Select the Konsole tab on the left

OBSERVED RESULT
No terminal; see attachment

EXPECTED RESULT
The terminal is shown

SOFTWARE/OS VERSIONS
Windows: 
macOS: 
Linux/KDE Plasma: Fedora Rawhide KDE
(available in About System)
KDE Plasma Version: 5.92.0
KDE Frameworks Version: 5.248.0
Qt Version: 6.6.1

ADDITIONAL INFORMATION

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 477022] Discover does not open from "Uninstall or Manage Add-Ons…" menu item in Kickoff

2024-01-24 Thread Alessandro Astone
https://bugs.kde.org/show_bug.cgi?id=477022

--- Comment #5 from Alessandro Astone  ---
It also happens in Plasma 6 RC1, also only for "LibreOffice Math".

The desktop file seems well formed.

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 477022] Discover does not open from "Uninstall or Manage Add-Ons…" menu item in Kickoff

2024-01-24 Thread Alessandro Astone
https://bugs.kde.org/show_bug.cgi?id=477022

Alessandro Astone  changed:

   What|Removed |Added

 Status|REOPENED|CONFIRMED

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 477022] Discover does not open from "Uninstall or Manage Add-Ons…" menu item in Kickoff

2024-01-24 Thread Alessandro Astone
https://bugs.kde.org/show_bug.cgi?id=477022

Alessandro Astone  changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|DUPLICATE   |---
 Ever confirmed|0   |1
 CC||ales.ast...@gmail.com

--- Comment #4 from Alessandro Astone  ---
It can't be https://bugs.kde.org/show_bug.cgi?id=472300, this is Plasma 5 ;)

I can reproduce. But it literally only happens for "LibreOffice Math". How
weird.

-- 
You are receiving this mail because:
You are watching all bug changes.

[systemsettings] [Bug 479914] Selecting the Breeze look-and-feel package doesn't show Breeze window decorations as selected in the Window Decorations KCM

2024-01-24 Thread Alessandro Astone
https://bugs.kde.org/show_bug.cgi?id=479914

Alessandro Astone  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|REPORTED|RESOLVED

--- Comment #3 from Alessandro Astone  ---
This is due to plasma-workspace being compiled without Breeze:
https://invent.kde.org/plasma/plasma-workspace/-/blob/v5.92.0/CMakeLists.txt?ref_type=tags#L133

That happened in RC1 because the Breeze tarball was created without bumping the
CMake package version to 5.92.0.
This was reported in the #release-team:kde.org matrix room but not hotfixed.
Distros may or may not have figured it out and patched it downstream.

Considering this fixed as it shouldn't happen again next release.

-- 
You are receiving this mail because:
You are watching all bug changes.

[systemsettings] [Bug 480290] "More Appearance Settings..." doesn't always expand the menu in the systemsettings sidebar

2024-01-24 Thread Alessandro Astone
https://bugs.kde.org/show_bug.cgi?id=480290

--- Comment #1 from Alessandro Astone  ---
This also happens in Plasma 5, but there i would less often use the "More
Appearance Settings..." button as "Appearance" was the first entry in the
sidebar.

-- 
You are receiving this mail because:
You are watching all bug changes.

[systemsettings] [Bug 480290] New: "More Appearance Settings..." doesn't always expand the menu in the systemsettings sidebar

2024-01-24 Thread Alessandro Astone
https://bugs.kde.org/show_bug.cgi?id=480290

Bug ID: 480290
   Summary: "More Appearance Settings..." doesn't always expand
the menu in the systemsettings sidebar
Classification: Applications
   Product: systemsettings
   Version: 5.92.0
  Platform: Fedora RPMs
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: sidebarview
  Assignee: plasma-b...@kde.org
  Reporter: ales.ast...@gmail.com
CC: notm...@gmail.com
  Target Milestone: ---

Clicking "More Appearance Settings..." from the home page doesn't expand the
"Colors & Themes" menu in the sidebar when it was last selected.

STEPS TO REPRODUCE
1. Open System Settings
2. Scroll down the sidebar, select "Colors & Themes"
3. Click to go back at the top-left of the sidebar
4. Click to go home at the top-left of the sidebar
5. Click "More Appearance Settings..."

OBSERVED RESULT
You're taken to the "Global Theme" page.
The "Colors & Themes" sidebar entry is highlighted as selected but not
expanded, so you don't have the Colors, Night Light, Application Style, Plasma
Style... entries to click.

EXPECTED RESULT
The "Colors & Themes" submenu is shown.

SOFTWARE/OS VERSIONS
Windows: 
macOS: 
Linux/KDE Plasma: Fedora Rawhide KDE
(available in About System)
KDE Plasma Version: 5.92.0
KDE Frameworks Version: 5.248.0
Qt Version: 6.6.1

ADDITIONAL INFORMATION

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 479513] Newly installed applications are not indexed until plasmashell is restarted

2024-01-22 Thread Alessandro Astone
https://bugs.kde.org/show_bug.cgi?id=479513

Alessandro Astone  changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|FIXED   |---

--- Comment #13 from Alessandro Astone  ---
Unfortunately i can still reproduce with the patch applied, not every time but
something like 40-60% of the times.

-- 
You are receiving this mail because:
You are watching all bug changes.

[Discover] [Bug 479782] When doing OS Updates, the UI Footer gets all jumbled up

2024-01-21 Thread Alessandro Astone
https://bugs.kde.org/show_bug.cgi?id=479782

Alessandro Astone  changed:

   What|Removed |Added

 CC||ales.ast...@gmail.com
 Ever confirmed|0   |1
 Status|REPORTED|CONFIRMED
   Keywords||qt6

--- Comment #1 from Alessandro Astone  ---
Can reproduce.

STEPS TO REPRODUCE: 
1) Disable offline updates
2) Downgrade at least 2 packages
3) Switch between the Updates tab and the Settings tab until the footer breaks

Notice how resizing the window makes the footer look correct again

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 479513] Newly installed applications are not indexed until plasmashell is restarted

2024-01-19 Thread Alessandro Astone
https://bugs.kde.org/show_bug.cgi?id=479513

--- Comment #9 from Alessandro Astone  ---
In my RC1 install it works occasionally, but just trying a couple of different
apps i can reproduce the bug

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 479513] Newly installed applications are not indexed until plasmashell is restarted

2024-01-19 Thread Alessandro Astone
https://bugs.kde.org/show_bug.cgi?id=479513

--- Comment #7 from Alessandro Astone  ---
I'm also testing in RC1 and it's not fixed.

Maybe what you're seeing is what i already reported above: "This also works
correctly for applications that were previously indexed: when removed they
don't show up in kickoff anymore, and when re-installed they immediatly show up
in kickoff."

So you have to test with a different application every time

-- 
You are receiving this mail because:
You are watching all bug changes.

[konsole] [Bug 479924] New: Noto Sans Mono is not drawn mono-spaced in konsole

2024-01-16 Thread Alessandro Astone
https://bugs.kde.org/show_bug.cgi?id=479924

Bug ID: 479924
   Summary: Noto Sans Mono is not drawn mono-spaced in konsole
Classification: Applications
   Product: konsole
   Version: 24.01.90
  Platform: Fedora RPMs
OS: Linux
Status: REPORTED
  Severity: major
  Priority: NOR
 Component: font
  Assignee: konsole-de...@kde.org
  Reporter: ales.ast...@gmail.com
  Target Milestone: ---

SUMMARY
In Fedora KDE Noto Sans Mono is the default monospace font.
Since Plasma 6 Konsole doesn't draw it monospace.
Switching font to Liberation Mono or Source Code Pro works fine.

Weirdly, Noto Sans Mono is not selectable in the profile configuration, depsite
being shown as the current font for the default profile. However the font
"Monospace" is selectable, and presents the same bug.

STEPS TO REPRODUCE
1. Open Konsole
2. Select the default profile, or make a profile with font "Monospace"
3. Type "ii"

OBSERVED RESULT
The cursor is offset from the last drawn character, as the "i"s are drawn
thinner than they should.

EXPECTED RESULT
Properly mono-spaced characters.

SOFTWARE/OS VERSIONS
Windows: 
macOS: 
Linux/KDE Plasma: Fedora Rawhide KDE
(available in About System)
KDE Plasma Version: 5.92.0
KDE Frameworks Version: 5.248.0
Qt Version: 6.6.1

ADDITIONAL INFORMATION

-- 
You are receiving this mail because:
You are watching all bug changes.

[systemsettings] [Bug 479914] Selecting the Breeze look-and-feel package doesn't show Breeze window decorations as selected in the KCM

2024-01-16 Thread Alessandro Astone
https://bugs.kde.org/show_bug.cgi?id=479914

--- Comment #2 from Alessandro Astone  ---
(In reply to Nate Graham from comment #1)
> Does it happen with the Breeze Dark and Breeze Twilight themes as well?

Yes

-- 
You are receiving this mail because:
You are watching all bug changes.

[systemsettings] [Bug 479921] New: Trying to re-apply the currently selected look-and-feel package says it doesn't provide any applicable settings

2024-01-16 Thread Alessandro Astone
https://bugs.kde.org/show_bug.cgi?id=479921

Bug ID: 479921
   Summary: Trying to re-apply the currently selected
look-and-feel package says it doesn't provide any
applicable settings
Classification: Applications
   Product: systemsettings
   Version: 5.92.0
  Platform: Fedora RPMs
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: kcm_lookandfeel
  Assignee: plasma-b...@kde.org
  Reporter: ales.ast...@gmail.com
  Target Milestone: ---

When selecting the already selected look and feel package in System Settings
the dialog says "This Global Theme does not provide any applicable settings.
Please contact the maintainer of this Global Theme as it might be broken."
This only happens when the kcm has just been opened. If instead you select
another theme and cancel that dialog, then you don't get the error message.
Notice that this is only a wrong message, as the applying part actually works.

STEPS TO REPRODUCE
1. `systemsettings kcm_lookandfeel`
2. Click on the already highlighted theme

OBSERVED RESULT
"This Global Theme does not provide any applicable settings. Please contact the
maintainer of this Global Theme as it might be broken."

EXPECTED RESULT
Two checkboxes with "Appearance settings" and "Desktop and window layout"

SOFTWARE/OS VERSIONS
Windows: 
macOS: 
Linux/KDE Plasma: Fedora Rawhide KDE
(available in About System)
KDE Plasma Version: 5.92.0
KDE Frameworks Version: 5.248.0
Qt Version: 6.6.1

ADDITIONAL INFORMATION

-- 
You are receiving this mail because:
You are watching all bug changes.

[Breeze] [Bug 479914] New: Selecting the Breeze look-and-feel package doesn't show Breeze window decorations as selected in the KCM

2024-01-16 Thread Alessandro Astone
https://bugs.kde.org/show_bug.cgi?id=479914

Bug ID: 479914
   Summary: Selecting the Breeze look-and-feel package doesn't
show Breeze window decorations as selected in the KCM
Classification: Plasma
   Product: Breeze
   Version: 5.92.0
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: plasma-b...@kde.org
  Reporter: ales.ast...@gmail.com
CC: uhh...@gmail.com
  Target Milestone: ---

STEPS TO REPRODUCE
1. Open System Settings
2. Navigate to "Global Theme"
3. Select "Breeze"
4. Navigate to "Window Decorations"

OBSERVED RESULT
No window decoration is highlighted as selected

EXPECTED RESULT
Breeze is highlighted as selected

SOFTWARE/OS VERSIONS
Windows: 
macOS: 
Linux/KDE Plasma: Fedora Rawhide KDE
(available in About System)
KDE Plasma Version: 5.92.0
KDE Frameworks Version: 5.248.0
Qt Version: 6.6.1

ADDITIONAL INFORMATION

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 479513] Newly installed applications are not indexed until reboot

2024-01-16 Thread Alessandro Astone
https://bugs.kde.org/show_bug.cgi?id=479513

--- Comment #4 from Alessandro Astone  ---
In facts `systemctl --user restart plasma-plasmashell` also works around the
issue

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 479513] Newly installed applications are not indexed until reboot

2024-01-15 Thread Alessandro Astone
https://bugs.kde.org/show_bug.cgi?id=479513

--- Comment #3 from Alessandro Astone  ---
(In reply to Alexander Lohnau from comment #2)
> I tried debugging this, bit it now appears to work fine. Maybe a temporary
> issue that got fixed in another place?

I'm trying again on Plasma 6 RC1, and *sometimes* it works, other times it
doesn't

> Can you check the timestamps of the respective directories to find out if
> they have changed? Maybe you can manually remove the files and reinstall the
> package to be sure.

I'm not sure what you mean.

I feel like an important detail here is that krunner always shows the new
application while kickoff doesn't.

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kio] [Bug 479531] "Select folder" dialogs are unable to navigate NFS mounted folders

2024-01-14 Thread Alessandro Astone
https://bugs.kde.org/show_bug.cgi?id=479531

Alessandro Astone  changed:

   What|Removed |Added

  Latest Commit|https://invent.kde.org/fram |https://invent.kde.org/fram
   |eworks/kio/-/commit/af3af80 |eworks/kio/-/commit/bf0e3b2
   |d30025711574d1ca450dc0aed9d |6aaff723fa63e90e033287c6755
   |44d7fd  |2c0845

--- Comment #3 from Alessandro Astone  ---
Git commit bf0e3b26aaff723fa63e90e033287c67552c0845 by Alessandro Astone.
Committed on 14/01/2024 at 22:56.
Pushed by aleasto into branch 'kf5'.

KDirModel: Allow expanding network directories in file picker again

Closes: https://invent.kde.org/frameworks/kio/-/issues/29

M  +1-2src/widgets/kdirmodel.cpp

https://invent.kde.org/frameworks/kio/-/commit/bf0e3b26aaff723fa63e90e033287c67552c0845

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kio] [Bug 479531] "Select folder" dialogs are unable to navigate NFS mounted folders

2024-01-14 Thread Alessandro Astone
https://bugs.kde.org/show_bug.cgi?id=479531

Alessandro Astone  changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
  Latest Commit||https://invent.kde.org/fram
   ||eworks/kio/-/commit/af3af80
   ||d30025711574d1ca450dc0aed9d
   ||44d7fd
 Resolution|--- |FIXED

--- Comment #2 from Alessandro Astone  ---
Git commit af3af80d30025711574d1ca450dc0aed9d44d7fd by Alessandro Astone.
Committed on 14/01/2024 at 22:37.
Pushed by aleasto into branch 'master'.

KDirModel: Allow expanding network directories in file picker again

Closes: https://invent.kde.org/frameworks/kio/-/issues/29

M  +1-2src/widgets/kdirmodel.cpp

https://invent.kde.org/frameworks/kio/-/commit/af3af80d30025711574d1ca450dc0aed9d44d7fd

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kio] [Bug 472300] Opening URLs/links doesn't work

2024-01-11 Thread Alessandro Astone
https://bugs.kde.org/show_bug.cgi?id=472300

Alessandro Astone  changed:

   What|Removed |Added

 CC|ales.ast...@gmail.com   |

-- 
You are receiving this mail because:
You are watching all bug changes.

[krunner] [Bug 479397] krunner appstream plugin does not launch Discover

2024-01-11 Thread Alessandro Astone
https://bugs.kde.org/show_bug.cgi?id=479397

Alessandro Astone  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|RESOLVED|REOPENED
 Resolution|DUPLICATE   |---

--- Comment #2 from Alessandro Astone  ---
Not the same bug; see ADDITIONAL INFORMATION

But i presume you cannot reproduce?

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 479513] New: Newly installed applications are not indexed until reboot

2024-01-07 Thread Alessandro Astone
https://bugs.kde.org/show_bug.cgi?id=479513

Bug ID: 479513
   Summary: Newly installed applications are not indexed until
reboot
Classification: Plasma
   Product: plasmashell
   Version: 5.91.0
  Platform: Fedora RPMs
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: Application Launcher (Kickoff)
  Assignee: plasma-b...@kde.org
  Reporter: ales.ast...@gmail.com
CC: mikel5...@gmail.com, noaha...@gmail.com
  Target Milestone: 1.0

Installing a new program that provides a desktop file used to make it show up
in kickoff right away.
In Plasma 6 this doesn't happen, I need to `sudo update-desktop-database`, or
logout/reboot.
However it works in krunner?!

This also works correctly for applications that were previously indexed: when
removed they don't show up in kickoff anymore, and when re-installed they
immediatly show up in kickoff.


STEPS TO REPRODUCE
1. Install an new application from Discover
2. Search for it in kickoff
3. Search for it in krunner

OBSERVED RESULT
Kickoff doesn't show it, krunner does

EXPECTED RESULT
Both kickoff and krunner show it

SOFTWARE/OS VERSIONS
Windows: 
macOS: 
Linux/KDE Plasma: Fedora Rawhide KDE
(available in About System)
KDE Plasma Version: 5.91.0
KDE Frameworks Version: 5.247.0
Qt Version: 6.6.1

ADDITIONAL INFORMATION

-- 
You are receiving this mail because:
You are watching all bug changes.

[krunner] [Bug 479397] New: krunner appstream plugin does not launch Discover

2024-01-04 Thread Alessandro Astone
https://bugs.kde.org/show_bug.cgi?id=479397

Bug ID: 479397
   Summary: krunner appstream plugin does not launch Discover
Classification: Plasma
   Product: krunner
   Version: 5.91.0
  Platform: Fedora RPMs
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: plasma-b...@kde.org
  Reporter: ales.ast...@gmail.com
CC: alexander.loh...@gmx.de, natalie_clar...@yahoo.de
  Target Milestone: ---

The krunner appstream plugin correctly gives matches, but clicking them does
nothing.
My custom logging shows that it reaches QDesktopServices::openUrl() and that it
returns success, yet nothing happens.

STEPS TO REPRODUCE
1. Search Chromium
2. Click "Get Chromium Web Browser..."

OBSERVED RESULT
Nothing

EXPECTED RESULT
Discover starts and shows the application page

SOFTWARE/OS VERSIONS
Windows: 
macOS: 
Linux/KDE Plasma: Fedora Rawhide KDE
(available in About System)
KDE Plasma Version: 5.91.0
KDE Frameworks Version: 5.247.0
Qt Version: 6.6.1

ADDITIONAL INFORMATION
`xdg-open appstream://foo` works
Writing a minimal QtGuiApplication that calls
`QDesktopServices::openUrl(QUrl("appstream://foo"))` works

-- 
You are receiving this mail because:
You are watching all bug changes.

[krunner] [Bug 478087] Poor ranking of search results

2023-12-26 Thread Alessandro Astone
https://bugs.kde.org/show_bug.cgi?id=478087

--- Comment #11 from Alessandro Astone  ---
(In reply to Alexander Lohnau from comment #9)
> Can you please add a screenshot of your favorites? They should be visible in
> the kicker launcher.
> 
> I suspect the issue is that the system monitor is a favorite and thus it is
> ranked higher, or at least it gets a boost. Though the code doesn't seem to
> have changed in that regard from Plasma 5.27.

system monitor is not involved in my description, but indeed konsole and
discover are favourites and get ranked higher than gnome-abrt when querying
"pro"

-- 
You are receiving this mail because:
You are watching all bug changes.

[krunner] [Bug 478087] Poor ranking of search results

2023-12-26 Thread Alessandro Astone
https://bugs.kde.org/show_bug.cgi?id=478087

--- Comment #10 from Alessandro Astone  ---
Created attachment 164459
  --> https://bugs.kde.org/attachment.cgi?id=164459=edit
kickoff favourites

-- 
You are receiving this mail because:
You are watching all bug changes.

[krunner] [Bug 478087] Poor ranking of search results

2023-12-26 Thread Alessandro Astone
https://bugs.kde.org/show_bug.cgi?id=478087

Alessandro Astone  changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Ever confirmed|0   |1
 Resolution|FIXED   |---

--- Comment #7 from Alessandro Astone  ---
I get the same behaviour with beta 2, on an old user as well as on a fresh user

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 476602] Gstreamer's pipewiresrc capturing from XDG screencast portal produces a black screen on Wayland

2023-12-15 Thread Alessandro Astone
https://bugs.kde.org/show_bug.cgi?id=476602

--- Comment #11 from Alessandro Astone  ---
(In reply to kodatarule from comment #10)
> Just a quick question, will the fix also be in plasma 6 beta 2 ?

It is already in beta 1.
But there are new issues with screen sharing:
https://bugs.kde.org/show_bug.cgi?id=478309

-- 
You are receiving this mail because:
You are watching all bug changes.

[KPipeWire] [Bug 478223] Window previews and window screen sharing are flipped vertically

2023-12-07 Thread Alessandro Astone
https://bugs.kde.org/show_bug.cgi?id=478223

--- Comment #1 from Alessandro Astone  ---
@Nate this is definitely in the kwin wayland backend/screencast plugin, that's
why i assigned it to kwin. Unfortunately there's no component in the list that
expresses that...

But whatever can get the right people to look into it works, i suppose.

See also: https://invent.kde.org/plasma/kwin/-/merge_requests/3611

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 478223] New: Window previews and window screen sharing are flipped vertically

2023-12-07 Thread Alessandro Astone
https://bugs.kde.org/show_bug.cgi?id=478223

Bug ID: 478223
   Summary: Window previews and window screen sharing are flipped
vertically
Classification: Plasma
   Product: kwin
   Version: 5.90.0
  Platform: Fedora RPMs
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: wayland-generic
  Assignee: kwin-bugs-n...@kde.org
  Reporter: ales.ast...@gmail.com
  Target Milestone: ---

When running Plasma 6 beta in KVM with Virtio video and no 3d acceleration the
window previews in the taskbar are mirrored vertically, and likewise sharing
window contents with pipewire is also mirrored vertically


STEPS TO REPRODUCE
Create a KVM with
```

  

  
  

```


SOFTWARE/OS VERSIONS
Windows: 
macOS: 
Linux/KDE Plasma: Fedora KDE Rawhide
(available in About System)
KDE Plasma Version: 5.90.0
KDE Frameworks Version: 5.246.0
Qt Version: 6.6.1

ADDITIONAL INFORMATION
This probably affects real hardware too when using llvmpipe or generally
memfd-based pipewire capture.

-- 
You are receiving this mail because:
You are watching all bug changes.

[Welcome Center] [Bug 478138] Installer shortcut in the welcome center for live environments is broken

2023-12-06 Thread Alessandro Astone
https://bugs.kde.org/show_bug.cgi?id=478138

Alessandro Astone  changed:

   What|Removed |Added

 Resolution|--- |FIXED
  Latest Commit||https://invent.kde.org/plas
   ||ma/plasma-welcome/-/commit/
   ||c239efd9b76a358ae4357d4ea6f
   ||aee94a1b4fcd5
 Status|ASSIGNED|RESOLVED

--- Comment #5 from Alessandro Astone  ---
Git commit c239efd9b76a358ae4357d4ea6faee94a1b4fcd5 by Alessandro Astone.
Committed on 06/12/2023 at 13:22.
Pushed by ngraham into branch 'master'.

pages/Live: Use ApplicationInfo for ApplicationIcon

After commit 26cf416d ApplicationIcon expects `application`
to be an ApplicationInfo

M  +4-2src/contents/ui/pages/Live.qml

https://invent.kde.org/plasma/plasma-welcome/-/commit/c239efd9b76a358ae4357d4ea6faee94a1b4fcd5

-- 
You are receiving this mail because:
You are watching all bug changes.

[krunner] [Bug 478087] Poor ranking of search results

2023-12-05 Thread Alessandro Astone
https://bugs.kde.org/show_bug.cgi?id=478087

--- Comment #5 from Alessandro Astone  ---
Created attachment 163901
  --> https://bugs.kde.org/attachment.cgi?id=163901=edit
gnome-abrt desktop file

-- 
You are receiving this mail because:
You are watching all bug changes.

[krunner] [Bug 478087] Poor ranking of search results

2023-12-04 Thread Alessandro Astone
https://bugs.kde.org/show_bug.cgi?id=478087

--- Comment #2 from Alessandro Astone  ---
(In reply to Natalie Clarius from comment #1)
> Can't reproduce the behavior for your case 1 on 5.27; the command match
> showed before the system settings match for me already before.

Weird. On a fresh Fedora install in KVM, and in both my Fedora 39 daily-driver
machines i see the kcm before the command

> The gnome problem reporting thing is an application? I can't find any
> package for it on Arch.

Yes, the binary is /usr/bin/gnome-abrt

-- 
You are receiving this mail because:
You are watching all bug changes.

[krunner] [Bug 478087] New: Poor ranking of search results

2023-12-04 Thread Alessandro Astone
https://bugs.kde.org/show_bug.cgi?id=478087

Bug ID: 478087
   Summary: Poor ranking of search results
Classification: Plasma
   Product: krunner
   Version: 5.90.0
  Platform: Other
OS: Linux
Status: REPORTED
  Keywords: regression
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: plasma-b...@kde.org
  Reporter: ales.ast...@gmail.com
CC: alexander.loh...@gmx.de, natalie_clar...@yahoo.de
  Target Milestone: ---

Example 1:
Search "sddm".
The first result is "Run sddm", the second result is "Login Screen (SDDM) -
Configure Login Manager" (what i wanted)
In Plasma 5.27 this was the other way around.
This is a big deal. Running the `sddm` process could cause issues.

Example 2:
Start typing "pr"... with the intent of launching "Problem Reporting"
(gnome-abrt)
The first result is "Problem Reporting", good.
Add an "o" to spell "pro"...
The first result is "Konsole", the second result is "Discover", the third
result is "Problem Reporting".
In Plasma 5.27 "Problem Reporting" was ranked first, with Discover following
and Konsole further down

I feel like krunner search ranking had improved massively in the recent plasma
versions, and this is a significant step-down.

SOFTWARE/OS VERSIONS
Windows: 
macOS: 
Linux/KDE Plasma: Fedora KDE Rawhide
(available in About System)
KDE Plasma Version: 5.90.0
KDE Frameworks Version: 5.246.0
Qt Version: 6.6.1

ADDITIONAL INFORMATION

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 477338] The default wallpaper setting of a look-and-feel package has no effect

2023-12-04 Thread Alessandro Astone
https://bugs.kde.org/show_bug.cgi?id=477338

Alessandro Astone  changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
 Resolution|--- |FIXED

--- Comment #1 from Alessandro Astone  ---
This works in Beta 1

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 477338] The default wallpaper setting of a look-and-feel package has no effect

2023-12-04 Thread Alessandro Astone
https://bugs.kde.org/show_bug.cgi?id=477338

Alessandro Astone  changed:

   What|Removed |Added

   Version Fixed In||5.90.0

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 476602] Gstreamer's pipewiresrc capturing from XDG screencast portal produces a black screen on Wayland

2023-11-29 Thread Alessandro Astone
https://bugs.kde.org/show_bug.cgi?id=476602

--- Comment #8 from Alessandro Astone  ---
(In reply to dannkunt from comment #7)
> Fixed in plasma 6 or in plasma 5.27.10?

5.27.10, as mentioned in the bug metadata
Also simultaneously fixed in an upcoming nvidia driver bugfix release

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 477338] New: The default wallpaper setting of a look-and-feel package has no effect

2023-11-21 Thread Alessandro Astone
https://bugs.kde.org/show_bug.cgi?id=477338

Bug ID: 477338
   Summary: The default wallpaper setting of a look-and-feel
package has no effect
Classification: Plasma
   Product: plasmashell
   Version: 5.27.80
  Platform: Fedora RPMs
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: Global Theme packages
  Assignee: plasma-b...@kde.org
  Reporter: ales.ast...@gmail.com
CC: plasma-b...@kde.org
  Target Milestone: 1.0

A look-and-feel package may specify its preferred default wallpaper in
./contents/defaults as

[Wallpaper]
Image=

We use this in Fedora to set our default wallpaper, and it used to work until
Plasma 5.27
In Plasma 6 alpha, it doesn't seem to have any effect anymore.

STEPS TO REPRODUCE
1. sed -i -e 's|^Image=.*$|Image=Kite|g'
/usr/share/plasma/look-and-feel/org.kde.breeze.desktop/contents/defaults
2. Select the Breeze look-and-feel, applying the Desktop layout too. 
Or, preferably this is already the default look-and-feel package)
3. Log out
4. Log in

OBSERVED RESULT
The wallpaper is still "Next", both for existing and newly-created users

EXPECTED RESULT
The wallpaper is "Kite"

SOFTWARE/OS VERSIONS
Windows: 
macOS: 
Linux/KDE Plasma: Fedora Rawhide
(available in About System)
KDE Plasma Version: 5.27.80
KDE Frameworks Version: 5.245.0
Qt Version: 6.6.0

ADDITIONAL INFORMATION

-- 
You are receiving this mail because:
You are watching all bug changes.

[layer-shell-qt] [Bug 458889] Parallel-installable Qt5/Qt6 versions of the library

2023-11-21 Thread Alessandro Astone
https://bugs.kde.org/show_bug.cgi?id=458889

Alessandro Astone  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |FIXED

-- 
You are receiving this mail because:
You are watching all bug changes.

[layer-shell-qt] [Bug 458889] Parallel-installable Qt5/Qt6 versions of the library

2023-11-21 Thread Alessandro Astone
https://bugs.kde.org/show_bug.cgi?id=458889

Alessandro Astone  changed:

   What|Removed |Added

   Version Fixed In||5.27.2
 CC||ales.ast...@gmail.com

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 476602] Gstreamer's pipewiresrc capturing from XDG screencast portal produces a black screen on Wayland

2023-11-20 Thread Alessandro Astone
https://bugs.kde.org/show_bug.cgi?id=476602

Alessandro Astone  changed:

   What|Removed |Added

  Component|egl |general

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 476602] Gstreamer's pipewiresrc capturing from XDG screencast portal produces a black screen on Wayland

2023-11-20 Thread Alessandro Astone
https://bugs.kde.org/show_bug.cgi?id=476602

Alessandro Astone  changed:

   What|Removed |Added

   Assignee|plasma-b...@kde.org |kwin-bugs-n...@kde.org
Product|xdg-desktop-portal-kde  |kwin
  Component|general |egl
   Version Fixed In||5.27.10

-- 
You are receiving this mail because:
You are watching all bug changes.

[xdg-desktop-portal-kde] [Bug 476602] Gstreamer's pipewiresrc capturing from XDG screencast portal produces a black screen on Wayland

2023-11-20 Thread Alessandro Astone
https://bugs.kde.org/show_bug.cgi?id=476602

Alessandro Astone  changed:

   What|Removed |Added

 CC||ales.ast...@gmail.com
 Resolution|--- |FIXED
 Status|CONFIRMED   |RESOLVED

-- 
You are receiving this mail because:
You are watching all bug changes.

[Discover] [Bug 476802] "Upgrade to [new distro version]" button text is not strictly speaking accurate

2023-11-10 Thread Alessandro Astone
https://bugs.kde.org/show_bug.cgi?id=476802

--- Comment #2 from Alessandro Astone  ---
To me "Start Upgrade..." still feels like an immediate action. Also you lose
the Name - Version information, but i suppose that could become part of the
banner text instead

(Currently the button says Upgrade to Fedora Linux 39)

-- 
You are receiving this mail because:
You are watching all bug changes.

[Discover] [Bug 466671] Discover is very slow to fetch updates

2023-11-06 Thread Alessandro Astone
https://bugs.kde.org/show_bug.cgi?id=466671

--- Comment #7 from Alessandro Astone  ---
This is fixed in Fedora 39 as a day-1 update

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 476600] Selecting files in klipper does not make them available to xdg-desktop-portal

2023-11-05 Thread Alessandro Astone
https://bugs.kde.org/show_bug.cgi?id=476600

Alessandro Astone  changed:

   What|Removed |Added

   Platform|Other   |Fedora RPMs
Version|master  |5.27.8

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 476600] New: Selecting files in klipper does not make them available to xdg-desktop-portal

2023-11-05 Thread Alessandro Astone
https://bugs.kde.org/show_bug.cgi?id=476600

Bug ID: 476600
   Summary: Selecting files in klipper does not make them
available to xdg-desktop-portal
Classification: Plasma
   Product: plasmashell
   Version: master
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: Clipboard
  Assignee: plasma-b...@kde.org
  Reporter: ales.ast...@gmail.com
  Target Milestone: 1.0

When I copy a file in Dolphin it gets "application/vnd.portal.filetransfer" as
a possible mime type, and the file is indeed available to be pasted in
Flatpaks. When selecting the same file, or an older file, in the klipper
history it does not get the same mime type and cannot be pasted in Flatpaks.


STEPS TO REPRODUCE
1. Copy an image file
2. Open the clipboard applet
3. Click the top most entry, that should be the image you just copied
4. CTRL+V in Telegram Desktop

OBSERVED RESULT
Telegram shows the "Send an image" dialog

EXPECTED RESULT
Telegram shows a Toast saying "File /home/foo/bar.jpg is empty and can't be
sent"

SOFTWARE/OS VERSIONS
Windows: 
macOS: 
Linux/KDE Plasma: Fedora 39 KDE
(available in About System)
KDE Plasma Version: 5.27.8
KDE Frameworks Version: 5.111.0
Qt Version: 5.15.11

ADDITIONAL INFORMATION
When taking a screenshot with the Spectacle keyboard shortcuts the file path is
copied to the clipboard, but the mime type
"application/vnd.portal.filetransfer" is also missing and the screenshot cannot
be pasted in Flatpaks. This may or may not be the same issue. If not, i will
open the same bug report against spectacle.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 475984] Alt-Tab and Alt-Shift-Tab and Alt-` and Alt-Shift-` set to None - - - cannot change and make changes persist

2023-10-25 Thread Alessandro Astone
https://bugs.kde.org/show_bug.cgi?id=475984

--- Comment #10 from Alessandro Astone  ---
(In reply to raob from comment #9)
> Created attachment 162569 [details]
> attachment-382003-0.html
> 
> I issued the command just as written.  No errors.  I got the message
> "Complete!" at the 
> end of the upgrade.  I then restarted the machine.
> 
> However, this --advisory=FEDORA-2023-e9e9c382d0 did not correct the issue on
> my 
> machine.  Shortcut All Windows Forward is still None and Reverse is also
> still None.
> 
> What happened?
> 
> On Tuesday, October 24, 2023 7:20:34 PM EDT you wrote:
> > https://bugs.kde.org/show_bug.cgi?id=475984
> > 
> > Alessandro Astone  changed:
> > 
> >What|Removed |Added
> > 
> >  Resolution|--- |DOWNSTREAM
> >  Status|REPORTED|RESOLVED
> > 
> > --- Comment #8 from Alessandro Astone  ---
> > Fixed in https://bodhi.fedoraproject.org/updates/FEDORA-2023-e9e9c382d0

>From the website:
> Updates may require up to 24 hours to propagate to mirrors. If the following 
> command doesn't work, please retry later:

In any case, this is Rawhide so it'll be available just as `dnf upgrade` in
some hours/days time

-- 
You are receiving this mail because:
You are watching all bug changes.

[Discover] [Bug 475938] Updates notification appears, but Discover is stuck at "Fetching updates"

2023-10-25 Thread Alessandro Astone
https://bugs.kde.org/show_bug.cgi?id=475938

--- Comment #3 from Alessandro Astone  ---
I think I've see packagekit-dnf getting stuck once before...
In any case these should help
https://bodhi.fedoraproject.org/updates/FEDORA-2023-e2962fcb2a -
https://bodhi.fedoraproject.org/updates/FEDORA-2023-f356f702f4 simply because
they reduce the stuff that needs to be downloaded for a refresh

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 475984] Alt-Tab and Alt-Shift-Tab and Alt-` and Alt-Shift-` set to None - - - cannot change and make changes persist

2023-10-24 Thread Alessandro Astone
https://bugs.kde.org/show_bug.cgi?id=475984

Alessandro Astone  changed:

   What|Removed |Added

 Resolution|--- |DOWNSTREAM
 Status|REPORTED|RESOLVED

--- Comment #8 from Alessandro Astone  ---
Fixed in https://bodhi.fedoraproject.org/updates/FEDORA-2023-e9e9c382d0

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 475984] Alt-Tab and Alt-Shift-Tab and Alt-` and Alt-Shift-` set to None - - - cannot change and make changes persist

2023-10-24 Thread Alessandro Astone
https://bugs.kde.org/show_bug.cgi?id=475984

--- Comment #7 from Alessandro Astone  ---
Nevermind, i can reproduce on X11

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 475984] Alt-Tab and Alt-Shift-Tab and Alt-` and Alt-Shift-` set to None - - - cannot change and make changes persist

2023-10-24 Thread Alessandro Astone
https://bugs.kde.org/show_bug.cgi?id=475984

Alessandro Astone  changed:

   What|Removed |Added

 CC||ales.ast...@gmail.com

--- Comment #6 from Alessandro Astone  ---
Can you try again after updating rawhide?
In the process of getting things ready for Plasma 6 we did go a few days with
some missing dependencies (kglobalacceld would be the one relevant here) but
it's fixed now.
I cannot reproduce on my up-to-date rawhide (as of 24 October 2023)

-- 
You are receiving this mail because:
You are watching all bug changes.

[NeoChat] [Bug 463235] Message queue is jumping during downward scrolling

2023-10-05 Thread Alessandro Astone
https://bugs.kde.org/show_bug.cgi?id=463235

--- Comment #13 from Alessandro Astone  ---
(In reply to James Graham from comment #12)
> That scare me a little for 23.08.1 as I have no idea why. For master I
> managed to swat a bunch of polish loops that were causing a bunch of problems

Well, it was actually fixed for me after upgrading Fedora 38 -> Fedora 39,
where the relevant changes are gear-23.08.1 and kf5.110
So maybe frameworks update helped?

-- 
You are receiving this mail because:
You are watching all bug changes.

[NeoChat] [Bug 463235] Message queue is jumping during downward scrolling

2023-10-05 Thread Alessandro Astone
https://bugs.kde.org/show_bug.cgi?id=463235

--- Comment #10 from Alessandro Astone  ---
(In reply to Alessandro Astone from comment #9)
> This is still happening in "Compact" mode (Configure > Appearance > General
> theme). It is pretty unusable.
> "Bubbles" mode works fine.

Seems to be fixed in Gear 23.08.1?

-- 
You are receiving this mail because:
You are watching all bug changes.

[Discover] [Bug 466671] Discover is very slow to fetch updates

2023-10-01 Thread Alessandro Astone
https://bugs.kde.org/show_bug.cgi?id=466671

Alessandro Astone  changed:

   What|Removed |Added

 Resolution|--- |UPSTREAM
 CC||ales.ast...@gmail.com
 Status|CONFIRMED   |RESOLVED

--- Comment #5 from Alessandro Astone  ---
`pkcon refresh` takes less than a second because it does nothing in Fedora.
That is, unfortunately, intended.
We have to use of `force` (or `--cache-age 1`) to actually download the new
metadata:
https://src.fedoraproject.org/rpms/plasma-discover/blob/rawhide/f/discover-5.21.4-pk_refresh_force.patch

But improvements are coming:
 - https://github.com/rpm-software-management/libdnf/pull/1626
 - https://github.com/PackageKit/PackageKit/pull/678
 - https://invent.kde.org/plasma/discover/-/merge_requests/640 -- We need to
use `--cache-age 1` instead of `force` to make use of the other upstream
improvements

With that it'll only be a bit slower than `dnf makecache`

-- 
You are receiving this mail because:
You are watching all bug changes.

[NeoChat] [Bug 463235] Message queue is jumping during downward scrolling

2023-09-26 Thread Alessandro Astone
https://bugs.kde.org/show_bug.cgi?id=463235

Alessandro Astone  changed:

   What|Removed |Added

 CC||ales.ast...@gmail.com

--- Comment #9 from Alessandro Astone  ---
This is still happening in "Compact" mode (Configure > Appearance > General
theme). It is pretty unusable.
"Bubbles" mode works fine.

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 469016] Plasma panel visually (but not functionally) freezing on Wayland with Basic render loop and Non-Intel GPU when Task Manager previews are turned on

2023-09-19 Thread Alessandro Astone
https://bugs.kde.org/show_bug.cgi?id=469016

--- Comment #72 from Alessandro Astone  ---
Threaded renderer works
GTX 1080 Ti
Proprietary NVIDIA driver
2 screens, mixed refresh rate


pallaswept: you need to reboot or logout for the change to apply (on
systemdBoot=true `systemctl --user restart plasmashell` should be enough)

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 469016] Plasma panel visually (but not functionally) freezing on Wayland with Non-Intel GPU when Task Manager previews are turned on

2023-09-19 Thread Alessandro Astone
https://bugs.kde.org/show_bug.cgi?id=469016

--- Comment #66 from Alessandro Astone  ---
(In reply to Nate Graham from comment #63)
> Another thing to check is whether switching to the Threaded render loop in
> the Plasma Renderer settings fixes the issue. You'll have to find it by
> searching for "plasma renderer" in KRunner or Kickoff. Try switching to the
> Threaded Render Loop and rebooting and see if that fixes it as well. If so,
> then it should be fixed in Plasma 6 for you, as Threaded is once again the
> default in Plasma 6 after the bugs affecting it in Plasma 5 were fixed.

It is indeed not reproducible with the threaded renderer.
That is probably why this was initially identified as an nvidia-only issue
where the basic loop is the default, then some isolated cases popped up of
people using the basic loop on other gpus.

What i don't understand from your message is if the threaded renderer is now
(as of Qt5.15.10 / Plasma5.27.8) usable in Plasma 5

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 474181] Plasma panel visually (but not functionally) freezing with Wayland+AMD GPU

2023-09-06 Thread Alessandro Astone
https://bugs.kde.org/show_bug.cgi?id=474181

Alessandro Astone  changed:

   What|Removed |Added

 CC||ales.ast...@gmail.com

--- Comment #6 from Alessandro Astone  ---
(In reply to Nate Graham from comment #5)
> Thanks. The symptoms seem to be the same as in Bug 469016, but that one says
> it's specific to NVIDIA GPUs. Maybe there's a codepath here that affects AMD
> GPUs.

Well, does this bug also happen only if "Show small window previews when
hovering over Tasks" is enabled in the Icons-only Task Manager Settings?

That's the main takeaway from the other bug

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 469016] Plasma panel visually (but not functionally) freezing with Wayland+Nvidia

2023-09-03 Thread Alessandro Astone
https://bugs.kde.org/show_bug.cgi?id=469016

Alessandro Astone  changed:

   What|Removed |Added

 CC||ales.ast...@gmail.com

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasma-nm] [Bug 473992] WireGuard connection fails to disconnect if "!" is in the name

2023-09-01 Thread Alessandro Astone
https://bugs.kde.org/show_bug.cgi?id=473992

--- Comment #1 from Alessandro Astone  ---
>From DBus org.freedesktop.NetworkManager i gather that the name actually gets
changed to replace "!" with "_".

Invoking org.freedesktop.NetworkManager.Device::Disconnect on the connection
works, but after that plasma-nm fails to reconnect to it with "Failed to find a
compatible device for this connection". This does not happen if the connection
name does not include "!"

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasma-nm] [Bug 473992] New: WireGuard connection fails to disconnect if "!" is in the name

2023-08-31 Thread Alessandro Astone
https://bugs.kde.org/show_bug.cgi?id=473992

Bug ID: 473992
   Summary: WireGuard connection fails to disconnect if "!" is in
the name
Classification: Plasma
   Product: plasma-nm
   Version: unspecified
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: plasma-b...@kde.org
  Reporter: ales.ast...@gmail.com
  Target Milestone: ---

SUMMARY
WireGuard connection fails to disconnect if "!" is in the name


STEPS TO REPRODUCE
1. Rename a WireGuard connection to include "!" in the name
2. Connect, verify that it works
3. Disconnect

OBSERVED RESULT
It does not disconnect

EXPECTED RESULT
It disconnects

SOFTWARE/OS VERSIONS
Windows: 
macOS: 
Linux/KDE Plasma: Fedora 38 KDE
(available in About System)
KDE Plasma Version: 5.27.7
KDE Frameworks Version: 5.109.0
Qt Version: 5.15.10

ADDITIONAL INFORMATION

-- 
You are receiving this mail because:
You are watching all bug changes.

[Haruna] [Bug 469821] No volume OSD when opening a file directly

2023-06-06 Thread Alessandro Astone
https://bugs.kde.org/show_bug.cgi?id=469821

--- Comment #6 from Alessandro Astone  ---
(In reply to Alessandro Astone from comment #5)
> Actually now the bug is the opposite, the OSD is only shown if starting
> Haruna with a video argument.
> 
> Probably caused by this early return:
> https://invent.kde.org/multimedia/haruna/-/commit/
> 43b5dc346c045dedf6d95d90b5a9685d06e089ab#3db4d05674a50f44220d06a3f75b8267daf0
> 1b10_59_58

Aaand that's already fixed:
https://invent.kde.org/multimedia/haruna/-/commit/a09ee1bf2347b6e1152ef8508d7f952766fbbb9c
Unfortunately not in 0.11.1

-- 
You are receiving this mail because:
You are watching all bug changes.

[Haruna] [Bug 469821] No volume OSD when opening a file directly

2023-06-06 Thread Alessandro Astone
https://bugs.kde.org/show_bug.cgi?id=469821

--- Comment #5 from Alessandro Astone  ---
Actually now the bug is the opposite, the OSD is only shown if starting Haruna
with a video argument.

Probably caused by this early return:
https://invent.kde.org/multimedia/haruna/-/commit/43b5dc346c045dedf6d95d90b5a9685d06e089ab#3db4d05674a50f44220d06a3f75b8267daf01b10_59_58

-- 
You are receiving this mail because:
You are watching all bug changes.

[Haruna] [Bug 470706] OSD not showing when Haruna is started with a video argument

2023-06-06 Thread Alessandro Astone
https://bugs.kde.org/show_bug.cgi?id=470706

Alessandro Astone  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|REPORTED|RESOLVED

--- Comment #1 from Alessandro Astone  ---


*** This bug has been marked as a duplicate of bug 469821 ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[Haruna] [Bug 469821] No volume OSD when opening a file directly

2023-06-06 Thread Alessandro Astone
https://bugs.kde.org/show_bug.cgi?id=469821

Alessandro Astone  changed:

   What|Removed |Added

 CC||ales.ast...@gmail.com

--- Comment #4 from Alessandro Astone  ---
*** Bug 470706 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[Haruna] [Bug 470706] New: OSD not showing when Haruna is started with a video argument

2023-06-06 Thread Alessandro Astone
https://bugs.kde.org/show_bug.cgi?id=470706

Bug ID: 470706
   Summary: OSD not showing when Haruna is started with a video
argument
Classification: Applications
   Product: Haruna
   Version: 0.11.0
  Platform: Fedora RPMs
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: generic
  Assignee: georgefb...@gmail.com
  Reporter: ales.ast...@gmail.com
  Target Milestone: ---

SUMMARY
When Haruna is started by supplying a video with xdg-open or with a
command-line argument the OSD is not shown on screen, so the user has no visual
feedback when changing playback speed, zoom, subtitle delay...

STEPS TO REPRODUCE
1. `haruna video.mkv`
2. Increase zoom (Ctrl+`+` shortcut)

OBSERVED RESULT
No OSD message is shown

EXPECTED RESULT
"Zoom 0.10" is shown in the OSD, like it is when Haruna is launched without a
video.

SOFTWARE/OS VERSIONS
Windows: 
macOS: 
Linux/KDE Plasma: Fedora KDE
(available in About System)
KDE Plasma Version: 5.27.5
KDE Frameworks Version: 5.106.0
Qt Version: 5.15.9

ADDITIONAL INFORMATION

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 467179] window title is blurry with fractional scaling and specific circumstances

2023-04-21 Thread Alessandro Astone
https://bugs.kde.org/show_bug.cgi?id=467179

--- Comment #2 from Alessandro Astone  ---
Some new findings...
The blurriness varies when resizing the window width.
The moues cursor outline (breeze light theme) is also blurry when hovering the
window titlebars.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 468656] New: Duplicate mouse cursor left-over in the second monitor

2023-04-18 Thread Alessandro Astone
https://bugs.kde.org/show_bug.cgi?id=468656

Bug ID: 468656
   Summary: Duplicate mouse cursor left-over in the second monitor
Classification: Plasma
   Product: kwin
   Version: 5.27.4
  Platform: Fedora RPMs
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: wayland-generic
  Assignee: kwin-bugs-n...@kde.org
  Reporter: ales.ast...@gmail.com
  Target Milestone: ---

Created attachment 158191
  --> https://bugs.kde.org/attachment.cgi?id=158191=edit
video of the bug

SUMMARY
When nothing is causing a monitor to refresh its contents, it might happen that
the last drawn frame includes the mouse cursor even after it has crossed over
to a different monitor.
Video capture in the attachments.

STEPS TO REPRODUCE
1. Set a low polling rate on the mouse, if possible. I can reproduce on the
default 125Hz
2. Close all windows on monitor A
3. Move the mouse quickly from monitor A to monitor B

OBSERVED RESULT
Monitor A still shows a mouse cursor although I'm moving the cursor in monitor
B

EXPECTED RESULT
Monitor A shows no cursor

SOFTWARE/OS VERSIONS
Windows: 
macOS: 
Linux/KDE Plasma: Fedora 37 KDE
(available in About System)
KDE Plasma Version: 5.27.4
KDE Frameworks Version: 5.104.0
Qt Version: 5.15.8

ADDITIONAL INFORMATION
Wayland on nvidia

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-plasma] [Bug 463272] Gap between panel and tooltips of the task manager

2023-04-03 Thread Alessandro Astone
https://bugs.kde.org/show_bug.cgi?id=463272

--- Comment #5 from Alessandro Astone  ---
Note that, as i wrote in my duplicate bug, instead of a gap you might get that
the tooltip overlaps the panel

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 468058] New: Incorrect placement of the window preview popup

2023-04-02 Thread Alessandro Astone
https://bugs.kde.org/show_bug.cgi?id=468058

Bug ID: 468058
   Summary: Incorrect placement of the window preview popup
Classification: Plasma
   Product: plasmashell
   Version: master
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: Task Manager and Icons-Only Task Manager
  Assignee: plasma-b...@kde.org
  Reporter: ales.ast...@gmail.com
  Target Milestone: 1.0

SUMMARY
When hovering over the task manager, the window preview popup may randomly
spawn too high, leaving a space between the panel and the popup, or too low,
covering the panel and the task manager itself.
This requires that one of the windows has media player controls and one does
not.

STEPS TO REPRODUCE
1. Open firefox and reproduce a video
2. Open any other window
3. Hover over the two icons in the Task Manager, alternating

OBSERVED RESULT
The window preview popup may spawn too high or too low with respect to the
panel

EXPECTED RESULT
The window preview always spawns adjacent to the panel, or at least never
covers the panel

SOFTWARE/OS VERSIONS
Windows: 
macOS: 
Linux/KDE Plasma: Fedora 37 KDE
(available in About System)
KDE Plasma Version: 5.27.3
KDE Frameworks Version: 5.104.0
Qt Version: 5.15.8

ADDITIONAL INFORMATION

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 468055] New: Tiny cursor in fullscreen windows with less than 150% scaling

2023-04-02 Thread Alessandro Astone
https://bugs.kde.org/show_bug.cgi?id=468055

Bug ID: 468055
   Summary: Tiny cursor in fullscreen windows with less than 150%
scaling
Classification: Plasma
   Product: kwin
   Version: 5.27.3
  Platform: Fedora RPMs
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: wayland-generic
  Assignee: kwin-bugs-n...@kde.org
  Reporter: ales.ast...@gmail.com
  Target Milestone: ---

SUMMARY
When the cursor is not moving over a fullscreen window it is drawn very small,
if the display scale is less than 150% 
While moving the cursor, it is drawn at its normal size instead.
This does not happen over fullscreen XWayland windows.

STEPS TO REPRODUCE
1. Set 125% display scaling
2. Fullscreen a video player in Firefox

OBSERVED RESULT
Tiny cursor

EXPECTED RESULT
Normal cursor

SOFTWARE/OS VERSIONS
Windows: 
macOS: 
Linux/KDE Plasma: Fedora 37 KDE
(available in About System)
KDE Plasma Version: 5.27.3
KDE Frameworks Version: 5.104.0
Qt Version: 5.15.8

ADDITIONAL INFORMATION

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 467179] window title is blurry with fractional scaling and specific circumstances

2023-03-10 Thread Alessandro Astone
https://bugs.kde.org/show_bug.cgi?id=467179

--- Comment #1 from Alessandro Astone  ---
Some windows have a blurry title even with the default "Medium" button size,
not sure what is the discriminator here...

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 467179] New: window title is blurry with fractional scaling and specific circumstances

2023-03-10 Thread Alessandro Astone
https://bugs.kde.org/show_bug.cgi?id=467179

Bug ID: 467179
   Summary: window title is blurry with fractional scaling and
specific circumstances
Classification: Plasma
   Product: kwin
   Version: 5.27.2
  Platform: Fedora RPMs
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: decorations
  Assignee: kwin-bugs-n...@kde.org
  Reporter: ales.ast...@gmail.com
  Target Milestone: ---

Created attachment 157179
  --> https://bugs.kde.org/attachment.cgi?id=157179=edit
window title blurryness vs other fonts

With a fractional scaling factor the window title is blurry when using Breeze
decorations with Large buttons

STEPS TO REPRODUCE
1. Set display scale to 125%
2. Choose Breeze window decorations
3. Configure Breeze window decorations with "Large" buttons

OBSERVED RESULT
Blurry window title

EXPECTED RESULT
Sharp(er) window title

SOFTWARE/OS VERSIONS
Windows: 
macOS: 
Linux/KDE Plasma: Fedora 37 KDE
(available in About System)
KDE Plasma Version: 5.27.2
KDE Frameworks Version: 5.103.0
Qt Version: 5.15.8

ADDITIONAL INFORMATION

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 465456] kwin_wayland often crashed when used as the sddm Wayland compositor and logging out of Plasma resulting in a black screen

2023-02-22 Thread Alessandro Astone
https://bugs.kde.org/show_bug.cgi?id=465456

--- Comment #2 from Alessandro Astone  ---
Perhaps the same change as here should be applied
https://invent.kde.org/plasma/kwin/-/commit/8386a8bb666891d92539a52375157e2c5b6987a2

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 465456] kwin_wayland often crashed when used as the sddm Wayland compositor and logging out of Plasma resulting in a black screen

2023-02-22 Thread Alessandro Astone
https://bugs.kde.org/show_bug.cgi?id=465456

Alessandro Astone  changed:

   What|Removed |Added

 CC||ales.ast...@gmail.com

--- Comment #1 from Alessandro Astone  ---
The stacktrace points to
https://invent.kde.org/plasma/kwin/-/blob/v5.27.1/src/backends/libinput/connection.cpp#L376

Indeed this is reproducible 100% of the times by just continuously moving the
mouse after clicking logout. And never happens when keeping the mouse still.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 466092] New: Context menu in firefox is one pixel too small and becomes scrollable

2023-02-19 Thread Alessandro Astone
https://bugs.kde.org/show_bug.cgi?id=466092

Bug ID: 466092
   Summary: Context menu in firefox is one pixel too small and
becomes scrollable
Classification: Plasma
   Product: kwin
   Version: 5.27.0
  Platform: Fedora RPMs
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: wayland-generic
  Assignee: kwin-bugs-n...@kde.org
  Reporter: ales.ast...@gmail.com
  Target Milestone: ---

Created attachment 156496
  --> https://bugs.kde.org/attachment.cgi?id=156496=edit
Context menu scrollable

SUMMARY
In wayland, when right clicking firefox's titlebar with the cursor positioned
at the very top pixel row of the screen, the context menu is 1 (maybe more?)
pixel too small, causing it to be scrollable.
If this was the first time you open the context menu after launching firefox,
it is instead only big enough for 3 entries.

STEPS TO REPRODUCE
1. Disable kwin's titlebar in firefox: Customize toolbar > untick 'Title bar'
2. Maximize firefox
3. Move cursor to the top edge of the screen
4. Right click

OBSERVED RESULT
[See attachment]
The last entry in the context menu is chopped off and a "scroll down" arrow is
shown

EXPECTED RESULT
The context menu is made big enough to not need scrolling, just like it opens
when the cursor is not exactly at the top screen edge

SOFTWARE/OS VERSIONS
Windows: 
macOS: 
Linux/KDE Plasma: Fedora 37 KDE
(available in About System)
KDE Plasma Version: 5.27.0
KDE Frameworks Version: 5.103
Qt Version: 5.15.8

ADDITIONAL INFORMATION
Display scaling, fractional or not, does not make a difference.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 449105] Dragging a window that was opened maximized moves the mouse cursor to the top left corner of the window

2023-02-18 Thread Alessandro Astone
https://bugs.kde.org/show_bug.cgi?id=449105

Alessandro Astone  changed:

   What|Removed |Added

 CC||ales.ast...@gmail.com

--- Comment #14 from Alessandro Astone  ---
After living a long time with this bug assuming it'd eventually be fixed I
finally decided to take look it up on the bug tracker... and to my surprise it
does not have a lot of attention?
It's been happening forever on all my machines, where display scaling, gtk vs
qt, multiple monitors vs single monitor, all don't matter. I can assume
everyone is affected.
Super annoying. I would argue this a 15-minute bug.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 461911] Mouse cursor can go 1 pixel beyond screen edges

2023-02-18 Thread Alessandro Astone
https://bugs.kde.org/show_bug.cgi?id=461911

Alessandro Astone  changed:

   What|Removed |Added

 CC||ales.ast...@gmail.com

--- Comment #10 from Alessandro Astone  ---
Can reproduce on Wayland with default 100% scaling. It happens on the right and
bottom edges.
Plasma 5.27.0

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 461601] plasmashell occasionally crashes on login

2022-11-29 Thread Alessandro Astone
https://bugs.kde.org/show_bug.cgi?id=461601

--- Comment #6 from Alessandro Astone  ---
Just a guess, but this looks very possibly related:
https://invent.kde.org/plasma/plasma-workspace/-/commit/0fff87982b7164a442b549509fa9fa792007880a

Unfortunately I see it's being reverted
https://invent.kde.org/plasma/plasma-workspace/-/merge_requests/2380/commits

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-plasma] [Bug 461682] Some plasma elements are drawn way too big after upgrade to Frameworks 5.100

2022-11-29 Thread Alessandro Astone
https://bugs.kde.org/show_bug.cgi?id=461682

--- Comment #15 from Alessandro Astone  ---
So, I just realized I don't see the issue anymore and i'm still on Frameworks
5.100.0 (no backports either)
Mmh...?

I'm now on Fedora 37 but I'm not sure if it was fixed in the 36->37 upgrade or
when.

Also, the supposedly fixing commit mentions fractional scaling but none of the
reporters here were using any scaling?

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-plasma] [Bug 461682] Some plasma elements are drawn way too big after upgrade to Frameworks 5.100

2022-11-14 Thread Alessandro Astone
https://bugs.kde.org/show_bug.cgi?id=461682

--- Comment #6 from Alessandro Astone  ---
Missed one part of the question:
My global scale is 100%

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-plasma] [Bug 461682] Some plasma elements are drawn way too big after upgrade to Frameworks 5.100

2022-11-14 Thread Alessandro Astone
https://bugs.kde.org/show_bug.cgi?id=461682

--- Comment #5 from Alessandro Astone  ---
PLASMA_USE_QT_SCALE is unset.
Quickly tried setting it, saw no changes

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-plasma] [Bug 461682] Some plasma elements are drawn way too big after upgrade to Frameworks 5.100

2022-11-14 Thread Alessandro Astone
https://bugs.kde.org/show_bug.cgi?id=461682

--- Comment #3 from Alessandro Astone  ---
`rm ~/.cache/*plasma* ;; plasmashell --replace` doesn't help.
Not even `rm -rf` to include directories or reboot.

If I log into the Wayland session though, that one looks normal. Of course when
I log back into the X11 session it's still broken.

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 461682] Some plasma elements are drawn way too big

2022-11-10 Thread Alessandro Astone
https://bugs.kde.org/show_bug.cgi?id=461682

--- Comment #1 from Alessandro Astone  ---
Created attachment 153657
  --> https://bugs.kde.org/attachment.cgi?id=153657=edit
Icon-only Task Manager applet

-- 
You are receiving this mail because:
You are watching all bug changes.

  1   2   >