„migrate-app-data-from-gtc“ ändern
This commit is contained in:
parent
a1ed521b8a
commit
bf45df9fc3
@ -1,52 +0,0 @@
|
|||||||
|
|
||||||
### Signal
|
|
||||||
|
|
||||||
# Stop app if running
|
|
||||||
killall -9 signal-desktop
|
|
||||||
|
|
||||||
# Backup old data from Flatpak-App
|
|
||||||
~/.var/app/org.signal.Signal/config/Signal
|
|
||||||
# or from native installed App
|
|
||||||
~/.config/Signal
|
|
||||||
|
|
||||||
# Restore to
|
|
||||||
~/.var/app/org.signal.Signal/config/Signal
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
### Firefox
|
|
||||||
|
|
||||||
# Stop app if running
|
|
||||||
killall -9 firefox-bin
|
|
||||||
|
|
||||||
# Backup old data from Flatpak-App
|
|
||||||
~/.mozilla/firefox/*.default-esr
|
|
||||||
|
|
||||||
# Restore (and migrate from esr to default):
|
|
||||||
firefox # start and stop for clean new profile
|
|
||||||
sudo su -
|
|
||||||
rsync -av --delete /media/olli/c4a672e7-86dd-4dbc-8079-6e5d2cba7394/olli/.mozilla/ /home/olli/.mozilla/
|
|
||||||
exit
|
|
||||||
firefox about:profiles # Altes Profil (ESR) als Standard setzen und "Profil zusätzlich ausführen"
|
|
||||||
chown -R $(whoami). /home/olli/.mozilla
|
|
||||||
|
|
||||||
|
|
||||||
### Chromium
|
|
||||||
rsync -av --delete /media/olli/c4a672e7-86dd-4dbc-8079-6e5d2cba7394/olli/.config/chromium/ /home/olli/.var/app/com.github.Eloston.UngoogledChromium/config/chromium/
|
|
||||||
chown -R olli. /home/olli/.var/app/com.github.Eloston.UngoogledChromium/config/chromium
|
|
||||||
|
|
||||||
|
|
||||||
### Nextcloud
|
|
||||||
|
|
||||||
rsync -av --delete /media/olli/c4a672e7-86dd-4dbc-8079-6e5d2cba7394/olli/.config/Nextcloud/ /home/olli/.var/app/com.nextcloud.desktopclient.nextcloud/config/Nextcloud/
|
|
||||||
sudo chown -R olli. /home/olli/.var/app/com.nextcloud.desktopclient.nextcloud/config/Nextcloud/
|
|
||||||
|
|
||||||
|
|
||||||
### SSH
|
|
||||||
rsync -av --delete /media/olli/c4a672e7-86dd-4dbc-8079-6e5d2cba7394/olli/.ssh/ /home/olli/.ssh/
|
|
||||||
sudo chown -R olli. /home/olli/.ssh
|
|
||||||
|
|
||||||
|
|
||||||
### Pulse Effects
|
|
||||||
# Profil importieren
|
|
||||||
|
|
37
migrate-app-data-from-gtc
Normal file
37
migrate-app-data-from-gtc
Normal file
@ -0,0 +1,37 @@
|
|||||||
|
Hier noch ein paar Informationen zum Speicherort der Konfiguration der jew. Apps, die ihr ggf. vom GTC zu Mint übernehmen wollt ohne die Apps neu einrichten zu müssen:
|
||||||
|
|
||||||
|
Die jew. App vorher beenden und ggf. vorhandene Verzeichnisse in Mint löschen bzw. komplett durch die Sicherung vom GTC ersetzen.
|
||||||
|
|
||||||
|
~/ bedeutet im Home-Dir des Benutzers also z.B. /home/olli.
|
||||||
|
|
||||||
|
=== Signal:
|
||||||
|
Von GTC sichern: ~/.config/Signal
|
||||||
|
Speicherort in Mint: ~/.var/app/org.signal.Signal/config/Signal
|
||||||
|
|
||||||
|
=== Firefox:
|
||||||
|
Von GTC sichern: ~/.mozilla
|
||||||
|
Speicherort in Mint: ~/.mozilla
|
||||||
|
- Falls das richtige Profil noch nicht angezeigt wird in der Adresszeile des Firefox about:profiles aufrufen und das alte Profile als STnadrad setzen (ggf. die anderen löschen) !!!
|
||||||
|
|
||||||
|
=== Chromium:
|
||||||
|
Von GTC sichern: ~/.config/chromium
|
||||||
|
Speicherort in Mint: ~/.var/app/com.github.Eloston.UngoogledChromium/config/chromium
|
||||||
|
|
||||||
|
=== Evolution:
|
||||||
|
Von GTC sichern: ~/.config/evolution
|
||||||
|
Speicherort in Mint: ~/.var/app/org.gnome.Evolution/config/evolution
|
||||||
|
|
||||||
|
=== Nextcloud:
|
||||||
|
Von GTC sichern: ~/.config/Nextcloud und der Datenpfad idR ~/Nextcloud
|
||||||
|
Speicherort in Mint: .var/app/com.nextcloud.desktopclient.nextcloud/config/Nextcloud und und der Datenpfad wie im GTC also idr ~/Nextcloud
|
||||||
|
- Beim ersten Starten von Nextcloud muss die Authentifizierung beim ersten Start neu durchgeführt werden
|
||||||
|
- Ebenfalls sollte über Startmenü -> Einstellungen -> Startprogramme "Nextcloud Desktop-Synchronisationsclient" aufgenommen werden.
|
||||||
|
|
||||||
|
=== PulseEffects
|
||||||
|
Von GTC sichern: ~/.config/PulseEffects
|
||||||
|
Speicherort in Mint: .var/app/com.github.wwmm.pulseeffects/config/PulseEffects
|
||||||
|
- Es sollte über Startmenü -> Einstellungen -> Startprogramme PulseEffects aufgenommen werden.
|
||||||
|
|
||||||
|
=== Hibiscus:
|
||||||
|
Von GTC sichern: ~/.jameica
|
||||||
|
Speicherort in Mint: ~/.jameica
|
Loading…
Reference in New Issue
Block a user