<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mgaonline, branch 3.8</title>
<subtitle>Mageia Desktop Applet</subtitle>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/mgaonline/'/>
<entry>
<title>3.8</title>
<updated>2014-01-22T20:10:16+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>thierry.vignaud@gmail.com</email>
</author>
<published>2014-01-22T20:10:16+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/mgaonline/commit/?id=e8215985e65b8a600ad93e02bba2477f2030f281'/>
<id>e8215985e65b8a600ad93e02bba2477f2030f281</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>block CHLD signals on startup</title>
<updated>2014-01-22T20:09:26+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>thierry.vignaud@gmail.com</email>
</author>
<published>2014-01-22T20:07:47+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/mgaonline/commit/?id=4ec5b7cec36a3435e970022d4542ac2158dd6d2b'/>
<id>4ec5b7cec36a3435e970022d4542ac2158dd6d2b</id>
<content type='text'>
in order to prevent glib-threading segfaults (mga#10289), just block the
CHLD signal during the window where glib create threads behind our back
(RT-120951)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
in order to prevent glib-threading segfaults (mga#10289), just block the
CHLD signal during the window where glib create threads behind our back
(RT-120951)
</pre>
</div>
</content>
</entry>
<entry>
<title>3.7.1</title>
<updated>2014-01-22T18:27:26+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>thierry.vignaud@gmail.com</email>
</author>
<published>2014-01-22T17:54:13+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/mgaonline/commit/?id=beabf25f3b9f6d564f0b290dbcd35b575e9133ec'/>
<id>beabf25f3b9f6d564f0b290dbcd35b575e9133ec</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>better fix for mga#12280 while fixing exit reported by Colin</title>
<updated>2014-01-22T18:27:21+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>thierry.vignaud@gmail.com</email>
</author>
<published>2014-01-22T17:40:30+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/mgaonline/commit/?id=87813dd7cfa302347b06cd9b0675d18577a2be11'/>
<id>87813dd7cfa302347b06cd9b0675d18577a2be11</id>
<content type='text'>
previous fixes for mga#12280 resulted in Colin reporting mgaapplet
exiting (not segfaulting):

"When updates a bubble pops up:
- If you click on the background of this bubble, mgaaplet exits
- If you click on the "Install Updates" button, it pops up the password
  dialog.  Without touching anything, about 1s later the dialog seems to
  be replaced with another that says "Sorry, that didn't work, please
  try again". When this dialog appears, mgaapplet exits."

So let's clean the pile of fixes and:
- have only _one_ gtk+ main loop
- creating _one_ hidden notification before entering the main loop
- never destroy it, but use &gt;close + &gt;clear_actions() then -&gt;update()
  prior calling &gt;show() when one need to show a notification again
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
previous fixes for mga#12280 resulted in Colin reporting mgaapplet
exiting (not segfaulting):

"When updates a bubble pops up:
- If you click on the background of this bubble, mgaaplet exits
- If you click on the "Install Updates" button, it pops up the password
  dialog.  Without touching anything, about 1s later the dialog seems to
  be replaced with another that says "Sorry, that didn't work, please
  try again". When this dialog appears, mgaapplet exits."

So let's clean the pile of fixes and:
- have only _one_ gtk+ main loop
- creating _one_ hidden notification before entering the main loop
- never destroy it, but use &gt;close + &gt;clear_actions() then -&gt;update()
  prior calling &gt;show() when one need to show a notification again
</pre>
</div>
</content>
</entry>
<entry>
<title>Update gnome-shell code to exit message tray mode also.</title>
<updated>2014-01-22T17:10:45+00:00</updated>
<author>
<name>Colin Guthrie</name>
<email>colin@mageia.org</email>
</author>
<published>2014-01-22T17:09:49+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/mgaonline/commit/?id=4e396b0d14b639eca27a94196cbd9a4e9595016c'/>
<id>4e396b0d14b639eca27a94196cbd9a4e9595016c</id>
<content type='text'>
The old method worked on older gnome-shells, this new method works
on newer gnome-shells (see bgo#706783)

Ideally neither hacks should be necessary and maybe (eventually) we can
remove them, but for now...
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The old method worked on older gnome-shells, this new method works
on newer gnome-shells (see bgo#706783)

Ideally neither hacks should be necessary and maybe (eventually) we can
remove them, but for now...
</pre>
</div>
</content>
</entry>
<entry>
<title>3.6</title>
<updated>2014-01-17T06:36:56+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>thierry.vignaud@gmail.com</email>
</author>
<published>2014-01-17T06:36:56+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/mgaonline/commit/?id=f0603c5d4071da60df596cd9794f06c8aed9e21b'/>
<id>f0603c5d4071da60df596cd9794f06c8aed9e21b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>workaround X11 hanging (mga#12280)</title>
<updated>2014-01-17T06:36:31+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>thierry.vignaud@gmail.com</email>
</author>
<published>2014-01-17T06:36:18+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/mgaonline/commit/?id=4b2d6e63c5b60495fe47e7de6e998cfa060614bc'/>
<id>4b2d6e63c5b60495fe47e7de6e998cfa060614bc</id>
<content type='text'>
Since commit 95b9cd06f14a9817090584d72830df870c591acc, we run a gtk
main loop after displaying a notification, else actions when clickong
notification buttons are ignored by gtk+/libnotify

However, if the notification is not manually closed, we never exit
this main loop.

In that case, gtk+ fails with:
(mgaapplet:9060): Gtk-CRITICAL **: gtk_window_set_accept_focus: assertion 'GTK_IS_WINDOW (window)' failed

from:
    data=&lt;optimized out&gt;, destroy=0x0, button=3, activate_time=5407876) at gtkmenu.c:1613

And X11 is stuck.

As a workaround, since libnotify offers no way to be notified when
notification is automatically closed, just add a timeout for exiting
the main loop.

At worse, X11 will be stuch only 5 seconds.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since commit 95b9cd06f14a9817090584d72830df870c591acc, we run a gtk
main loop after displaying a notification, else actions when clickong
notification buttons are ignored by gtk+/libnotify

However, if the notification is not manually closed, we never exit
this main loop.

In that case, gtk+ fails with:
(mgaapplet:9060): Gtk-CRITICAL **: gtk_window_set_accept_focus: assertion 'GTK_IS_WINDOW (window)' failed

from:
    data=&lt;optimized out&gt;, destroy=0x0, button=3, activate_time=5407876) at gtkmenu.c:1613

And X11 is stuck.

As a workaround, since libnotify offers no way to be notified when
notification is automatically closed, just add a timeout for exiting
the main loop.

At worse, X11 will be stuch only 5 seconds.
</pre>
</div>
</content>
</entry>
<entry>
<title>Polish translation update</title>
<updated>2014-01-11T16:43:45+00:00</updated>
<author>
<name>Daniel Napora</name>
<email>napcok@gmail.com</email>
</author>
<published>2014-01-11T16:43:45+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/mgaonline/commit/?id=0e4725bd47c6bbe82c236e6a04e8fdf46781f3c3'/>
<id>0e4725bd47c6bbe82c236e6a04e8fdf46781f3c3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update Romanian translation</title>
<updated>2014-01-11T07:08:41+00:00</updated>
<author>
<name>Yuri Chornoivan</name>
<email>yurchor@ukr.net</email>
</author>
<published>2014-01-11T07:08:41+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/mgaonline/commit/?id=8a4ff59847d4bf2b4dde89650faa70b1f342958a'/>
<id>8a4ff59847d4bf2b4dde89650faa70b1f342958a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- updated Italian translations</title>
<updated>2014-01-10T18:40:26+00:00</updated>
<author>
<name>Matteo Pasotti</name>
<email>matteo@mageia.org</email>
</author>
<published>2014-01-10T18:40:26+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/mgaonline/commit/?id=f92f2c7c28e63819a14dbb79789441dc13b6fc6b'/>
<id>f92f2c7c28e63819a14dbb79789441dc13b6fc6b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
