Hi Quiliro,
On Mon, 26 Feb 2018 15:52:54 -0500
Quiliro Ordonez Baca wrote:
> I have downloaded OpenKinect. (Disclosure: I have not checked wether
> it is has non-libre software yet.) I typed:
I haven't checked either. I just saw the keyword "firmwire", which
smells like binaries.
>
> git clo
What I am trying to do is to 3D scan. I could do it with fotos, video or
with Kinect version 1. Is there a good solution for this task available
in Guix?
I suspect the error has to do with:
> -- Cache values
> CMAKE_BUILD_TYPE:STRING=
> CMAKE_INSTALL_PREFIX:PATH=/usr/local
> quiliro@portkomputilo ~/libfreenect/build$
Andreas Enge writes:
> Hello,
>
> the solution lies probably here:
>
> On Mon, Feb 26, 2018 at 03:52:54PM -0500, Quiliro Ordonez Baca wrote:
>> gcc: error trying to exec 'as': execvp: No existe el fichero o el
>> directorio
>
> The "as" binary is part of the binutils package.
> But I would re
Hello,
the solution lies probably here:
On Mon, Feb 26, 2018 at 03:52:54PM -0500, Quiliro Ordonez Baca wrote:
> gcc: error trying to exec 'as': execvp: No existe el fichero o el
> directorio
The "as" binary is part of the binutils package.
But I would recommend to install gcc-toolchain inste
I have downloaded OpenKinect. (Disclosure: I have not checked wether it
is has non-libre software yet.) I typed:
git clone https://github.com/OpenKinect/libfreenect
cd libfreenect
mkdir build
cd build
cmake -L ..
But I get an error on executing that command. Here is the output:
quiliro@portkomp
On 02/26/2018 at 16:51 Chris Marusich writes:
> George myglc2 Clemmer writes:
>
>> I have ssh working to a server image ...
>>
>> nemo:~ $ ssh g1@server02.local
>> Last login: Sun Feb 25 22:11:42 2018 from fe80::1ccf:c589:7e5f:a21f%eth0
>>
>> ... but not to a similar xFCE desktop VM image ...
>>
George myglc2 Clemmer writes:
> I have ssh working to a server image ...
>
> nemo:~ $ ssh g1@server02.local
> Last login: Sun Feb 25 22:11:42 2018 from fe80::1ccf:c589:7e5f:a21f%eth0
>
> ... but not to a similar xFCE desktop VM image ...
>
> nemo:~ $ ssh g1@desktop01.local -vvv
> OpenSSH_7.6p1, L
Thanks for the replies. My use case is that I don't want to auto-start
SDDM, since I usually start GNOME (Wayland) from the TTY. However there
are certain cases where I want to start GNOME on X11, for which I do
need SDDM.
On systemd you can do "systemctl disable service", so I was wondering if
th