Last modified by Fedi Abichou on 2023/11/02 13:30

From version 6.1
edited by Martin Uhl
on 2023/10/31 11:52
Change comment: There is no comment for this version
To version 4.1
edited by Martin Uhl
on 2023/10/31 11:47
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -20,20 +20,23 @@
20 20  Maestral kann ganz einfach als user selbst installiert werden mittels des Kommandos:
21 21  
22 22  
23 -{{code language="sh"}}
24 -$ python3 -m pip install --user --upgrade maestral[gui]
23 +{{html wiki="true"}}
24 +{{code}}$ python3 -m pip install --user --upgrade maestral[gui]
25 25  {{/code}}
26 +{{/html}}
26 26  
28 +
27 27  == Aufrufen ==
28 28  
29 29  gestartet wird es dann mittels
30 30  
31 31  
32 -{{code}}
33 -$ ~/.local/bin/maestral_qt
34 -{{/code}}
34 +{{html wiki="true"}}
35 +{{code}}<code>$ ~/.local/bin/maestral_qt</code>{{/code}}
36 +{{/html}}
35 35  
36 36  
39 +
37 37  Maestral wird dann durch die Ersteinrichtung leiten.
38 38  
39 39  == Automatischer Start bei Login ==
... ... @@ -50,12 +50,16 @@
50 50  
51 51  Aus dem Home-Verzeichnis via Terminal folgendes ausrufen
52 52  
53 -{{code layout="LINENUMBERS"}}
54 -git clone https://github.com/dark/dropbox-filesystem-fix.git
56 +
57 +{{html wiki="true"}}
58 +{{code}}git clone https://github.com/dark/dropbox-filesystem-fix.git
55 55  cd dropbox-filesystem-fix
56 56  make
57 57  {{/code}}
62 +{{/html}}
58 58  
64 +
65 +
59 59  Dann via ##dbus-launch python /dropbox-filesystem-fix/dropbox_start.py## im Terminal Dropbox starten, bzw. in den Autostart eintragen.
60 60  
61 61  Vielen Dank an Stefan Junk.