Changes for page DropBox auf der BlackBox installieren
Last modified by Fedi Abichou on 2023/11/02 13:30
From version 7.1
edited by Fedi Abichou
on 2023/11/02 13:30
on 2023/11/02 13:30
Change comment:
There is no comment for this version
To version 4.1
edited by Martin Uhl
on 2023/10/31 11:47
on 2023/10/31 11:47
Change comment:
There is no comment for this version
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. abichou1 +XWiki.uhl - Content
-
... ... @@ -20,25 +20,28 @@ 20 20 Maestral kann ganz einfach als user selbst installiert werden mittels des Kommandos: 21 21 22 22 23 -{{ codelanguage="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 == 40 40 41 - Linksklickaufdas Iconvon Maestral (oben rechts)dannPreferences.Dort dann"StartMaestralonLogin"wählen.44 +Das Rechtsklickmenue von Maestral (oben rechts) hat eine Option dass die Software bei jedem login automatisch gestartet wird. 42 42 43 43 = Workaround = 44 44 ... ... @@ -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.