[xdg-desktop-portal-kde] [Bug 480235] Persistence in the remote desktop portal does not work across reboots

2024-06-28 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=480235

stefanfunk1...@gmail.com changed:

   What|Removed |Added

 CC||stefanfunk1...@gmail.com

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

[xdg-desktop-portal-kde] [Bug 480235] Persistence in the remote desktop portal does not work across reboots

2024-06-26 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=480235

Nate Graham  changed:

   What|Removed |Added

 CC||mmboss...@gmail.com

--- Comment #14 from Nate Graham  ---
*** Bug 485697 has been marked as a duplicate of this bug. ***

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

[xdg-desktop-portal-kde] [Bug 480235] Persistence in the remote desktop portal does not work across reboots

2024-06-24 Thread Calvin Hoy
https://bugs.kde.org/show_bug.cgi?id=480235

--- Comment #13 from Calvin Hoy  ---
(In reply to Prajna Sariputra from comment #12)
> (In reply to Calvin Hoy from comment #11)
> > Thanks, this has been bugging me with KDE Connect!
> > 
> > Sadly though, the problem persists with Steam Remote Play; after a
> > logout/reboot, I have to manually confirm to allow remote input on the first
> > attempt to stream a game. Subsequent connections within the same desktop
> > session are handled automatically, though.
> > 
> > I'm not too sure whether that's the same issue, hence not reopening with
> > this comment.
> 
> By "same desktop session", do you mean that it still works even after
> restarting Steam but not the system, or does it only keep working if Steam
> isn't restarted? If it's the latter then chances are that's because Steam
> didn't ask for persistence using version 2 of the portal interface, in which
> case that would be a bug in Steam instead of Plasma.

I just checked, and it DOES continue to work after closing and restarting
Steam; only after a logout does the permission dialogue appear again.

I'm on Plasma 6.1.0 though; as Nate set the "Version Fixed In" to 6.1.1, I'm
gonna wait for that version to reconfirm if the problem still occurs with
Steam.

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

[xdg-desktop-portal-kde] [Bug 480235] Persistence in the remote desktop portal does not work across reboots

2024-06-20 Thread Prajna Sariputra
https://bugs.kde.org/show_bug.cgi?id=480235

--- Comment #12 from Prajna Sariputra  ---
(In reply to Calvin Hoy from comment #11)
> Thanks, this has been bugging me with KDE Connect!
> 
> Sadly though, the problem persists with Steam Remote Play; after a
> logout/reboot, I have to manually confirm to allow remote input on the first
> attempt to stream a game. Subsequent connections within the same desktop
> session are handled automatically, though.
> 
> I'm not too sure whether that's the same issue, hence not reopening with
> this comment.

By "same desktop session", do you mean that it still works even after
restarting Steam but not the system, or does it only keep working if Steam
isn't restarted? If it's the latter then chances are that's because Steam
didn't ask for persistence using version 2 of the portal interface, in which
case that would be a bug in Steam instead of Plasma.

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

[xdg-desktop-portal-kde] [Bug 480235] Persistence in the remote desktop portal does not work across reboots

2024-06-20 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=480235

Nate Graham  changed:

   What|Removed |Added

   Version Fixed In||6.1.1

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

[xdg-desktop-portal-kde] [Bug 480235] Persistence in the remote desktop portal does not work across reboots

2024-06-20 Thread Calvin Hoy
https://bugs.kde.org/show_bug.cgi?id=480235

Calvin Hoy  changed:

   What|Removed |Added

 CC||calvin.f@gmail.com

--- Comment #11 from Calvin Hoy  ---
Thanks, this has been bugging me with KDE Connect!

Sadly though, the problem persists with Steam Remote Play; after a
logout/reboot, I have to manually confirm to allow remote input on the first
attempt to stream a game. Subsequent connections within the same desktop
session are handled automatically, though.

I'm not too sure whether that's the same issue, hence not reopening with this
comment.

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

[xdg-desktop-portal-kde] [Bug 480235] Persistence in the remote desktop portal does not work across reboots

2024-06-12 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=480235

Nicolas Fella  changed:

   What|Removed |Added

  Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas
   |ma/xdg-desktop-portal-kde/- |ma/xdg-desktop-portal-kde/-
   |/commit/663b708b8568d7b8433 |/commit/d0ccdb2ba75dc3a72f5
   |07b40295e29e723e23e59   |6059e10707f83baf4ab5d

--- Comment #10 from Nicolas Fella  ---
Git commit d0ccdb2ba75dc3a72f56059e10707f83baf4ab5d by Nicolas Fella.
Committed on 12/06/2024 at 14:31.
Pushed by nicolasfella into branch 'Plasma/6.1'.

Fix remote desktop restoring

DeviceTypes is QFlags, which doesn't really work with QVariant,
causing the saved data to not be restored.

To fix this force it to uint when reading/writing
(cherry picked from commit 663b708b8568d7b843307b40295e29e723e23e59)

M  +3-2src/remotedesktop.cpp

https://invent.kde.org/plasma/xdg-desktop-portal-kde/-/commit/d0ccdb2ba75dc3a72f56059e10707f83baf4ab5d

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

[xdg-desktop-portal-kde] [Bug 480235] Persistence in the remote desktop portal does not work across reboots

2024-06-12 Thread Dashon
https://bugs.kde.org/show_bug.cgi?id=480235

--- Comment #9 from Dashon  ---
(In reply to Nicolas Fella from comment #8)
> Git commit 663b708b8568d7b843307b40295e29e723e23e59 by Nicolas Fella.
> Committed on 12/06/2024 at 14:22.
> Pushed by nicolasfella into branch 'master'.
> 
> Fix remote desktop restoring
> 
> DeviceTypes is QFlags, which doesn't really work with QVariant,
> causing the saved data to not be restored.
> 
> To fix this force it to uint when reading/writing
> 
> M  +3-2src/remotedesktop.cpp
> 
> https://invent.kde.org/plasma/xdg-desktop-portal-kde/-/commit/
> 663b708b8568d7b843307b40295e29e723e23e59

Thanks for the amazing work.

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

[xdg-desktop-portal-kde] [Bug 480235] Persistence in the remote desktop portal does not work across reboots

2024-06-12 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=480235

Nicolas Fella  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/plas
   ||ma/xdg-desktop-portal-kde/-
   ||/commit/663b708b8568d7b8433
   ||07b40295e29e723e23e59
 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED

--- Comment #8 from Nicolas Fella  ---
Git commit 663b708b8568d7b843307b40295e29e723e23e59 by Nicolas Fella.
Committed on 12/06/2024 at 14:22.
Pushed by nicolasfella into branch 'master'.

Fix remote desktop restoring

DeviceTypes is QFlags, which doesn't really work with QVariant,
causing the saved data to not be restored.

To fix this force it to uint when reading/writing

M  +3-2src/remotedesktop.cpp

https://invent.kde.org/plasma/xdg-desktop-portal-kde/-/commit/663b708b8568d7b843307b40295e29e723e23e59

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

[xdg-desktop-portal-kde] [Bug 480235] Persistence in the remote desktop portal does not work across reboots

2024-06-11 Thread Julien Delquié
https://bugs.kde.org/show_bug.cgi?id=480235

Julien Delquié  changed:

   What|Removed |Added

 CC||julien@gmail.com

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

[xdg-desktop-portal-kde] [Bug 480235] Persistence in the remote desktop portal does not work across reboots

2024-06-11 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=480235

Nate Graham  changed:

   What|Removed |Added

   See Also||https://bugs.kde.org/show_b
   ||ug.cgi?id=488369

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

[xdg-desktop-portal-kde] [Bug 480235] Persistence in the remote desktop portal does not work across reboots

2024-06-09 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=480235

kdeb...@jotoho.de changed:

   What|Removed |Added

 CC||kdeb...@jotoho.de

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

[xdg-desktop-portal-kde] [Bug 480235] Persistence in the remote desktop portal does not work across reboots

2024-05-31 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=480235

Bug Janitor Service  changed:

   What|Removed |Added

 Status|CONFIRMED   |ASSIGNED

--- Comment #7 from Bug Janitor Service  ---
A possibly relevant merge request was started @
https://invent.kde.org/plasma/xdg-desktop-portal-kde/-/merge_requests/289

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

[xdg-desktop-portal-kde] [Bug 480235] Persistence in the remote desktop portal does not work across reboots

2024-05-29 Thread Plata
https://bugs.kde.org/show_bug.cgi?id=480235

--- Comment #6 from Plata  ---
Is approving the dialog the only way to grant permissions or can I do that from
command line somehow as well? Because if so, I could configure a command in KDE
Connect and execute this remotely until the issue is fixed properly.

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

[xdg-desktop-portal-kde] [Bug 480235] Persistence in the remote desktop portal does not work across reboots

2024-05-24 Thread Plata
https://bugs.kde.org/show_bug.cgi?id=480235

Plata  changed:

   What|Removed |Added

 CC||plata.h...@kdemail.net

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

[xdg-desktop-portal-kde] [Bug 480235] Persistence in the remote desktop portal does not work across reboots

2024-05-16 Thread David Marzal
https://bugs.kde.org/show_bug.cgi?id=480235

David Marzal  changed:

   What|Removed |Added

 CC||mundoli...@tutanota.com

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

[xdg-desktop-portal-kde] [Bug 480235] Persistence in the remote desktop portal does not work across reboots

2024-05-15 Thread vinkmr
https://bugs.kde.org/show_bug.cgi?id=480235

vinkmr <0vinoth0kum...@gmail.com> changed:

   What|Removed |Added

 CC||0vinoth0kum...@gmail.com

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

[xdg-desktop-portal-kde] [Bug 480235] Persistence in the remote desktop portal does not work across reboots

2024-05-15 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=480235

drokerg...@gmail.com changed:

   What|Removed |Added

 CC||drokerg...@gmail.com

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

[xdg-desktop-portal-kde] [Bug 480235] Persistence in the remote desktop portal does not work across reboots

2024-05-10 Thread Benji Wiebe
https://bugs.kde.org/show_bug.cgi?id=480235

Benji Wiebe  changed:

   What|Removed |Added

 CC||benjiwieb...@gmail.com

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

[xdg-desktop-portal-kde] [Bug 480235] Persistence in the remote desktop portal does not work across reboots

2024-05-09 Thread Samuel Jimenez
https://bugs.kde.org/show_bug.cgi?id=480235

Samuel Jimenez  changed:

   What|Removed |Added

 CC||the.real.samuel.jimenez@gma
   ||il.com

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

[xdg-desktop-portal-kde] [Bug 480235] Persistence in the remote desktop portal does not work across reboots

2024-05-08 Thread Trevor Parsons
https://bugs.kde.org/show_bug.cgi?id=480235

Trevor Parsons  changed:

   What|Removed |Added

 CC||kdeb...@trevorparsons.com

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

[xdg-desktop-portal-kde] [Bug 480235] Persistence in the remote desktop portal does not work across reboots

2024-04-26 Thread Dinko
https://bugs.kde.org/show_bug.cgi?id=480235

Dinko  changed:

   What|Removed |Added

 CC||dinko...@gmail.com

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

[xdg-desktop-portal-kde] [Bug 480235] Persistence in the remote desktop portal does not work across reboots

2024-04-01 Thread chris
https://bugs.kde.org/show_bug.cgi?id=480235

chris  changed:

   What|Removed |Added

 CC||kdebug_vo...@vllmr.eu

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

[xdg-desktop-portal-kde] [Bug 480235] Persistence in the remote desktop portal does not work across reboots

2024-03-10 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=480235

Nate Graham  changed:

   What|Removed |Added

 CC||sit...@kde.org

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

[xdg-desktop-portal-kde] [Bug 480235] Persistence in the remote desktop portal does not work across reboots

2024-03-08 Thread Dashon
https://bugs.kde.org/show_bug.cgi?id=480235

--- Comment #5 from Dashon  ---
(In reply to Prajna Sariputra from comment #4)
> Oh, if you're using KDE Connect and you're stopping the remote control
> session via the system tray icon then I think that's actually a problem from
> the KDE Connect side, I don't think it has support for automatically
> restarting the remote control session if the user stopped it manually at the
> moment, so KDE Connect will just try (and fail) to use the old cancelled
> session, and you won't see a notification or permissions dialog until you
> restart kdeconnectd and try using remote input again.

Ok, so I definitely shouldn't do that anymore. Now all that is left to solve is
why it stops working sometimes.

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

[xdg-desktop-portal-kde] [Bug 480235] Persistence in the remote desktop portal does not work across reboots

2024-03-08 Thread Prajna Sariputra
https://bugs.kde.org/show_bug.cgi?id=480235

--- Comment #4 from Prajna Sariputra  ---
Oh, if you're using KDE Connect and you're stopping the remote control session
via the system tray icon then I think that's actually a problem from the KDE
Connect side, I don't think it has support for automatically restarting the
remote control session if the user stopped it manually at the moment, so KDE
Connect will just try (and fail) to use the old cancelled session, and you
won't see a notification or permissions dialog until you restart kdeconnectd
and try using remote input again.

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

[xdg-desktop-portal-kde] [Bug 480235] Persistence in the remote desktop portal does not work across reboots

2024-03-08 Thread Dashon
https://bugs.kde.org/show_bug.cgi?id=480235

--- Comment #3 from Dashon  ---
(In reply to Dashon from comment #2)
> I'm not only having the issue of it not being persistent, but the permission
> dialog doesn't always show up. I believe this occurs when restarting
> plasmashell in some instances and not when rebooting though.

After further testing, it definitely survives plasmashell restarting, but I
know sometimes when it starts working. I would open the system tray and end the
permission for it. Hoping that it would pop up again the next time I tried to
use it. Thus fixing the problem. Whenever it stops working, I can usually get
it to work again and give me the popup again by killing the kdeconnectd process
and starting again.

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

[xdg-desktop-portal-kde] [Bug 480235] Persistence in the remote desktop portal does not work across reboots

2024-03-08 Thread Dashon
https://bugs.kde.org/show_bug.cgi?id=480235

--- Comment #2 from Dashon  ---
I'm not only having the issue of it not being persistent, but the permission
dialog doesn't always show up. I believe this occurs when restarting
plasmashell in some instances and not when rebooting though.

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

[xdg-desktop-portal-kde] [Bug 480235] Persistence in the remote desktop portal does not work across reboots

2024-03-08 Thread Dashon
https://bugs.kde.org/show_bug.cgi?id=480235

Dashon  changed:

   What|Removed |Added

 CC||dashonww...@pm.me

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

[xdg-desktop-portal-kde] [Bug 480235] Persistence in the remote desktop portal does not work across reboots

2024-02-10 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=480235

unblended_icing...@simplelogin.com changed:

   What|Removed |Added

 CC||unblended_icing552@simplelo
   ||gin.com

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

[xdg-desktop-portal-kde] [Bug 480235] Persistence in the remote desktop portal does not work across reboots

2024-02-05 Thread Prajna Sariputra
https://bugs.kde.org/show_bug.cgi?id=480235

Prajna Sariputra  changed:

   What|Removed |Added

 CC||nicolas.fe...@gmx.de

--- Comment #1 from Prajna Sariputra  ---
*** Bug 480435 has been marked as a duplicate of this bug. ***

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

[xdg-desktop-portal-kde] [Bug 480235] Persistence in the remote desktop portal does not work across reboots

2024-01-23 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=480235

Nate Graham  changed:

   What|Removed |Added

   Keywords||usability
 Ever confirmed|0   |1
 Status|REPORTED|CONFIRMED

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

[xdg-desktop-portal-kde] [Bug 480235] Persistence in the remote desktop portal does not work across reboots

2024-01-23 Thread Prajna Sariputra
https://bugs.kde.org/show_bug.cgi?id=480235

Prajna Sariputra  changed:

   What|Removed |Added

   Keywords||qt6
   Platform|Other   |Compiled Sources

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