[frameworks-kirigami] [Bug 482753] PlaceholderMessage isn't accessible (eg: using a screen reader)

2024-06-03 Thread Aleix Pol
https://bugs.kde.org/show_bug.cgi?id=482753

Aleix Pol  changed:

   What|Removed |Added

  Latest Commit|https://invent.kde.org/fram |https://invent.kde.org/fram
   |eworks/kirigami/-/commit/a1 |eworks/kirigami/-/commit/4f
   |33a5ca6fe718ef033ce22b7a566 |add6c1e7425140abd52b9bda956
   |a257966c6ae |dfc8adcb0b9
 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED

--- Comment #9 from Aleix Pol  ---
Git commit 4fadd6c1e7425140abd52b9bda956dfc8adcb0b9 by Aleix Pol Gonzalez, on
behalf of Aleix Pol.
Committed on 03/06/2024 at 21:33.
Pushed by apol into branch 'master'.

PlaceholderMessage: Announce the text and description to a11y

When a placeholder appears, announce its message. It's important so that
the placeholder doesn't go unnoticed to our a11y system.

Depends on:
https://codereview.qt-project.org/c/qt/qtdeclarative/+/562107

M  +15   -0src/controls/PlaceholderMessage.qml

https://invent.kde.org/frameworks/kirigami/-/commit/4fadd6c1e7425140abd52b9bda956dfc8adcb0b9

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

[kdeconnect] [Bug 485829] "Virtual Display" button doesn't work, if krfb / krdc are not installed

2024-05-30 Thread Aleix Pol
https://bugs.kde.org/show_bug.cgi?id=485829

Aleix Pol  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
  Latest Commit||https://invent.kde.org/netw
   ||ork/kdeconnect-kde/-/commit
   ||/b24d6298027fa0b94c61f2c27e
   ||cf955a5123d3fc
 Resolution|--- |FIXED

--- Comment #5 from Aleix Pol  ---
Git commit b24d6298027fa0b94c61f2c27ecf955a5123d3fc by Aleix Pol Gonzalez, on
behalf of Fabian Arndt.
Committed on 30/05/2024 at 23:13.
Pushed by apol into branch 'master'.

virtualmonitor: implemented capabilities check

## Summary

Currently, the plugin just fails silently if the local device is missing the
`krfb` package or if the remote device misses an `vnc://` protocol/scheme
handler. You click the button and nothing happens.

One issue is, that the plugin is considered `virtualmonitor.available` in the
`DeviceDelegate.qml`, even if the check for `krfb-virtualmonitor` fails and no
dbus-path is provided. I investigated the behavior a bit, but ignored it in the
end as this MR benefits from being shown for device constellations that _could_
provide this feature.

A warning is shown with brief instructions, how to get the plugin working
correctly.

- Check if krfb-virtualmonitor is available locally
- Check default scheme handler for vnc:// on device (Linux)
- Show warnings / reasons, if no connection could be established


## Test Plan

Regarding if the devices have mentioned packages installed, we should see
different behaviors.

If the remote device has no VNC client, it can not connect to out server. _A
warning should be shown._

If the local device hasn't the `krfb-virtualmonitor` available, the remote
device couldn't connect. _A warning should be shown._

If both problems are present, _both warnings should be shown._


If none of these are present, no warning should be shown and we should try to
establish a connection.


The connection attempts failed? _A warning should be shown._

M  +0-1declarativeplugin/qml/PluginChecker.qml
M  +29   -7plasmoid/package/contents/ui/DeviceDelegate.qml
M  +4-0plugins/virtualmonitor/kdeconnect_virtualmonitor.json
M  +61   -1plugins/virtualmonitor/virtualmonitorplugin.cpp
M  +25   -0plugins/virtualmonitor/virtualmonitorplugin.h

https://invent.kde.org/network/kdeconnect-kde/-/commit/b24d6298027fa0b94c61f2c27ecf955a5123d3fc

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

[frameworks-qqc2-desktop-style] [Bug 486041] ToolButtons don't render a decoration when they have Tab focus

2024-05-27 Thread Aleix Pol
https://bugs.kde.org/show_bug.cgi?id=486041

Aleix Pol  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED
  Latest Commit||https://invent.kde.org/fram
   ||eworks/qqc2-desktop-style/-
   ||/commit/c6006ca5d16e6374a3c
   ||5a03da380f03e590442c4

--- Comment #2 from Aleix Pol  ---
Git commit c6006ca5d16e6374a3c5a03da380f03e590442c4 by Aleix Pol.
Committed on 26/05/2024 at 00:58.
Pushed by apol into branch 'master'.

Fix rendering the focus of our items

Due to a Qt bug, we cannot rely on QQuickControl::focusReasonChanged to
notify us when our focus reason changes.
https://bugreports.qt.io/browse/QTBUG-125725

Instead, check which is the focus reason changes. I suggest we ifdef it
out once we find a good fix.

M  +2-0plugin/kquickstyleitem.cpp

https://invent.kde.org/frameworks/qqc2-desktop-style/-/commit/c6006ca5d16e6374a3c5a03da380f03e590442c4

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

[Qt/KDE Flatpak Runtime] [Bug 487615] QtMultimedia ABI was broken in 6.7 runtime

2024-05-27 Thread Aleix Pol
https://bugs.kde.org/show_bug.cgi?id=487615

--- Comment #1 from Aleix Pol  ---
Interesting. Can you report this to Qt? Or you think we did something wrong in
the runtime?

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

[Discover] [Bug 482518] Discover Mislabels Apps that Are no Longer on Flathub as Not Installed when they are still Installed

2024-05-19 Thread Aleix Pol
https://bugs.kde.org/show_bug.cgi?id=482518

Aleix Pol  changed:

   What|Removed |Added

  Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas
   |ma/discover/-/commit/7baeae |ma/discover/-/commit/a30260
   |aa053e3be316c69662b95747698 |25cc3d8e88fe67fa3797491e60a
   |ae08d55 |4b79b8d

--- Comment #12 from Aleix Pol  ---
Git commit a3026025cc3d8e88fe67fa3797491e60a4b79b8d by Aleix Pol Gonzalez, on
behalf of Aleix Pol.
Committed on 20/05/2024 at 01:07.
Pushed by apol into branch 'Plasma/6.0'.

flatpak: Check specifically installed files when looking up installed ones

(cherry picked from commit 7baeaeaa053e3be316c69662b95747698ae08d55)

M  +53   -1libdiscover/backends/FlatpakBackend/FlatpakBackend.cpp
M  +1-1libdiscover/backends/FlatpakBackend/qml/FlatpakRemoveData.qml
M  +3-0libdiscover/backends/FlatpakBackend/tests/CMakeLists.txt
M  +15   -0libdiscover/backends/FlatpakBackend/tests/FlatpakTest.cpp
M  +14   -0libdiscover/utils.h

https://invent.kde.org/plasma/discover/-/commit/a3026025cc3d8e88fe67fa3797491e60a4b79b8d

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

[frameworks-kirigami] [Bug 482753] PlaceholderMessage isn't accessible (eg: using a screen reader)

2024-05-19 Thread Aleix Pol
https://bugs.kde.org/show_bug.cgi?id=482753

Aleix Pol  changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 CC||aleix...@kde.org
 Resolution|FIXED   |---

--- Comment #7 from Aleix Pol  ---
My change exposed it to systems but it still wasn't getting read by Orca. Needs
to be announced explicitly.

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

[Discover] [Bug 402192] Can't run flatpaks from within Discover (packaged using flatpak)

2024-05-08 Thread Aleix Pol
https://bugs.kde.org/show_bug.cgi?id=402192

Aleix Pol  changed:

   What|Removed |Added

 Resolution|--- |UPSTREAM
 Status|CONFIRMED   |RESOLVED

--- Comment #9 from Aleix Pol  ---
It seems like the issue is laying entirely upstream in libflatpak, so will
close as resolved upstream.

That said, I don't think running Discover as a flatpak will be all that
widespread so I don't think it's worth pursuing it right now.

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

[Discover] [Bug 484650] Reboot notification does not disappear when running "pkcon update" manually

2024-05-08 Thread Aleix Pol
https://bugs.kde.org/show_bug.cgi?id=484650

--- Comment #9 from Aleix Pol  ---
It could make sense to see why that's not happening already.
We are already tracking the reboot signal in the notifier, see
PackageKitNotifier.cpp:363.

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

[xdg-desktop-portal-kde] [Bug 486387] Feature to restore window streams doesn't work

2024-05-03 Thread Aleix Pol
https://bugs.kde.org/show_bug.cgi?id=486387

Aleix Pol  changed:

   What|Removed |Added

 Status|REPORTED|CONFIRMED
 Ever confirmed|0   |1

--- Comment #1 from Aleix Pol  ---
Changed the title. It's not that it's restricted, it's that it's just not
working, it used to work.

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

[xdg-desktop-portal-kde] [Bug 486387] Feature to restore window streams doesn't work

2024-05-03 Thread Aleix Pol
https://bugs.kde.org/show_bug.cgi?id=486387

Aleix Pol  changed:

   What|Removed |Added

Summary|Loosen window capture   |Feature to restore window
   |restrictions on Wayland |streams doesn't work

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

[Discover] [Bug 478253] Finished updates disappear, but still occupy space

2024-05-03 Thread Aleix Pol
https://bugs.kde.org/show_bug.cgi?id=478253

Aleix Pol  changed:

   What|Removed |Added

 CC||chronosxyz...@gmail.com

--- Comment #8 from Aleix Pol  ---
*** Bug 485897 has been marked as a duplicate of this bug. ***

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

[Discover] [Bug 485897] Empty gaps in the package list when running update in Updates tab

2024-05-03 Thread Aleix Pol
https://bugs.kde.org/show_bug.cgi?id=485897

Aleix Pol  changed:

   What|Removed |Added

 Resolution|FIXED   |DUPLICATE

--- Comment #2 from Aleix Pol  ---


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

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

[Discover] [Bug 485897] Empty gaps in the package list when running update in Updates tab

2024-05-03 Thread Aleix Pol
https://bugs.kde.org/show_bug.cgi?id=485897

Aleix Pol  changed:

   What|Removed |Added

 Resolution|--- |FIXED
  Latest Commit||05795bf99a84950b4754d0ec334
   ||a8ef300d7bad8
 Status|REPORTED|RESOLVED

--- Comment #1 from Aleix Pol  ---
Will be fixed in the next stable release, was fixed by
05795bf99a84950b4754d0ec334a8ef300d7bad8.

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

[kdeconnect] [Bug 485830] Virtual Monitor plugin sends wrong url, plugin not usable

2024-04-28 Thread Aleix Pol
https://bugs.kde.org/show_bug.cgi?id=485830

Aleix Pol  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|ASSIGNED|RESOLVED
  Latest Commit||https://invent.kde.org/netw
   ||ork/kdeconnect-kde/-/commit
   ||/2716a7a2e6583ead4cc4e9a9a9
   ||efb831dd7b28e7

--- Comment #2 from Aleix Pol  ---
Git commit 2716a7a2e6583ead4cc4e9a9a9efb831dd7b28e7 by Aleix Pol Gonzalez, on
behalf of Fabian Arndt.
Committed on 28/04/2024 at 14:14.
Pushed by apol into branch 'master'.

