Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pasting test in macOS won't work #187

Open
besi opened this issue Nov 22, 2019 · 4 comments
Open

Pasting test in macOS won't work #187

besi opened this issue Nov 22, 2019 · 4 comments

Comments

@besi
Copy link

besi commented Nov 22, 2019

Let's assume I want to execute a script on the first boot or add my public ssh key.

I would simply want to copy and paste this into a script block. However, copy and pasting into the text fields won't work in macOS Catalina 10.15.1 (19B88).

As of now I have to type the command which is somewhat tedious and error-prone for longer commands.

@JoschaMiddendorf
Copy link

I can confirm that. It would be great to be able to use copy and paste.

@codygulley
Copy link

This almost makes this almost unusable. In my case I want to curl a bunch of resources, but the URLs are so long.

@ductape
Copy link

ductape commented Jun 17, 2020

For the Add public SSH key for authentication block, the inability to copy & paste makes it impossible to use. The workaround I found is to use the Pre-Release v2.0.0 and:

  • Add the Add public SSH key for authentication block
  • Export the settings to .xml file
  • Edit the XML in a text editor to actually paste in my public SSH key
<block type="authorizekey" id="Qtz3:ho,racy{`v~9wNE">
                            <field name="1">PASTE SSH PUBLIC KEY MATTER HERE</field>
                            <field name="2">pi</field>
  • Import the settings back into PiBakery.

I could not get the export functionality of version v0.3.6 to work in macOS Catalina 10.15.5. v0.3.6 is the most recent released version to include macOS package and is still the latest version in Homebrew.

@RobertStickney
Copy link

Another work around:

  1. Clear text in text box.
  2. Drag and drop text into the text box.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants