[krfb] [Bug 340411] krfb does not save user settings

2023-10-12 Thread Stéphane Tréboux
https://bugs.kde.org/show_bug.cgi?id=340411

Stéphane Tréboux  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/netw
   ||ork/krfb/commit/fd362fd6424
   ||91ee9b4ad42346776b2d4ec089b
   ||22
Version|23.08.1 |unspecified
   Version Fixed In||20.08.2

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

[krfb] [Bug 340411] krfb does not save user settings

2023-10-12 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=340411

Nate Graham  changed:

   What|Removed |Added

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

--- Comment #26 from Nate Graham  ---
Please submit a new bug report to report a new problem. Thanks!

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

[krfb] [Bug 340411] krfb does not save user settings

2023-10-12 Thread Stéphane Tréboux
https://bugs.kde.org/show_bug.cgi?id=340411

Stéphane Tréboux  changed:

   What|Removed |Added

   Version Fixed In|20.08.2 |
Version|4.14.1  |23.08.1
  Latest Commit|https://invent.kde.org/netw |
   |ork/krfb/commit/fd362fd6424 |
   |91ee9b4ad42346776b2d4ec089b |
   |22  |

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

[krfb] [Bug 340411] krfb does not save user settings

2023-10-12 Thread Stéphane Tréboux
https://bugs.kde.org/show_bug.cgi?id=340411

Stéphane Tréboux  changed:

   What|Removed |Added

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

--- Comment #25 from Stéphane Tréboux  ---
When updating from Kubuntu 23.04 (lunar, 4:22.12.3-0ubuntu1) to Kubuntu 23.10
(mantic, 4:23.08.1-0ubuntu1) I observe a regression.
With each start krfb needs local interaction to grant access to the screen and
input devices, even if "Enable Unattended Access" is ticked.
Another way to put it is that "Enable Unattended Access" stays ticked but does
effectively nothing (it does not enable unattended access).
This is a problem for remote machines without physical access.

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

[krfb] [Bug 340411] krfb does not save user settings

2020-10-19 Thread Alexey Min
https://bugs.kde.org/show_bug.cgi?id=340411

Alexey Min  changed:

   What|Removed |Added

 CC||a.stef...@deas-online.de

--- Comment #24 from Alexey Min  ---
*** Bug 288481 has been marked as a duplicate of this bug. ***

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

[krfb] [Bug 340411] krfb does not save user settings

2020-10-05 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=340411

Nate Graham  changed:

   What|Removed |Added

 CC||n...@kde.org

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

[krfb] [Bug 340411] krfb does not save user settings

2020-10-04 Thread Alexey Min
https://bugs.kde.org/show_bug.cgi?id=340411

Alexey Min  changed:

   What|Removed |Added

   Version Fixed In|17.04.3 |20.08.2
 Resolution|--- |FIXED
  Latest Commit|https://invent.kde.org/netw |https://invent.kde.org/netw
   |ork/krfb/commit/bc755b81d84 |ork/krfb/commit/fd362fd6424
   |9198b034b4cdeec27711cb7d576 |91ee9b4ad42346776b2d4ec089b
   |e9  |22
 Status|REOPENED|RESOLVED

--- Comment #23 from Alexey Min  ---
Git commit fd362fd642491ee9b4ad42346776b2d4ec089b22 by Alexey Min.
Committed on 05/10/2020 at 05:07.
Pushed by alexeymin into branch 'release/20.08'.

Make sure to save security settings each time they are modified

Settings that are modified using normal settings window, which is
invoked using menu "Configure Desktop Sharing..." are always saved
correctly.