Fixed virtualmonitorplugin url generation

The current implementation of the plugin is severly broken.

1. The generated URL links to the localhost
2. The port is not set

-

The URL is now generated on the request receiving side, not send in the
request.
This allows finding a valid IP address.

Furthermore, I changed the protocol by splitting it up. This could become
useful, if we ever want to support other rdp protocols/platforms.

Note: This is a breaking change, but the current implementation is not working
at all.. so it does not actually break something.

M  +30   -10   plugins/virtualmonitor/virtualmonitorplugin.cpp

https://invent.kde.org/network/kdeconnect-kde/-/commit/2716a7a2e6583ead4cc4e9a9a9efb831dd7b28e7

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

[kwin] [Bug 486221] New: Client doesn't get the touch off event

2024-04-27 Thread Aleix Pol
https://bugs.kde.org/show_bug.cgi?id=486221

Bug ID: 486221
   Summary: Client doesn't get the touch off event
Classification: Plasma
   Product: kwin
   Version: unspecified
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: effects-overview
  Assignee: kwin-bugs-n...@kde.org
  Reporter: aleix...@kde.org
  Target Milestone: ---

SUMMARY
Plasma gets stuck in a select mode when activating the overview effect with a
3-finger swipe over the desktop.

STEPS TO REPRODUCE
1. 3 finger swipe on top of plasmashell
2. both kwin and plasmashell will react to it.
3. on the overview we can see plasmashell on editing mode.
4. upon interacting again with the shell, it keeps doing the resize business
even though we never requested it.

OBSERVED RESULT


EXPECTED RESULT


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

ADDITIONAL INFORMATION

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

[frameworks-kirigami] [Bug 484279] background color used in settings leads to bad contrast

2024-04-27 Thread Aleix Pol
https://bugs.kde.org/show_bug.cgi?id=484279

--- Comment #5 from Aleix Pol  ---
Why would Discover override something that is not specific to Discover?

This is the relevant code in Discover:
https://invent.kde.org/frameworks/kirigami/-/blob/master/src/controls/SwipeListItem.qml?ref_type=heads#L150

Maybe we shouldn't be using the highlighted text without a highlighted
background I guess.

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

[frameworks-qqc2-desktop-style] [Bug 486041] New: ToolButtons don't render a decoration when they have Tab focus

2024-04-23 Thread Aleix Pol
https://bugs.kde.org/show_bug.cgi?id=486041

Bug ID: 486041
   Summary: ToolButtons don't render a decoration when they have
Tab focus
Classification: Frameworks and Libraries
   Product: frameworks-qqc2-desktop-style
   Version: 6.1.0
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: kdelibs-b...@kde.org
  Reporter: aleix...@kde.org
CC: ahiems...@heimr.nl, k...@davidedmundson.co.uk,
noaha...@gmail.com, notm...@gmail.com
  Target Milestone: ---

If you open any Kirigami app (Kirigami Gallery, Discover) and tab your way
through the UI, at least the toolbuttons on the tool bar won't show a
decoration.

It works on widgets applications with breeze.
It works if I set QT_QUICK_CONTROLS_STYLE=org.kde.breeze.
It doesn't work if I change the QStyle to a different one.

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

[frameworks-kirigami] [Bug 485073] Kirigami.Action doesn't honor KeyNavigation.tab

2024-04-23 Thread Aleix Pol
https://bugs.kde.org/show_bug.cgi?id=485073

--- Comment #8 from Aleix Pol  ---
I'm not sure what you mean. I find these are working.

The work a bit weird, in that they navigate right-to-left, this could maybe be
a bug but tab navigation works.

Also I see that the focus is not very well displayed. Is that what you mean?

How did you test it?

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

[frameworks-kirigami] [Bug 482753] PlaceholderMessage isn't accessible (eg: using a screen reader)

2024-04-23 Thread Aleix Pol
https://bugs.kde.org/show_bug.cgi?id=482753

Aleix Pol  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED
  Latest Commit||https://invent.kde.org/fram
   ||eworks/kirigami/-/commit/a1
   ||33a5ca6fe718ef033ce22b7a566
   ||a257966c6ae

--- Comment #6 from Aleix Pol  ---
Git commit a133a5ca6fe718ef033ce22b7a566a257966c6ae by Aleix Pol.
Committed on 23/04/2024 at 10:12.
Pushed by carlschwan into branch 'master'.

PageRow: Fix parent of Component-based pages

By using a non-graphical item we were leaving the page outside of the scene
and were getting a warning such as:
QML FindDevicesPage: Created graphical object was not placed in the graphics
scene.

This made the pages misregister in the accessibility infrastructure too,
making certain elements not be adequately registered in there.

M  +2-1src/controls/PageRow.qml

https://invent.kde.org/frameworks/kirigami/-/commit/a133a5ca6fe718ef033ce22b7a566a257966c6ae

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

[frameworks-kirigami] [Bug 485073] Kirigami.Action doesn't honor KeyNavigation.tab

2024-04-12 Thread Aleix Pol
https://bugs.kde.org/show_bug.cgi?id=485073

Aleix Pol  changed:

   What|Removed |Added

 CC||aleix...@kde.org

--- Comment #4 from Aleix Pol  ---
Aren't these buttons on a toolbar? If so, the toolbar itself should process the
tab sequence.

Can you provide a higher level explanation of what the problem is from a KDE
Connect perspective? The screenshot of the full app instead of the components
themselves will be useful.

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

[analitza] [Bug 484823] analitza produces libraries with the same name and SONAME for different versions

2024-04-11 Thread Aleix Pol
https://bugs.kde.org/show_bug.cgi?id=484823

Aleix Pol  changed:

   What|Removed |Added

  Latest Commit|https://invent.kde.org/educ |https://invent.kde.org/educ
   |ation/analitza/-/commit/971 |ation/analitza/-/commit/101
   |e7d3cb2b1b697d6240fadeed5e2 |666f88f61fb0419be5c6b39050e
   |d6c5d1edc3  |9f9351b7ab

--- Comment #4 from Aleix Pol  ---
Git commit 101666f88f61fb0419be5c6b39050e9f9351b7ab by Aleix Pol Gonzalez, on
behalf of Aleix Pol.
Committed on 11/04/2024 at 22:30.
Pushed by apol into branch 'release/24.02'.

Bump soversion for the Qt6-based version


(cherry picked from commit 971e7d3cb2b1b697d6240fadeed5e2d6c5d1edc3)

M  +4-4CMakeLists.txt

https://invent.kde.org/education/analitza/-/commit/101666f88f61fb0419be5c6b39050e9f9351b7ab

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

[analitza] [Bug 484823] analitza produces libraries with the same name and SONAME for different versions

2024-04-11 Thread Aleix Pol
https://bugs.kde.org/show_bug.cgi?id=484823

Aleix Pol  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED
  Latest Commit||https://invent.kde.org/educ
   ||ation/analitza/-/commit/971
   ||e7d3cb2b1b697d6240fadeed5e2
   ||d6c5d1edc3

--- Comment #3 from Aleix Pol  ---
Git commit 971e7d3cb2b1b697d6240fadeed5e2d6c5d1edc3 by Aleix Pol Gonzalez, on
behalf of Aleix Pol.
Committed on 11/04/2024 at 17:05.
Pushed by apol into branch 'master'.

Bump soversion for the Qt6-based version

M  +4-4CMakeLists.txt

https://invent.kde.org/education/analitza/-/commit/971e7d3cb2b1b697d6240fadeed5e2d6c5d1edc3

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

[Discover] [Bug 482518] Discover Mislabels Apps that Are no Longer on Flathub as Not Installed when they are still Installed

2024-04-07 Thread Aleix Pol
https://bugs.kde.org/show_bug.cgi?id=482518

Aleix Pol  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|ASSIGNED|RESOLVED
  Latest Commit||https://invent.kde.org/plas
   ||ma/discover/-/commit/7baeae
   ||aa053e3be316c69662b95747698
   ||ae08d55

--- Comment #11 from Aleix Pol  ---
Git commit 7baeaeaa053e3be316c69662b95747698ae08d55 by Aleix Pol Gonzalez, on
behalf of Aleix Pol.
Committed on 07/04/2024 at 17:57.
Pushed by apol into branch 'master'.

flatpak: Check specifically installed files when looking up installed ones

M  +53   -0libdiscover/backends/FlatpakBackend/FlatpakBackend.cpp
M  +1-1libdiscover/backends/FlatpakBackend/qml/FlatpakRemoveData.qml
M  +4-1libdiscover/backends/FlatpakBackend/tests/CMakeLists.txt
M  +15   -0libdiscover/backends/FlatpakBackend/tests/FlatpakTest.cpp
M  +14   -0libdiscover/utils.h

https://invent.kde.org/plasma/discover/-/commit/7baeaeaa053e3be316c69662b95747698ae08d55

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

[xdg-desktop-portal-kde] [Bug 484731] Stuck when launching for a while, file picker randomly stops working.

2024-04-02 Thread Aleix Pol
https://bugs.kde.org/show_bug.cgi?id=484731

--- Comment #1 from Aleix Pol  ---
Can you maybe attach gdb and get a backtrace when it's stuck? it would help get
a better idea of what could be happening.

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

[kate] [Bug 407288] Kate doesn't bring existing session into foreground

2024-03-28 Thread Aleix Pol
https://bugs.kde.org/show_bug.cgi?id=407288

--- Comment #25 from Aleix Pol  ---
This bug is a bit confusing, it's originally for Microsoft Windows but it seems
to have mutated?

On Wayland, if it's not working with Krusader or whatever, we need to have the
application adapted to produce a token that will be handed over.

In the case of Konsole, we are not doing that because konsole (bash?) doesn't
have a way to create this token. We should make Konsole create the environment
variable that communicates the token. As such it's a Konsole bug, not Kate's.

Kate works fine, that's why it works when launched from an app that does the
right thing, like dolphin.

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

[xdg-desktop-portal-kde] [Bug 484525] Global Shortcuts Portal: Binding activated / Binding released events are triggering inconsistently

2024-03-28 Thread Aleix Pol
https://bugs.kde.org/show_bug.cgi?id=484525

--- Comment #1 from Aleix Pol  ---
Can you please provide an implementation that we can test? It would make our
life considerably easier.

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

[Discover] [Bug 473472] Discover crashes in KNSResultsStream::setRequest() when refreshing updates

2024-03-24 Thread Aleix Pol
https://bugs.kde.org/show_bug.cgi?id=473472

Aleix Pol  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/fram
   ||eworks/knewstuff/-/commit/8
   ||e80d1c0f5c1dd888a327b0d9a2c
   ||fcabb0b143ea
 Status|CONFIRMED   |RESOLVED
 Resolution|--- |FIXED

--- Comment #20 from Aleix Pol  ---
Git commit 8e80d1c0f5c1dd888a327b0d9a2cfcabb0b143ea by Aleix Pol.
Committed on 23/03/2024 at 01:34.
Pushed by sitter into branch 'master'.

resultsstream: Delay the entry loading into the event look

Otherwise we fetch them before the client might finish the load before
loadEntries end and d->properties might mutate.

M  +5-1src/core/resultsstream.cpp

