Jiří Štefka
Jiří Štefka
@rafaelmardojai > Then I would take the chance and add some warning like: > > > **Warning:** Running random scripts from the internet is dangerous. Only do it with sites...
I tried to setup google integration according to the [official guide](https://www.rainloop.net/docs/social/). So if you run rainloop normally you're supposed to authorized redirect url like `http://domain.com/?SocialGoogle` (as in guide). But if...
Would it be possible to set the redirect url to somethin else in the nextcloud version? If you access `https://nextcloud.example.com/index.php/apps/rainloop/app/?SocialGoogle` it redirects you to the login and everything looks working....
@pierre-alain-b I don't know php, but I found something related to social in [/app/rainloop/v/1.15..0/app/libraries/Rainloop/Social.php](https://github.com/pierre-alain-b/rainloop-nextcloud/blob/master/app/rainloop/v/1.15.0/app/libraries/RainLoop/Social.php) on line 229. Maybe that could be it?
Changing the line from `index.php/apps/rainloop/app/?SocialGoogle` to `index.php/apps/rainloop/app/?SocialGoogle` redirects me to the correct site (with the big g with loading animation) but it's stuck there
The mesa compilation error: `PathOCL kernel OpenCL program compilation error`
Looks that it crashes when I use color ramp
It's not color ramp. It does not freeze when I'm in default scene and looks like everything works when fidleing around with some basic materials, putting in coloramps, etc, but...
> Hello @omaluma, You don't need to change the JWT settings in default.json. In local.json, please try to change the header to AuthorizationJwt => save the file and run `supervisorctl...
@cameronwhite > FWIW, I solved this by pulling in the GTK libraries when building the installer (skipping stuff like the gtkmm libraries which aren't needed) https://github.com/PintaProject/Pinta/blob/master/installer/windows/installer.iss#L32 Well I'm not making...