However some settings that are present on Krfb main window
(normal password, unattended password, checkbox "enable unattended
access") are not handled by KConfigDialog and there is a chance that
settings might not be saved correctly (for example if application
was suddenly terminated).

This hopefully fixes some bugs which are present since year 2011-2014
and have 110 votes, like https://bugs.kde.org/show_bug.cgi?id=340411,
maybe something else.
FIXED-IN: 20.08.2
CHANGELOG: Make sure to save passwords each time they are modified

M  +46   -24   krfb/invitationsrfbserver.cpp
M  +1-0krfb/invitationsrfbserver.h

https://invent.kde.org/network/krfb/commit/fd362fd642491ee9b4ad42346776b2d4ec089b22

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

[krfb] [Bug 340411] krfb does not save user settings

2020-08-26 Thread Alexey Min
https://bugs.kde.org/show_bug.cgi?id=340411

Alexey Min  changed:

   What|Removed |Added

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

--- Comment #22 from Alexey Min  ---
(this is not merged yet!)

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

[krfb] [Bug 340411] krfb does not save user settings

2020-08-26 Thread Alexey Min
https://bugs.kde.org/show_bug.cgi?id=340411

Alexey Min  changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
  Latest Commit||https://invent.kde.org/netw
   ||ork/krfb/commit/bc755b81d84
   ||9198b034b4cdeec27711cb7d576
   ||e9
 Resolution|--- |FIXED

--- Comment #21 from Alexey Min  ---
Git commit bc755b81d849198b034b4cdeec27711cb7d576e9 by Alexey Min.
Committed on 26/08/2020 at 12:55.
Pushed by alexeymin into branch 'fix_storing_config'.

Make sure to save security settings each time they are modified

Settings that are modified using normal settings window, which is
invoked using menu "Configure Desktop Sharing..." are always saved
correctly.

However some settings that are present on Krfb main window
(normal password, unattended password, checkbox "enable unattended
access") are not handled by KConfigDialog and there is a chance that
settings might not be saved correctly (for example if application
was suddenly terminated).

This hopefully fixes some bugs which are present since year 2011-2014
and have 110 votes, like https://bugs.kde.org/show_bug.cgi?id=340411,
maybe something else.
Related: bug 288481
CHANGELOG: Make sure to save passwords each time they are modified

M  +46   -21   krfb/invitationsrfbserver.cpp
M  +1-0krfb/invitationsrfbserver.h

https://invent.kde.org/network/krfb/commit/bc755b81d849198b034b4cdeec27711cb7d576e9

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

[krfb] [Bug 340411] krfb does not save user settings

2020-08-26 Thread Alexey Min
https://bugs.kde.org/show_bug.cgi?id=340411

--- Comment #20 from Alexey Min  ---
(In reply to Konstantin Hristov from comment #18)
> I am curios what those saved passwords are in a blowfish format or something
> else? And if one can disable those since i am suing this anyway with ssh
> port forwarding and do not need passwords.

It is using KStringHandler::obscure() from KCoreAddons (
https://api.kde.org/frameworks/kcoreaddons/html/namespaceKStringHandler.html#afa464f27b952f544619fd2059eab80b0
).

No, there is no option to disable this.

> Anyway  it seems that there is some discrepancy between the GUI events
> responsible for saving the file.

I have never seen this bug personally, but I have a suspicion how this can
happen. You *may* be right...

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

[krfb] [Bug 340411] krfb does not save user settings

2020-08-25 Thread Bronson
https://bugs.kde.org/show_bug.cgi?id=340411

Bronson  changed:

   What|Removed |Added

 CC||bronsonmath...@gmail.com

--- Comment #19 from Bronson  ---
This does not fix the issue for me... I keep getting this issue:
https://bugs.kde.org/show_bug.cgi?id=288481

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

[krfb] [Bug 340411] krfb does not save user settings

2020-04-29 Thread Konstantin Hristov
https://bugs.kde.org/show_bug.cgi?id=340411

Konstantin Hristov  changed:

   What|Removed |Added

 CC||konstan...@hristov.org

--- Comment #18 from Konstantin Hristov  ---
I was also able to replicate this with Ubuntu 20.04 LTS. 

I notice that if i start the krfb from Applications -> Internet -> krfb and go
to Settings -> Security  and set the checkmark on "Do not store passwords using
KDE wallet" and then close the bought windows. Then i notice that those
settings are note saved into the ~/.config/krfbrc . The i decided to delete the
"~/.config/krfbrc" file and start all over again, however this time instead of
clicking on close i did File -> Quite. And then i saw that the
"~/.config/krfbrc"  had my changes.  That's how i manage to get  krfb do what i
need i.e. the file now looks like this [MainWindow]
##
State=/wD9AoGrBAQICPwA
ToolBarsMovable=Disabled

[Security]
allowUnattendedAccess=true
desktopPassword=ᄡᄚᄆᆲᆱᄒᄆᆱ
noWallet=true
unattendedPassword=ᄡᄚᄆᆲᆱᄒᄆᆱ
##


I am curios what those saved passwords are in a blowfish format or something
else? And if one can disable those since i am suing this anyway with ssh port
forwarding and do not need passwords.  
Anyway  it seems that there is some discrepancy between the GUI events
responsible for saving the file.  

After that i had to add the krfb to the autostart and it all worked.

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

[krfb] [Bug 340411] krfb does not save user settings

2020-04-28 Thread Stéphane Tréboux
https://bugs.kde.org/show_bug.cgi?id=340411

--- Comment #17 from Stéphane Tréboux  ---
I just updated my two PCs from Kubuntu 19.10 (eoan) to Kubuntu 20.04 (focal).
I tested krfb both before and after the update (4:19.04.3-0ubuntu2 and
4:19.12.3-1 respectively) and unattended access works as expected.

Regarding the previous comment: my test is not based on a clean install and
buster uses an older version: 4:17.08.3-1. Version 4:17.08.3-1 is between two
versions which are confirmed to work: 4:17.04.3-0ubuntu1 in Kubuntu 17.10
(artful) and 4:19.04.3-0ubuntu2 in Kubuntu 19.10 (eoan). So it is surprising to
see a regression there. 

Is anyone else experiencing the same issue again in recent versions of krfb?

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

[krfb] [Bug 340411] krfb does not save user settings

2020-03-31 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=340411

jopsrkhrgvwnvnj...@awdrt.org changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 CC||jopsrkhrgvwnvnj...@awdrt.or
   ||g
 Resolution|FIXED   |---

--- Comment #16 from jopsrkhrgvwnvnj...@awdrt.org ---
This bug is back on KDE with Debian Buster. 
Clean install. 
I am not able to save the settings/password for "Unattended Access".
Putting "noWallet=true" in ~/.config/krfbrc does not help.  
After a reboot the setting is lost. 
This basically breaks a big portion of the functionality of this tool and
either this should be fixed or krfb finally been removed after years of
neglience.

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

[krfb] [Bug 340411] krfb does not save user settings

2017-11-29 Thread Stéphane Tréboux
https://bugs.kde.org/show_bug.cgi?id=340411

Stéphane Tréboux  changed:

   What|Removed |Added

   Version Fixed In||17.04.3
Version|unspecified |4.14.1

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

[krfb] [Bug 340411] krfb does not save user settings

2017-11-29 Thread Stéphane Tréboux
https://bugs.kde.org/show_bug.cgi?id=340411

Stéphane Tréboux  changed:

   What|Removed |Added

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

--- Comment #15 from Stéphane Tréboux  ---
The issue is solved and tested in Kubuntu 17.10 (artful) with krfb
(4:17.04.3-0ubuntu1).

How to use unattended access:
- tick the option "Enable desktop sharing"
- set a password for desktop sharing
- tick the option "Enable Unattended Access"
- set the same password for unattended access

All settings will persist over KDE sessions; this way unattended access makes
sense again.
In case the passwords cannot be changed in krfb change them in kwallet instead
(happened to me).

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

[krfb] [Bug 340411] krfb does not save user settings

2017-10-20 Thread Stéphane Tréboux
https://bugs.kde.org/show_bug.cgi?id=340411

Stéphane Tréboux  changed:

   What|Removed |Added

 CC||toshadsalwe...@gmail.com

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

[krfb] [Bug 340411] krfb does not save user settings

2017-10-20 Thread Stéphane Tréboux
https://bugs.kde.org/show_bug.cgi?id=340411

--- Comment #14 from Stéphane Tréboux  ---
This seems to be solved in Kubuntu 17.10 (krfb 4:17.04.3-0ubuntu1 under KDE
17.04.3 with KDE Frameworks 5.38.0); now the check box "Enable Unattended
Access" is saved.

It seems that this change fixed the issue:
https://cgit.kde.org/krfb.git/commit/?id=c83182f8d330dae70cd881a283a0fdbe24a029c5
This is why I added shadeslayer in the CC list, I think that he is the author
of the commit.

I don't use krfb anymore, I use only one computer currently.
Can someone check if the issue is resolved in krfb 4:17.04.3-0ubuntu1?

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

[krfb] [Bug 340411] krfb does not save user settings

2017-08-26 Thread Alexey Min
https://bugs.kde.org/show_bug.cgi?id=340411

Alexey Min  changed:

   What|Removed |Added

 CC||alexey@gmail.com

--- Comment #13 from Alexey Min  ---
(In reply to Michael Earle from comment #12)
> This is still a bug on:
> KDE Neon Latest
> Plasma Version: 5.10.4
> KDE Frameworks Version: 5.37.0
> Kernel Version 4.10.0-32-generic

And krfb version is? Both from "About.." window and from package manager?

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

[krfb] [Bug 340411] krfb does not save user settings

2017-08-19 Thread Michael Earle
https://bugs.kde.org/show_bug.cgi?id=340411

Michael Earle  changed:

   What|Removed |Added

 CC||ikit...@gmail.com

--- Comment #12 from Michael Earle  ---
This is still a bug on:
KDE Neon Latest
Plasma Version: 5.10.4
KDE Frameworks Version: 5.37.0
Kernel Version 4.10.0-32-generic

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

[krfb] [Bug 340411] krfb does not save user settings

2016-02-21 Thread Markus via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=340411

Markus  changed:

   What|Removed |Added

 CC||meinpapierkorb...@gmail.com

--- Comment #11 from Markus  ---
Same problem occured under Debian 8.3 stable and KDE 4.14.2

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