https://invent.kde.org/frameworks/knewstuff/-/commit/8e80d1c0f5c1dd888a327b0d9a2cfcabb0b143ea

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

[Discover] [Bug 484275] Warn and confirm installation of Flatpaks with potentially dangerous permissions and when permissions change

2024-03-22 Thread Aleix Pol
https://bugs.kde.org/show_bug.cgi?id=484275

--- Comment #2 from Aleix Pol  ---
Related:
https://gitlab.gnome.org/GNOME/gnome-software/-/merge_requests/1712

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

[Qt/KDE Flatpak Runtime] [Bug 483746] org.kde.Platform 6.6 does not reliably verify SSL certs

2024-03-17 Thread Aleix Pol
https://bugs.kde.org/show_bug.cgi?id=483746

--- Comment #2 from Aleix Pol  ---
Can you maybe reach out to openSUSE about this issue? I am not sure how we can
help you there.

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

[kwin] [Bug 483466] Screenshots and screenshares look green(-ish)

2024-03-13 Thread Aleix Pol
https://bugs.kde.org/show_bug.cgi?id=483466

--- Comment #2 from Aleix Pol  ---
Created attachment 167116
  --> https://bugs.kde.org/attachment.cgi?id=167116=edit
ICC file

Setting this ICC fixes it, unsetting it makes it fail again. Setting it again
it works.

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

[kwin] [Bug 483466] Screenshots and screenshares look green(-ish)

2024-03-13 Thread Aleix Pol
https://bugs.kde.org/show_bug.cgi?id=483466

--- Comment #1 from Aleix Pol  ---
Forgot to mention, this happens on an intel laptop.

EGL client extensions string:
EGL_EXT_platform_base EGL_EXT_device_base EGL_EXT_device_enumeration
EGL_EXT_device_query EGL_KHR_client_get_all_proc_addresses
EGL_EXT_client_extensions EGL_KHR_debug EGL_KHR_platform_x11
EGL_EXT_platform_x11 EGL_EXT_platform_device
EGL_MESA_platform_surfaceless EGL_EXT_explicit_device
EGL_KHR_platform_gbm EGL_MESA_platform_gbm EGL_EXT_platform_wayland
EGL_KHR_platform_wayland EGL_EXT_platform_xcb

GBM platform:
eglinfo: eglInitialize failed

Wayland platform:
EGL API version: 1.5
EGL vendor string: Mesa Project
EGL version string: 1.5
EGL client APIs: OpenGL OpenGL_ES 
EGL extensions string:
EGL_ANDROID_blob_cache EGL_ANDROID_native_fence_sync
EGL_EXT_buffer_age EGL_EXT_create_context_robustness
EGL_EXT_image_dma_buf_import EGL_EXT_image_dma_buf_import_modifiers
EGL_EXT_present_opaque EGL_EXT_swap_buffers_with_damage
EGL_IMG_context_priority EGL_KHR_cl_event2 EGL_KHR_config_attribs
EGL_KHR_context_flush_control EGL_KHR_create_context
EGL_KHR_create_context_no_error EGL_KHR_fence_sync
EGL_KHR_get_all_proc_addresses EGL_KHR_gl_colorspace
EGL_KHR_gl_renderbuffer_image EGL_KHR_gl_texture_2D_image
EGL_KHR_gl_texture_3D_image EGL_KHR_gl_texture_cubemap_image
EGL_KHR_image_base EGL_KHR_no_config_context EGL_KHR_reusable_sync
EGL_KHR_surfaceless_context EGL_KHR_swap_buffers_with_damage
EGL_EXT_pixel_format_float EGL_KHR_wait_sync
EGL_MESA_configless_context EGL_MESA_drm_image
EGL_MESA_image_dma_buf_export EGL_MESA_query_driver
EGL_WL_bind_wayland_display EGL_WL_create_wayland_buffer_from_image
Configurations:
 bf lv colorbuffer dp st  msvis   cav bi  renderable  supported
  id sz  l  r  g  b  a th cl ns bid   eat nd gl es es2 vg surfaces 
-
0x01 32  0 10 10 10  2  0  0  0 0 0x00-- y  y  y win
0x02 32  0 10 10 10  2 16  0  0 0 0x00-- y  y  y win
0x03 32  0 10 10 10  2 24  0  0 0 0x00-- y  y  y win
0x04 32  0 10 10 10  2 24  8  0 0 0x00-- y  y  y win
0x05 32  0 10 10 10  2  0  0  2 1 0x00-- y  y  y win
0x06 32  0 10 10 10  2  0  0  4 1 0x00-- y  y  y win
0x07 32  0 10 10 10  2  0  0  8 1 0x00-- y  y  y win
0x08 32  0 10 10 10  2  0  0 16 1 0x00-- y  y  y win
0x09 32  0 10 10 10  2 16  0  2 1 0x00-- y  y  y win
0x0a 32  0 10 10 10  2 16  0  4 1 0x00-- y  y  y win
0x0b 32  0 10 10 10  2 16  0  8 1 0x00-- y  y  y win
0x0c 32  0 10 10 10  2 16  0 16 1 0x00-- y  y  y win
0x0d 32  0 10 10 10  2 24  0  2 1 0x00-- y  y  y win
0x0e 32  0 10 10 10  2 24  0  4 1 0x00-- y  y  y win
0x0f 32  0 10 10 10  2 24  0  8 1 0x00-- y  y  y win
0x10 32  0 10 10 10  2 24  0 16 1 0x00-- y  y  y win
0x11 32  0 10 10 10  2 24  8  2 1 0x00-- y  y  y win
0x12 32  0 10 10 10  2 24  8  4 1 0x00-- y  y  y win
0x13 32  0 10 10 10  2 24  8  8 1 0x00-- y  y  y win
0x14 32  0 10 10 10  2 24  8 16 1 0x00-- y  y  y win
0x15 30  0 10 10 10  0  0  0  0 0 0x00-- y  y  y win
0x16 30  0 10 10 10  0 16  0  0 0 0x00-- y  y  y win
0x17 30  0 10 10 10  0 24  0  0 0 0x00-- y  y  y win
0x18 30  0 10 10 10  0 24  8  0 0 0x00-- y  y  y win
0x19 30  0 10 10 10  0  0  0  2 1 0x00-- y  y  y win
0x1a 30  0 10 10 10  0  0  0  4 1 0x00-- y  y  y win
0x1b 30  0 10 10 10  0  0  0  8 1 0x00-- y  y  y win
0x1c 30  0 10 10 10  0  0  0 16 1 0x00-- y  y  y win
0x1d 30  0 10 10 10  0 16  0  2 1 0x00-- y  y  y win
0x1e 30  0 10 10 10  0 16  0  4 1 0x00-- y  y  y win
0x1f 30  0 10 10 10  0 16  0  8 1 0x00-- y  y  y win
0x20 30  0 10 10 10  0 16  0 16 1 0x00-- y  y  y win
0x21 30  0 10 10 10  0 24  0  2 1 0x00-- y  y  y win
0x22 30  0 10 10 10  0 24  0  4 1 0x00-- y  y  y win
0x23 30  0 10 10 10  0 24  0  8 1 0x00-- y  y  y win
0x24 30  0 10 10 10  0 24  0 16 1 0x00-- y  y  y win
0x25 30  0 10 10 10  0 24  8  2 1 0x00-- y  y  y win
0x26 30  0 10 10 10  0 24  8  4 1 0x00-- y  y  y win
0x27 30  0 10 10 10  0 24  8  8 1 0x00-- y  y  y win
0x28 30  0 10 10 10  0 24  8 16 1 0x00-- y  y  y win
0x29 32  0  8  8  8  8  0  0  0 0 0x00-- y  y  y win
0x2a 32  0  8  8  8  8 16  0  0 0 0x00-- y  y  y win
0x2b 32  0  8  8  8  8 24  0  0 0 0x00-- y  y  y win
0x2c 32  0  8  8  8  8 24  8  0 0 0x00-- y  y  y win
0x2d 32  0  8  8  8  8  0  0  2 1 0x00-- y  y  y win
0x2e 32  0  8  8  8  8  0  0  4 1 0x00-- y  y  y win
0x2f 32  0

[kwin] [Bug 483466] New: Screenshots and screenshares look green(-ish)

2024-03-13 Thread Aleix Pol
https://bugs.kde.org/show_bug.cgi?id=483466

Bug ID: 483466
   Summary: Screenshots and screenshares look green(-ish)
Classification: Plasma
   Product: kwin
   Version: 6.0.0
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: compositing
  Assignee: kwin-bugs-n...@kde.org
  Reporter: aleix...@kde.org
  Target Milestone: ---

Created attachment 167110
  --> https://bugs.kde.org/attachment.cgi?id=167110=edit
What I'm getting

Since couple of months ago on one of my devices screenshots look green-ish (see
example).

This happens always in screen-based screenshots and screencasts but not on
window-based ones (also both screenshots and screencasts).

This can be reproduced with:
- screenshots: spectacle)
- screencasts: firefox, OBS, recordme

It looks related to the colorimetry handling we are doing. If I comment out
ShaderTrait::TransformColorspace in ScreenShotEffect::blitScreenshot, then it
works as expected.

If I add qDebug() << "f" << (renderTarget.colorDescription() ==
ColorDescription::sRGB);, this says "... true".

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

[Discover] [Bug 481943] Discover does not show available firmware updates when the system is not on AC power

2024-03-08 Thread Aleix Pol
https://bugs.kde.org/show_bug.cgi?id=481943

Aleix Pol  changed:

   What|Removed |Added

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

--- Comment #1 from Aleix Pol  ---
https://github.com/fwupd/fwupd/pull/6856

Seems to be addressed upstream, can you confirm Neal?

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

[Discover] [Bug 482095] Specific search terms causes discover to assert

2024-03-07 Thread Aleix Pol
https://bugs.kde.org/show_bug.cgi?id=482095

Aleix Pol  changed:

   What|Removed |Added

  Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas
   |ma/discover/-/commit/9272fe |ma/discover/-/commit/6e6477
   |b88bf1e29e4d05097637c21f081 |8eb517ed3fbd0ec440f4ed28144
   |cf7775a |3fe268e

--- Comment #11 from Aleix Pol  ---
Git commit 6e64778eb517ed3fbd0ec440f4ed281443fe268e by Aleix Pol Gonzalez, on
behalf of Aleix Pol.
Committed on 06/03/2024 at 23:58.
Pushed by ngraham into branch 'Plasma/6.0'.

kns: Make sure we don't emit twice the same resource

It breaks assumptions in the front-end.


(cherry picked from commit 9272feb88bf1e29e4d05097637c21f081cf7775a)

M  +9-1libdiscover/backends/KNSBackend/KNSBackend.cpp

https://invent.kde.org/plasma/discover/-/commit/6e64778eb517ed3fbd0ec440f4ed281443fe268e

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

[Discover] [Bug 482095] Specific search terms causes discover to assert

2024-03-06 Thread Aleix Pol
https://bugs.kde.org/show_bug.cgi?id=482095

Aleix Pol  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
  Latest Commit||https://invent.kde.org/plas
   ||ma/discover/-/commit/9272fe
   ||b88bf1e29e4d05097637c21f081
   ||cf7775a
 Resolution|--- |FIXED

