rawsta
rawsta
When using PHP, have you tried this?: ```
Looks like the project is dead. The core got no updates for 10months. Even the Demo page doesn't work right. I think it's safe to say it's dead...
i have the same problem in a different setup. intertesting that i'm not the only one with that slide problem and nobody knows why it happens.
I'm no expert on this, but it's safe to assume this project is abandoned after 6 years. At least, I wouldn't advise using it in a production environment.
Yep. i got it working via query_args and setting the correct mime-type. ``` 'query_args' => [ 'type' => [ 'video/mp4', 'video/mpeg', 'video/x-mpeg', 'video/avi', 'video/msvideo', 'video/x-msvideo', ] ], // Only video...
Not sure, if it is related, but nobody mentioned it. It's just a guess, but all the errors about missing Python (like: Error: Can't find Python executable "python", you can...
With your explanation, extending the switch-case should be easy enough. I'm a web-dev, so my C/C++ knowledge is limited. If this were for the web, I would throw all localization...
You can use the `--issue` option to include `/etc/issue`. That file is afaik intended to show a banner/welcome message when someone logs in via ssh. That's how I use it....
I'm not sure when it got added, but right above the screenshot it reads: Below is a screenshot of the greeter with the following theme applied: `border=magenta;text=cyan;prompt=green;time=red;action=blue;button=yellow;container=black;input=red:` So you just...