[Bug 1819189] [NEW] gtk_label_set_attributes core dump

2019-03-08 Thread ZssAzrael
Public bug reported:

Program terminated with signal SIGSEGV, Segmentation fault.
in gtk_label_set_attributes () from libgtk-3.so.0

gtk/gtklabel.c


void
gtk_label_set_attributes (GtkLabel *label,
  PangoAttrList*attrs)
{
  GtkLabelPrivate *priv = label->priv;

  g_return_if_fail (GTK_IS_LABEL (label));


to

void
gtk_label_set_attributes (GtkLabel *label,
  PangoAttrList*attrs)
{
  GtkLabelPrivate *priv;

  g_return_if_fail (GTK_IS_LABEL (label));

  priv = label->priv;

** Affects: gtk+3.0 (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1819189

Title:
  gtk_label_set_attributes core dump

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gtk+3.0/+bug/1819189/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1652601] [NEW] xrdp dpi is 100

2016-12-26 Thread ZssAzrael
Public bug reported:


xorgxrdp/module/rdp.h

#define PixelDPI 100

so, i can't change dpi .

** Affects: xrdp (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1652601

Title:
  xrdp dpi is 100

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xrdp/+bug/1652601/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1622488] [NEW] --disable-linux-apm and compile hw/xfree86/os-support/linux/lnx_apm.c

2016-09-12 Thread ZssAzrael
Public bug reported:

  CC   lnx_apm.lo
hw/xfree86/os-support/linux/lnx_apm.c: In function 'xf86OSPMOpen':
hw/xfree86/os-support/linux/lnx_apm.c:153:1: error: control reaches end of 
non-void function [-Werror=return-type]
 }
 ^
cc1: some warnings being treated as errors
Makefile:660: recipe for target 'lnx_apm.lo' failed
make: *** [lnx_apm.lo] Error 1

In lnx_apm.c file:

#ifdef HAVE_ACPI
/* Favour ACPI over APM, but only when enabled */

if (!xf86acpiDisableFlag)
ret = lnxACPIOpen();

if (!ret)
#endif
#ifdef HAVE_APM
ret = lnxAPMOpen();
#endif

I think it means

#ifdef HAVE_ACPI
/* Favour ACPI over APM, but only when enabled */

if (!xf86acpiDisableFlag)
ret = lnxACPIOpen();
#endif
#ifdef HAVE_APM
if (!ret)
ret = lnxAPMOpen();
#endif

** Affects: xorg-server (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1622488

Title:
  --disable-linux-apm and compile hw/xfree86/os-support/linux/lnx_apm.c

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1622488/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs