Package Details: birdtray 1.11.4-1

Git Clone URL: https://aur.archlinux.org/birdtray.git (read-only, click to copy)
Package Base: birdtray
Description: Run Thunderbird with a system tray icon.
Upstream URL: https://github.com/gyunaev/birdtray
Keywords: email notifier thunderbird tray
Licenses: GPL-3.0
Submitter: jonathon
Maintainer: kyngs
Last Packager: kyngs
Votes: 67
Popularity: 1.87
First Submitted: 2018-09-23 11:07 (UTC)
Last Updated: 2023-09-14 12:42 (UTC)

Dependencies (5)

Required by (0)

Sources (1)

Latest Comments

1 2 3 Next › Last »

kekistan commented on 2025-05-27 22:24 (UTC)

@isomo I get the same error. Doing what the error message says and adding -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to the CMake argument in the PKGBUILD does work for me.

isomo commented on 2025-05-17 09:18 (UTC) (edited on 2025-05-17 09:25 (UTC) by isomo)

The system CMake version is 4.0+. The old CMakeLists.txt in tag 1.11.4 uses:cmake_minimum_required(VERSION 3.1.0). The latest package uses: cmake_minimum_required(VERSION 3.5). So when building, I get this error:

==> Starting build()...
CMake Error at CMakeLists.txt:1 (cmake_minimum_required):
  Compatibility with CMake < 3.5 has been removed from CMake.

  Update the VERSION argument <min> value.  Or, use the <min>...<max> syntax
  to tell CMake that the project requires at least <min> but has been updated
  to work with policies introduced by <max> or earlier.

  Or, add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to try configuring anyway.


-- Configuring incomplete, errors occurred!
==> ERROR: A failure occurred in build().
    Aborting...
error: failed to build 'birdtray-1.11.4-1': 

nathanael commented on 2024-07-16 15:17 (UTC)

People here might be interested in this official repo: https://github.com/thunderbird/linux-sys-tray " Thunderbird system tray icon for KDE and Ubuntu GNOME "

kudrin commented on 2024-02-03 12:08 (UTC)

If you have error message:

Waiting for system tray to become available

Install gnome tray extension: https://extensions.gnome.org/extension/615/appindicator-support/

snack commented on 2022-02-28 06:37 (UTC)

Upstream seems inactive, so I doubted my bug report will get any attention soon and looked for an alternative. I tried systray-x-git and it works in Plasma Wayland session, at least for current Thunderbird version 91.6.1, doing basically all I need (minimize to tray, restore window, show unread messages). Hope this helps other Plasma Wayland users.

snack commented on 2022-02-27 07:20 (UTC)

Upstream bug report:

https://github.com/gyunaev/birdtray/issues/500

jonathon commented on 2022-02-26 23:43 (UTC)

@snack, it's worth checking upstream for that.

snack commented on 2022-02-26 08:22 (UTC)

I just tried Birdtray in a Plasma Wayland session. I get a segfault with no other info dumped to the terminal. A fresh rebuild of Birdtray using yum didn't help. Is this expected? I know Birdtray doesn't have full Wayland support but AFAIK some basic support is there, so I didn't expect the segfault.

blackhole commented on 2021-11-14 10:49 (UTC)

Here working with 91.x in a fully updated system. Try to reinstall it. If you are using yay or some other AUR helper, delete cache first.

snack commented on 2021-11-14 10:49 (UTC)

Works here with TB 91.3.0-1. Try rebuilding Birdtray and if it still does not work then start it from command line with:

$ birdtray -l log.txt &

and check the content of log.txt for possible hints about the crash at startup.