--- Comment #10 from Aleix Pol  ---
Git commit 9272feb88bf1e29e4d05097637c21f081cf7775a by Aleix Pol.
Committed on 06/03/2024 at 22:01.
Pushed by apol into branch 'master'.

kns: Make sure we don't emit twice the same resource

It breaks assumptions in the front-end.

M  +9-1libdiscover/backends/KNSBackend/KNSBackend.cpp

https://invent.kde.org/plasma/discover/-/commit/9272feb88bf1e29e4d05097637c21f081cf7775a

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

[Discover] [Bug 482095] Specific search terms causes discover to assert

2024-03-06 Thread Aleix Pol
https://bugs.kde.org/show_bug.cgi?id=482095

--- Comment #7 from Aleix Pol  ---
@Harald, I'm not sure why you reached the conclusion that it's because of the
nameSortKey. The deduplication happens when removing duplicates of the
StreamResults and this is identified by their resource pointer address:

Q_ASSERT(results.size() == QSet(results.constBegin(),
results.constEnd()).size());

inline size_t qHash(const StreamResult , size_t seed = 0)
{
return qHash(quintptr(key.resource), seed);
}

I did a small test and it seems that we are emitting the same resource several
times for the same stream. I'll make a patch for that. I have been able to
reproduce the issue although not reliably so double-checking would be
appreciated.

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

[xdg-desktop-portal-kde] [Bug 481461] Click box to select content to share does not work (as expected)

2024-02-17 Thread Aleix Pol
https://bugs.kde.org/show_bug.cgi?id=481461

--- Comment #2 from Aleix Pol  ---
This piece of code has received quite a bit of love over the last few weeks,
can you try refreshing it? I notice your laptop output name still doesn't have
the fix.

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

[kwin] [Bug 480318] Desktop background issue using wayland and widescreen Monitor

2024-02-06 Thread Aleix Pol
https://bugs.kde.org/show_bug.cgi?id=480318

Aleix Pol  changed:

   What|Removed |Added

Product|plasma-wayland-protocols|kwin
Version|unspecified |git-stable-Plasma/5.27
   Assignee|plasma-b...@kde.org |kwin-bugs-n...@kde.org
  Component|general |platform-drm

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

[Spectacle] [Bug 480467] Escape Key doesn't close Spectacle anymore

2024-02-06 Thread Aleix Pol
https://bugs.kde.org/show_bug.cgi?id=480467

Aleix Pol  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |NOT A BUG
 Status|NEEDSINFO   |RESOLVED

--- Comment #2 from Aleix Pol  ---
It's fixed now, I must have hit a bad git version.

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

[plasmashell] [Bug 480247] Missing emojis where name includes " E"

2024-02-05 Thread Aleix Pol
https://bugs.kde.org/show_bug.cgi?id=480247

Aleix Pol  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|ASSIGNED|RESOLVED
  Latest Commit||https://invent.kde.org/plas
   ||ma/plasma-desktop/-/commit/
   ||87120a4d4f7247e89eadaf15a36
   ||5b656332f885a

--- Comment #4 from Aleix Pol  ---
Git commit 87120a4d4f7247e89eadaf15a365b656332f885a by Aleix Pol Gonzalez, on
behalf of Oliver Jõgar.
Committed on 05/02/2024 at 18:51.
Pushed by apol into branch 'master'.

Fix and update missing emojis in emoji data

String splitting in the parser script unintentionally left out some
emojis from the output. Limiting the splitting to at most one split
returns the missing emojis.

M  +---emojier/data/af.dict
M  +---emojier/data/am.dict
M  +---emojier/data/ar.dict
M  +---emojier/data/as.dict
M  +---emojier/data/ast.dict
M  +---emojier/data/az.dict
M  +---emojier/data/be.dict
M  +---emojier/data/bew.dict
M  +---emojier/data/bg.dict
M  +---emojier/data/bn.dict
M  +---emojier/data/br.dict
M  +---emojier/data/bs.dict
M  +---emojier/data/ca.dict
M  +---emojier/data/ccp.dict
M  +---emojier/data/chr.dict
M  +---emojier/data/cs.dict
M  +---emojier/data/cv.dict
M  +---emojier/data/cy.dict
M  +---emojier/data/da.dict
M  +---emojier/data/de.dict
M  +---emojier/data/dsb.dict
M  +---emojier/data/el.dict
M  +---emojier/data/en.dict
M  +---emojier/data/es.dict
M  +---emojier/data/es_419.dict
M  +---emojier/data/es_MX.dict
M  +---emojier/data/et.dict
M  +---emojier/data/eu.dict
M  +---emojier/data/fa.dict
M  +---emojier/data/ff_Adlm.dict
M  +---emojier/data/fi.dict
M  +---emojier/data/fil.dict
M  +---emojier/data/fo.dict
M  +---emojier/data/fr.dict
M  +---emojier/data/fr_CA.dict
M  +---emojier/data/ga.dict
M  +---emojier/data/gd.dict
M  +---emojier/data/gl.dict
M  +---emojier/data/gu.dict
M  +---emojier/data/ha.dict
M  +---emojier/data/he.dict
M  +---emojier/data/hi.dict
M  +---emojier/data/hi_Latn.dict
M  +---emojier/data/hr.dict
M  +---emojier/data/hsb.dict
M  +---emojier/data/hu.dict
M  +---emojier/data/hy.dict
M  +---emojier/data/ia.dict
M  +---emojier/data/id.dict
M  +---emojier/data/ig.dict
M  +---emojier/data/is.dict
M  +---emojier/data/it.dict
M  +---emojier/data/ja.dict
M  +---emojier/data/jv.dict
M  +---emojier/data/ka.dict
M  +---emojier/data/kab.dict
M  +---emojier/data/kk.dict
M  +---emojier/data/kl.dict
M  +---emojier/data/km.dict
M  +---emojier/data/kn.dict
M  +---emojier/data/ko.dict
M  +---emojier/data/kok.dict
M  +---emojier/data/ky.dict
M  +---emojier/data/lb.dict
M  +---emojier/data/lij.dict
M  +---emojier/data/lo.dict
M  +---emojier/data/lt.dict
M  +---emojier/data/lv.dict
M  +---emojier/data/mi.dict
M  +---emojier/data/mk.dict
M  +---emojier/data/ml.dict
M  +---emojier/data/mn.dict
M  +---emojier/data/mr.dict
M  +---emojier/data/ms.dict
M  +---emojier/data/mt.dict
M  +---emojier/data/my.dict
M  +---emojier/data/ne.dict
M  +---emojier/data/nl.dict
M  +---emojier/data/nn.dict
M  +---emojier/data/no.dict
M  +---emojier/data/nso.dict
M  +---emojier/data/oc.dict
M  +---emojier/data/or.dict
M  +---emojier/data/pa.dict
M  +---emojier/data/pa_Arab.dict
M  +---emojier/data/pcm.dict
M  +---emojier/data/pl.dict
M  +---emojier/data/ps.dict
M  +---emojier/data/pt.dict
M  +---emojier/data/pt_PT.dict
M  +---emojier/data/qu.dict
M  +---emojier/data/quc.dict
M  +---emojier/data/ro.dict
M  +---emojier/data/ru.dict
M  +---emojier/data/rw.dict
M  +---emojier/data/sat.dict
M  +---emojier/data/sc.dict
M  +---emojier/data/sd.dict
M  +---emojier/data/si.dict
M  +---emojier/data/sk.dict
M  +---emojier/data/sl.dict
M  +---emojier/data/so.dict
M  +---emojier/data/sq.dict
M  +---emojier/data/sr.dict
M  +---emojier/data/sr_Latn.dict
M  +---emojier/data/sv.dict
M  +---emojier/data/sw.dict
M  +---emojier/data/sw_KE.dict
M  +---emojier/data/ta.dict

[kdeplasma-addons] [Bug 480909] 2 finger scrolling gesture of touchpad is not work on application dashboard

2024-02-05 Thread Aleix Pol
https://bugs.kde.org/show_bug.cgi?id=480909

Aleix Pol  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|REPORTED|CONFIRMED

--- Comment #1 from Aleix Pol  ---
Scrolling just works on the scrollbar but not on the view.

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

[kdeplasma-addons] [Bug 480909] 2 finger scrolling gesture of touchpad is not work on application dashboard

2024-02-05 Thread Aleix Pol
https://bugs.kde.org/show_bug.cgi?id=480909

Aleix Pol  changed:

   What|Removed |Added

  Component|Application Menu (Kicker)   |Application Dashboard
   Target Milestone|1.0 |---
Product|plasmashell |kdeplasma-addons

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

[plasmashell] [Bug 480909] 2 finger scrolling gesture of touchpad is not work on application dashboard

2024-02-05 Thread Aleix Pol
https://bugs.kde.org/show_bug.cgi?id=480909

Aleix Pol  changed:

   What|Removed |Added

 CC||aleix...@kde.org
   Target Milestone|--- |1.0
   Assignee|unassigned-b...@kde.org |plasma-b...@kde.org
Version|unspecified |master
  Component|general |Application Menu (Kicker)
Product|kde |plasmashell

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

[Spectacle] [Bug 480023] Can't stop a region recording

2024-02-02 Thread Aleix Pol
https://bugs.kde.org/show_bug.cgi?id=480023

Aleix Pol  changed:

   What|Removed |Added

 Ever confirmed|1   |0
 Status|NEEDSINFO   |REPORTED
 Resolution|WAITINGFORINFO  |---

--- Comment #7 from Aleix Pol  ---
> Are you taking a screenshot using the global shortcut ...

No, this is about recording.

It's actually weird that both active window and full-screen will minimise
spectacle but the region one will move into the system tray.

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

[Spectacle] [Bug 480467] New: Escape Key doesn't close Spectacle anymore

2024-01-28 Thread Aleix Pol
https://bugs.kde.org/show_bug.cgi?id=480467

Bug ID: 480467
   Summary: Escape Key doesn't close Spectacle anymore
Classification: Applications
   Product: Spectacle
   Version: git-master
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: General
  Assignee: noaha...@gmail.com
  Reporter: aleix...@kde.org
CC: k...@david-redondo.de
  Target Milestone: ---

I keep mistyping and opening the spectacle key. On Qt 5 spectacle it closes
when you press escape, on Qt6/master it disappears for a second and comes back
from the dead.

I'd say it makes sense to close with escape and it makes sense that it's as
easy to close as it is to open.

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

[kwin] [Bug 480141] Thanks for looking for log (BSOD)

2024-01-21 Thread Aleix Pol
https://bugs.kde.org/show_bug.cgi?id=480141

Aleix Pol  changed:

   What|Removed |Added

  Component|general |general
Version|unspecified |5.27.8
Product|plasma-wayland-protocols|kwin
   Assignee|plasma-b...@kde.org |kwin-bugs-n...@kde.org

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

[kwin] [Bug 469793] Spectacle selected window recording doesn't include menu bar/hamburger menu

2024-01-21 Thread Aleix Pol
https://bugs.kde.org/show_bug.cgi?id=469793

Aleix Pol  changed:

   What|Removed |Added

Product|KPipeWire   |kwin
Version|unspecified |5.92.0
  Component|general |general
 Status|CONFIRMED   |REPORTED
 Ever confirmed|1   |0
   Assignee|plasma-b...@kde.org |kwin-bugs-n...@kde.org

--- Comment #3 from Aleix Pol  ---
You are comparing a full-screen and a window recording. Spectacle also supports
full-screen recording.

I guess we could consider rendering child windows on the stream too (for menus
and such). And this is a limitation in KWin, not KPipeWire.

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

[Spectacle] [Bug 480023] New: Can't stop a region recording

2024-01-18 Thread Aleix Pol
https://bugs.kde.org/show_bug.cgi?id=480023

Bug ID: 480023
   Summary: Can't stop a region recording
Classification: Applications
   Product: Spectacle
   Version: git-master
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: General
  Assignee: noaha...@gmail.com
  Reporter: aleix...@kde.org
CC: k...@david-redondo.de
  Target Milestone: ---

The spectacle window disappears when you select a region. Then there's no way
to get it back. 




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

[kwin] [Bug 478731] Kde6 Causes strange refresh issues on 75hz

2023-12-19 Thread Aleix Pol
https://bugs.kde.org/show_bug.cgi?id=478731

Aleix Pol  changed:

   What|Removed |Added

Version|unspecified |master
  Component|general |platform-drm
Product|plasma-wayland-protocols|kwin
   Assignee|plasma-b...@kde.org |kwin-bugs-n...@kde.org

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

[plasmashell] [Bug 478256] Panel in dodge window mode appears in front of window after display configuration changes, including rotation, and resolution and scale changes

2023-12-13 Thread Aleix Pol
https://bugs.kde.org/show_bug.cgi?id=478256

--- Comment #19 from Aleix Pol  ---
Git commit edb091855547fa768f4a733504a48816e3434b08 by Aleix Pol Gonzalez, on
behalf of Yifan Zhu.
Committed on 13/12/2023 at 23:58.
Pushed by apol into branch 'master'.

Reconnects signals after screen change

When the screen of ContainmentView changes, reconnect its screen related
signal, screenGeometryChanged.

M  +27   -1src/plasmaquick/containmentview.cpp

https://invent.kde.org/plasma/libplasma/-/commit/edb091855547fa768f4a733504a48816e3434b08

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

[Qt/KDE Flatpak Runtime] [Bug 478362] Flatpak konsole apps cannot manager user profiles.

2023-12-10 Thread Aleix Pol
https://bugs.kde.org/show_bug.cgi?id=478362

--- Comment #3 from Aleix Pol  ---
Can you create a pull request to the packaging instead?

https://github.com/flathub/org.kde.konsole/blob/b1fabb22a3542b1d091cbb4ef0601a9e022ee5d3/org.kde.konsole.json#L14
https://github.com/flathub/org.kde.yakuake/blob/7f0ca46a0774ffd6e577d7a72f002cfeeb21e8ab/org.kde.yakuake.json#L14

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

[plasma-browser-integration] [Bug 475004] Tab Context Menu (Open on device) missing

2023-11-28 Thread Aleix Pol
https://bugs.kde.org/show_bug.cgi?id=475004

Aleix Pol  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED
  Latest Commit||https://invent.kde.org/plas
   ||ma/plasma-browser-integrati
   ||on/-/commit/64609804d00e54b
   ||56193e8777afabcb8afc09303

--- Comment #3 from Aleix Pol  ---
Git commit 64609804d00e54b56193e8777afabcb8afc09303 by Aleix Pol Gonzalez, on
behalf of Gabriel Souza Franco.
Committed on 28/11/2023 at 14:13.
Pushed by gabrielsf into branch 'master'.

Fix KDEConnect property lookup in D-Bus response

The interface was inadvertently changed in network/kdeconnect-kde!547

M  +3-1host/kdeconnectplugin.cpp

https://invent.kde.org/plasma/plasma-browser-integration/-/commit/64609804d00e54b56193e8777afabcb8afc09303

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

[Discover] [Bug 473613] Crash when clicking on checkbox in "update" tab of Discover

2023-10-27 Thread Aleix Pol
https://bugs.kde.org/show_bug.cgi?id=473613

Aleix Pol  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED
  Latest Commit||https://invent.kde.org/plas
   ||ma/discover/-/commit/6a79cf
   ||d42842814b85430ca2a72ef57f6
   ||05b1df3

--- Comment #10 from Aleix Pol  ---
Git commit 6a79cfd42842814b85430ca2a72ef57f605b1df3 by Aleix Pol Gonzalez, on
behalf of Aleix Pol.
Committed on 27/10/2023 at 13:57.
Pushed by apol into branch 'master'.

packagekit: Don't mark to add packages that are already there

This was a regression from c0dd9fa73744bb2ad02af6daa60c0e5ec230c16a.

M  +0-1libdiscover/backends/PackageKitBackend/PackageKitBackend.cpp

https://invent.kde.org/plasma/discover/-/commit/6a79cfd42842814b85430ca2a72ef57f605b1df3

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

[Discover] [Bug 464517] Discover crashes on start unless .cache/discover/ deleted

2023-10-23 Thread Aleix Pol
https://bugs.kde.org/show_bug.cgi?id=464517

--- Comment #12 from Aleix Pol  ---
Git commit 90e271b96974adb009e27570855d7040d1b3cea7 by Aleix Pol Gonzalez, on
behalf of David Edmundson.
Committed on 24/10/2023 at 02:29.
Pushed by apol into branch 'master'.

Fix network cache size for first run

QNetworkDiskCache will take care of creating a directory if it doesn't
exist. QStorageInfo on a directory that doesn't exist will return that
it has 0 bytesTotal.

As well as being potentially inefficient for the second run, it has been
reported that a QNetworkDiskCache of 0 causes out of bounds memory
writes.

M  +1-1libdiscover/CachedNetworkAccessManager.cpp

https://invent.kde.org/plasma/discover/-/commit/90e271b96974adb009e27570855d7040d1b3cea7

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

[kwin] [Bug 475758] Cursor movement with trackpad is jerky and imprecise on Wayland KDE

2023-10-17 Thread Aleix Pol
https://bugs.kde.org/show_bug.cgi?id=475758

Aleix Pol  changed:

   What|Removed |Added

Product|plasma-wayland-protocols|kwin
   Assignee|plasma-b...@kde.org |kwin-bugs-n...@kde.org
  Component|general |wayland-generic

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

[kde-cli-tools] [Bug 475454] La aplicacion de cierra al querer aplicar los colores del tema

2023-10-11 Thread Aleix Pol
https://bugs.kde.org/show_bug.cgi?id=475454

Aleix Pol  changed:

   What|Removed |Added

 Status|REPORTED|NEEDSINFO
 Resolution|--- |WAITINGFORINFO

--- Comment #1 from Aleix Pol  ---
Sería necesario que nos pases la traza con símbolos de debug. Recomiendo que
contactes con tu distribución sobre como obtenerlos.

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

[ktouch] [Bug 422088] Can't type in Wayland

2023-10-05 Thread Aleix Pol
https://bugs.kde.org/show_bug.cgi?id=422088

Aleix Pol  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/educ
   ||ation/ktouch/-/commit/376a3
   ||6baa0e11a9b96e529c194fa48e0
   ||23aa8153
 Resolution|--- |FIXED
 Status|ASSIGNED|RESOLVED

--- Comment #20 from Aleix Pol  ---
Git commit 376a36baa0e11a9b96e529c194fa48e023aa8153 by Aleix Pol Gonzalez, on
behalf of J. T. Elscott.
Committed on 06/10/2023 at 01:07.
Pushed by apol into branch 'master'.

Replace createWindowContainer with QQuickWidget

Previously ktouch used createWindowContainer with a QQuickView, which
broke Wayland support due to platform-specific behavior apparently
involving keyboard focus.

M  +4-4src/ktouchcontext.cpp
M  +3-3src/ktouchcontext.h
M  +8-9src/mainwindow.cpp
M  +3-3src/mainwindow.h

https://invent.kde.org/education/ktouch/-/commit/376a36baa0e11a9b96e529c194fa48e023aa8153

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

[kwin] [Bug 474341] Window height does not scale properly in fractional scaling wayland multi-monitor setup

2023-09-09 Thread Aleix Pol
https://bugs.kde.org/show_bug.cgi?id=474341

Aleix Pol  changed:

   What|Removed |Added

  Component|general |wayland-generic
Product|plasma-wayland-protocols|kwin
   Assignee|plasma-b...@kde.org |kwin-bugs-n...@kde.org

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

[kwin] [Bug 473338] Screen recording dialog shows nonsensical output name

2023-09-05 Thread Aleix Pol
https://bugs.kde.org/show_bug.cgi?id=473338

Aleix Pol  changed:

   What|Removed |Added

   Assignee|plasma-b...@kde.org |kwin-bugs-n...@kde.org
Product|xdg-desktop-portal-kde  |kwin
  Component|general |platform-drm
Version|unspecified |master

--- Comment #3 from Aleix Pol  ---
Assigning to KWin, I can see the same weird non-sensical name using the
"wayland-info" tool (I guess it would also with WAYLAND_DEBUG=1).

interface: 'zxdg_output_manager_v1', version:  3, name: 33
xdg_output_v1
output: 49
name: 'eDP-1'
description: 'BOE 0x08EE/0'
logical_x: 0, logical_y: 0
logical_width: 1920, logical_height: 1080

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

[xdg-desktop-portal-kde] [Bug 473414] Use the nice KDE icons in screenshare dialogs

2023-08-16 Thread Aleix Pol
https://bugs.kde.org/show_bug.cgi?id=473414

Aleix Pol  changed:

   What|Removed |Added

  Component|general |general
Version|unspecified |git-master
 CC||jgrul...@redhat.com,
   ||n...@kde.org
Summary|Use the nice KDE icons in   |Use the nice KDE icons in
   |pipewire dialogs|screenshare dialogs
Product|KPipeWire   |xdg-desktop-portal-kde

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

[kwin] [Bug 473047] Tablet protocol implementation not always generating a proximity_in event when near opengl* window

2023-08-05 Thread Aleix Pol
https://bugs.kde.org/show_bug.cgi?id=473047

--- Comment #1 from Aleix Pol  ---
That is on wayland, can you confirm?

It shoudn't make a difference whatever the client is implemented in.

A good way to confirm the issue, would be to provide the logs with
WAYLAND_DEBUG=1 enabled and see that the proximity events get lost. If it came
to it, providing a way to reproduce the problem with a piece of software that
is readily available would also make it easier to fix and test.

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

[kdenetwork-filesharing] [Bug 472145] Install samba feature/button fails to install samba via packagelkit

2023-07-11 Thread Aleix Pol
https://bugs.kde.org/show_bug.cgi?id=472145

Aleix Pol  changed:

   What|Removed |Added

 CC||aleix...@kde.org

--- Comment #2 from Aleix Pol  ---
Can you check if pkcon does the right thing there?

Have you tried running it from a terminal? It might give some further insight
of what is happening.

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

[Discover] [Bug 471894] Offline Updates Does Not Check Polkit Correctly On Remote Systems

2023-07-05 Thread Aleix Pol
https://bugs.kde.org/show_bug.cgi?id=471894

Aleix Pol  changed:

   What|Removed |Added

 Resolution|--- |UPSTREAM
 Status|REPORTED|RESOLVED

--- Comment #2 from Aleix Pol  ---
Please report to PackageKit, Discover doesn't do any polkit calls.
https://github.com/PackageKit/PackageKit/issues/

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

[plasmashell] [Bug 471947] Wrong keyboard layout in sandboxed applications after login

2023-07-04 Thread Aleix Pol
https://bugs.kde.org/show_bug.cgi?id=471947

Aleix Pol  changed:

   What|Removed |Added

Version|5.27.6  |5.27.4

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

[plasmashell] [Bug 471947] Wrong keyboard layout in sandboxed applications after login

2023-07-04 Thread Aleix Pol
https://bugs.kde.org/show_bug.cgi?id=471947

Aleix Pol  changed:

   What|Removed |Added

   Target Milestone|--- |1.0
Product|plasma-wayland-protocols|plasmashell
  Component|general |general
Version|1.10.0  |5.27.6
 CC||k...@davidedmundson.co.uk

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

[Qt/KDE Flatpak Runtime] [Bug 471869] Add support for libsvtav1 in the ffmpeg version distributed as part of the org.kde.Platform/x86_64/5.15-22.08 runtime

2023-07-02 Thread Aleix Pol
https://bugs.kde.org/show_bug.cgi?id=471869

Aleix Pol  changed:

   What|Removed |Added

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

--- Comment #1 from Aleix Pol  ---
Our runtime is not really the right place to address this. It could be
addressed in two places:
- https:// github.com/flathub/org.freedesktop.Platform.ffmpeg < ffmpeg's
runtime packaging
- digikam's flatpak packaging

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

[Discover] [Bug 454422] RFE: Add per-backend update frequency

2023-06-29 Thread Aleix Pol
https://bugs.kde.org/show_bug.cgi?id=454422

Aleix Pol  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|REPORTED|CONFIRMED

--- Comment #7 from Aleix Pol  ---
Confirming so the bot calms down.

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

[Discover] [Bug 470372] rpm-ostree updates stopped working

2023-06-19 Thread Aleix Pol
https://bugs.kde.org/show_bug.cgi?id=470372

Aleix Pol  changed:

   What|Removed |Added

  Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas
   |ma/discover/-/commit/c35d4b |ma/discover/-/commit/617b9e
   |5f53be3a8823e5db70cd59c0a47 |4a630fc2133d24d50771e56e8a2
   |551eea2 |929c781

--- Comment #10 from Aleix Pol  ---
Git commit 617b9e4a630fc2133d24d50771e56e8a2929c781 by Aleix Pol Gonzalez, on
behalf of Aleix Pol.
Committed on 20/06/2023 at 00:00.
Pushed by apol into branch 'master'.

rpmostree: Simplify filter

It was leaving some important cases out.


(cherry picked from commit c35d4b5f53be3a8823e5db70cd59c0a47551eea2)

M  +1-4libdiscover/backends/RpmOstreeBackend/RpmOstreeBackend.cpp

https://invent.kde.org/plasma/discover/-/commit/617b9e4a630fc2133d24d50771e56e8a2929c781

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

[Discover] [Bug 470372] rpm-ostree updates stopped working

2023-06-18 Thread Aleix Pol
https://bugs.kde.org/show_bug.cgi?id=470372

Aleix Pol  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/plas
   ||ma/discover/-/commit/c35d4b
   ||5f53be3a8823e5db70cd59c0a47
   ||551eea2
 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED

--- Comment #9 from Aleix Pol  ---
Git commit c35d4b5f53be3a8823e5db70cd59c0a47551eea2 by Aleix Pol Gonzalez, on
behalf of Aleix Pol.
Committed on 18/06/2023 at 16:41.
Pushed by apol into branch 'Plasma/5.27'.

rpmostree: Simplify filter

It was leaving some important cases out.

M  +1-4libdiscover/backends/RpmOstreeBackend/RpmOstreeBackend.cpp

https://invent.kde.org/plasma/discover/-/commit/c35d4b5f53be3a8823e5db70cd59c0a47551eea2

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

[Powerdevil] [Bug 470484] Powerdevil crashes in QtWayland::org_kde_kwin_dpms::set() multiple times during screen sleep

2023-06-13 Thread Aleix Pol
https://bugs.kde.org/show_bug.cgi?id=470484

Aleix Pol  changed:

   What|Removed |Added

  Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas
   |ma/libkscreen/-/commit/830f |ma/libkscreen/-/commit/56f0
   |166a1246b6dc77913c930bb0ffb |286a1adc70d56b8ce44cabe0a3f
   |8f5fc6341   |fd7ee8d9a

--- Comment #6 from Aleix Pol  ---
Git commit 56f0286a1adc70d56b8ce44cabe0a3ffd7ee8d9a by Aleix Pol Gonzalez, on
behalf of Aleix Pol.
Committed on 13/06/2023 at 08:36.
Pushed by apol into branch 'Plasma/5.27'.

dpms: Don't crash if trying to interact with the fake screen

Qt uses at time a fake QScreen instance that isn't mirrored on Wayland.
This makes our code receive an output it does not expect.
Solve it by not attempting at setting the dpms on such outputs.


(cherry picked from commit 830f166a1246b6dc77913c930bb0ffb8f5fc6341)

M  +4-2src/libdpms/waylanddpmshelper.cpp

https://invent.kde.org/plasma/libkscreen/-/commit/56f0286a1adc70d56b8ce44cabe0a3ffd7ee8d9a

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

[Powerdevil] [Bug 470484] Powerdevil crashes in QtWayland::org_kde_kwin_dpms::set() multiple times during screen sleep

2023-06-13 Thread Aleix Pol
https://bugs.kde.org/show_bug.cgi?id=470484

Aleix Pol  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|ASSIGNED|RESOLVED
  Latest Commit||https://invent.kde.org/plas
   ||ma/libkscreen/-/commit/830f
   ||166a1246b6dc77913c930bb0ffb
   ||8f5fc6341

--- Comment #5 from Aleix Pol  ---
Git commit 830f166a1246b6dc77913c930bb0ffb8f5fc6341 by Aleix Pol Gonzalez, on
behalf of Aleix Pol.
Committed on 13/06/2023 at 08:34.
Pushed by apol into branch 'master'.

dpms: Don't crash if trying to interact with the fake screen

Qt uses at time a fake QScreen instance that isn't mirrored on Wayland.
This makes our code receive an output it does not expect.
Solve it by not attempting at setting the dpms on such outputs.

M  +4-2src/libdpms/waylanddpmshelper.cpp

https://invent.kde.org/plasma/libkscreen/-/commit/830f166a1246b6dc77913c930bb0ffb8f5fc6341

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

[kwin] [Bug 467574] kwin_screencast: Dropping a screencast frame because the compositor is slow

2023-06-11 Thread Aleix Pol
https://bugs.kde.org/show_bug.cgi?id=467574

--- Comment #15 from Aleix Pol  ---
Please note that kwin taking 100% CPU here is not this bug, please open a
separate one and we'll discuss how to debug it there.

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

[Qt/KDE Flatpak Runtime] [Bug 470808] Failed to find required Qt component "TextToSpeech".

2023-06-11 Thread Aleix Pol
https://bugs.kde.org/show_bug.cgi?id=470808

Aleix Pol  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/pack
   ||aging/flatpak-kde-runtime/-
   ||/commit/b5aa032fb93f8c13e42
   ||2c78badef36ff81d33301
 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED

--- Comment #2 from Aleix Pol  ---
Git commit b5aa032fb93f8c13e422c78badef36ff81d33301 by Aleix Pol.
Committed on 09/06/2023 at 20:17.
Pushed by apol into branch 'qt6.5'.

Add QtSpeech

M  +6-0org.kde.Sdk.json.in

https://invent.kde.org/packaging/flatpak-kde-runtime/-/commit/b5aa032fb93f8c13e422c78badef36ff81d33301

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

[kwin] [Bug 470603] bb8e5458a748ea922c19294a38026cfeb48ddb02 breaks Overview effect when activated via keyboard shortcut

2023-06-09 Thread Aleix Pol
https://bugs.kde.org/show_bug.cgi?id=470603

Aleix Pol  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/plas
   ||ma/kwin/-/commit/0a7db79e7c
   ||26880012ca273619c79cd75ca91
   ||07c
 Resolution|--- |FIXED
 Status|ASSIGNED|RESOLVED

--- Comment #2 from Aleix Pol  ---
Git commit 0a7db79e7c26880012ca273619c79cd75ca9107c by Aleix Pol.
Committed on 10/06/2023 at 00:36.
Pushed by ngraham into branch 'master'.

overview: Do not trigger the toggle action twice

It's already connected as it's created by EffectTogglableState.

M  +0-1src/plugins/overview/overvieweffect.cpp

https://invent.kde.org/plasma/kwin/-/commit/0a7db79e7c26880012ca273619c79cd75ca9107c

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

[Discover] [Bug 470634] Discover will detect updates on my local apt-mirror, but cannot retrieve them

2023-06-04 Thread Aleix Pol
https://bugs.kde.org/show_bug.cgi?id=470634

Aleix Pol  changed:

   What|Removed |Added

 Resolution|--- |UPSTREAM
 Status|REPORTED|RESOLVED

--- Comment #1 from Aleix Pol  ---
Can you please report this to packagekit?
https://github.com/PackageKit/PackageKit/issues/

Discover relies on it to support apt. There's not much we can do directly from
Discover.

If you open the issue there, please link it here so that we are aware and can
track it.

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

[xdg-desktop-portal-kde] [Bug 469851] Sharing Contents Portal: Many red dots displayed in panel (e.g. when using OBS Studio)

2023-06-02 Thread Aleix Pol
https://bugs.kde.org/show_bug.cgi?id=469851

--- Comment #4 from Aleix Pol  ---
A less involved approach would be to list the different streams in a context
menu.

For the case though where it's several streams coming from the one app (i.e.
OBS with many streams), I'd say it would make sense though to group them all
into one. It doesn't make much sense to offer such fine-grained control there.

Making a plasmoid doesn't sound like a great solution to me as they can be
disabled fairly easily and otherwise they always take space on the system tray.

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

[neon] [Bug 466709] Software Sources not working

2023-05-14 Thread Aleix Pol
https://bugs.kde.org/show_bug.cgi?id=466709

Aleix Pol  changed:

   What|Removed |Added

  Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas
   |ma/discover/commit/6c8de3a5 |ma/discover/commit/c9d1f794
   |7e33f4f6e2713c649ade5fcf0c9 |a4c923a803b9549897f768cb58a
   |320f9   |7390d

--- Comment #9 from Aleix Pol  ---
Git commit c9d1f794a4c923a803b9549897f768cb58a7390d by Aleix Pol Gonzalez, on
behalf of Aleix Pol.
Committed on 14/05/2023 at 21:31.
Pushed by apol into branch 'Plasma/5.27'.

pk: Actually start the launch job

Otherwise we don't get the app.


(cherry picked from commit 6c8de3a57e33f4f6e2713c649ade5fcf0c9320f9)

M  +1-0   
libdiscover/backends/PackageKitBackend/PackageKitSourcesBackend.cpp

https://invent.kde.org/plasma/discover/commit/c9d1f794a4c923a803b9549897f768cb58a7390d

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

[neon] [Bug 466709] Software Sources not working

2023-05-14 Thread Aleix Pol
https://bugs.kde.org/show_bug.cgi?id=466709

