Package Details: syncthingtray 1.6.3-1

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: 91
Popularity: 0.35
First Submitted: 2016-09-14 20:13 (UTC)
Last Updated: 2024-10-21 14:22 (UTC)

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:

  • The packages within the binary repository are built against the latest packages from Arch Linux and hence might not be compatible with Manjaro. This can be the cause when the Plasmoid doesn't work.
  • Like with any other package a rebuild is required when the soname of a dependency like boost changes (see e.g. https://github.com/Martchus/syncthingtray/issues/98). The package in my binary repository should be rebuilt in a timely manner. I'm also sometimes updating pkgrel of the AUR package when a rebuild is required (only in accordance with Arch Linux of course, not in accordance with Manjaro).
    • The "dirty" way is forcing the installation/update (leaving syncthingtray broken until it has been rebuilt) or to uninstall syncthingtray temporarily before the update. After the update syncthingtray can be rebuilt and reinstalled again.
    • The correct solution is to use makechrootpkg which is also how official developers build their packages (and how packages in my binary repository are built).
  • It is required to build dependencies (that are not provided by Arch Linux itself) before building this package. So you need to build c++utilities, qtutilities, qtforkawesome and syncthingtray in that order.
  • The KDE integrations have been ported to KDE 6 but building them for KDE 5 should still work. This package does not build any KDE integrations by default because KDE 6 is now in the main repositories. To build KDE integrations for KDE 6 you need to install syncthingtray-qt6 instead of this package.
  • Note that the tests of this package might fail despite there's nothing wrong (e. g. because Syncthing is just too slow and the test runs in a timeout). To ignore those false-positives, build the package with makepkg --nocheck or makechrootpkg -- --nocheck. It makes still sense to report failures. But please include the actual error message and not just the last few lines.

Latest Comments

« First ‹ Previous 1 .. 6 7 8 9 10 11 12 13 Next › Last »

Martchus commented on 2021-04-07 11:07 (UTC) (edited on 2021-04-07 11:09 (UTC) by Martchus)

So I assume you're using the Plasmoid and plasmashell crashes. Without logs and stack trace it is hard to tell what's wrong.

That a single Plasmoid can crash the whole shell is likely nothing I can improve because that's a result of how Plasma's architecture is designed.

Note that if you're using Manjaro the package in my binary repository might be to new and hence break with the possibly older version of plasmashell in Manjaro.


About the test suite: https://forum.syncthing.net/t/yet-another-syncthing-tray/8502/121

shaybox commented on 2021-04-07 11:02 (UTC)

My god so this is the package that's broken my system all day, I thought it was latte-dock until I realized the systray widget was the culprit, but it's this.

jkhsjdhjs commented on 2020-10-24 01:32 (UTC)

@Martchus Ah ok, sorry. Didn't notice that qtutilities was an aur package. It works now, thanks!

Martchus commented on 2020-10-23 22:50 (UTC)

@jkhsjdhjs The AUR and my binary repository have the latest version of qtutilities. You need to build packages in the right order. (Generally, you need to build all dependencies of a package before building the package itself.)

jkhsjdhjs commented on 2020-10-23 21:38 (UTC)

I'm currently unable to build the latest version of syncthingtray, because it requires qtutilities 6.3.0, which is not in the repos yet. Let's hope the repo package gets updated soon.

CMake Error at connector/CMakeLists.txt:48 (find_package):
  Could not find a configuration file for package "qtutilities" that is
  compatible with requested version "6.3.0".

  The following configuration files were considered but not accepted:

    /usr/share/qtutilities/cmake/qtutilitiesConfig.cmake, version: 6.2.1



-- Configuring incomplete, errors occurred!
See also "/home/jkhsjdhjs/.cache/pikaur/build/syncthingtray/src/syncthingtray-1.0.0/CMakeFiles/CMakeOutput.log".

prettyvanilla commented on 2020-10-11 15:35 (UTC)

In the latest package updates you forgot to update the checksums for syncthingtray, qtutilities and c++utilities.

Martchus commented on 2020-07-07 22:05 (UTC)

@sez11a See comments on qtutilities and better add comments in the specific package which has the build errors.

sez11a commented on 2020-07-07 21:07 (UTC) (edited on 2020-07-07 21:08 (UTC) by sez11a)

I get an error compiling qtutilities:

[ 91%] Building CXX object CMakeFiles/qtutilities.dir/qtutilities_autogen/3YJK5W5UP7/qrc_qtutilsicons.cpp.o
[ 94%] Linking CXX shared library libqtutilities.so
[100%] Built target qtutilities
==> Starting check()...
/home/me/.cache/yay/qtutilities/PKGBUILD: line 31: cd: /home/sezovr/.cache/yay/qtutilities/src/qtutilities: No such file or directory
==> ERROR: A failure occurred in check().
    Aborting...
Error making: qtutilities

gwpl commented on 2020-04-15 12:24 (UTC) (edited on 2020-04-15 12:25 (UTC) by gwpl)

syncthingtray_0.10.8 compilation error .

full log attached here : https://github.com/Martchus/syncthingtray/issues/63 .

$ pacaur -S syncthingtray
(...)
2: !!!FAILURES!!!
2: Test Results:
2: Run:  1   Failures: 1   Errors: 0
2: 
2: 
2: 1) test: ApplicationTests::test (F) line: 146 /home/gw/.cache/pacaur/syncthingtray/src/syncthingtray-0.10.8/cli/tests/application.cpp
2: forced failure
2: - Line    Status                        (idle|scanning) could not be found in output.
2: 
2: 
2: Tests failed
2/2 Test #2: syncthingctl_run_tests ...........***Failed    2.53 sec

0% tests passed, 2 tests failed out of 2

Total Test time (real) =   6.10 sec

The following tests FAILED:
          1 - syncthingconnector_run_tests (Failed)
          2 - syncthingctl_run_tests (Failed)
Errors while running CTest
make[3]: *** [connector/CMakeFiles/check.dir/build.make:77: connector/CMakeFiles/check] Error 8
make[2]: *** [CMakeFiles/Makefile2:632: connector/CMakeFiles/check.dir/all] Error 2
make[1]: *** [CMakeFiles/Makefile2:639: connector/CMakeFiles/check.dir/rule] Error 2
make: *** [Makefile:325: check] Error 2
==> ERROR: A failure occurred in check().
    Aborting...
:: failed to build syncthingtray package(s)

tydynrain commented on 2020-03-28 23:20 (UTC)

@Martchus, uninstalling ffmpeg-full and reinstalling ffmpeg, along with using --nocheck worked finally. Thank you.