Markus

Results 15 comments of Markus

No AutoUpload with - Nextcloud client 3.9.2 - Lineage 16.0 2020-01-05 - No power saver, app battery not optimized - Sony XA2

Hi @AlvaroBrey , has 3.21.1 been released? It shows up in the Google Play Store, but without the Upgrade button. See [details in #10618](https://github.com/nextcloud/android/issues/10618#issuecomment-1229149121)

Thank you for pointing out the solution: "Open the folder containing the working directory in VS Code"

Workaround with DAVx5: sync two times. After the second sync, the option appears

Zeal 0.6.1 under Gnome using the adwaita-dark theme with `export QT_STYLE_OVERRIDE=Adwaita-Dark` actually looks awesome, right out of the box :-) What formerly (3 years ago) was grey now is white...

Stuck for 2 hours, then continued

The `minion_id` file is not yet tested and lacks a test case. The only implementation detail is https://github.com/saltstack/salt-windows-msi/blob/6fd6566214d5a041b77bd67a77ca5af50d235324/tests/config_tests/test.ps1#L102

Precedence is defined by the order `ReadConfig_IMCAC(Session session)` reads configuration https://github.com/saltstack/salt-windows-msi/blob/6fd6566214d5a041b77bd67a77ca5af50d235324/CustomAction01/CustomAction01.cs#L20

@gee456, to install the Salt Minion into C:\salt you only need to specify two properties: INSTALLDIR=c:\salt ROOTDIR=c:\salt You can of course combine with more properties like `MINION_ID` and `MASTER` I...