Press [Enter] to copy the password
I press Enter in the Windows/Java version but nothing is copied to my clipboard. What is the mistake?
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
1 Posted by Klaus on 15 Oct, 2014 12:39 PM
On Linux with jdk8 i have a simular problem, if i press enter mpw chrashes. Only if i mrk the password i get it copied
Support Staff 2 Posted by Maarten Billemo... on 31 Dec, 2014 08:00 PM
Give https://ssl.masterpasswordapp.com/masterpassword-gui.jar a try and let me know if it helps?
Maarten Billemont closed this discussion on 31 Dec, 2014 08:00 PM.
Maarten Billemont re-opened this discussion on 01 Jan, 2015 10:41 PM
3 Posted by bigbang on 07 Jan, 2015 03:29 PM
Same here with me, new version does not help. java --version under linux gives:
java version "1.7.0_65"
OpenJDK Runtime Environment (IcedTea 2.5.3) (7u71-2.5.3-0ubuntu0.14.04.1)
OpenJDK 64-Bit Server VM (build 24.65-b04, mixed mode)
Support Staff 4 Posted by Maarten Billemo... on 07 Jan, 2015 03:32 PM
Any luck with https://ssl.masterpasswordapp.com/masterpassword-gui-GIT-SNAPSHOT.jar ?
5 Posted by janimal on 08 Jan, 2015 03:25 PM
last "SNAPSHOT" runs fine again under:
Linux with:
java version "1.8.0_25"
Java(TM) SE Runtime Environment (build 1.8.0_25-b17)
Java HotSpot(TM) 64-Bit Server VM (build 25.25-b02, mixed mode)
Thanks! :)
6 Posted by bigbang on 08 Jan, 2015 04:13 PM
Doesn't work for me, either. MPW closes, but no copy in clipboard.
Support Staff 7 Posted by Maarten Billemo... on 08 Jan, 2015 04:48 PM
@bigbang - the last GIT-SNAPSHOT was reported to work by janimal. Are you having issues with this one?
8 Posted by bigbang on 09 Jan, 2015 08:12 AM
As i have said: Doesn't work for me. Tried out on second PC with same Java version and the same result.
9 Posted by Sara on 20 Jan, 2015 04:58 PM
I am having the same problem, but no error pops up. It doesn't copy the password at all.
Windows 8.1.
Support Staff 10 Posted by Maarten Billemo... on 21 Jan, 2015 04:10 PM
This is still rather a mystery to me. Continuing to look into the issue. For now, the latest Java client will at least allow you to select the password in the field and copy it manually from there with Ctrl-C/Command-C/whatever it is your OS uses.
11 Posted by Sara on 21 Jan, 2015 08:31 PM
Thank you for putting up some kind of fix so it's still usable.
12 Posted by TT on 11 Oct, 2015 06:22 PM
I have the same problem (Ubuntu 14.04, Java-Version of masterpassword, Java7).
The ONLY possible way to copy the pw ist hitting crtl+c. The app crashes if I press Enter. This is acceptable, but the pw should be cleared from the clipboard after a few seconds (like in Keepass).
13 Posted by Nathan on 07 Mar, 2016 10:46 PM
Same here on Kali 2.0 and
Debian GNU/Linux 8.3 (jessie)
java version "1.7.0_95"
OpenJDK Runtime Environment (IcedTea 2.6.4) (7u95-2.6.4-1~deb8u1)
OpenJDK 64-Bit Server VM (build 24.95-b01, mixed mode)
Pressing enter. App crashes. ctl+c works fine
Support Staff 14 Posted by Maarten Billemo... on 08 Mar, 2016 12:40 AM
What makes you feel the app crashes? If it is really a crash, there should be a stack trace on stdout. Paste it here. The app is designed to quit when you hit enter.
15 Posted by Jens Grassel on 06 Sep, 2016 07:50 AM
Using the latest released version on FreeBSD and Linux with Java 1.8 I can confirm that the app does not crash. It just closes upon hitting Enter. But the password is not copied to the clipdboard. I circumvent this by using the standard X procedure (select using mouse, pasting using middle mouse button).
However I find it very inconvenient that the standard behaviour for the app is to close after selecting a password via Enter. When running a password app on a desktop I have usually need for it several times a day or in a row.
Would it be acceptable to just clear the site information from the app but leave the app open until the user closes it? If yes then I'll have a look at the source and try to write a patch.
Many thanks for this application by the way. It rocks! :-)
Regards,
Jens
16 Posted by Sam S on 28 Mar, 2017 05:06 PM
I want to second Jens' request to keep the appl open when copying a pwd.
To remove the site info is one thing, but the user should not have to re-start the program for every site login. Could the calculator be left open until user shuts it down? Maybe it could automatically switch to the master pwd prompt after a given idle period. I don't enjoy re-typing a pwd over and over, but let's at least eliminate program re-start.
Support Staff 17 Posted by Maarten Billemo... on 28 Mar, 2017 05:08 PM
The primary reason the app shuts itself down is to restore focus to the previously open application. I certainly don't mind keeping the app open. Perhaps there is even an alternative way to instruct the WM to switch focus from within Java.