Search Criteria
Package Details: maestral-qt 1.9.4-1
Package Actions
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: | 10 |
Popularity: | 0.40 |
First Submitted: | 2020-04-22 17:54 (UTC) |
Last Updated: | 2024-07-17 20:46 (UTC) |
Dependencies (13)
- maestralAUR (maestral-gitAUR)
- python (python37AUR, python311AUR, python310AUR)
- python-click
- python-markdown2 (python-markdown2-gitAUR)
- python-packaging
- python-pyqt6
- python-pyro5AUR (python-pyro5-gitAUR)
- qt6-svg
- python-build (make)
- python-installer (python-installer-gitAUR) (make)
- python-setuptools (make)
- python-wheel (make)
- gnome-shell-extension-appindicator (gnome-shell-extension-appindicator-gitAUR) (optional) – Gnome integration
Required by (2)
- maestral (optional)
- maestral-git (optional)
Latest Comments
cedricmc commented on 2024-10-25 19:51 (UTC) (edited on 2024-10-25 19:52 (UTC) by cedricmc)
I am getting a core dump after this warning:
extra/hicolor-icon-theme 0.18-1 installed...
What's wrong?
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.
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
)