For some reason, whenever I install this, I get both the plasmoid and the syncthingtray icons in the tray. How do I avoid having two icons in the tray that do virtually the same thing (other than hiding one of them in the overflow menu).
Search Criteria
Package Details: syncthingtray 1.6.3-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/syncthingtray.git (read-only, click to copy) |
---|---|
Package Base: | syncthingtray |
Description: | Tray application for Syncthing |
Upstream URL: | https://github.com/Martchus/syncthingtray |
Licenses: | GPL-2-or-later |
Submitter: | Martchus |
Maintainer: | Martchus |
Last Packager: | Martchus |
Votes: | 92 |
Popularity: | 1.31 |
First Submitted: | 2016-09-14 20:13 (UTC) |
Last Updated: | 2024-10-21 14:22 (UTC) |
Dependencies (21)
- boost-libs
- c++utilitiesAUR
- desktop-file-utils (desktop-file-utils-gitAUR)
- libboost_filesystem.so (boost183-libsAUR, boost-libs)
- libc++utilities.so (c++utilitiesAUR)
- libqtforkawesome.so (qtforkawesomeAUR)
- libqtutilities.so (qtutilitiesAUR)
- openssl (openssl-gitAUR, openssl-staticAUR)
- qt5-base (qt5-base-gitAUR, qt5-base-headlessAUR)
- qt5-declarative (qt5-declarative-gitAUR)
- qt5-svg (qt5-svg-gitAUR)
- qtforkawesomeAUR
- qtutilitiesAUR
- boost (boost-gitAUR) (make)
- cmake (cmake-gitAUR) (make)
- ninja (ninja-kitwareAUR, ninja-memAUR, ninja-fuchsia-gitAUR, ninja-gitAUR, ninja-jobserverAUR) (make)
- qt5-tools (make)
- cppunit (check)
- iproute2 (iproute2-gitAUR, busybox-coreutilsAUR, iproute2-selinuxAUR) (check)
- syncthing (syncthing-gitAUR, syncthing-binAUR) (check)
- gnome-shell-extension-appindicator (gnome-shell-extension-appindicator-gitAUR) (optional) – tray icon support for GNOME Shell
Required by (0)
Sources (1)
Latest Comments
« First ‹ Previous 1 .. 3 4 5 6 7 8 9 10 11 12 13 Next › Last »
mattalxndr commented on 2022-06-04 09:57 (UTC)
Martchus commented on 2022-05-26 10:03 (UTC)
@VyacheslavS Impossible to tell what's going wrong without logs. Checkout the pinned comment for how to ignore test failures. (Although it might be worthwhile looking into them.)
VyacheslavS commented on 2022-05-25 18:04 (UTC) (edited on 2022-05-25 18:10 (UTC) by VyacheslavS)
-> error making: syncthingtray
2/2 Test #2: syncthingctl_run_tests ........... Passed 32.52 sec
50% tests passed, 1 tests failed out of 2
Total Test time (real) = 59.02 sec
The following tests FAILED:
1 - syncthingconnector_run_tests (Failed)
Errors while running CTest
Output from these tests are in: /home/svm/.cache/yay/syncthingtray/src/syncthingtray-1.1.20/Testing/Temporary/LastTest.log
Use "--rerun-failed --output-on-failure" to re-run the failed cases verbosely.
FAILED: connector/CMakeFiles/check /home/svm/.cache/yay/syncthingtray/src/syncthingtray-1.1.20/connector/CMakeFiles/check
cd /home/svm/.cache/yay/syncthingtray/src/syncthingtray-1.1.20 && /usr/bin/ctest -V
ninja: build stopped: subcommand failed.
Martchus commented on 2022-05-05 00:08 (UTC)
To who flagged the package: Please rebuild packages in the right order. Nothing is outdated here. Please refrain from flagging a package if you run into a problem.
reefland commented on 2022-01-11 17:16 (UTC)
@Martchus - I understand now, thank you. I uninstalled the "syncthingtray-git" repo and went back to "syncthingtray" and it worked fine. As you said, just luck that the act of rebuilding from repo switch fixes it, not the alt repo itself.
Martchus commented on 2022-01-11 16:34 (UTC)
When using my binary repo then Manjaro packages might be too old, indeed. Switching to the Git version doesn't help in this case at all, at least not using the version from my binary repo.
When building the package from sources one has to take care of rebuilding if a dependency changes its soname - regardless whether Manjaro or normal Arch is used. The only convenience Arch users have is that I usually bump pkgrel
as needed (so e.g. their AUR helper does the rebuild as needed). Building packages from sources is also what my last comment was about.
Switching to the Git version likely helped in your case because that obviously means doing a new build so you've got the required rebuild. (But you could have just rebuilt the normal package as well.)
reefland commented on 2022-01-11 16:25 (UTC)
@Martchus - my understanding was that when using Manjaro, he has to wait until their packages catch up. If he wants it to work today, switch repos. My apologies if that is technically not accurate, but it worked as a solution for me, even if just luck.
Martchus commented on 2022-01-11 15:55 (UTC)
@reefland Whether using the Git or normal version makes not really a difference. You'll need to rebuild regardless which package you use. Of course rebuilding the package more frequently increases the chance of rebuilding it when it is required but that's just luck and I wouldn't sell it as solution.
reefland commented on 2022-01-11 15:33 (UTC)
@Oleg_Andreych - if using Manjaro switch to "syncthingtray-git" repo instead to resolve the message you see.
Martchus commented on 2022-01-11 11:29 (UTC)
@Oleg_Andreych Also read the pinned comment.
Pinned Comments
Martchus commented on 2016-10-31 11:39 (UTC) (edited on 2024-10-21 15:10 (UTC) by Martchus)
All my packages are managed at GitHub where you can also contribute directly: https://github.com/Martchus/PKGBUILDs
There also exist a binary repository: https://wiki.archlinux.org/index.php/Unofficial_user_repositories#ownstuff
Important remarks:
pkgrel
of the AUR package when a rebuild is required (only in accordance with Arch Linux of course, not in accordance with Manjaro).syncthingtray
broken until it has been rebuilt) or to uninstallsyncthingtray
temporarily before the update. After the updatesyncthingtray
can be rebuilt and reinstalled again.makechrootpkg
which is also how official developers build their packages (and how packages in my binary repository are built).c++utilities
,qtutilities
,qtforkawesome
andsyncthingtray
in that order.syncthingtray-qt6
instead of this package.makepkg --nocheck
ormakechrootpkg -- --nocheck
. It makes still sense to report failures. But please include the actual error message and not just the last few lines.