bleakgrey/tootle

"Open this URL" text is not selectable / copyable

WhyNotHugo opened this issue · 0 comments

When trying to log in, I'm prompted to open a URL on a browser:

image

What should happen:

The text should be selectable so I can copy it.

What happened instead:

The text is not selectable, so there's no way to open this in the browser.

How to reproduce:

  1. Open tootle
  2. Type in a home instance (e.g.: fosstodon.org)
  3. Press enter.

Screenshots (if applicable):

See above

Build context:

Logs:

Nothing really relevant here:

(com.github.bleakgrey.tootle:21): dbind-WARNING **: 13:05:39.767: Couldn't connect to accessibility bus: Failed to connect to socket /run/user/1000/at-spi/bus_0: No such file or directory
** Message: 13:05:39.815: Build.vala:32: Tootle 1.0.0
** Message: 13:05:39.815: Build.vala:33: Running on: Arch Linux Unknown
** Message: 13:05:39.815: Build.vala:34: Build prefix: "/usr"
** Message: 13:05:39.878: Accounts.vala:108: Saved accounts
** Message: 13:05:39.878: Accounts.vala:134: Loaded 0 accounts
** Message: 13:05:39.879: Application.vala:142: Presenting NewAccount dialog
** Message: 13:05:39.902: NewAccount.vala:76: Reset state
** Message: 13:06:17.750: NewAccount.vala:116: Checking instance URL
** Message: 13:06:17.751: NewAccount.vala:131: Registering client

** (com.github.bleakgrey.tootle:21): WARNING **: 13:06:17.762: NewAccount.vala:62: Failed to execute child process “xdg-mime” (No such file or directory)

** (com.github.bleakgrey.tootle:21): CRITICAL **: 13:06:17.763: string_to_string: assertion 'self != NULL' failed
** Message: 13:06:18.137: NewAccount.vala:144: OK: Instance registered client
** Message: 13:06:18.139: NewAccount.vala:151: Opening permission request page
** Message: 13:06:18.139: Desktop.vala:11: Opening URI: https://fosstodon.org/oauth/authorize?scope=read%20write%20follow&response_type=code&redirect_uri=urn:ietf:wg:oauth:2.0:oob&client_id=9iGXFUzwckONjpqOdK84duZXdMoRNzuE_vkzPxlF5Ts

** (com.github.bleakgrey.tootle:21): WARNING **: 13:06:18.224: Desktop.vala:23: xdg-open failed too: Failed to execute child process “/usr/bin/xdg-open” (No such file or directory)

Additional info (if needed):