Wayne Davison

Results 81 comments of Wayne Davison

Try the latest version. You can build it from git or snag a binary for several popular systems in the Actions | build | Artifacts tar files. You can also...

It creates a window that has an unstyled ssh open dialog, which doesn't seem to let me choose something to open. I'm currently using a ">crosh" ssh connection to get...

Yeah, I was thinking that overriding Ctrl-Shift-N in Secure Shell might be a nice fix. I'm not sure how to affect the shelf's pop-up menu, though. Perhaps a simple change...

Here's something else that works, but is slightly sub-optimal: I'm testing a version with a manifest set to launch an app (instead of create a background script). I added an...

I tried changing it back to a background window that opens another window (closing the first), but both the windows are associated with the extension's icon, and thus it doesn't...

If you don't want to dev-load my extension on your chromebook, the easiest thing you can do is to use the crosh support in Secure Shell: save a connection with...

This should be resolved with the merge of #513.

The latest rsync implies --owner & --group when --chown is used.

I assume that this is the issue fixed in 3.3.0pre1 related to a memory change in newer popt releases. You can bypass it by either using `--with-included-popt` when you run...

I would recommend using the git version, since there's also fix around the use of strlcpy() that triggers an issue with _FORTIFY_SOURCE (it's just complaining about a too-large strlcpy() limit,...