Christopher Speck
Christopher Speck
> In the meantime, you can make a wrapper script or batch file or something. Or use CMD/PowerShell's equivalent of `sh -c ...` The equivalent on Windows is `-x cmd...
I think most of this can already be accomplished since Awesomplete can change its `list` property to update the items. Example: ``` // page load var input = document.getElementById('listOfLotsOfItems'); var...
I ran into similar issues while compiling guacamole-server. Usually I think this type of issue means you don't have the right dependencies or the right version of dependencies installed. Here...
Note that I haven't tried compiling this specific pull request but I'm assuming it's a (mostly) clean port of mike-jumper/guacamole-server's xf86-video-guac branch, as that branch primarily only added new code...
I remember running into this issue a while back and I think the use of `scl` and `devtoolset-8` was one way I had resolved this. ```console $ yum install -y...
From referencing the link to FreeRDP's use of `PKG_CHECK_MODULES` I toyed with updating this to not use `PKG_CHECK_VAR` and I think this works appropriately. I used `pkg-config --variable=moduledir xorg-server` to...
I have several modifications to this branch which I would like to submit as pull requests, however since this branch is itself a pull request I'm not sure what the...
Notably the update for "force-lossless" requires merging this branch into 1.3.0 which adds a little more complexity with how to submit these additional changes.
I just created a fork and pushed the branch to https://github.com/neandrake/guacamole-server/tree/xorg
As for verification, I've confirmed that with all changes 1. I am able to build guacd on CentOS7 with most standard dependencies installed. 2. I verified running X.org in a...