~mate-desktop/mate-desktop/+git/mate-notification-daemon:master

Last commit made on 2024-11-27
Get this branch:
git clone -b master https://git.launchpad.net/~mate-desktop/mate-desktop/+git/mate-notification-daemon

Branch merges

Branch information

Recent commits

8ffe9fc... by luke

Release 1.28.3

523cd7b... by luke

ci: fix faraday version issue blocking Travis deployment

5b2a8b2... by luke

Release 1.28.2

73fee88... by luke

ci: fix known "edge" deployment issue

2c50a09... by sundtek

Update daemon.c

remove exit / replace with gtk_main_quit

[ 7590.265881] mate-notificati[76519]: segfault at 55ac5111c67a ip 00007d1d4fc09d61 sp 00007ffd0bf06698 error 4 in libgobject-2.0.so.0.8000.0[7d1d4fbdc000+37000] likely on CPU 0 (core 0, socket 0)
[ 7590.265910] Code: 01 00 00 00 4c 89 ce 48 89 e5 e8 da e6 ff ff 5d 85 c0 0f 95 c0 0f b6 c0 c3 f3 0f 1e fa 48 85 ff 74 47 48 8b 07 48 85 c0 74 3f <48> 8b 00 48 3d fc 03 00 00 77 2c 48 8d 15 cd 53 02 00 48 c1 e8 02

6465b42... by luke

Try to fix start of travis build process

dcc6578... by luke

Release 1.28.1

4996c22... by Colomban Wendling

Try and fix Travis deploy

We had weird errors about the URI gem not being at the right version:

> You have already activated uri 0.13.1, but your Gemfile requires uri
> 0.13.0. Since uri is a default gem, you can either remove your
> dependency on it or try updating to a newer version of bundler that
> supports uri as a default gem. (Gem::LoadError)

This is supposed to fix it for now.

https://travis-ci.community/t/deployments-are-failing-due-to-uri-dependency/14375/4

90b39ec... by Colomban Wendling

daemon: Properly update the set of monitors when it changes

Fixes #218.

10455f6... by raveit65

ci: use ubuntu jammy as docker