Lucas Grzegorczyk

Results 94 comments of Lucas Grzegorczyk

I'm looking forward to new release fixing Linux issues. :)

I'm having the same issues as people above. I've just installed screencloud on ubuntu 16.04 using new repo entries. No plugins seem to work. Also the rectangle selection lags a...

So just these 3 files are enough to compile actual SelfPatcher.exe? Does it depend on any specific .NET framework? Or then it's just up to me? That might work for...

`dotnet msbuild -t:Publish -p:RuntimeIdentifiers=osx.10.11-x64` This example command seems promising, I hope this works. I'm really looking into compiling from Linux to different runtimes. When using mono-xbuild I was running into...

Will do. One question - what this Cryptography.XML is used for? Is it something used to securely send files over the net? Or nothing like that?

Ok, I'd like to have that working as well if possible. I guess I'll have to analyse the structure in depth to understand what is what.

Some progress update - I've decided to just use the project as is and use mono to compile it on Linux/MacOS. It was fairly straightforward. Only things that were a...

diff --git a/SimplePatchToolCore/SimplePatchToolCore.csproj b/SimplePatchToolCore/SimplePatchToolCore.csproj ``` index fa4bf76..775730b 100644 --- a/SimplePatchToolCore/SimplePatchToolCore.csproj +++ b/SimplePatchToolCore/SimplePatchToolCore.csproj @@ -54,7 +54,7 @@ - + ``` diff --git a/SimplePatchToolSecurity/SimplePatchToolSecurity.csproj b/SimplePatchToolSecurity/SimplePatchToolSecurity.cspr ``` oj index b3c8e74..199ace2 100644 --- a/SimplePatchToolSecurity/SimplePatchToolSecurity.csproj...

The permissions problem is due to the fact that you probably ship it from Windows. Windows has different permission system than Linux and it's really hard to work around that....

Hey, I'm getting as well error about missing libnextcloudsync.so.0. File exists but seems not be linked properly.