[krdc] [Bug 482137] Regression: Filesystem/Clipboard not shared anymore

2024-10-28 Thread Fabio
https://bugs.kde.org/show_bug.cgi?id=482137 --- Comment #21 from Fabio --- (In reply to Marcel Hasler from comment #20) > I guess that warning came too late, the same thing is in fact already being > done in other places. As a test I printed the proxy and gateway settings > with qDebug() just bef

[krdc] [Bug 482137] Regression: Filesystem/Clipboard not shared anymore

2024-10-27 Thread Marcel Hasler
https://bugs.kde.org/show_bug.cgi?id=482137 --- Comment #20 from Marcel Hasler --- (In reply to Marcel Hasler from comment #17) > I can see you are hard to convince, but I'll give it one more shot. > > Please have a look at the test cases I attached. Read them, understand them, > compile them an

[krdc] [Bug 482137] Regression: Filesystem/Clipboard not shared anymore

2024-10-26 Thread Marcel Hasler
https://bugs.kde.org/show_bug.cgi?id=482137 --- Comment #19 from Marcel Hasler --- (In reply to Fabio from comment #18) > Looking at the third test case I finally got your point. > Thank you for your patience > > Fixed in https://invent.kde.org/network/krdc/-/merge_requests/116/diffs Thanks! J

[krdc] [Bug 482137] Regression: Filesystem/Clipboard not shared anymore

2024-10-26 Thread Fabio
https://bugs.kde.org/show_bug.cgi?id=482137 --- Comment #18 from Fabio --- Looking at the third test case I finally got your point. Thank you for your patience Fixed in https://invent.kde.org/network/krdc/-/merge_requests/116/diffs -- You are receiving this mail because: You are watching all

[krdc] [Bug 482137] Regression: Filesystem/Clipboard not shared anymore

2024-10-26 Thread Marcel Hasler
https://bugs.kde.org/show_bug.cgi?id=482137 --- Comment #16 from Marcel Hasler --- Created attachment 175251 --> https://bugs.kde.org/attachment.cgi?id=175251&action=edit Test case 3 -- You are receiving this mail because: You are watching all bug changes.

[krdc] [Bug 482137] Regression: Filesystem/Clipboard not shared anymore

2024-10-26 Thread Marcel Hasler
https://bugs.kde.org/show_bug.cgi?id=482137 --- Comment #14 from Marcel Hasler --- Created attachment 175249 --> https://bugs.kde.org/attachment.cgi?id=175249&action=edit Test case 1 -- You are receiving this mail because: You are watching all bug changes.

[krdc] [Bug 482137] Regression: Filesystem/Clipboard not shared anymore

2024-10-26 Thread Marcel Hasler
https://bugs.kde.org/show_bug.cgi?id=482137 --- Comment #15 from Marcel Hasler --- Created attachment 175250 --> https://bugs.kde.org/attachment.cgi?id=175250&action=edit Test case 2 -- You are receiving this mail because: You are watching all bug changes.

[krdc] [Bug 482137] Regression: Filesystem/Clipboard not shared anymore

2024-10-26 Thread Marcel Hasler
https://bugs.kde.org/show_bug.cgi?id=482137 --- Comment #17 from Marcel Hasler --- I can see you are hard to convince, but I'll give it one more shot. Please have a look at the test cases I attached. Read them, understand them, compile them and run them. If that doesn't convince you, then I gues

[krdc] [Bug 482137] Regression: Filesystem/Clipboard not shared anymore

2024-10-26 Thread Marcel Hasler
https://bugs.kde.org/show_bug.cgi?id=482137 --- Comment #13 from Marcel Hasler --- (In reply to Fabio from comment #12) > (In reply to Marcel Hasler from comment #11) > > The point I was trying to make is that by the time freerdp actually calls > > _strdup, both temporary QByteArray instances hav

[krdc] [Bug 482137] Regression: Filesystem/Clipboard not shared anymore

2024-10-25 Thread Fabio
https://bugs.kde.org/show_bug.cgi?id=482137 --- Comment #12 from Fabio --- (In reply to Marcel Hasler from comment #11) > The point I was trying to make is that by the time freerdp actually calls > _strdup, both temporary QByteArray instances have already been destroyed and > the pointers are the

[krdc] [Bug 482137] Regression: Filesystem/Clipboard not shared anymore

