[Bug 1675888] Re: various applets occasionally crash on transparent panel

2017-12-11 Thread Launchpad Bug Tracker
This bug was fixed in the package mate-panel - 1.18.1-0ubuntu2.1

---
mate-panel (1.18.1-0ubuntu2.1) zesty; urgency=medium

  * Added patches:
+ fix-transparent-panel-crashes.patch - fixes occasional crashes
  when the panel is transparent (LP: #1675888)
+ fix-crash-on-empty-icon-field.patch - fixes crashes when some
  .desktop file has empty Icon field (LP: #1676840)
+ fix-file-folder-launchers.patch - makes file/folder launchers
  work again (LP: #1690517)
+ fix-crash-on-unknown-signals.patch - fixes tray area crashes
  on unknown signals from apps using indicators (LP: #1695648)

 -- Vlad Orlov   Mon, 06 Nov 2017 20:44:51 +0300

** Changed in: mate-panel (Ubuntu Zesty)
   Status: Fix Committed => Fix Released

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

Title:
  various applets occasionally crash on transparent panel

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mate-panel/+bug/1675888/+subscriptions

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

[Bug 1675888] Re: various applets occasionally crash on transparent panel

2017-12-02 Thread Vlad Orlov
Testing in Zesty...

- replaced local builds of mate-panel, mate-panel-common, gir1.2-mate-panel, 
libmate-panel-applet-4-1 packages with version 1.18.1-0ubuntu2.1 from 
zesty-proposed
- set the panel background on both top and bottom panels to be transparent
- logged out and back in - no applets were crashing
- opened the properties dialog for the top panel
- moved the transparency slider very fast back and forth a few times - no 
crashes
- repeated the same test with the slider for the bottom panel - no crashes

All good, the applet crashes don't happen anymore.

** Tags removed: verification-needed verification-needed-zesty
** Tags added: verification-done verification-done-zesty

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

Title:
  various applets occasionally crash on transparent panel

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mate-panel/+bug/1675888/+subscriptions

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

[Bug 1675888] Re: various applets occasionally crash on transparent panel

2017-11-30 Thread Brian Murray
Hello Buzea, or anyone else affected,

Accepted mate-panel into zesty-proposed. The package will build now and
be available at https://launchpad.net/ubuntu/+source/mate-
panel/1.18.1-0ubuntu2.1 in a few hours, and then in the -proposed
repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how
to enable and use -proposed.Your feedback will aid us getting this
update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested and change the tag from
verification-needed-zesty to verification-done-zesty. If it does not fix
the bug for you, please add a comment stating that, and change the tag
to verification-failed-zesty. In either case, details of your testing
will help us make a better decision.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance!

** Changed in: mate-panel (Ubuntu Zesty)
   Status: Triaged => Fix Committed

** Tags added: verification-needed verification-needed-zesty

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

Title:
  various applets occasionally crash on transparent panel

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mate-panel/+bug/1675888/+subscriptions

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

[Bug 1675888] Re: various applets occasionally crash on transparent panel

2017-11-26 Thread Vlad Orlov
Thanks, waiting for it to show in the -proposed.

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

Title:
  various applets occasionally crash on transparent panel

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mate-panel/+bug/1675888/+subscriptions

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

Re: [Bug 1675888] Re: various applets occasionally crash on transparent panel

2017-11-25 Thread Buzea Bogdan
Awesome, thanks!

Pe 25 nov. 2017 05:20, "Simon Quigley"  a scris:

> Uploaded.
>
> Thanks!
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1675888
>
> Title:
>   various applets occasionally crash on transparent panel
>
> Status in mate-panel package in Ubuntu:
>   Fix Released
> Status in mate-panel source package in Zesty:
>   Triaged
>
> Bug description:
>   [Impact]
>
>   Almost all panel applets occasionally crash if the panel is transparent.
>   Usually it happens on session start. It affects all panels that are on
> the
>   screen, e.g. if you have top and bottom panels, then the applets from
> both
>   panels would crash.
>
>   The patch attached to this report fixes the issue.
>
>   The fix is already present in Artful and tested by developers and users.
>   Would be nice to backport it to Zesty as well, as it's really a major
>   inconvenience for users who prefer to have a transparent panel.
>
>   [Test Case]
>
>   If you see the applets crashes on session start, then the issue is
> already
>   reproduced. Otherwise you can try moving transparency slider in the panel
>   properties very fast back and forth - after some tries it will cause some
>   applets to crash. It's been confirmed that it's the same crash as happens
>   on session start, with the same backtrace and the same root cause.
>
>   [Regression Potential]
>
>   None. All that's done is to replace the direct call of cairo function
> with
>   the call to GDK's cairo support function. It proved to be the proper way
> to
>   do it.
>
>   [Other Info]
>
>   The patch is included into the debdiff attached to this report.
>
>   The debdiff contains patches to fix bug 1675888, bug 1676840, bug
> 1690517,
>   bug 1695648. See other reports for the corresponding SRU templates.
>
>   Note that the debdiff attached to bug 1690517 is a separate one for
>   Artful.
>
>   [Original Description]
>
>   crash on testing shortcuts: Ctrl+ Alt +Numpad
>
>   ProblemType: Crash
>   DistroRelease: Ubuntu 17.04
>   Package: mate-panel 1.18.0-0ubuntu1
>   ProcVersionSignature: Ubuntu 4.10.0-13.15-generic 4.10.1
>   Uname: Linux 4.10.0-13-generic x86_64
>   ApportVersion: 2.20.4-0ubuntu2
>   Architecture: amd64
>   CurrentDesktop: MATE
>   Date: Fri Mar 24 20:13:18 2017
>   ExecutablePath: /usr/lib/mate-panel/notification-area-applet
>   InstallationDate: Installed on 2016-06-28 (268 days ago)
>   InstallationMedia: Ubuntu-MATE 16.04 LTS "Xenial Xerus" - Release amd64
> (20160420.1)
>   ProcCmdline: /usr/lib/mate-panel/notification-area-applet
>   ProcEnviron:
>SHELL=/bin/bash
>XDG_RUNTIME_DIR=
>PATH=(custom, no user)
>LANGUAGE=ro_RO
>LANG=ro_RO.UTF-8
>   Signal: 5
>   SourcePackage: mate-panel
>   StacktraceTop:
>?? () from /usr/lib/x86_64-linux-gnu/libX11.so.6
>?? () from /usr/lib/x86_64-linux-gnu/libX11.so.6
>_XReply () from /usr/lib/x86_64-linux-gnu/libX11.so.6
>XGetGeometry () from /usr/lib/x86_64-linux-gnu/libX11.so.6
>mate_panel_applet_get_background () from /usr/lib/x86_64-linux-gnu/
> libmate-panel-applet-4.so.1
>   Title: notification-area-applet crashed with signal 5 in _XReply()
>   UpgradeStatus: Upgraded to zesty on 2017-03-17 (6 days ago)
>   UserGroups: adm audio cdrom dialout dip fax floppy lpadmin netdev
> plugdev sambashare scanner sudo tape vboxusers video
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/ubuntu/+source/mate-panel/+
> bug/1675888/+subscriptions
>
> Launchpad-Notification-Type: bug
> Launchpad-Bug: distribution=ubuntu; sourcepackage=mate-panel;
> component=universe; status=Fix Released; importance=Low; assignee=None;
> Launchpad-Bug: distribution=ubuntu; distroseries=zesty;
> sourcepackage=mate-panel; component=universe; status=Triaged;
> importance=Low; assignee=None;
> Launchpad-Bug-Tags: amd64 apport-crash patch ubuntu-mate-zesty-sru zesty
> Launchpad-Bug-Information-Type: Public
> Launchpad-Bug-Private: no
> Launchpad-Bug-Security-Vulnerability: no
> Launchpad-Bug-Commenters: apport bogdanke8 crichton janitor monsta tsimonq2
> Launchpad-Bug-Reporter: Buzea Bogdan (bogdanke8)
> Launchpad-Bug-Modifier: Simon Quigley (tsimonq2)
> Launchpad-Message-Rationale: Subscriber
> Launchpad-Message-For: bogdanke8
>

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

Title:
  various applets occasionally crash on transparent panel

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mate-panel/+bug/1675888/+subscriptions

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

[Bug 1675888] Re: various applets occasionally crash on transparent panel

2017-11-24 Thread Simon Quigley
Uploaded.

Thanks!

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

Title:
  various applets occasionally crash on transparent panel

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mate-panel/+bug/1675888/+subscriptions

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

[Bug 1675888] Re: various applets occasionally crash on transparent panel

2017-11-09 Thread Vlad Orlov
Attaching the debdiff with patches to fix bug 1675888, bug 1676840, bug 1690517,
bug 1695648 for Zesty.

** Attachment added: "Debdiff for Zesty to fix 1675888, 1676840, 1690517, 
1695648"
   
https://bugs.launchpad.net/ubuntu/+source/mate-panel/+bug/1675888/+attachment/5006539/+files/mate-panel-debdiff-zesty

** Description changed:

+ [Impact]
+ 
+ Almost all panel applets occasionally crash if the panel is transparent.
+ Usually it happens on session start. It affects all panels that are on the
+ screen, e.g. if you have top and bottom panels, then the applets from both
+ panels would crash.
+ 
+ The patch attached to this report fixes the issue.
+ 
+ The fix is already present in Artful and tested by developers and users.
+ Would be nice to backport it to Zesty as well, as it's really a major
+ inconvenience for users who prefer to have a transparent panel.
+ 
+ [Test Case]
+ 
+ If you see the applets crashes on session start, then the issue is already
+ reproduced. Otherwise you can try moving transparency slider in the panel
+ properties very fast back and forth - after some tries it will cause some
+ applets to crash. It's been confirmed that it's the same crash as happens
+ on session start, with the same backtrace and the same root cause.
+ 
+ [Regression Potential]
+ 
+ None. All that's done is to replace the direct call of cairo function with
+ the call to GDK's cairo support function. It proved to be the proper way to
+ do it.
+ 
+ [Other Info]
+ 
+ The patch is included into the debdiff attached to this report.
+ 
+ The debdiff contains patches to fix bug 1675888, bug 1676840, bug 1690517,
+ bug 1695648. See other reports for the corresponding SRU templates.
+ 
+ Note that the debdiff attached to bug 1690517 is a separate one for
+ Artful.
+ 
+ [Original Description]
+ 
  crash on testing shortcuts: Ctrl+ Alt +Numpad
  
  ProblemType: Crash
  DistroRelease: Ubuntu 17.04
  Package: mate-panel 1.18.0-0ubuntu1
  ProcVersionSignature: Ubuntu 4.10.0-13.15-generic 4.10.1
  Uname: Linux 4.10.0-13-generic x86_64
  ApportVersion: 2.20.4-0ubuntu2
  Architecture: amd64
  CurrentDesktop: MATE
  Date: Fri Mar 24 20:13:18 2017
  ExecutablePath: /usr/lib/mate-panel/notification-area-applet
  InstallationDate: Installed on 2016-06-28 (268 days ago)
  InstallationMedia: Ubuntu-MATE 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  ProcCmdline: /usr/lib/mate-panel/notification-area-applet
  ProcEnviron:
-  SHELL=/bin/bash
-  XDG_RUNTIME_DIR=
-  PATH=(custom, no user)
-  LANGUAGE=ro_RO
-  LANG=ro_RO.UTF-8
+  SHELL=/bin/bash
+  XDG_RUNTIME_DIR=
+  PATH=(custom, no user)
+  LANGUAGE=ro_RO
+  LANG=ro_RO.UTF-8
  Signal: 5
  SourcePackage: mate-panel
  StacktraceTop:
-  ?? () from /usr/lib/x86_64-linux-gnu/libX11.so.6
-  ?? () from /usr/lib/x86_64-linux-gnu/libX11.so.6
-  _XReply () from /usr/lib/x86_64-linux-gnu/libX11.so.6
-  XGetGeometry () from /usr/lib/x86_64-linux-gnu/libX11.so.6
-  mate_panel_applet_get_background () from 
/usr/lib/x86_64-linux-gnu/libmate-panel-applet-4.so.1
+  ?? () from /usr/lib/x86_64-linux-gnu/libX11.so.6
+  ?? () from /usr/lib/x86_64-linux-gnu/libX11.so.6
+  _XReply () from /usr/lib/x86_64-linux-gnu/libX11.so.6
+  XGetGeometry () from /usr/lib/x86_64-linux-gnu/libX11.so.6
+  mate_panel_applet_get_background () from 
/usr/lib/x86_64-linux-gnu/libmate-panel-applet-4.so.1
  Title: notification-area-applet crashed with signal 5 in _XReply()
  UpgradeStatus: Upgraded to zesty on 2017-03-17 (6 days ago)
  UserGroups: adm audio cdrom dialout dip fax floppy lpadmin netdev plugdev 
sambashare scanner sudo tape vboxusers video

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

Title:
  various applets occasionally crash on transparent panel

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mate-panel/+bug/1675888/+subscriptions

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

[Bug 1675888] Re: various applets occasionally crash on transparent panel

2017-08-29 Thread Martin Wimpress
** Changed in: mate-panel (Ubuntu Zesty)
   Importance: Undecided => Low

** Changed in: mate-panel (Ubuntu)
   Importance: Medium => Low

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

Title:
  various applets occasionally crash on transparent panel

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mate-panel/+bug/1675888/+subscriptions

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


[Bug 1675888] Re: various applets occasionally crash on transparent panel

2017-08-29 Thread Martin Wimpress
** Also affects: mate-panel (Ubuntu Zesty)
   Importance: Undecided
   Status: New

** Changed in: mate-panel (Ubuntu Zesty)
   Status: New => Triaged

** Changed in: mate-panel (Ubuntu)
   Status: Confirmed => Fix Released

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

Title:
  various applets occasionally crash on transparent panel

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mate-panel/+bug/1675888/+subscriptions

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


[Bug 1675888] Re: various applets occasionally crash on transparent panel

2017-08-29 Thread Vlad Orlov
** Tags added: ubuntu-mate-zesty-sru

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

Title:
  various applets occasionally crash on transparent panel

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mate-panel/+bug/1675888/+subscriptions

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