Aleix Pol  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED
  Latest Commit||https://invent.kde.org/plas
   ||ma/discover/commit/6c8de3a5
   ||7e33f4f6e2713c649ade5fcf0c9
   ||320f9

--- Comment #8 from Aleix Pol  ---
Git commit 6c8de3a57e33f4f6e2713c649ade5fcf0c9320f9 by Aleix Pol Gonzalez, on
behalf of Aleix Pol.
Committed on 14/05/2023 at 21:28.
Pushed by apol into branch 'master'.

pk: Actually start the launch job

Otherwise we don't get the app.

M  +1-0   
libdiscover/backends/PackageKitBackend/PackageKitSourcesBackend.cpp

https://invent.kde.org/plasma/discover/commit/6c8de3a57e33f4f6e2713c649ade5fcf0c9320f9

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

[Discover] [Bug 462931] "No metadata URIs for vendor directory" error seen in Discover for disabled fwupd repo

2023-05-14 Thread Aleix Pol
https://bugs.kde.org/show_bug.cgi?id=462931

Aleix Pol  changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
 Resolution|--- |FIXED
  Latest Commit||https://invent.kde.org/plas
   ||ma/discover/commit/565cea21
   ||9d80d3117a0539df9a9ca2bbefb
   ||95c51

--- Comment #19 from Aleix Pol  ---
Git commit 565cea219d80d3117a0539df9a9ca2bbefb95c51 by Aleix Pol Gonzalez, on
behalf of Adam Williamson.
Committed on 14/05/2023 at 21:26.
Pushed by apol into branch 'master'.

fwupd: don't refresh directory-type remotes on setup

File- and directory-type remotes cannot be refreshed, attempting
to do so will trigger an error "no metadata URIs for (remote)"
(because, internally, fwupd does not set the metadata_uri
property for file- or directory-type remotes). We already avoid
trying to refresh file-type remotes on setup, but we need to do
the same for directory-type remotes. This fixes the error
appearing with fwupd 1.9.1 (which ships with a directory-type
remote, vendor-directory, enabled by default).

Signed-off-by: Adam Williamson 

M  +3-1libdiscover/backends/FwupdBackend/FwupdBackend.cpp

https://invent.kde.org/plasma/discover/commit/565cea219d80d3117a0539df9a9ca2bbefb95c51

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

[Discover] [Bug 469156] When I click the "Upgrade to [distro version]" button, nothing visibly happens

2023-05-04 Thread Aleix Pol
https://bugs.kde.org/show_bug.cgi?id=469156

Aleix Pol  changed:

   What|Removed |Added

 Resolution|--- |FIXED
  Latest Commit||https://invent.kde.org/plas
   ||ma/discover/commit/58e60b9e
   ||c3b5999bb5d249173aa0644f12d
   ||3b843
 Status|REPORTED|RESOLVED

--- Comment #1 from Aleix Pol  ---
Git commit 58e60b9ec3b5999bb5d249173aa0644f12d3b843 by Aleix Pol.
Committed on 02/05/2023 at 22:17.
Pushed by apol into branch 'master'.

pk: Switch to the updates view when an upgrade is triggered

M  +3-0discover/qml/DiscoverWindow.qml
M  +2-0libdiscover/backends/PackageKitBackend/PackageKitBackend.cpp
M  +1-0libdiscover/resources/ResourcesModel.h

https://invent.kde.org/plasma/discover/commit/58e60b9ec3b5999bb5d249173aa0644f12d3b843

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

[Discover] [Bug 469157] "A new major version has been released" banner appears on Updates page, which is a bit odd

2023-05-04 Thread Aleix Pol
https://bugs.kde.org/show_bug.cgi?id=469157

Aleix Pol  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/plas
   ||ma/discover/commit/b8a5641f
   ||7404d4d9aafd287a2db01a404e0
   ||095d5
 Resolution|--- |FIXED
 Status|ASSIGNED|RESOLVED

--- Comment #2 from Aleix Pol  ---
Git commit b8a5641f7404d4d9aafd287a2db01a404e0095d5 by Aleix Pol.
Committed on 02/05/2023 at 22:15.
Pushed by apol into branch 'master'.

pk: Clear upgrade inline message when it has already been acted on

M  +1-0libdiscover/backends/PackageKitBackend/PackageKitBackend.cpp

https://invent.kde.org/plasma/discover/commit/b8a5641f7404d4d9aafd287a2db01a404e0095d5

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

[kwin] [Bug 469055] kwin_wayland sometimes crashes in KWin::WindowScreenCastSource::textureSize() when hovering over Task Manager icons

2023-04-28 Thread Aleix Pol
https://bugs.kde.org/show_bug.cgi?id=469055

Aleix Pol  changed:

   What|Removed |Added

  Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas
   |ma/kwin/commit/660ad887ee3e |ma/kwin/commit/709b3db17efc
   |ec7374ef83a1d04d0cec9e8ebd1 |214bb6ae7e7ddf37e9697b287bc
   |9   |5

--- Comment #3 from Aleix Pol  ---
Git commit 709b3db17efc214bb6ae7e7ddf37e9697b287bc5 by Aleix Pol.
Committed on 28/04/2023 at 18:11.
Pushed by apol into branch 'Plasma/5.27'.

screencast: Disable screencasting when a window closes

There were still some cases where we might have queried the window,
leading to a crash.

M  +4-1src/plugins/screencast/screencaststream.cpp

https://invent.kde.org/plasma/kwin/commit/709b3db17efc214bb6ae7e7ddf37e9697b287bc5

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

[kwin] [Bug 469055] kwin_wayland sometimes crashes in KWin::WindowScreenCastSource::textureSize() when hovering over Task Manager icons

2023-04-28 Thread Aleix Pol
https://bugs.kde.org/show_bug.cgi?id=469055

Aleix Pol  changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
 Resolution|--- |FIXED
  Latest Commit||https://invent.kde.org/plas
   ||ma/kwin/commit/660ad887ee3e
   ||ec7374ef83a1d04d0cec9e8ebd1
   ||9

--- Comment #2 from Aleix Pol  ---
Git commit 660ad887ee3eec7374ef83a1d04d0cec9e8ebd19 by Aleix Pol Gonzalez, on
behalf of Aleix Pol.
Committed on 28/04/2023 at 14:03.
Pushed by apol into branch 'master'.

screencast: Disable screencasting when a window closes

There were still some cases where we might have queried the window,
leading to a crash.

M  +4-1src/plugins/screencast/screencaststream.cpp

https://invent.kde.org/plasma/kwin/commit/660ad887ee3eec7374ef83a1d04d0cec9e8ebd19

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

[kwin] [Bug 469055] kwin_wayland sometimes crashes in KWin::WindowScreenCastSource::textureSize() when hovering over Task Manager icons

2023-04-27 Thread Aleix Pol
https://bugs.kde.org/show_bug.cgi?id=469055

Aleix Pol  changed:

   What|Removed |Added

 Status|REPORTED|CONFIRMED
 Ever confirmed|0   |1
 CC||aleix...@kde.org

--- Comment #1 from Aleix Pol  ---
The second commit in this MR should address this problem:
https://invent.kde.org/plasma/kwin/-/merge_requests/4023

It should happen when a window closes. I reproduced it today with a similar bt:

#0  KWin::Window::clientGeometry() const (this=0x0) at
/home/apol/devel/frameworks/kwin/src/window.h:2080
#1  0x559517d15e16 in KWin::WindowScreenCastSource::textureSize() const
(this=0x55951bb29a10) at
/home/apol/devel/frameworks/kwin/src/plugins/screencast/windowscreencastsource.cpp:40
#2  0x559517d09148 in KWin::ScreenCastStream::recordFrame(QRegion const&)
(this=0x55951c05a820, _damagedRegion=...) at
/home/apol/devel/frameworks/kwin/src/plugins/screencast/screencaststream.cpp:429
#3  0x559517d0f092 in
KWin::ScreenCastStream::ScreenCastStream(KWin::ScreenCastSource*,
QObject*)::$_0::operator()() const (this=0x55951bf93a70) at
/home/apol/devel/frameworks/kwin/src/plugins/screencast/screencaststream.cpp:308
#4  0x559517d0f036 in QtPrivate::FunctorCall,
QtPrivate::List<>, void,
KWin::ScreenCastStream::ScreenCastStream(KWin::ScreenCastSource*,
QObject*)::$_0>::call(KWin::ScreenCastStream::ScreenCastStream(KWin::ScreenCastSource*,
QObject*)::$_0&, void**) (f=..., arg=0x7ffd316e3130) at
/home/apol/devel/kde5/include/QtCore/qobjectdefs_impl.h:146
#5  0x559517d0f001 in
QtPrivate::Functor::call,
void>(KWin::ScreenCastStream::ScreenCastStream(KWin::ScreenCastSource*,
QObject*)::$_0&, void*, void**)
(f=..., arg=0x7ffd316e3130) at
/home/apol/devel/kde5/include/QtCore/qobjectdefs_impl.h:256
#6  0x559517d0efa1 in
QtPrivate::QFunctorSlotObject, void>::impl(int,
QtPrivate::QSlotObjectBase*, QObject*, void**, bool*)
(which=1, this_=0x55951bf93a60, r=0x55951c05a820, a=0x7ffd316e3130,
ret=0x0) at /home/apol/devel/kde5/include/QtCore/qobjectdefs_impl.h:443

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

[KPipeWire] [Bug 469005] Very high memory used while screen recording (possibly cursor related)

2023-04-27 Thread Aleix Pol
https://bugs.kde.org/show_bug.cgi?id=469005

--- Comment #4 from Aleix Pol  ---
This is known, it should be working better with latest versions of KPipeWire
5.27 branch, make sure it's tested with them.

It's a hard problem to tackle too, if you think there's an option we can
disable  and improve the situation, it's something that we should probably
consider.

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

[kwin] [Bug 468996] Kded crashes after switching screens

2023-04-26 Thread Aleix Pol
https://bugs.kde.org/show_bug.cgi?id=468996

Aleix Pol  changed:

   What|Removed |Added

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

--- Comment #3 from Aleix Pol  ---
The problem should be fixed as of 771d68f6dd9d5ecd0a867280aae02fec1fae3fbe
(771d68f6dd9d5ecd0a867280aae02fec1fae3fbe in master)

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

[kwin] [Bug 468996] Kded crashes after switching screens

2023-04-26 Thread Aleix Pol
https://bugs.kde.org/show_bug.cgi?id=468996

Aleix Pol  changed:

   What|Removed |Added

   Version Fixed In||5.27.5
  Latest Commit||771d68f6dd9d5ecd0a867280aae
   ||02fec1fae3fbe

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

[KDE Itinerary] [Bug 468942] Attached documents work in unexpected ways

2023-04-25 Thread Aleix Pol
https://bugs.kde.org/show_bug.cgi?id=468942

--- Comment #2 from Aleix Pol  ---
I often open it from the GMail app. For this one I did from the "Import..."
entry in Itinerary itself

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

[KDE Itinerary] [Bug 468942] New: Attached documents work in unexpected ways

2023-04-25 Thread Aleix Pol
https://bugs.kde.org/show_bug.cgi?id=468942

Bug ID: 468942
   Summary: Attached documents work in unexpected ways