2024-10-25 Thread Marcel Hasler
https://bugs.kde.org/show_bug.cgi?id=482137 --- Comment #11 from Marcel Hasler --- (In reply to Fabio from comment #10) > (In reply to Marcel Hasler from comment #9) > > But here's a simple example to show that you cannot rely on the data > > remaining valid: > > I know that when the local func

[krdc] [Bug 482137] Regression: Filesystem/Clipboard not shared anymore

2024-10-25 Thread Fabio
https://bugs.kde.org/show_bug.cgi?id=482137 --- Comment #10 from Fabio --- (In reply to Marcel Hasler from comment #9) > But here's a simple example to show that you cannot rely on the data > remaining valid: I know that when the local function variable goes out of scope it's not safe to use an

[krdc] [Bug 482137] Regression: Filesystem/Clipboard not shared anymore

2024-10-25 Thread Marcel Hasler
https://bugs.kde.org/show_bug.cgi?id=482137 --- Comment #9 from Marcel Hasler --- (In reply to Fabio from comment #7) > (In reply to Marcel Hasler from comment #6) > > This is a bug in RdpSession::start(). > > I confirm your patch fixes the issue. A small variant has been submitted > here: http

[krdc] [Bug 482137] Regression: Filesystem/Clipboard not shared anymore

2024-10-25 Thread Fabio
https://bugs.kde.org/show_bug.cgi?id=482137 --- Comment #7 from Fabio --- (In reply to Marcel Hasler from comment #6) > This is a bug in RdpSession::start(). I confirm your patch fixes the issue. A small variant has been submitted here: https://invent.kde.org/network/krdc/-/merge_requests/114

[krdc] [Bug 482137] Regression: Filesystem/Clipboard not shared anymore

2024-10-25 Thread Fabio
https://bugs.kde.org/show_bug.cgi?id=482137 Fabio changed: What|Removed |Added Version Fixed In||24.08.3 Resolution|---

[krdc] [Bug 482137] Regression: Filesystem/Clipboard not shared anymore

2024-10-24 Thread Marcel Hasler
https://bugs.kde.org/show_bug.cgi?id=482137 Marcel Hasler changed: What|Removed |Added CC||mahas...@gmail.com --- Comment #6 from Marcel H

[krdc] [Bug 482137] Regression: Filesystem/Clipboard not shared anymore

2024-10-01 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=482137 h...@runiq.de changed: What|Removed |Added CC||h...@runiq.de -- You are receiving this mail be

[krdc] [Bug 482137] Regression: Filesystem/Clipboard not shared anymore

2024-07-03 Thread Ninjoe
https://bugs.kde.org/show_bug.cgi?id=482137 --- Comment #5 from Ninjoe --- As of 24.05, folder sharing still doesn't work. -- You are receiving this mail because: You are watching all bug changes.

[krdc] [Bug 482137] Regression: Filesystem/Clipboard not shared anymore

2024-05-21 Thread Fabio
https://bugs.kde.org/show_bug.cgi?id=482137 Fabio changed: What|Removed |Added CC||teej.d@gmail.com --- Comment #4 from Fabio --- ***

[krdc] [Bug 482137] Regression: Filesystem/Clipboard not shared anymore

2024-05-21 Thread Fabio
https://bugs.kde.org/show_bug.cgi?id=482137 Fabio changed: What|Removed |Added CC||ctrlal...@gmail.com --- Comment #3 from Fabio --- Clip

[krdc] [Bug 482137] Regression: Filesystem/Clipboard not shared anymore

2024-04-12 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=482137 niiin...@gmail.com changed: What|Removed |Added CC||niiin...@gmail.com --- Comment #2 from niii

[krdc] [Bug 482137] Regression: Filesystem/Clipboard not shared anymore

2024-03-22 Thread Arjen Hiemstra
https://bugs.kde.org/show_bug.cgi?id=482137 Arjen Hiemstra changed: What|Removed |Added CC||techxga...@outlook.com --- Comment #1 from Arj

[krdc] [Bug 482137] Regression: Filesystem/Clipboard not shared anymore

2024-03-12 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=482137 David Edmundson changed: What|Removed |Added Ever confirmed|0 |1 Status|REPORTED

[krdc] [Bug 482137] Regression: Filesystem/Clipboard not shared anymore

2024-03-03 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=482137 Albert Astals Cid changed: What|Removed |Added CC||ahiems...@heimr.nl -- You are receiving th

[krdc] [Bug 482137] Regression: Filesystem/Clipboard not shared anymore

2024-03-01 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=482137 Bug Janitor Service changed: What|Removed |Added Keywords||qt6 -- You are receiving this mail becau