Results 417 comments of Andy Holmes

> Diagnose segfaults in the daemon You can run the daemon with GDB if necessary. Let me know if that's something you want help with and after I can add...

You can share URLs using the Share Dialog: ![Screenshot from 2020-09-17 11-53-00](https://user-images.githubusercontent.com/1265208/93514754-705f2a80-f8dc-11ea-9dfa-4deb2b29d357.png)

It isn't a very good UX experience for that, but I guess I don't use that feature much outside the browser. Maybe it's worth making a custom dialog for this.

If the URL entry has the input focus there is no indication that's what it's for and it also removes the window title. I guess the best option is really...

You can add a newline using Shift + Return, but there are no plans to change the entry widget itself at this point.

The [Features](https://github.com/andyholmes/gnome-shell-extension-gsconnect/wiki/Features#sms) page would probably be the logical place for this in the Wiki, but we should probably add a shortcuts help window to the application at some point.

> can anyone think of any input options besides newline entry and emoji input that should be listed there? I think we have a keybinding for sending, don't we? Ctrl+Return...

We can re-open this one, but I still don't have any plans to do this. Dealing with GtkTextView is not fun at all, and writing a custom widget even less...

Thanks for your interest! > All this I want to do while a user is NOT logged in - Ie using cron scripts or for received SMS messages perhaps a...

> ...which of course meant the backend failed to unpause it I think that's okay, in fact it's reassuring that this is the case when something goes wrong. I think...