Search Criteria
Package Details: maestral-qt 1.7.3-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/maestral-qt.git (read-only, click to copy) |
---|---|
Package Base: | maestral-qt |
Description: | Qt interface for Maestral |
Upstream URL: | https://github.com/SamSchott/maestral-qt |
Keywords: | dropbox |
Licenses: | MIT |
Submitter: | silverbluep |
Maintainer: | PlasticSoup |
Last Packager: | PlasticSoup |
Votes: | 9 |
Popularity: | 1.06 |
First Submitted: | 2020-04-22 17:54 (UTC) |
Last Updated: | 2023-05-29 23:17 (UTC) |
Dependencies (11)
- maestral (maestral-git)
- python-click
- python-markdown2 (python-markdown2-git)
- python-packaging (python-packaging-21)
- python-pyqt6
- qt6-svg
- python-build (make)
- python-installer (python-installer-git) (make)
- python-setuptools (make)
- python-wheel (make)
- gnome-shell-extension-appindicator (gnome-shell-extension-appindicator-git) (optional) – Gnome integration
Required by (2)
- maestral (optional)
- maestral-git (optional)
Latest Comments
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
)