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 5.1
edited by Martin Uhl
on 2023/10/31 11:50
on 2023/10/31 11:50
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,6 +20,11 @@ 20 20 Maestral kann ganz einfach als user selbst installiert werden mittels des Kommandos: 21 21 22 22 23 +{{html wiki="true"}} 24 +{{code}}$ python3 -m pip install --user --upgrade maestral[gui] 25 +{{/code}} 26 +{{/html}} 27 + 23 23 {{code language="sh"}} 24 24 $ python3 -m pip install --user --upgrade maestral[gui] 25 25 {{/code}} ... ... @@ -29,16 +29,15 @@ 29 29 gestartet wird es dann mittels 30 30 31 31 32 -{{code}} 33 -$ ~/.local/bin/maestral_qt 34 -{{/code}} 37 +{{code}}<code>$ ~/.local/bin/maestral_qt</code>{{/code}} 35 35 36 36 40 + 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.45 +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 57 + 58 +{{html wiki="true"}} 59 +{{code}}git clone https://github.com/dark/dropbox-filesystem-fix.git 55 55 cd dropbox-filesystem-fix 56 56 make 57 57 {{/code}} 63 +{{/html}} 58 58 65 + 66 + 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.