From c3254f59f08645c793bcb6b40c1886b99a35d218 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rub=C3=A9n=20Rodr=C3=ADguez?= <ruben@trisquel.info> Date: Thu, 15 Nov 2012 20:01:20 +0100 Subject: [PATCH] Disabled color changes in notify-osd --- helpers/make-notify-osd | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 helpers/make-notify-osd diff --git a/helpers/make-notify-osd b/helpers/make-notify-osd new file mode 100644 index 000000000..3e9f8cca9 --- /dev/null +++ b/helpers/make-notify-osd @@ -0,0 +1,29 @@ +#!/bin/sh +# +# Copyright (C) 2012 Rubén RodrÃguez <ruben@trisquel.info> +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +# + +VERSION=2 + +. ./config + +sed '/\tdefaults_refresh_bg_color_property/s:^://:' -i src/defaults.c + +changelog "Disabled color changes" + +compile + -- GitLab