Script Directories » History » Version 2
romibi, 09/13/2018 10:29 PM
| 1 | 1 | romibi | h1. Script Directories |
|---|---|---|---|
| 2 | 1 | romibi | |
| 3 | 2 | romibi | On the Quassel-Client's System the following Directories get searched for executable scripts. |
| 4 | 2 | romibi | Note: Because of security concerns Core-Side scripts are not supported (yet)! |
| 5 | 2 | romibi | |
| 6 | 1 | romibi | h2. General: |
| 7 | 1 | romibi | |
| 8 | 2 | romibi | [[Config Directories|<configdir>]]/scripts/ |
| 9 | 1 | romibi | <quassel-application-dir>/scripts/ |
| 10 | 1 | romibi | <quassel-application-dir>/data/scripts/ |
| 11 | 1 | romibi | :/data/scripts/ |
| 12 | 1 | romibi | |
| 13 | 1 | romibi | h2. Windows-Only: |
| 14 | 1 | romibi | |
| 15 | 2 | romibi | <notextile>%appdata%</notextile>/share/apps/quassel/scripts/ |
| 16 | 2 | romibi | <notextile>%appdata%</notextile>/scripts/ |
| 17 | 1 | romibi | |
| 18 | 1 | romibi | h2. OSX-Only: |
| 19 | 1 | romibi | |
| 20 | 1 | romibi | ~/Library/Application Support/Quassel/scripts/ |
| 21 | 1 | romibi | |
| 22 | 1 | romibi | h2. Linux Only: |
| 23 | 1 | romibi | |
| 24 | 1 | romibi | $XDG_DATA_HOME/quassel/scripts/ |
| 25 | 1 | romibi | OR ~/.local/share/quassel/scripts/ |
| 26 | 1 | romibi | |
| 27 | 1 | romibi | $XDG_DATA_DIRS/quassel/scripts/ |
| 28 | 1 | romibi | OR /usr/local/share/quassel/scripts/ |
| 29 | 1 | romibi | /usr/share/quassel/scripts/ |
| 30 | 1 | romibi | |
| 31 | 1 | romibi | <quassel-application-dir>/../share/quassel/scripts/ |