maestral icon indicating copy to clipboard operation
maestral copied to clipboard

Open-source Dropbox client for macOS and Linux

Results 181 maestral issues
Sort by recently updated
recently updated
newest added

**Describe the bug** The documentation recommends mounting your desired Dropbox folder into the Maestral container at the `/docker` path. ```sh $ docker run \ -d \ --name maestral \ --rm...

bug

`===================================== ERRORS ===================================== _______________________ ERROR collecting tests/test_cli.py _______________________ ImportError while importing test module '/home/joe/.cache/yay/python-m2r2/src/m2r2-0.3.2/tests/test_cli.py'. Hint: make sure your test modules/packages have valid Python names. Traceback: /usr/lib/python3.10/importlib/__init__.py:126: in import_module return _bootstrap._gcd_import(name[level:],...

It's probably a bit premature to start using qt6. Not many distributions carry it, so for linux at least, this effectively prevents people from updating. _Originally posted by @peterhoeg in...

**Describe the bug** When I start Maestral from a command line, there is empty white square **To Reproduce** Run "maestral gui" or maestral_qt from the terminal **Expected behaviour** A tray...

bug

I started getting the version errors reported in another issue and in case it was due to a back level on my system I attempted to upgrade. I failed. attached...

Hi I've tried to get Maestral working for OpenBSD. It is completing an initial sync, and the tests can all run and pass (except for the autostart test: OpenBSD doesn't...

Seems the bug in #533 & #591 has popped up again after updating to 1.6.3: ``` $ maestral activity Traceback (most recent call last): File "Contents/Resources/Support/Python/Resources/lib/python3.10/runpy.py", line 196, in _run_module_as_main...

bug

**Describe the bug** While syncing a large pool of new files (~40GB, ~1.500 folders, ~124.000 files), Maestral keeps going on a cycle of 4 discreet "steps": - "Indexing files" (where...

bug

**Is your feature request related to a problem? Please describe.** I like to share link to files to people **Describe the solution you'd like** Being able to right-click a file...

enhancement

With these changes, maestral appears to work on FreeBSD. FreeBSD and macOS use the same file locking semantics (which makes sense, as macOS uses a modified FreeBSD kernel). FreeBSD uses...