Classification: Applications
   Product: KDE Itinerary
   Version: unspecified
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: vkra...@kde.org
  Reporter: aleix...@kde.org
  Target Milestone: ---

Created attachment 158413
  --> https://bugs.kde.org/attachment.cgi?id=158413=edit
clarification

When I press the item there I'd expect to get the original pdf file. I get
something else instead that offers to be opened with OsmAnd~ and Termux and
both fail to open.

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

[Discover] [Bug 432845] Discover doesn't weigh higher keywords appearing in application titles

2023-04-24 Thread Aleix Pol
https://bugs.kde.org/show_bug.cgi?id=432845

Aleix Pol  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/plas
   ||ma/discover/commit/749fa991
   ||cc608a99ad06890f1e097c02bd0
   ||356b1
 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED

--- Comment #8 from Aleix Pol  ---
Git commit 749fa991cc608a99ad06890f1e097c02bd0356b1 by Aleix Pol Gonzalez, on
behalf of Aleix Pol.
Committed on 24/04/2023 at 14:56.
Pushed by apol into branch 'master'.

Improve search infrastructure

Let the ResultsStream provide a search score together as the results get
sent. This way we can have an informed decision when sorting the
resources at the view and merging different sources.

M  +7-7discover/AbstractAppsModel.cpp
M  +2-2discover/AbstractAppsModel.h
M  +8-8discover/DiscoverObject.cpp
M  +2-2exporter/DiscoverExporter.cpp
M  +2-2exporter/DiscoverExporter.h
M  +1-1libdiscover/backends/DummyBackend/DummyBackend.cpp
M  +9-9libdiscover/backends/DummyBackend/tests/DummyTest.cpp
M  +29   -24   libdiscover/backends/FlatpakBackend/FlatpakBackend.cpp
M  +2-1libdiscover/backends/FlatpakBackend/FlatpakBackend.h
M  +4-4libdiscover/backends/FlatpakBackend/FlatpakSourcesBackend.cpp
M  +4-2libdiscover/backends/FlatpakBackend/tests/FlatpakTest.cpp
M  +1-1libdiscover/backends/FwupdBackend/FwupdBackend.cpp
M  +4-2libdiscover/backends/KNSBackend/KNSBackend.cpp
M  +1-1libdiscover/backends/KNSBackend/KNSBackend.h
M  +4-2libdiscover/backends/KNSBackend/tests/KNSBackendTest.cpp
M  +39   -16   libdiscover/backends/PackageKitBackend/PackageKitBackend.cpp
M  +2-0libdiscover/backends/PackageKitBackend/PackageKitBackend.h
M  +2-2libdiscover/backends/SteamOSBackend/SteamOSBackend.cpp
M  +15   -2libdiscover/resources/AbstractResourcesBackend.cpp
M  +24   -2libdiscover/resources/AbstractResourcesBackend.h
M  +8-3libdiscover/resources/ResourcesModel.cpp
M  +2-2libdiscover/resources/ResourcesModel.h
M  +43   -33   libdiscover/resources/ResourcesProxyModel.cpp
M  +10   -5libdiscover/resources/ResourcesProxyModel.h
M  +3-3libdiscover/resources/StandardBackendUpdater.cpp
M  +12   -7libdiscover/resources/StoredResultsStream.cpp
M  +3-3libdiscover/resources/StoredResultsStream.h

https://invent.kde.org/plasma/discover/commit/749fa991cc608a99ad06890f1e097c02bd0356b1

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

[www.kde.org] [Bug 468824] Kubuntu Focus is not in the list of KDE patrons

2023-04-22 Thread Aleix Pol
https://bugs.kde.org/show_bug.cgi?id=468824

Aleix Pol  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED
  Latest Commit||https://invent.kde.org/webs
   ||ites/ev-kde-org/commit/d612
   ||cede9f4b3296298331f6c26fc67
   ||e659277b9

--- Comment #3 from Aleix Pol  ---
Git commit d612cede9f4b3296298331f6c26fc67e659277b9 by Aleix Pol.
Committed on 22/04/2023 at 23:00.
Pushed by aacid into branch 'master'.

Add kubuntu focus

M  +1-0advisoryboard.md
M  +1-0supporting-members.md

https://invent.kde.org/websites/ev-kde-org/commit/d612cede9f4b3296298331f6c26fc67e659277b9

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

[Discover] [Bug 468162] Deployments appearing in all searches

2023-04-19 Thread Aleix Pol
https://bugs.kde.org/show_bug.cgi?id=468162

Aleix Pol  changed:

   What|Removed |Added

  Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas
   |ma/discover/commit/7bd3ba09 |ma/discover/commit/1756b3a8
   |8ca97a01ba01f9d0fadd6522136 |ac7b66fd1c93a823e6dde262d1f
   |aa67e   |2a9ec

--- Comment #6 from Aleix Pol  ---
Git commit 1756b3a8ac7b66fd1c93a823e6dde262d1f2a9ec by Aleix Pol Gonzalez, on
behalf of Timothée Ravier.
Committed on 19/04/2023 at 17:00.
Pushed by ravier into branch 'Plasma/5.27'.

rpm-ostree: Do not offer resources when the search doesn't pertain

Added Category include to fix build.
Co-authored with: Aleix Pol 
Cherry-picked from: 7bd3ba098ca97a01ba01f9d0fadd6522136aa67e

M  +9-0libdiscover/backends/RpmOstreeBackend/RpmOstreeBackend.cpp

https://invent.kde.org/plasma/discover/commit/1756b3a8ac7b66fd1c93a823e6dde262d1f2a9ec

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

[kwin] [Bug 468635] Plasma/Wayland always goes frozen on an AMD APU

2023-04-17 Thread Aleix Pol
https://bugs.kde.org/show_bug.cgi?id=468635

--- Comment #3 from Aleix Pol  ---
Something I do in these cases is the following:
- start the system, switch to a tty (ctrl+alt+F3)
- log into your user
- run tmux (or screen or anything similar you prefer)
- ssh from another system
- attach to the tmux from the other system "tmux a"
- execute "startplasma-wayland"

There we should be able to see what's going on.

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

[kwin] [Bug 468635] Plasma/Wayland always goes frozen on an AMD APU

2023-04-17 Thread Aleix Pol
https://bugs.kde.org/show_bug.cgi?id=468635

Aleix Pol  changed:

   What|Removed |Added

Version|5.27.2  |5.27.4

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

[kwin] [Bug 468635] Plasma/Wayland always goes frozen on an AMD APU

2023-04-17 Thread Aleix Pol
https://bugs.kde.org/show_bug.cgi?id=468635

Aleix Pol  changed:

   What|Removed |Added

 Status|REPORTED|NEEDSINFO
Version|unspecified |5.27.2
  Component|general |platform-drm
   Assignee|plasma-b...@kde.org |kwin-bugs-n...@kde.org
 Resolution|--- |WAITINGFORINFO
Product|plasma-wayland-protocols|kwin

--- Comment #1 from Aleix Pol  ---
I'm afraid we will need more information here. Can you maybe check if you can
find any errors on the user logs, maybe from the kwin_wayland process?

As is, this is not really actionable.

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

[Discover] [Bug 468553] microsoft edge update problem

2023-04-17 Thread Aleix Pol
https://bugs.kde.org/show_bug.cgi?id=468553

Aleix Pol  changed:

   What|Removed |Added

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

--- Comment #1 from Aleix Pol  ---
It sounds like a fedora packaging issue, there's not much we can do from
Discover.

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

[ksmserver] [Bug 467878] RDP remote sessions: don't apply exit options for close, restart, poweroff, etc.

2023-04-16 Thread Aleix Pol
https://bugs.kde.org/show_bug.cgi?id=467878

Aleix Pol  changed:

   What|Removed |Added

 Status|NEEDSINFO   |REPORTED
 Resolution|WAITINGFORINFO  |---

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

[Discover] [Bug 468459] After running a partial update, the "select all" and "select none" buttons are not shown

2023-04-14 Thread Aleix Pol
https://bugs.kde.org/show_bug.cgi?id=468459

Aleix Pol  changed:

   What|Removed |Added

  Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas
   |ma/discover/commit/2e134322 |ma/discover/commit/16b3aace
   |179048f746cb8b730c6f30a44cd |04d40291d90a9a56de488364db9
   |3892d   |f2a93

--- Comment #4 from Aleix Pol  ---
Git commit 16b3aace04d40291d90a9a56de488364db9f2a93 by Aleix Pol Gonzalez, on
behalf of Aleix Pol.
Committed on 14/04/2023 at 23:39.
Pushed by apol into branch 'master'.

updates ui: Simplify bottom toolbar logic

Only show the select buttons when not updating. Only show the reboot
checkbox while updating.


(cherry picked from commit 2e134322179048f746cb8b730c6f30a44cd3892d)

M  +5-5discover/qml/UpdatesPage.qml

https://invent.kde.org/plasma/discover/commit/16b3aace04d40291d90a9a56de488364db9f2a93

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

[Discover] [Bug 468459] After running a partial update, the "select all" and "select none" buttons are not shown

2023-04-14 Thread Aleix Pol
https://bugs.kde.org/show_bug.cgi?id=468459

Aleix Pol  changed:

   What|Removed |Added

 Resolution|--- |FIXED
  Latest Commit||https://invent.kde.org/plas
   ||ma/discover/commit/2e134322
   ||179048f746cb8b730c6f30a44cd
   ||3892d
 Status|ASSIGNED|RESOLVED

--- Comment #3 from Aleix Pol  ---
Git commit 2e134322179048f746cb8b730c6f30a44cd3892d by Aleix Pol Gonzalez, on
behalf of Aleix Pol.
Committed on 14/04/2023 at 23:27.
Pushed by apol into branch 'Plasma/5.27'.

updates ui: Simplify bottom toolbar logic

Only show the select buttons when not updating. Only show the reboot
checkbox while updating.

M  +5-5discover/qml/UpdatesPage.qml

https://invent.kde.org/plasma/discover/commit/2e134322179048f746cb8b730c6f30a44cd3892d

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

[Discover] [Bug 467827] Discover crash upon startup in FlatpakBackend::getAppForInstalledRef() after failing to find flathub

2023-04-14 Thread Aleix Pol
https://bugs.kde.org/show_bug.cgi?id=467827

Aleix Pol  changed:

   What|Removed |Added

  Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas
   |ma/discover/commit/2bed2997 |ma/discover/commit/542f88c9
   |45d7c56c53191e46a8affe89f19 |0fddd1974b0178a73decd5411ea
   |c0491   |52148

--- Comment #5 from Aleix Pol  ---
Git commit 542f88c90fddd1974b0178a73decd5411ea52148 by Aleix Pol Gonzalez, on
behalf of Aleix Pol.
Committed on 14/04/2023 at 23:24.
Pushed by apol into branch 'master'.

flatpak: Do not crash if for any reason we lack a ref's source


(cherry picked from commit 2bed299745d7c56c53191e46a8affe89f19c0491)

M  +19   -7libdiscover/backends/FlatpakBackend/FlatpakBackend.cpp

https://invent.kde.org/plasma/discover/commit/542f88c90fddd1974b0178a73decd5411ea52148

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

  1   2   3   4   5   6   7   8   9   10   >