Search Criteria
Package Details: twmn-git 190.861a323-1
Git Clone URL: | https://aur.archlinux.org/twmn-git.git (read-only) |
---|---|
Package Base: | twmn-git |
Description: | A notification system for tiling window managers |
Upstream URL: | https://github.com/sboli/twmn |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | CraftThatBlock |
Maintainer: | cyrozap |
Last Packager: | cyrozap |
Votes: | 34 |
Popularity: | 0.23 |
First Submitted: | 2015-08-15 05:01 |
Last Updated: | 2019-09-29 00:57 |
Dependencies (8)
- libxext (libxext-git)
- libxkbcommon-x11 (libxkbcommon-git)
- qt5-base (qt5-base-git, qt5-base-headless)
- qt5-x11extras (qt5-x11extras-git)
- boost-libs>=1.46
- git (git-git) (make)
- pkg-config (pkgconf-git, pkgconf) (make)
- boost>=1.46 (make)
Required by (37)
- awesome-cinnamon (requires notification-daemon)
- awesome-gnome (requires notification-daemon)
- batify (requires notification-daemon) (optional)
- batify-git (requires notification-daemon) (optional)
- batterymon-clone (requires notification-daemon) (optional)
- batti (requires notification-daemon) (optional)
- blueman-git (requires notification-daemon)
- epoptes (requires notification-daemon)
- epoptes-bzr (requires notification-daemon)
- fluxable-newmenu (requires notification-daemon) (optional)
- gajim-git (requires notification-daemon) (optional)
- gajimbo-git (requires notification-daemon) (optional)
- github-notify (requires notification-daemon)
- hasmail (requires notification-daemon) (optional)
- i3-volume (requires notification-daemon)
- indicator-keylock (requires notification-daemon) (optional)
- kalu (requires notification-daemon)
- kalu-git (requires notification-daemon)
- kalu-kde (requires notification-daemon)
- linconnect-server-git (requires notification-daemon) (optional)
- mail-notification (requires notification-daemon)
- napi-bash (requires notification-daemon) (optional)
- napi-bash-git (requires notification-daemon) (optional)
- netgui (requires notification-daemon) (optional)
- notification-daemon-engine-ubuntu (requires notification-daemon)
- obdevicemenu (requires notification-daemon) (optional)
- ran-git (requires notification-daemon) (optional)
- skype-classic (requires notification-daemon) (optional)
- transmission-cmake-gtk (requires notification-daemon) (optional)
- transmission-csd-git (requires notification-daemon) (optional)
- transmission-gtk-git (requires notification-daemon) (optional)
- transmission-sequential-gtk (requires notification-daemon) (optional)
- turpial (requires notification-daemon)
- turpial-git (requires notification-daemon)
- wicd-gtk-git (requires notification-daemon) (optional)
- xwrited (requires notification-daemon)
- xwrited-hg (requires notification-daemon)
Latest Comments
1 2 Next › Last »
psfloyd commented on 2019-09-28 22:59
Hi, i tried to build the package today and it failed to apply the werrors-fix.patch. I solved the problem by creating a new patch file from inside the git repo. Just a heads up so it can get fixed.
NeodarZ commented on 2019-09-09 07:08
Hi, this package don't compile anymore because all warning are treated as errors. The warning say that some functions are deprecated. Maybe it's work with qt51-base package but, like other, I cannot build it.
dpatti commented on 2018-12-31 17:59
Every time I started the service, it would just fail with a core dump. After rebuilding it with some debugging information, I discovered that the error was "could not connect to display" because $DISPLAY was not set. I fixed this by adding Environment=DISPLAY=:0 to the unit file, but I realized in this pursuit that starting it with systemd was kind of a bad idea because it relies on X. Now I just start it with
twmnd &
in~/.xinitrc
. The author even considers service deprecated.cyrozap commented on 2018-12-16 06:35
@chestm007: I personally don't run twmn as a service, but that seems to make sense (and is slightly more secure, anyways). I've pushed the change and bumped the pkgver as well.
chestm007 commented on 2018-12-03 13:52
is
/usr/lib/systemd/service/twmnd.service
supposed to be in/usr/lib/systemd/user/twmnd.service
? after moving the unit file to there and enabling the unitsystemctl --user start twmnd
it worked, but as a system service is wasnt recieving notifications.Ophion commented on 2018-01-08 08:33
@cyrozap: Brilliant, thanks!
cyrozap commented on 2018-01-08 07:01
@Ophion It just needs a recompile so it gets linked with the new version of the boost library.
Just in case anyone else needs a rebuild, I've bumped the pkgrel.
Ophion commented on 2018-01-08 06:35
After the last libboost update I'm getting this error: twmnc: error while loading shared libraries: libboost_program_options.so.1.65.1: cannot open shared object file: No such file or directory I guess something inside twmn needs an update?
epontan commented on 2018-01-05 08:55
I would suggest adding the
--abbrev=7
flag to thegit describe
command in thepkgver
function of the PKGBUILD. This in order to not always get out-of-date package for us who have set a custom sha1 abbrev length (core.abbrev) to 12 recommended by the Linux development guidelines. Thank you for your consideration and the maintenance of this PKGBUILD.cyrozap commented on 2017-12-17 02:32
@j.kienzle I've updated the pkgver, but please note that *-git (and other *-vcs) packages don't typically update on every commit.