Search Criteria
Package Details: megasync 5.7.1.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/megasync.git (read-only, click to copy) |
---|---|
Package Base: | megasync |
Description: | Official MEGA desktop application for syncing with MEGA Cloud Drive |
Upstream URL: | https://github.com/meganz/MEGAsync/ |
Licenses: | LicenseRef-Mega-Limited-Code-License |
Submitter: | son_link |
Maintainer: | dbermond |
Last Packager: | dbermond |
Votes: | 380 |
Popularity: | 0.94 |
First Submitted: | 2014-09-01 18:12 (UTC) |
Last Updated: | 2025-01-16 19:31 (UTC) |
Dependencies (26)
- c-ares (c-ares-gitAUR)
- crypto++ (crypto++-gitAUR)
- curl (curl-http3-ngtcp2AUR, curl-gitAUR, curl-c-aresAUR)
- ffmpeg (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-cudaAUR, ffmpeg-decklinkAUR, ffmpeg-amd-fullAUR, ffmpeg-ffplayoutAUR, ffmpeg-gitAUR, ffmpeg-amd-full-gitAUR, ffmpeg-fullAUR, ffmpeg-full-gitAUR, ffmpeg-libfdk_aacAUR, ffmpeg-headlessAUR, ffmpeg-obsAUR)
- freeimage
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- icu (icu-gitAUR)
- libmediainfo (libmediainfo-gitAUR)
- libpdfium (libpdfium-nojsAUR, pdfium-binariesAUR, pdfium-binaries-v8AUR)
- libsodium (libsodium-gitAUR, libsodium-1.0.18AUR)
- libuv (libuv-gitAUR)
- libxcb (libxcb-gitAUR)
- libzen (libzen-gitAUR)
- openssl (openssl-gitAUR, openssl-staticAUR)
- qt5-base (qt5-base-gitAUR, qt5-base-headlessAUR)
- qt5-declarative (qt5-declarative-gitAUR)
- qt5-graphicaleffects (qt5-graphicaleffects-gitAUR)
- qt5-quickcontrols (qt5-quickcontrols-gitAUR)
- qt5-quickcontrols2 (qt5-quickcontrols2-gitAUR)
- qt5-svg (qt5-svg-gitAUR)
- Show 6 more dependencies...
Latest Comments
« First ‹ Previous 1 .. 11 12 13 14 15 16 17 18 19 20 21 .. 53 Next › Last »
kemuzor commented on 2020-11-07 22:29 (UTC)
Error still occurs with megasync 4.3.5.0-1:
Setting QT_SCREEN_SCALE_FACTORS= "DVI-D-0=1" Error unsetting QT_QPA_PLATFORMTHEME vble [1] 114592 segmentation fault (core dumped) megasync
Is there anyone that can successfully install this app from AUR?
kemuzor commented on 2020-11-01 19:48 (UTC)
I am running 5.4.72-1-MANJARO and got the same error when starting megasync 4.3.3.0-2:
Setting QT_SCREEN_SCALE_FACTORS= "DVI-D-0=1" Error unsetting QT_QPA_PLATFORMTHEME vble [1] 22770 segmentation fault (core dumped) megasync
I tried to update the launch file as recommended by bionor but it didn't helped.
Megasync is by far my preferred cloud storage service so any help appreciated!
yoburtu commented on 2020-10-26 07:40 (UTC)
Hello, I can't build megasync:
error: target not found: libpdfium
jpggsb commented on 2020-09-14 12:30 (UTC)
Thank'you ! I TRYED : sudo env QT_SCALE_FACTOR=1 megasync RESULT : Not setting scale factors. Using predefined QT_SCALE_FACTOR= 1 Erreur de segmentation
bionor commented on 2020-09-14 12:01 (UTC)
@jpggsb
Try just running "env QT_SCALE_FACTOR=1 megasync" in the terminal and see if that works. If it does, just manually fix the *.desktop file yourself at the correct location (presumably "/usr/share/applications/megasync.desktop")
jpggsb commented on 2020-09-12 17:55 (UTC) (edited on 2020-09-12 18:05 (UTC) by jpggsb)
I tried your solution. But it doesn't work for me!
END OF THE INSTALLATION SEEMS TO BE OK! Paquets (1) megasync-4.3.3.0-2 Taille totale installée : 13.68 MiB Taille de mise à jour nette : 0.00 MiB
:: Procéder à l’installation ? [O/n] O (1/1) vérification des clés dans le trousseau [######################] 100% (1/1) vérification de l’intégrité des paquets [######################] 100% (1/1) chargement des fichiers des paquets [######################] 100% (1/1) analyse des conflits entre fichiers [######################] 100% (1/1) vérification de l’espace disque disponible [######################] 100% :: Traitement des changements du paquet… (1/1) réinstallation megasync [######################] 100% :: Exécution des crochets de post-transaction… (1/3) Arming ConditionNeedsUpdate... (2/3) Updating icon theme caches... (3/3) Updating the desktop file MIME type cache... erreur : missing 'libdmx' dependency for 'xorg-server-xdmx'
----- THEN I TRYED YOUR SOLUION sudo sed -i -r '/^TryExec/d;s|^(Exec=).*$|\1env QT_SCALE_FACTOR=1 megasync|g' /usr/share/applications/megasync.desktop [jpg@jpg-pc ~]$ cp /usr/share/applications/megasync.desktop ~/.config/autostart/ cp : voulez-vous écraser '/home/jpg/.config/autostart/megasync.desktop' ? O [jpg@jpg-pc ~]
$ megasync Erreur de segmentation (core dumped)
[jpg@jpg-pc ~]$ uname -r 5.4.64-1-MANJARO
THE CONTENT OF MEGASYNC IN .CONFIG SEEMS ALSO AS YOU PROPOSE [Desktop Entry] Type=Application Version=1.0 GenericName=File Synchronizer Name=MEGAsync Comment=Easy automated syncing between your computers and your MEGA cloud drive. Exec=env QT_SCALE_FACTOR=1 megasync Icon=mega Terminal=false Categories=Network;System; StartupNotify=false X-GNOME-Autostart-Delay=
DO YOU SEE ANYTHING WRONG ? THANK YOU !
bionor commented on 2020-09-07 21:32 (UTC)
I had the segmentation fault as well and I tried this I found on github and it worked for me :)
"you can fix this by adding the env variable in the launch file: e.g.: nano /usr/share/applications/megasync.desktop
and then replace "Exec=megasync" with "Exec=env QT_SCALE_FACTOR=1 megasync"
remove the TryExec line and save. you can then copy the megasync.desktop launch file to your autostart folder, e.g.:
cp /usr/share/applications/megasync.desktop ~/.config/autostart/
if you don't want to vi/nano, you can use sed, e.g.: sudo sed -i -r '/^TryExec/d;s|^(Exec=).*$|\1env QT_SCALE_FACTOR=1 megasync|g' /usr/share/applications/megasync.desktop
and then copy the changed file to your autostart folder.
this worked even with the latest deepin-qt5integration 5.1.0.1-2 installed."
jpggsb commented on 2020-09-06 20:50 (UTC) (edited on 2020-09-07 20:28 (UTC) by jpggsb)
Great that megasync 4.3.3.0-2 was just updated ! I installed it without problem, via yaourt. But on starting, I find this message : "segmentation error" (core dumped). Where is the problem ?
teacher4711 commented on 2020-09-02 18:32 (UTC)
For me too. Looking forward to the update.
UNP6GDXDXA commented on 2020-08-31 21:00 (UTC)
ServiDei's patch worked.
« First ‹ Previous 1 .. 11 12 13 14 15 16 17 18 19 20 21 .. 53 Next › Last »