I have found the problem and it is a xfce4-notifyd package related problem
instead of a xfce4-settings package related problem. Sorry for the mistake.

Solution patch attached.

Original and patched notification configuration dialog screen shoots
attached.

Should I open a new reportbug for xfce4-notifyd package or, as you are the
maintainer of both packages will take care of it?

Best regards.


2017-03-25 19:23 GMT+01:00 Antonio Cebrián <anceb...@gmail.com>:

> Package: xfce4-notifyd
> Version: 0.3.4-1
>
> -- System Information:
> Debian Release: 9.0
>   APT prefers testing
>   APT policy: (500, 'testing')
> Architecture: amd64 (x86_64)
>
> Kernel: Linux 4.9.0-2-amd64 (SMP w/1 CPU core)
> Locale: LANG=es_ES.UTF-8, LC_CTYPE=es_ES.UTF-8 (charmap=UTF-8)
> Shell: /bin/sh linked to /bin/dash
> Init: systemd (via /run/systemd/system)
>
> Versions of packages xfce4-notifyd depends on:
> ii  libc6               2.24-9
> ii  libcairo2           1.14.8-1
> ii  libgdk-pixbuf2.0-0  2.36.5-2
> ii  libglib2.0-0        2.50.3-1
> ii  libgtk-3-0          3.22.9-4
> ii  libnotify4          0.7.7-1+b1
> ii  libx11-6            2:1.6.4-3
> ii  libxfce4ui-2-0      4.12.1-2
> ii  libxfce4util7       4.12.1-3
> ii  libxfconf-0-2       4.12.1-1
>
> Versions of packages xfce4-notifyd recommends:
> ii  libnotify-bin  0.7.7-1+b1
>
> xfce4-notifyd suggests no packages.
>
> -- no debconf information
>
>
> 2017-03-25 16:45 GMT+01:00 Yves-Alexis Perez <cor...@debian.org>:
>
>> On Sat, 2017-03-25 at 13:41 +0100, Antonio Cebrian wrote:
>> > xfce4-notifyd-config dialog is not expanded vertically when called from
>> > xfce4-settings-manager.
>> >
>> > xfce4-notifyd-config dialog called alone is correctly expanded
>> vertically so
>> > seem to be a xfce4-settings-manager problem.
>> >
>> > Attached both cases dialog screenshoots.
>>
>> Hi,
>>
>> Which version of xfce4-notifyd do you have?
>>
>> Regards,
>> --
>> Yves-Alexis
>
>
>
--- xfce4-notifyd-0.3.4.orig/xfce4-notifyd-config/main.c	2016-11-09 23:09:01.000000000 +0100
+++ xfce4-notifyd-0.3.4/xfce4-notifyd-config/main.c	2017-03-25 21:55:14.550102132 +0100
@@ -615,7 +615,7 @@
         /* In the glade file, plug_child has parent, so remove it first */
         gtk_container_remove (GTK_CONTAINER(gtk_widget_get_parent(plug_child)), plug_child);
         gtk_container_add (GTK_CONTAINER(plug), plug_child);
-        gtk_widget_set_valign (plug_child, GTK_ALIGN_START);
+        gtk_widget_set_valign (plug_child, GTK_ALIGN_FILL);
 
         gdk_notify_startup_complete();
         g_object_unref(G_OBJECT(builder));
_______________________________________________
Pkg-xfce-devel mailing list
Pkg-xfce-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-xfce-devel

Reply via email to