Andreas Dominik Preikschat

Results 13 comments of Andreas Dominik Preikschat

> I was also thinking to make the color picker remember the previously used color, so that it's easier to apply the same color to many different shortcuts in succession....

> It's a very recent addition that icons can be colored at all, so this has so far basically been an experiment to see if it is useful at all....

`inkscape \getgraphicspath#1.svg -o getgraphicspath#1.pdf --export-latex` should do the trick.

Well, the commands in `config.tex` did not work for me. So I build a bash script and make target for my thesis. So I cannot test this.

@Waboodoo I created a **proof-of-concept (very bad code!)** here: https://github.com/Waboodoo/HTTP-Shortcuts/pull/296 Can you have a look at it?

Great to hear. I gave it a try and then realized that my use-case is not covered by the new feature. My use-case requires much shorter intervals (maybe execute every...

Sorry, I don't understand how that would help me. I would need a feature to activate the shortcut automatically if and only if the app is running in foreground. Can...

I am using the URL syntax (`restic -r sftp://user@host:port//path/to/repo init`). First I forgot the second slash after the port and got this error as well. Adding the second slash fixed...

What ~~works~~ for my nextcloud instance is a cron job with * * * * * php -f /var/www/yourdomain/occ documentserver:flush ~~But I would consider this just as a workaround...~~ EDIT:...

@HugoPrinz this has nothing to do with the `cron.php`. I added an additional cronjob to execute the php file `occ`. See https://docs.nextcloud.com/server/18/admin_manual/configuration_server/occ_command.html However, I had this cronjob active for some...