You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I installed Maestral on Linux Mint 20. 3 on an ext4 partition on two computers.
It happens to me that if I create a file on computer A, it will download it to computer B without respecting the time/date of computer A, that is, it will appear with the time/date that it was downloaded.
I think this does not happen in Dropbox and it is important to me.
So I want to try Dropbox and uninstall Maestral. How do I have to do?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello, I installed Maestral on Linux Mint 20. 3 on an ext4 partition on two computers.
It happens to me that if I create a file on computer A, it will download it to computer B without respecting the time/date of computer A, that is, it will appear with the time/date that it was downloaded.
I think this does not happen in Dropbox and it is important to me.
So I want to try Dropbox and uninstall Maestral. How do I have to do?
I installed it like this:
$ apt install python3.8-venv
$ python3 -m venv maestral-venv
$ source maestral-venv/bin/activate
(maestral-venv)$ pip install --upgrade pip
(maestral-venv)$ python3 -m pip install --upgrade 'maestral[gui]'
(maestral-venv)$ sudo apt-get install '^libxcb.*-dev' libx11-xcb-dev libglu1-mesa-dev libxrender-dev libxi-dev libxkbcommon-dev libxkbcommon-x11-dev
(maestral-venv)$ maestral gui
Beta Was this translation helpful? Give feedback.
All reactions