Package Details: maestral-qt 1.9.4-1

Git Clone URL: https://aur.archlinux.org/maestral-qt.git (read-only, click to copy)
Package Base: maestral-qt
Description: A Qt interface for the Maestral daemon
Upstream URL: https://github.com/SamSchott/maestral-qt
Keywords: dropbox
Licenses: MIT
Submitter: silverbluep
Maintainer: PlasticSoup
Last Packager: PlasticSoup
Votes: 9
Popularity: 0.000205
First Submitted: 2020-04-22 17:54 (UTC)
Last Updated: 2024-07-17 20:46 (UTC)

Latest Comments

PlasticSoup commented on 2024-07-17 20:48 (UTC)

@cewood I removed the version check on maestral. I would think that if somebody is updating maestral-qt they'll also update maestral anyway.

cewood commented on 2024-07-17 12:01 (UTC)

When attempting to upgrade to 1.9.4-1 I encountered the following error.

==> ERROR: Could not resolve all dependencies.
 -> error making: maestral-qt-exit status 8
error: failed to prepare transaction (could not satisfy dependencies)
:: installing maestral (1.9.4-1) breaks dependency 'maestral=1.9.3' required by maestral-qt
 -> error installing: [/home/cewood/.cache/yay/maestral/maestral-1.9.4-1-any.pkg.tar.zst] - exit status 1

What is the right approach to resolve this? I did the uninstall, upgrade, and reinstall dance to get around this for now. Hoping there is a better way.

x0wllaar commented on 2022-06-22 19:20 (UTC)

If on GNOME with appindicator extension you see the tray icon displayed as three dots, installing qt6-svg fixed this for me.

Bin101 commented on 2022-02-07 19:05 (UTC)

And somehow the shortcut doesn't show up in the gnome app drawer anymore

Bin101 commented on 2022-02-07 18:46 (UTC)

Same problem as in the maestral package: The execute permission is missing after upgrading to 1.5.3.

paulodu16 commented on 2020-10-25 09:21 (UTC) (edited on 2020-10-28 22:11 (UTC) by paulodu16)

EDIT : I just noticed you updated the pkgbuild. Thank you very much bbaserdem !

The package version is too old and doesn't match with the maestral AUR package. Basically, you won't be able to launch maestral-qt. To solve this, you have to match the "pkgver" variable with the one from maestral package. So currently, in the PKGBUILD, the line "pkgver=1.0.0" must be replaced with "pkgver=1.2.1"

silverbluep commented on 2020-05-07 03:06 (UTC)

The previos dev tag confuses aur helpers; to update to new version; remove package and rebuild it. (sudo pacman -Rdd maestral-qt, sudo pacman -Syu, sudo pacman -S maestral-qt)