[Bug 1308440] [NEW] Not enough vertical space to fit text of steps in sidebar of KDE frontend

2014-04-16 Thread Aurélien Gâteau
Public bug reported:

The text of the steps in the sidebar of the KDE frontend do not have
enough vertical space: the current step is always cropped at the bottom.

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

** Attachment added: Screenshot demonstrating the problem
   
https://bugs.launchpad.net/bugs/1308440/+attachment/4085251/+files/ubiquity-cropped-sidebar.png

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

Title:
  Not enough vertical space to fit text of steps in sidebar of KDE
  frontend

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

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


[Bug 1092910] Re: Merge notifications of two incoming messages from the same person

2013-02-22 Thread Aurélien Gâteau
The FDO spec does not explicitly support merging. What happens is
notify-osd remembers the last notification and merges the new one in it
if it satisfies a set of rules mentioned here:
https://wiki.ubuntu.com/NotifyOSD#Merging_notifications

One of those rules is that the application must set a particular hint in the 
notification. Quoting notify-osd page:

If the hint “x-canonical-append” is supplied with a string value “allowed”, and 
replaces_id is not specified, the bubble should be treated as if it allows 
merging. 


KNotification API does not let the application pass custom hints, so it
is impossible for any application using this API to support merging
notifications. It could be possible to fix this by doing one of those:

1. Remove the need for the x-canonical-append hint in notify-osd.

2. Modify knotify (the daemon handling notifications behind
KNotification) to always pass the x-canonical-append hint.

3. Extend KNotification and knotify to allow applications to pass
arbitrary hints *and* patch applications to pass the x-canonical-
append hint.

Of those three, 1. seems doable, 2 and 3 are unlikely to happen.

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

Title:
  Merge notifications of two incoming messages from the same person

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

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

[Bug 1017005] Re: Quassel uses knotify instead of libnotify

2012-06-25 Thread Aurélien Gâteau
First some context: a KDE notification can be a combination of a popup
(the kind of notifications shown by notify-osd), a dialog box, a sound,
a command to run and/or an entry in a file.

Here is the (convoluted) way notifications work for KDE apps (Quassel
with kdelibs can be considered a KDE app in this context)

1. The KDE app uses kdelibs API to create a notification.

2. If knotify4 is not running, the kdelibs API starts it. Knotify4 is
responsible for handling notifications from all KDE apps. Knotify4
handles almost all notification kinds internally, except for popups.

3. If the notification is a popup, knotify4 checks if there is a popup
notification server running. On KDE this is either Plasma itself or
Colibri, on Unity it is notify-osd, on Gnome it is notification-daemon.

4a. If knotify4 finds a popup notification server, it sends the
notification to it, so you get libnotify-style notifications (libnotify
talks directly to the popup notification server)

4b. If knotify4 cannot find a popup notification server, it shows the
notification itself, in a gray box with thick black borders

I assume you fall into 4b, which can happen if the popup notification
server is not running. At startup, knotify4 tries to start a popup
notification server if there is none, but it won't check again after
that.

What you can do is: next time you get a knotify box, check if there is a
notify-osd process running. If there is none, try to start one from the
terminal (the path to the binary is: /usr/lib/notify-osd/notify-osd )
and see if it dies. If it dies, report a bug against notify-osd.

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

Title:
  Quassel uses knotify instead of libnotify

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

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


[Bug 998630] Re: plasma netbook shell crashes on kubuntu 12.04 and 12.10

2012-06-04 Thread Aurélien Gâteau
This backtrace is very different from the previous one. It looks like an
exception, which is very strange because neither plasma-widget-menubar
not dbusmenu-qt use exceptions. Can you restart plasma-netbook from a
terminal to find if it prints out any error message right before
crashing?

-- 
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to plasma-widget-menubar in Ubuntu.
https://bugs.launchpad.net/bugs/998630

Title:
  plasma netbook shell crashes on kubuntu 12.04 and 12.10

To manage notifications about this bug go to:
https://bugs.launchpad.net/plasma-widget-menubar/+bug/998630/+subscriptions

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


[Bug 998630] Re: plasma netbook shell crashes on kubuntu 12.04 and 12.10

2012-06-01 Thread Aurélien Gâteau
Version 0.1.18 has been released with a fix for this bug

** Also affects: plasma-widget-menubar
   Importance: Undecided
   Status: New

** Changed in: plasma-widget-menubar
 Assignee: (unassigned) = Aurélien Gâteau (agateau)

** Changed in: plasma-widget-menubar
   Importance: Undecided = High

** Changed in: plasma-widget-menubar
   Status: New = Fix Released

-- 
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to plasma-widget-menubar in Ubuntu.
https://bugs.launchpad.net/bugs/998630

Title:
  plasma netbook shell crashes on kubuntu 12.04 and 12.10

To manage notifications about this bug go to:
https://bugs.launchpad.net/plasma-widget-menubar/+bug/998630/+subscriptions

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


[Bug 987910] Re: User pictures are not shown in greeters which support them

2012-04-26 Thread Aurélien Gâteau
I confirm the package in precise-proposed fixes the bug.

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

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

Title:
  User pictures are not shown in greeters which support them

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lightdm-kde/+bug/987910/+subscriptions

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


[Bug 987910] [NEW] User pictures are not shown in greeters which support them

2012-04-24 Thread Aurélien Gâteau
Public bug reported:

Lightdm-kde 0.1.0 does not properly read the user picture from
liblightdm-qt. Version 0.1.1 was released to fix that issue.

** Affects: lightdm-kde (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/987910

Title:
  User pictures are not shown in greeters which support them

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lightdm-kde/+bug/987910/+subscriptions

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


[Bug 987910] Re: User pictures are not shown in greeters which support them

2012-04-24 Thread Aurélien Gâteau
** Description changed:

  Lightdm-kde 0.1.0 does not properly read the user picture from
  liblightdm-qt. Version 0.1.1 was released to fix that issue.
+ 
+ -- SRU Information --
+ [Impact]
+ Users who set up a $HOME/.face picture won't see it in any LightDM KDE theme 
which supports user pictures. The generic user icon is used instead.
+ 
+ [Development Fix]
+ liblightdm-qt used to expose the user picture as a QPixmap, but was changed 
to use a QIcon instead. lightdm-kde greeter code was not updated to match this 
change. It has since been fixed upstream in the v0.1 branch 
(https://projects.kde.org/projects/playground/base/lightdm/repository/show?rev=v0.1)
+ 
+ [Stable Fix]
+ debdiff has been uploaded to precise-proposed
+ 
+ [Test Case]
+ - install lightdm-kde
+ - copy a png file as $HOME/.face (any small png icon will do)
+ - open lightdm configuration (kcmshell4 kcm_lightdm), pick either User Bar 
or User List
+ - restart lightdm = notice the .face image is ignored
+ 
+ [Regression Potential]
+ None expected

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

Title:
  User pictures are not shown in greeters which support them

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lightdm-kde/+bug/987910/+subscriptions

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


[Bug 937892] Re: some qt apps make unity-panel-service go crazy

2012-04-06 Thread Aurélien Gâteau
** Changed in: appmenu-qt
   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/937892

Title:
  some qt apps make unity-panel-service go crazy

To manage notifications about this bug go to:
https://bugs.launchpad.net/appmenu-qt/+bug/937892/+subscriptions

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


[Bug 937892] Re: some qt apps make unity-panel-service go crazy

2012-04-04 Thread Aurélien Gâteau
bug is not caused by unity-panel-service

** Changed in: unity
   Status: Confirmed = Invalid

** Changed in: appmenu-qt
 Assignee: (unassigned) = Aurélien Gâteau (agateau)

** Changed in: appmenu-qt
   Status: Confirmed = In Progress

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

Title:
  some qt apps make unity-panel-service go crazy

To manage notifications about this bug go to:
https://bugs.launchpad.net/appmenu-qt/+bug/937892/+subscriptions

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

[Bug 937892] Re: some qt apps make unity-panel-service go crazy

2012-04-04 Thread Aurélien Gâteau
Should be fixed in r45. I pushed a package for it in ppa:agateau
/appmenu-qt . Can you give it a try? (version of appmenu-qt should be
0.2.5.bzr45-0ubuntu1)

** Changed in: appmenu-qt
   Status: In Progress = Fix Committed

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

Title:
  some qt apps make unity-panel-service go crazy

To manage notifications about this bug go to:
https://bugs.launchpad.net/appmenu-qt/+bug/937892/+subscriptions

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


[Bug 603416] Re: Menubar widget causes first right-click on plasma-desktop to instantly hide

2012-04-02 Thread Aurélien Gâteau
I had a look at fixing that one and it's nasty: when one right-click the
desktop, the desktop window gets focus, thus the menubar widget creates
a desktop window menubar. To do so it creates a Plasma::ToolButton,
which embeds a QToolButton. It seems creating the QToolButton causes the
menu to go away, I assume that since the button is created as a
standalone window (at least at construction time), it is perceived as a
new toplevel window, forcing the window manager to close the popup menu.

-- 
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to plasma-widget-menubar in Ubuntu.
https://bugs.launchpad.net/bugs/603416

Title:
  Menubar widget causes first right-click on plasma-desktop to instantly
  hide

To manage notifications about this bug go to:
https://bugs.launchpad.net/plasma-widget-menubar/+bug/603416/+subscriptions

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


[Bug 948971] Re: unity-panel-service crashed with SIGSEGV

2012-03-29 Thread Aurélien Gâteau
*** This bug is a duplicate of bug 937892 ***
https://bugs.launchpad.net/bugs/937892

** Visibility changed to: Public

** This bug has been marked a duplicate of bug 937892
   some qt apps make unity-panel-service go crazy

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

Title:
  unity-panel-service crashed with SIGSEGV

To manage notifications about this bug go to:
https://bugs.launchpad.net/appmenu-qt/+bug/948971/+subscriptions

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


[Bug 934076] Re: [breadcrumb] need visual tweaks to the buttons

2012-03-26 Thread Aurélien Gâteau
As suggested by Dylan, this should be done in the theme. Note however
that light-themes now support the linked GTK style class (used here
and also in the gtk file open dialog), so this could be considered less
critical.

** Package changed: gnome-control-center (Ubuntu Precise) = light-
themes (Ubuntu Precise)

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

Title:
  [breadcrumb] need visual tweaks to the buttons

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/light-themes/+bug/934076/+subscriptions

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


[Bug 915801] Re: sni-qt seems to no longer let skype show up as an indicator in precise

2012-03-22 Thread Aurélien Gâteau
Indeed, there is nothing about sni-qt in there. Here is the output I
get:


QGtkStyle was unable to detect the current GTK+ theme.
SkypeApplication::ctor
[New Thread 0xf595bb40 (LWP 9203)]
[New Thread 0xf58dab40 (LWP 9204)]
Translation loaded: /usr/share/skype/lang/skype_fr.qm
Install offline content bundle if necessary 
Skype::GUIProxy::GUIProxy(): 0x95bea70
Qt version: 4.8.0
Desktop Manager: ubuntu-2d
sni-qt/9096 DEBUG 09:15:38.414 
StatusNotifierItemFactory::StatusNotifierItemFactory() m_iconCacheDir: 
/tmp/sni-qt_skype_9096-nEnDXm 
sni-qt/9096 DEBUG 09:15:38.418 void StatusNotifierItemFactory::connectToSnw() 
sni-qt/9096 DEBUG 09:15:38.426 void StatusNotifierItemFactory::connectToSnw() 
m_isAvailable: true 
sni-qt/9096 DEBUG 09:15:38.426 virtual QAbstractSystemTrayIconSys* 
StatusNotifierItemFactory::create(QSystemTrayIcon*) 
sni-qt/9096 DEBUG 09:15:38.426 
StatusNotifierItem::StatusNotifierItem(QSystemTrayIcon*, IconCache*) this: 
StatusNotifierItem(0x9554ca8) 
sni-qt/9096 DEBUG 09:15:38.426 
StatusNotifierItem::StatusNotifierItem(QSystemTrayIcon*, IconCache*) 
m_objectPath: /org/kde/statusnotifieritem/1 
sni-qt/9096 DEBUG 09:15:38.427 virtual void StatusNotifierItem::updateMenu() 
menu: QMenu(0x9588580) 
sni-qt/9096 DEBUG 09:15:38.427 void 
StatusNotifierItemFactory::registerItem(StatusNotifierItem*) 
sni-qt/9096 DEBUG 09:15:38.427 virtual void 
StatusNotifierItem::updateVisibility() NewStatus( Active ) 
Midnight timer will fire in 53062 secs 
GUIProxy created 
Lib instance 0x95bea70
 Dispatcher::ctor
  Dispatcher: create transport X11
 X11::ctor
  Dispatcher: announce transport X11
  Dispatcher: create transport D-BUS
Connecting to deprecated signal 
QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString)
(...)


Can you tell the versions of libqt4-gui, skype and sni-qt:i386?

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

Title:
  sni-qt seems to no longer let skype show up as an indicator in precise

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/sni-qt/+bug/915801/+subscriptions

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


[Bug 915801] Re: sni-qt seems to no longer let skype show up as an indicator in precise

2012-03-22 Thread Aurélien Gâteau
I was using the skype package from skype.com. I just installed the
package which comes from the partner repository, but it's still working
for me. I am puzzled. Will see if I can think of something else.

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

Title:
  sni-qt seems to no longer let skype show up as an indicator in precise

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/sni-qt/+bug/915801/+subscriptions

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


[Bug 915801] Re: sni-qt seems to no longer let skype show up as an indicator in precise

2012-03-14 Thread Aurélien Gâteau
@Steve: It would be interesting to look at sni-qt debug output when
running Skype. It is a bit tricky to get because Skype is quiet by
default. This blog post explains how to get the debug output out of
Skype: http://agateau.com/2011/09/23/make-skype-a-bit-less-shy/

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

Title:
  sni-qt seems to no longer let skype show up as an indicator in precise

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/sni-qt/+bug/915801/+subscriptions

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


[Bug 915801] Re: sni-qt seems to no longer let skype show up as an indicator in precise

2012-03-14 Thread Aurélien Gâteau
@David: dpkg would not have let you install the i386 package I think, so
you did the right thing. Anyway, it would not have installed sni-qt:i386
as a dependency, unless people at Skype add the dependency themselves.

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

Title:
  sni-qt seems to no longer let skype show up as an indicator in precise

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/sni-qt/+bug/915801/+subscriptions

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


[Bug 915801] Re: sni-qt seems to no longer let skype show up as an indicator in precise

2012-03-13 Thread Aurélien Gâteau
It works for me here, with the Skype debian package from
http://www.skype.com/intl/fr/get-skype/on-your-
computer/linux/downloading.ubuntu64 (which is still a 32 bit binary).
Which version of Skype do you have installed? The only reason I could
see it failing is if one is using the static build.

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

Title:
  sni-qt seems to no longer let skype show up as an indicator in precise

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/sni-qt/+bug/915801/+subscriptions

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


[Bug 915801] Re: sni-qt seems to no longer let skype show up as an indicator in precise

2012-03-13 Thread Aurélien Gâteau
@David: do you have sni-qt:i386 installed?

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

Title:
  sni-qt seems to no longer let skype show up as an indicator in precise

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/sni-qt/+bug/915801/+subscriptions

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


[Bug 902911] Re: Missing menu on Edit Picture

2012-03-08 Thread Aurélien Gâteau
*** This bug is a duplicate of bug 775278 ***
https://bugs.launchpad.net/bugs/775278

** This bug is no longer a duplicate of bug 778418
   global menu disappear in digikam after first use
** This bug has been marked a duplicate of bug 775278
   Global menu disappearing on KDE Apps that minimize to tray

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

Title:
  Missing menu on Edit Picture

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

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


[Bug 778418] Re: global menu disappear in digikam after first use

2012-03-08 Thread Aurélien Gâteau
*** This bug is a duplicate of bug 775278 ***
https://bugs.launchpad.net/bugs/775278

** This bug has been marked a duplicate of bug 775278
   Global menu disappearing on KDE Apps that minimize to tray

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

Title:
  global menu disappear in digikam after first use

To manage notifications about this bug go to:
https://bugs.launchpad.net/appmenu-qt/+bug/778418/+subscriptions

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


[Bug 937892] Re: some qt apps make unity-panel-service go crazy

2012-03-08 Thread Aurélien Gâteau
I am quite sure this is because the application is using two menubars:
one for the main window and one to edit notes.

It's easy to fix on the application-side: one just need to call
setNativeMenuBar(false) on the inner menubar.

It's quite harder to fix on appmenu-qt side, but I am going to give it a
try.

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

Title:
  some qt apps make unity-panel-service go crazy

To manage notifications about this bug go to:
https://bugs.launchpad.net/appmenu-qt/+bug/937892/+subscriptions

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


[Bug 929585] Re: The system settings window is a bit too small after Ubuntu's changes

2012-02-16 Thread Aurélien Gâteau
Thanks for the feedback. I was asking about the resolution because right
now when running on a netbook-sized screen, which do not have enough
space for the window, the patch maximizes the window. In this situation
you get scrollbars but that cannot be avoided.

What you report is different however: when there is enough room around,
System Settings indeed uses a fixed size (it was doing this before the
patch as well). I thought I increased it enough but obviously it needs a
few more pixels. Will look into this.

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

Title:
  The system settings window is a bit too small after Ubuntu's changes

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/929585/+subscriptions

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


[Bug 933482] [NEW] Replace All Settings button with breadcrumb buttons

2012-02-16 Thread Aurélien Gâteau
Public bug reported:

Following the design specifications details in section 2.1 of the 'Gnome
3 System Settings changes' specification
https://docs.google.com/a/canonical.com/document/d/1ILTJDiDCd25Npt2AmgzF8aOnZZECxTfM0hvsbWT2BxA/edit?ndplr=1pli=1#heading=h.jztfy8l5q9v5
, the All Settings button in Gnome Control Center toolbar must be
removed by breadcrumb buttons, showing All Settings when on main page,
and All Settings  $name_of_page when on a capplet.

** Affects: gnome-control-center (Ubuntu)
 Importance: Undecided
 Assignee: Aurélien Gâteau (agateau)
 Status: In Progress

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

Title:
  Replace All Settings button with breadcrumb buttons

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/933482/+subscriptions

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

[Bug 929585] Re: The system settings window is a bit too small after Ubuntu's changes

2012-02-13 Thread Aurélien Gâteau
@Robert Roth and Julien Olivier: Does the window fill your whole screen
or is there still room below it?

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

Title:
  The system settings window is a bit too small after Ubuntu's changes

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/929585/+subscriptions

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


[Bug 775278] Re: Global menu disappearing on KDE Apps that minimize to tray

2012-02-08 Thread Aurélien Gâteau
There is now an Oneiric package in
https://launchpad.net/~agateau/+archive/appmenu-qt for you to try.

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

Title:
  Global menu disappearing on KDE Apps that minimize to tray

To manage notifications about this bug go to:
https://bugs.launchpad.net/appmenu-qt/+bug/775278/+subscriptions

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


[Bug 775080] Re: Thunderbird with Firetray - menu in Unity top bar disappears

2012-02-08 Thread Aurélien Gâteau
Assuming this is the same problem as https://bugs.launchpad.net/appmenu-
qt/+bug/775278 , this bug happens because when the window goes to the
tray, bamf says it has closed = after 5 seconds indicator-appmenu
forgets about the association between the window and its menubar = no
menubar after restoring the window.

The solution I applied in appmenu-qt is to register the window again
when the window is brought back.

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

Title:
  Thunderbird with Firetray - menu in Unity top bar disappears

To manage notifications about this bug go to:
https://bugs.launchpad.net/globalmenu-extension/+bug/775080/+subscriptions

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


[Bug 877358] Re: QtAccessibility causes crashes in several applications

2012-02-07 Thread Aurélien Gâteau
Confirming bug is fixed: QT_ACCESSIBILITY variable is no longer set when
logging in.

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

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

Title:
  QtAccessibility causes crashes in several applications

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/at-spi2-core/+bug/877358/+subscriptions

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


[Bug 775278] Re: Global menu disappearing on KDE Apps that minimize to tray

2012-02-07 Thread Aurélien Gâteau
** No longer affects: bamf

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

Title:
  Global menu disappearing on KDE Apps that minimize to tray

To manage notifications about this bug go to:
https://bugs.launchpad.net/appmenu-qt/+bug/775278/+subscriptions

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


[Bug 775278] Re: Global menu disappearing on KDE Apps that minimize to tray

2012-02-07 Thread Aurélien Gâteau
** No longer affects: unity-2d

** No longer affects: bamf (Ubuntu)

** No longer affects: unity (Ubuntu)

** Changed in: appmenu-qt
   Status: New = Fix Committed

** Changed in: appmenu-qt
 Assignee: (unassigned) = Aurélien Gâteau (agateau)

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

Title:
  Global menu disappearing on KDE Apps that minimize to tray

To manage notifications about this bug go to:
https://bugs.launchpad.net/appmenu-qt/+bug/775278/+subscriptions

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

[Bug 775278] Re: Global menu disappearing on KDE Apps that minimize to tray

2012-02-07 Thread Aurélien Gâteau
Committed a fix for this. An updated Precise package should be available here 
soon:
https://launchpad.net/~agateau/+archive/appmenu-qt

I do not expect any regression, but more testers are welcome.

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

Title:
  Global menu disappearing on KDE Apps that minimize to tray

To manage notifications about this bug go to:
https://bugs.launchpad.net/appmenu-qt/+bug/775278/+subscriptions

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


[Bug 778418] Re: global menu disappear in digikam after first use

2012-02-07 Thread Aurélien Gâteau
I think this bug is the same as https://bugs.launchpad.net/appmenu-
qt/+bug/775278 . I have a PPA build fixing this: can any Precise user
give a try to: https://launchpad.net/~agateau/+archive/appmenu-qt ? If
it works I can build an Oneiric version as well.

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

Title:
  global menu disappear in digikam after first use

To manage notifications about this bug go to:
https://bugs.launchpad.net/appmenu-qt/+bug/778418/+subscriptions

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


[Bug 778418] Re: global menu disappear in digikam after first use

2012-02-07 Thread Aurélien Gâteau
More info: if this bug is really the same as https://bugs.launchpad.net
/appmenu-qt/+bug/775278 then it should only happen on Unity (not KDE)
and only if you keep the editor window closed for more than 5 seconds.

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

Title:
  global menu disappear in digikam after first use

To manage notifications about this bug go to:
https://bugs.launchpad.net/appmenu-qt/+bug/778418/+subscriptions

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


[Bug 778418] Re: global menu disappear in digikam after first use

2012-02-07 Thread Aurélien Gâteau
Package for Oneiric should start building in a few hours in the same
PPA.

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

Title:
  global menu disappear in digikam after first use

To manage notifications about this bug go to:
https://bugs.launchpad.net/appmenu-qt/+bug/778418/+subscriptions

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


[Bug 921061] Re: Improve appearance of category headers

2012-01-26 Thread Aurélien Gâteau
Validated by rosie on IRC.

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

Title:
  Improve appearance of category headers

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/921061/+subscriptions

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


[Bug 877358] Re: QtAccessibility causes crashes in several applications

2012-01-24 Thread Aurélien Gâteau
Current package in oneiric-proposed (2.2.2-0ubuntu1.1) does not install
/etc/X11/Xsession.d/90qt-a11y anymore but it does not remove it if it is
already installed. Attached is a new debdiff (2.2.2-0ubuntu1.2) which
does take care of removing the file if it is already installed.

** Patch added: debdiff for at-spi2-core_2.2.2-0ubuntu1.2
   
https://bugs.launchpad.net/ubuntu/+source/at-spi2-core/+bug/877358/+attachment/2690734/+files/at-spi2-core_2.2.2-0ubuntu1.2.debdiff

** Tags removed: verification-needed
** Tags added: verification-failed

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

Title:
  QtAccessibility causes crashes in several applications

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/at-spi2-core/+bug/877358/+subscriptions

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


[Bug 921061] [NEW] Improve appearance of category headers

2012-01-24 Thread Aurélien Gâteau
Public bug reported:

Following the design specifications from:

https://docs.google.com/a/canonical.com/document/d/1ILTJDiDCd25Npt2AmgzF8aOnZZECxTfM0hvsbWT2BxA/edit?ndplr=1pli=1#heading=h.jztfy8l5q9v5

The category headers in Gnome Control Center must be reworked to include
an icon, slightly bigger font and an horizontal divider between
categories.

** Affects: gnome-control-center (Ubuntu)
 Importance: Undecided
 Assignee: Aurélien Gâteau (agateau)
 Status: In Progress

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

Title:
  Improve appearance of category headers

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/921061/+subscriptions

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

[Bug 921061] Re: Improve appearance of category headers

2012-01-24 Thread Aurélien Gâteau
** Description changed:

- Following the design specifications from:
- 
+ Following the design specifications details in section 2.1 of
  
https://docs.google.com/a/canonical.com/document/d/1ILTJDiDCd25Npt2AmgzF8aOnZZECxTfM0hvsbWT2BxA/edit?ndplr=1pli=1#heading=h.jztfy8l5q9v5
  
  The category headers in Gnome Control Center must be reworked to include
  an icon, slightly bigger font and an horizontal divider between
  categories.

** Description changed:

- Following the design specifications details in section 2.1 of
+ Following the design specifications details in section 2.1 of the 'Gnome
+ 3 System Settings changes' specification
  
https://docs.google.com/a/canonical.com/document/d/1ILTJDiDCd25Npt2AmgzF8aOnZZECxTfM0hvsbWT2BxA/edit?ndplr=1pli=1#heading=h.jztfy8l5q9v5
  
  The category headers in Gnome Control Center must be reworked to include
  an icon, slightly bigger font and an horizontal divider between
  categories.

** Also affects: ubuntu-mono
   Importance: Undecided
   Status: New

** Branch linked: lp:~agateau/ubuntu-mono/gnome-cc-categories

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

Title:
  Improve appearance of category headers

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/921061/+subscriptions

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


[Bug 921061] Re: Improve appearance of category headers

2012-01-24 Thread Aurélien Gâteau
Here is a screenshot of the current state, for design team approval.

** Attachment added: Screenshot
   
https://bugs.launchpad.net/ubuntu-mono/+bug/921061/+attachment/2691118/+files/gnome-control-center-category-headers.png

** Branch linked: lp:~agateau/gnome-control-center/category-headers

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

Title:
  Improve appearance of category headers

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/921061/+subscriptions

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


[Bug 921061] Re: Improve appearance of category headers

2012-01-24 Thread Aurélien Gâteau
** Also affects: ayatana-design
   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/921061

Title:
  Improve appearance of category headers

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/921061/+subscriptions

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


[Bug 918604] [NEW] [needs-packaging] lightdm-gtk-greeter

2012-01-19 Thread Aurélien Gâteau
Public bug reported:

lightdm-gtk-greeter used to be part of the lightdm project, but has been
moved to its own project recently. It needs to be packaged as lubuntu-
desktop and xubuntu-desktop depends on it.

URL: https://launchpad.net/lightdm-gtk-greeter
License: GPLv3

** Affects: ubuntu
 Importance: High
 Assignee: Aurélien Gâteau (agateau)
 Status: Triaged


** Tags: needs-packaging

** Changed in: ubuntu
   Status: New = Triaged

** Changed in: ubuntu
   Importance: Undecided = High

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

Title:
  [needs-packaging] lightdm-gtk-greeter

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

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

[Bug 911165] Re: QDeclarativeItemPrivate::isAccessible is not properly initialized

2012-01-17 Thread Aurélien Gâteau
Latest kubuntu_97_a11y_qt_and_qml_backport.diff already initializes
QDeclarativeItemPrivate::isAccessible. It has been fixed by Fathi Boudra
in http://bazaar.launchpad.net/~kubuntu-packagers/kubuntu-
packaging/qt/revision/275 . This change has been uploaded to Precise in
qt4-x11, 4:4.8.0-1ubuntu1.

Assuming we don't want to SRU this for Oneiric, I am closing the bug.

** Changed in: qt4-x11 (Ubuntu)
   Status: New = Fix Released

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

Title:
  QDeclarativeItemPrivate::isAccessible is not properly initialized

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qt4-x11/+bug/911165/+subscriptions

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


[Bug 893569] Re: [needs-packaging] massif-visualizer

2012-01-05 Thread Aurélien Gâteau
A package for Precise is available on my PPA:
https://launchpad.net/~agateau/+archive/ppa/

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

Title:
  [needs-packaging] massif-visualizer

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

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


[Bug 877358] Re: QtAccessibility causes crashes in several applications

2011-11-29 Thread Aurélien Gâteau
New package fixes the problem. Tested by enabling screen reader and
restarting unity-2d: unity-2d still have accessibility support but it is
disabled for Qt apps.

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

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

Title:
  QtAccessibility causes crashes in several applications

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/at-spi2-core/+bug/877358/+subscriptions

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


[Bug 877358] Re: QtAccessibility causes crashes in several applications

2011-11-24 Thread Aurélien Gâteau
The fix involves unity-2d and at-spi2-core but updating at-spi2-core
before unity-2d would disable accessibility support in unity-2d.
Therefore, unity-2d has been pushed first, at-spi2-core will be  pushed
in a few days. Until the at-spi2-core is in, the bug won't be fixed. One
can however already check the unity-2d change does not cause any
regression.

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

Title:
  QtAccessibility causes crashes in several applications

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/at-spi2-core/+bug/877358/+subscriptions

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


[Bug 877358] Re: QtAccessibility causes crashes in several applications

2011-11-24 Thread Aurélien Gâteau
Small correction: the unity-2d fix unsets the QT_ACCESSIBILITY
environment variable for applications started by unity-2d, so it will
fix the bug for unity-2d users. However, the bug won't be fixed for
unity-3d and KDE users until the at-spi2-core fix is in.

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

Title:
  QtAccessibility causes crashes in several applications

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/at-spi2-core/+bug/877358/+subscriptions

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


[Bug 877358] Re: QtAccessibility causes crashes in several applications

2011-11-24 Thread Aurélien Gâteau
Updated debdiff for at-spi2-core to be against version 2.2.2-0ubuntu1
which is in oneiric-proposed.

** Patch added: debdiff for at-spi2-core_2.2.2-0ubuntu1.1
   
https://bugs.launchpad.net/ubuntu/+source/at-spi2-core/+bug/877358/+attachment/2606986/+files/at-spi2-core.debdiff

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

Title:
  QtAccessibility causes crashes in several applications

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/at-spi2-core/+bug/877358/+subscriptions

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


[Bug 877358] Re: QtAccessibility causes crashes in several applications

2011-11-23 Thread Aurélien Gâteau
** Description changed:

  See backtraces, and possible further comments here:
  
  
https://bugs.kde.org/buglist.cgi?long_desc_type=substringlong_desc=QAccessiblebug_severity=crashbug_status=UNCONFIRMED
  
  If possible, please give instructions how to workaround it (e.g. by
  disabling QtAccessibility) until the bugs are fixed. If the crashes are
  caused by bugs in KDE applications itself, please file back bug reports
  to the KDE bug tracker.
+ 
+  SRU Info 
+ 
+ [Impact]
+ 
+ QtAccessibility causes crashes in several applications when enabled.
+ This affects Qt and KDE applications started on an accessibility-enabled
+ desktop, be it Unity or KDE.
+ 
+ [Development Fix]
+ 
+ Upstream is confident QtAccessibility is stable enough in Qt 4.8 that no
+ workaround will be needed in Precise.
+ 
+ [Stable Fix]
+ 
+ QtAccessibility does not cause Unity 2D to crash, as crashes are caused
+ by widgets which are not used in Unity 2D. Since the desktop must be
+ accessible, it is important to keep QtAccessibility activated for Unity
+ 2D, but not for other applications.
+ 
+ Activation of QtAccessibility is controlled by the QT_ACCESSIBILITY
+ environment variable.
+ 
+ The fix consists of two steps:
+ 
+ - Do not enable QtAccessibility if desktop accessibility is enabled.
+ This is implemented in the at-spi2-core debdiff
+ 
+ - Enable QtAccessibility at startup of Unity 2D so that the desktop
+ remains accessible, but disable it before starting applications so that
+ they do not suffer from the crashes.
+ 
+ It is still possible for Qt application developers to test accessibility
+ of their application by explicitly setting the QT_ACCESSIBILITY
+ environment variable.
+ 
+ [Test Case]
+ 
+ Those crashes are difficult to reproduce, but I can reliably trigger one
+ on my machine with Kopete.
+ 
+ 1. Enable accessibility
+ 2. Restart the session = the QT_ACCESSIBILITY environment variable should be 
set
+ 3. Start Kopete = crash
+ 
+ [Regression Potential]
+ 
+ This fix causes accessibility to be disabled for all Qt applications but
+ Unity 2D. Users who have started to rely on QtAccessibility will not be
+ able to use it anymore. We (upstream and I) believe that the current
+ situation is worse and that QtAccessibility is not good enough in
+ Oneiric anyway for users to rely on it yet.

** Changed in: at-spi2-core (Ubuntu Oneiric)
   Status: Invalid = Confirmed

** Changed in: qt-at-spi (Ubuntu Oneiric)
   Status: New = Invalid

** Changed in: qt-at-spi (Ubuntu Oneiric)
   Status: Invalid = Confirmed

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

Title:
  QtAccessibility causes crashes in several applications

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/at-spi2-core/+bug/877358/+subscriptions

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


[Bug 877358] Re: QtAccessibility causes crashes in several applications

2011-11-23 Thread Aurélien Gâteau
Debdiff for at-spi2-core.

Note that this also add --enable-gtk-doc to the configure options. This
change is unrelated to the bug but I could not build the package without
it.

** Patch added: debdiff for at-spi2-core_2.2.1-0ubuntu1.1
   
https://bugs.launchpad.net/ubuntu/+source/qt-at-spi/+bug/877358/+attachment/2605875/+files/at-spi2-core.debdiff

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

Title:
  QtAccessibility causes crashes in several applications

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/at-spi2-core/+bug/877358/+subscriptions

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


[Bug 877358] Re: QtAccessibility causes crashes in several applications

2011-11-23 Thread Aurélien Gâteau
Enable QtAccessibility at startup, disable it before starting
applications.

** Patch added: debdiff for unity-2d_4.12.0-0ubuntu1.1
   
https://bugs.launchpad.net/ubuntu/+source/qt-at-spi/+bug/877358/+attachment/2605876/+files/unity-2d.debdiff

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

Title:
  QtAccessibility causes crashes in several applications

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/at-spi2-core/+bug/877358/+subscriptions

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


[Bug 893569] [NEW] [needs-packaging] massif-visualizer

2011-11-22 Thread Aurélien Gâteau
Public bug reported:

Massif Visualizer is a graphical interface to visualize memory usage
recorded by Valgrind Massif tool.

URL: https://projects.kde.org/projects/extragear/sdk/massif-visualizer
License: GPL2

** Affects: ubuntu
 Importance: Medium
 Assignee: Aurélien Gâteau (agateau)
 Status: In Progress


** Tags: needs-packaging

** Tags added: needs-packaging

** Changed in: ubuntu
 Assignee: (unassigned) = Aurélien Gâteau (agateau)

** Changed in: ubuntu
   Status: New = In Progress

** Changed in: ubuntu
   Importance: Undecided = Medium

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

Title:
  [needs-packaging] massif-visualizer

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

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

[Bug 363430] Re: error, couldn't find SDL module from MLT, Kdenlive will not start untill you fix this

2011-11-19 Thread Aurélien Gâteau
I have the problem as well on Kubuntu 11.10. The workaround proposed in
#16 works for me, but that should not be necessary.

** Changed in: kdenlive (Ubuntu)
   Status: Fix Released = Confirmed

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

Title:
  error, couldn't find SDL module from MLT, Kdenlive will not start
  untill you fix this

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

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


[Bug 877791] Re: appmenu crashes on AppMenuPlatformMenuBar::setAltPressed

2011-11-14 Thread Aurélien Gâteau
** Description changed:

   SRU info 
  [Impact]
  
  Any Qt application whose main window does not have a menubar will crash
  when Alt is pressed.
  
  [Development Fix]
  Fixed in appmenu-qt by ensuring the code responsible for registering the 
mainwindow on DBus does not tell it has registered one when it did not.
  
  [Stable Fix]
- Only change in upstream release 0.2.3 is a fix for this bug (see 
http://bazaar.launchpad.net/~agateau/appmenu-qt/trunk/revision/31 ).
+ The fix proposed by Steffen is fine for Oneiric. Turned it into a debdiff 
(see attached patch)
  
  [Test Case]
  - Start fbreader
  - Press Alt = application crashes
  
  [Regression Potential]
  No regression expected.
  
   Original description 
  Several applications (calibre,fbreader) crash in 
AppMenuPlatformMenuBar::setAltPressed
  because m_exporter is NULL.
  Workaround in line 216:
  -if (m_adapter) {
  +if (m_adapter  m_adapter-m_exporter) {
  seems to work.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: appmenu-qt 0.2.2-0ubuntu1
  ProcVersionSignature: Ubuntu 3.0.0-12.20-generic 3.0.4
  Uname: Linux 3.0.0-12-generic i686
  ApportVersion: 1.23-0ubuntu3
  Architecture: i386
  Date: Wed Oct 19 00:40:29 2011
  InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Alpha i386 (20100803.1)
  ProcEnviron:
   PATH=(custom, user)
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  SourcePackage: appmenu-qt
  UpgradeStatus: Upgraded to oneiric on 2011-08-07 (72 days ago)

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

Title:
  appmenu crashes on AppMenuPlatformMenuBar::setAltPressed

To manage notifications about this bug go to:
https://bugs.launchpad.net/appmenu-qt/+bug/877791/+subscriptions

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

[Bug 689242] Re: KDE session does not have shutdown/restart options available if session is started via LightDM

2011-11-10 Thread Aurélien Gâteau
Just tested it (sorry for the delay). I can confirm the packages in
oneiric-proposed fix the bug.

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

Title:
  KDE session does not have shutdown/restart options available if
  session is started via LightDM

To manage notifications about this bug go to:
https://bugs.launchpad.net/lightdm/+bug/689242/+subscriptions

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


[Bug 689242] Re: KDE session does not have shutdown/restart options available if session is started via LightDM

2011-11-10 Thread Aurélien Gâteau
** Tags removed: verification-needed
** Tags added: verification-done

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

Title:
  KDE session does not have shutdown/restart options available if
  session is started via LightDM

To manage notifications about this bug go to:
https://bugs.launchpad.net/lightdm/+bug/689242/+subscriptions

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


[Bug 877791] Re: appmenu crashes on AppMenuPlatformMenuBar::setAltPressed

2011-11-10 Thread Aurélien Gâteau
** Changed in: appmenu-qt
   Status: In Progress = 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/877791

Title:
  appmenu crashes on AppMenuPlatformMenuBar::setAltPressed

To manage notifications about this bug go to:
https://bugs.launchpad.net/appmenu-qt/+bug/877791/+subscriptions

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


[Bug 877358] Re: QtAccessibility causes crashes in several applications

2011-11-10 Thread Aurélien Gâteau
** Also affects: at-spi2-core (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: at-spi2-core (Ubuntu)
   Status: New = Invalid

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

Title:
  QtAccessibility causes crashes in several applications

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/at-spi2-core/+bug/877358/+subscriptions

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


Re: [Bug 805303] Re: Gtk-CRITICAL **: IA__gtk_widget_style_get: assertion `GTK_IS_WIDGET (widget)' failed with the default qt4 gui

2011-11-09 Thread Aurélien Gâteau
Le 07/11/2011 17:20, Night Train a écrit :

 please a solution also for natty

I don't think there will be a natty backport (at least I am not going to 
do it). What you can do is either:

- Uninstall the overlay-scrollbar package
- Switch to a style which is not affected by the bug and does not have 
the tooltip issue. I think Plastique should work fine.

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

Title:
  Gtk-CRITICAL **: IA__gtk_widget_style_get: assertion `GTK_IS_WIDGET
  (widget)' failed with the default qt4 gui

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

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


[Bug 689242] Re: KDE session does not have shutdown/restart options available if session is started via LightDM

2011-10-31 Thread Aurélien Gâteau
Thanks for this Felix, and for nominating it for Oneiric (couldn't do it
as I lost the credentials to do so for some reason)

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

Title:
  KDE session does not have shutdown/restart options available if
  session is started via LightDM

To manage notifications about this bug go to:
https://bugs.launchpad.net/lightdm/+bug/689242/+subscriptions

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


[Bug 689242] Re: KDE session does not have shutdown/restart options available if session is started via LightDM

2011-10-28 Thread Aurélien Gâteau
Here is a debdiff containing a backport of the code which got committed
upstream.

** Description changed:

- I assume this is ConsoleKit related. I do not know if it affects the
- Gnome desktop too. Will investigate further later.
+  SRU 
+ [Impact]
+ KDE users using LightDM as a display manager do not get entries in the K menu 
to shutdown and reboot. Additionally, switching sessions does not work.
+ 
+ [Development Fix]
+ Fixed upstream in both master and KDE/4.7. The fix mainly consists of 
updating KDE code to current LightDM DBus interfaces.
+ 
+ [Stable Fix]
+ Same fix as the development fix, see debdiff.
+ 
+ [Test Case]
+ - Select LightDM as your display manager
+ - Start a KDE session
+ - Open the K menu, go to the Leave section
+ - Notice the lack of Restart and Shut down items
+ 
+ [Regression Potential]
+ No expected regression.
+ 
+  Original Description 
+ I assume this is ConsoleKit related. I do not know if it affects the Gnome 
desktop too. Will investigate further later.

** Patch added: debdiff for kde-workspace_4.7.2-0ubuntu2
   
https://bugs.launchpad.net/lightdm/+bug/689242/+attachment/2576994/+files/kde-workspace_4.7.2-0ubuntu2.debdiff

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

Title:
  KDE session does not have shutdown/restart options available if
  session is started via LightDM

To manage notifications about this bug go to:
https://bugs.launchpad.net/lightdm/+bug/689242/+subscriptions

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


[Bug 689242] Re: KDE session does not have shutdown/restart options available if session is started via LightDM

2011-10-26 Thread Aurélien Gâteau
It is broken in Oneiric right now because LightDM DBus interface got
renamed and changed a bit. I submitted an upstream merge-request to fix
it: https://git.reviewboard.kde.org/r/102974/

** Also affects: kdebase-workspace (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: kdebase-workspace (Ubuntu)
   Status: New = Triaged

** Changed in: kdebase-workspace (Ubuntu)
   Importance: Undecided = High

** Changed in: kdebase-workspace (Ubuntu)
 Assignee: (unassigned) = Aurélien Gâteau (agateau)

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

Title:
  KDE session does not have shutdown/restart options available if
  session is started via LightDM

To manage notifications about this bug go to:
https://bugs.launchpad.net/lightdm/+bug/689242/+subscriptions

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


[Bug 865601] Re: Animating Icon eats up CPU and slows dows unity-panel-service

2011-10-25 Thread Aurélien Gâteau
** Changed in: sni-qt
   Status: In Progress = Fix Released

** Also affects: sni-qt (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: sni-qt (Ubuntu)
   Status: New = Triaged

** Changed in: sni-qt (Ubuntu)
   Importance: Undecided = Medium

** Changed in: sni-qt (Ubuntu)
 Assignee: (unassigned) = Aurélien Gâteau (agateau)

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

Title:
  Animating Icon eats up CPU and slows dows unity-panel-service

To manage notifications about this bug go to:
https://bugs.launchpad.net/sni-qt/+bug/865601/+subscriptions

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

[Bug 865601] Re: Animating Icon eats up CPU and slows dows unity-panel-service

2011-10-25 Thread Aurélien Gâteau
Here is a debdiff backporting the fix.

** Description changed:

- Steps to reproduce:
+ [Impact]
+ Users running a Qt application with a systemtray icon which updates its icon 
frequently to produce an animation will get unity-panel-service to use all CPU.
+ This is because sni-qt continuously generate new images for the icon which 
unity-panel-service has to decode.
  
+ Skype is an example of application which triggers this bug.
+ 
+ [Development Fix]
+ Bug has been fixed upstream in sni-qt 0.2.6 by computing md4sums of the icon 
pixels, making it possible to reuse existing images instead of always 
generating new ones.
+ 
+ [Stable Fix]
+ debdiff attached to this report backports revision 88.1.4 of upstream, 
implementing the md4sum.
+ 
+ [Test Case]
  1) Open Skype
  2) Disconnect from internet. Skype icon starts to animate
  3) Notice Skype unity-panel-service starts eating up the CPU and often making 
indicator menus unresponsive or lag like Ubuntu is running on a 200mhz cpu
+ 
+ [Regression Potential]
+ No regression expected. The fix has been tested from a PPA for a while now.

** Patch added: debdiff for sni-qt_0.2.5-0ubuntu3
   
https://bugs.launchpad.net/ubuntu/+source/sni-qt/+bug/865601/+attachment/2572585/+files/sni-qt_0.2.5-0ubuntu3.debdiff

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

Title:
  Animating Icon eats up CPU and slows dows unity-panel-service

To manage notifications about this bug go to:
https://bugs.launchpad.net/sni-qt/+bug/865601/+subscriptions

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


Re: [Bug 863190] Re: activate item is missing from indicator menu.

2011-10-25 Thread Aurélien Gâteau
Le 25/10/2011 17:20, TheCat a écrit :
 Why can't I change back to the former behavior?  I want left click on
 the tray icon to activate the program.  I don't need to duplicate the
 right click behavior with a left click...

The design of appindicators is to avoid having to figure out which 
buttons does what, hence the decision to behave the same whether you are 
using left or right button.

You can work-around the fact that there is no way to show the window by 
following the steps documented here:

http://bazaar.launchpad.net/~agateau/sni-qt/trunk/view/head:/README

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

Title:
  activate item is missing from indicator menu.

To manage notifications about this bug go to:
https://bugs.launchpad.net/sni-qt/+bug/863190/+subscriptions

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

Re: [Bug 874447] Re: Unsafe m_iconCacheDir handling may result in deletion of some files in home directory

2011-10-20 Thread Aurélien Gâteau
Le 19/10/2011 18:00, Martin Pitt a écrit :
 As this is a serious data-loss bug, waiving the usual 7 day maturing
 period.

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


Thanks for this, Martin.

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

Title:
  Unsafe m_iconCacheDir handling may result in deletion of some files in
  home directory

To manage notifications about this bug go to:
https://bugs.launchpad.net/sni-qt/+bug/874447/+subscriptions

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

[Bug 877791] Re: appmenu crashes on AppMenuPlatformMenuBar::setAltPressed

2011-10-20 Thread Aurélien Gâteau
** Changed in: appmenu-qt (Ubuntu)
   Status: Confirmed = Fix Committed

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

Title:
  appmenu crashes on AppMenuPlatformMenuBar::setAltPressed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/appmenu-qt/+bug/877791/+subscriptions

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


[Bug 877791] Re: appmenu crashes on AppMenuPlatformMenuBar::setAltPressed

2011-10-20 Thread Aurélien Gâteau
I just committed a slightly different fix. I am going to file an SRU for
it.

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

Title:
  appmenu crashes on AppMenuPlatformMenuBar::setAltPressed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/appmenu-qt/+bug/877791/+subscriptions

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


[Bug 877791] Re: appmenu crashes on AppMenuPlatformMenuBar::setAltPressed

2011-10-20 Thread Aurélien Gâteau
Just released a new tarball with the fix. Adjusted the Status: the fix
has not been committed to the package yet.

** Also affects: appmenu-qt
   Importance: Undecided
   Status: New

** Changed in: appmenu-qt
 Assignee: (unassigned) = Aurélien Gâteau (agateau)

** Changed in: appmenu-qt
   Status: New = Fix Released

** Changed in: appmenu-qt
   Importance: Undecided = Medium

** Changed in: appmenu-qt (Ubuntu)
   Status: Fix Committed = Triaged

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

Title:
  appmenu crashes on AppMenuPlatformMenuBar::setAltPressed

To manage notifications about this bug go to:
https://bugs.launchpad.net/appmenu-qt/+bug/877791/+subscriptions

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

[Bug 877791] Re: appmenu crashes on AppMenuPlatformMenuBar::setAltPressed

2011-10-20 Thread Aurélien Gâteau
Attached a debdiff updating the package from 0.2.2 to 0.2.3.

** Description changed:

+  SRU info 
+ [Impact]
+ 
+ Any Qt application whose main window does not have a menubar will crash
+ when Alt is pressed.
+ 
+ [Development Fix]
+ Fixed in appmenu-qt by ensuring the code responsible for registering the 
mainwindow on DBus does not tell it has registered one when it did not.
+ 
+ [Stable Fix]
+ Only change in upstream release 0.2.3 is a fix for this bug (see 
http://bazaar.launchpad.net/~agateau/appmenu-qt/trunk/revision/31 ).
+ 
+ [Test Case]
+ - Start fbreader
+ - Press Alt = application crashes
+ 
+ [Regression Potential]
+ No regression expected.
+ 
+  Original description 
  Several applications (calibre,fbreader) crash in 
AppMenuPlatformMenuBar::setAltPressed
  because m_exporter is NULL.
  Workaround in line 216:
  -if (m_adapter) {
  +if (m_adapter  m_adapter-m_exporter) {
  seems to work.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: appmenu-qt 0.2.2-0ubuntu1
  ProcVersionSignature: Ubuntu 3.0.0-12.20-generic 3.0.4
  Uname: Linux 3.0.0-12-generic i686
  ApportVersion: 1.23-0ubuntu3
  Architecture: i386
  Date: Wed Oct 19 00:40:29 2011
  InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Alpha i386 (20100803.1)
  ProcEnviron:
-  PATH=(custom, user)
-  LANG=de_DE.UTF-8
-  SHELL=/bin/bash
+  PATH=(custom, user)
+  LANG=de_DE.UTF-8
+  SHELL=/bin/bash
  SourcePackage: appmenu-qt
  UpgradeStatus: Upgraded to oneiric on 2011-08-07 (72 days ago)

** Patch added: debdiff for appmenu-qt_0.2.3-0ubuntu1
   
https://bugs.launchpad.net/ubuntu/+source/appmenu-qt/+bug/877791/+attachment/2562436/+files/appmenu-qt-dont-crash-when-alt-is-pressed.debdiff

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

Title:
  appmenu crashes on AppMenuPlatformMenuBar::setAltPressed

To manage notifications about this bug go to:
https://bugs.launchpad.net/appmenu-qt/+bug/877791/+subscriptions

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

[Bug 877791] Re: appmenu crashes on AppMenuPlatformMenuBar::setAltPressed

2011-10-20 Thread Aurélien Gâteau
Please ignore this debdiff, it's broken. Will provide a fixed one today.

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

Title:
  appmenu crashes on AppMenuPlatformMenuBar::setAltPressed

To manage notifications about this bug go to:
https://bugs.launchpad.net/appmenu-qt/+bug/877791/+subscriptions

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


[Bug 877791] Re: appmenu crashes on AppMenuPlatformMenuBar::setAltPressed

2011-10-20 Thread Aurélien Gâteau
Fixed changelog to use oneiric-proposed instead of oneiric

** Patch added: debdiff for appmenu-qt_0.2.2-0ubuntu2
   
https://bugs.launchpad.net/ubuntu/+source/appmenu-qt/+bug/877791/+attachment/2562655/+files/appmenu-qt-dont-crash-when-alt-is-pressed.debdiff

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

Title:
  appmenu crashes on AppMenuPlatformMenuBar::setAltPressed

To manage notifications about this bug go to:
https://bugs.launchpad.net/appmenu-qt/+bug/877791/+subscriptions

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


[Bug 877791] Re: appmenu crashes on AppMenuPlatformMenuBar::setAltPressed

2011-10-20 Thread Aurélien Gâteau
I intend to write a proper fix in appmenu-qt itself, but Steffen patch
works fine and is not as intrusive as what I have in mind, so I included
it in a new version of the 0.2.2 package. See attached debdiff.

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

Title:
  appmenu crashes on AppMenuPlatformMenuBar::setAltPressed

To manage notifications about this bug go to:
https://bugs.launchpad.net/appmenu-qt/+bug/877791/+subscriptions

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


[Bug 877791] Re: appmenu crashes on AppMenuPlatformMenuBar::setAltPressed

2011-10-20 Thread Aurélien Gâteau
** Changed in: appmenu-qt
   Status: Fix Released = In Progress

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

Title:
  appmenu crashes on AppMenuPlatformMenuBar::setAltPressed

To manage notifications about this bug go to:
https://bugs.launchpad.net/appmenu-qt/+bug/877791/+subscriptions

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


[Bug 874447] Re: Unsafe m_iconCacheDir handling may result in deletion of some files in home directory

2011-10-19 Thread Aurélien Gâteau
Thanks Chris. I confirm the bug is fixed with the package in oneiric-
proposed.

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

Title:
  Unsafe m_iconCacheDir handling may result in deletion of some files in
  home directory

To manage notifications about this bug go to:
https://bugs.launchpad.net/sni-qt/+bug/874447/+subscriptions

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


Re: [Bug 805303] Re: Gtk-CRITICAL **: IA__gtk_widget_style_get: assertion `GTK_IS_WIDGET (widget)' failed with the default qt4 gui

2011-10-18 Thread Aurélien Gâteau
Le 17/10/2011 17:01, EricDHH a écrit :
 Yes that's it, my suggestion is a script that clears out this config by
 update.  Thanks!

Unfortunately we can't do that automatically: packages are not allowed 
to modify user configuration files at upgrade.

My guess on what goes wrong is that when vlc was started with versions 
of qt and gtk older than the ones I mentioned, it stored a huge window 
size before dying. Now that it is started again, it tries to resize the 
window to the stored size and dies again.

I don't think the config file can go wrong for stable-only users (ie 
users who did not use vlc with qt and gtk from Oneiric alpha or beta) so 
that should limit the affected users to people who are more 
computer-savvy and can find this bug report. If stable-only users are 
affected, we could however patch vlc to limit the size of the restored 
window.

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

Title:
  Gtk-CRITICAL **: IA__gtk_widget_style_get: assertion `GTK_IS_WIDGET
  (widget)' failed with the default qt4 gui

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

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


[Bug 874447] Re: Unsafe m_iconCacheDir handling may result in deletion of home directory

2011-10-17 Thread Aurélien Gâteau
** Visibility changed to: Public

** This bug is no longer flagged as a security vulnerability

** Summary changed:

- Unsafe m_iconCacheDir handling may result in deletion of home directory
+ Unsafe m_iconCacheDir handling may result in deletion of some files in home 
directory

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

Title:
  Unsafe m_iconCacheDir handling may result in deletion of some files in
  home directory

To manage notifications about this bug go to:
https://bugs.launchpad.net/sni-qt/+bug/874447/+subscriptions

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


Re: [Bug 805303] Re: Gtk-CRITICAL **: IA__gtk_widget_style_get: assertion `GTK_IS_WIDGET (widget)' failed with the default qt4 gui

2011-10-17 Thread Aurélien Gâteau
Le 13/10/2011 13:50, EricDHH a écrit :
 Oneiric beta amd64, packages today 13 october.

 Nothing is fixed here, opening vlc was the last before the system needs
 a hard shutdown or reset.

That is really strange. Maybe one of necessary packages is outdated? You 
need libqtgui4 = 4:4.7.4-0ubuntu8 and libgtk2.0-0 = 2.24.6-0ubuntu4 
for the bug to go away.

Aurélien

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

Title:
  Gtk-CRITICAL **: IA__gtk_widget_style_get: assertion `GTK_IS_WIDGET
  (widget)' failed with the default qt4 gui

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

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


[Bug 498683] Re: Cannot change from Ayatana notifications to standard kde notifications in KDE SC 4.4 beta 1

2011-10-03 Thread Aurélien Gâteau
Agreed

** Changed in: kde-workspace (Ubuntu)
   Status: Incomplete = Won't Fix

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

Title:
  Cannot change from Ayatana notifications to standard kde notifications
  in KDE SC 4.4 beta 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kde-workspace/+bug/498683/+subscriptions

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


[Bug 863190] Re: activate item is missing from indicator menu.

2011-10-03 Thread Aurélien Gâteau
Sni-qt provides a way to fix applications which do not provide any
menu item to trigger the left-click action, this is documented in the
README: http://bazaar.launchpad.net/~agateau/sni-
qt/trunk/view/head:/README

The Ubuntu package comes with a few applications preconfigured:
clementine, mumble, skype and speedcrunch. Let us know any application
which would be missing so that it can be added to the default config
file.

** Changed in: sni-qt
   Status: Confirmed = Fix Released

** Changed in: sni-qt (Ubuntu)
   Status: Confirmed = Incomplete

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

Title:
  activate item is missing from indicator menu.

To manage notifications about this bug go to:
https://bugs.launchpad.net/sni-qt/+bug/863190/+subscriptions

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


[Bug 805303] Re: Gtk-CRITICAL **: IA__gtk_widget_style_get: assertion `GTK_IS_WIDGET (widget)' failed with the default qt4 gui

2011-09-30 Thread Aurélien Gâteau
My mistake.

TL;DR: Qt patch was wrong. This new version should work.

Longer explanation:
I first added a function named ubuntu_gtk_disable_overlay_scrollbars() to GTK2, 
and this is what the current Qt patch uses. Later I decided it was more elegant 
to instead expose two functions: ubuntu_gtk_set_use_overlay_scrollbars() and 
ubuntu_gtk_get_use_overlay_scrollbars(). I correctly updated my build of Qt to 
use these new functions, but forgot to refresh the patch before attaching it.

If you look for me I will be under that large brown paper bag in the
corner.

** Patch added: kubuntu_93_disable_overlay_scrollbars.diff
   
https://bugs.launchpad.net/ubuntu/+source/qt4-x11/+bug/805303/+attachment/2485928/+files/kubuntu_93_disable_overlay_scrollbars.diff

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

Title:
  Gtk-CRITICAL **: IA__gtk_widget_style_get: assertion `GTK_IS_WIDGET
  (widget)' failed with the default qt4 gui

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

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


Re: [Bug 805303] Re: Gtk-CRITICAL **: IA__gtk_widget_style_get: assertion `GTK_IS_WIDGET (widget)' failed with the default qt4 gui

2011-09-29 Thread Aurélien Gâteau
Le 28/09/2011 22:49, Ken VanDine a écrit :
 The GTK patch makes these changes to the symbols, does anything we know
 of use them?

 @@ -4728,11 +4728,11 @@
gtk_window_unstick@Base 2.8.0
gtk_wrap_mode_get_type@Base 2.8.0
hildon_gtk_file_chooser_install_properties@Base 2.10.0
 - ubuntu_gtk_hscrollbar_init@Base 2.24.5-0ubuntu2
 + ubuntu_gtk_get_use_overlay_scrollbar@Base 2.24.6-0ubuntu4
ubuntu_gtk_menu_shell_activate_first@Base 2.23.90
ubuntu_gtk_menu_shell_activate_mnemonic@Base 2.21.6-1ubuntu5.1
 - ubuntu_gtk_scrolled_window_init@Base 2.24.3-0ubuntu5
 - ubuntu_gtk_vscrollbar_init@Base 2.24.5-0ubuntu2
 + ubuntu_gtk_overlay_scrollbar_new@Base 2.24.6-0ubuntu4
 + ubuntu_gtk_set_use_overlay_scrollbar@Base 2.24.6-0ubuntu4
ubuntu_gtk_widget_set_has_grab@Base 2.21.6-1ubuntu3
ubuntu_menu_proxy_activate_menu@Base 2.21.6-1ubuntu5.1
ubuntu_menu_proxy_get@Base 2.21.1-1ubuntu2

As far as I know, the old symbols were only used internally by our 
overlay scrollbar GTK patch.

Regarding the new symbols, at least ubuntu_gtk_overlay_scrollbar_new() 
could be marked hidden. The new overlay scrollbar patch uses this 
function in 3 places within GTK so it can't be made static, but its 
visibility could be changed so that it is not exposed to the outside 
world. I am going to mark it as G_GNUC_INTERNAL.

ubuntu_gtk_set_use_overlay_scrollbar() must be kept visible, as it is 
used by the Qt patch. For consistency I think 
ubuntu_gtk_get_use_overlay_scrollbar() should be kept as well.

Aurélien

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

Title:
  Gtk-CRITICAL **: IA__gtk_widget_style_get: assertion `GTK_IS_WIDGET
  (widget)' failed with the default qt4 gui

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

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

[Bug 805303] Re: Gtk-CRITICAL **: IA__gtk_widget_style_get: assertion `GTK_IS_WIDGET (widget)' failed with the default qt4 gui

2011-09-29 Thread Aurélien Gâteau
Here is a slightly modified gtk patch which does not expose the
ubuntu_gtk_overlay_scrollbar_new(), as explained in comment #92

** Patch added: 100_overlay_scrollbar_loading.patch
   
https://bugs.launchpad.net/ubuntu/+source/qt4-x11/+bug/805303/+attachment/2479007/+files/100_overlay_scrollbar_loading.patch

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

Title:
  Gtk-CRITICAL **: IA__gtk_widget_style_get: assertion `GTK_IS_WIDGET
  (widget)' failed with the default qt4 gui

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

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


[Bug 854448] Re: Skype should depend on sni-qt (multiarch)

2011-09-29 Thread Aurélien Gâteau
@iMac Can you file a new bug report for your problem? This report is
about a dependency bug, not about whether the Skype icon appears at
startup.

** Changed in: sni-qt
   Status: Confirmed = Invalid

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

Title:
  Skype should depend on sni-qt (multiarch)

To manage notifications about this bug go to:
https://bugs.launchpad.net/sni-qt/+bug/854448/+subscriptions

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


[Bug 854448] Re: Skype should depend on sni-qt (multiarch)

2011-09-29 Thread Aurélien Gâteau
It's not exactly the same issue: #845173 reporter never got his Skype
icon because he was missing sni-qt:i386. But if you don't feel like
filing a new bug, please un-dupe it. Before you do so, be sure to test
with a version of Qt = 4.7.4-0ubuntu5 as it contains a fix for hp-
systray which could very well be the cause of your problem.

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

Title:
  Skype should depend on sni-qt (multiarch)

To manage notifications about this bug go to:
https://bugs.launchpad.net/sni-qt/+bug/854448/+subscriptions

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


[Bug 805303] Re: Gtk-CRITICAL **: IA__gtk_widget_style_get: assertion `GTK_IS_WIDGET (widget)' failed with the default qt4 gui

2011-09-28 Thread Aurélien Gâteau
 Correct me if I wrong but this call is happening from the Qt libraries, not
 from the VLC itself.

 That is why it is a bug. The only safe place to call putenv() is early in the
 VLC main() function, before any thread is created. In practice, the VLC code
 base has long since been audited and all setenv(), unsetenv() and putenv()
 calls removed. VLC versions 1.1.0 and later actively prevent libraries from
 modifying its environment as this is a known cause of crashes; that's why you
 see the Blocked: ... error message.

 Does that mean VLC initializes the UI in a different thread?

 Different thread than... ? Anyway, calling putenv() is not thread-safe in any
 case on glibc, regardless of which thread calls it: glibc does not protect the
 environment against concurrent accesses, so putenv() can crash a concurrent
 *env() function call from another thread.

In this case putenv() and getenv() calls for LIBOVERLAY_SCROLLBAR are done from
the same thread (the one running the GUI event loop) so it would not cause any
problem.

Anyway, I think our only solution for Oneiric is to do what pablomme suggested
in comment #75.

https://bugs.launchpad.net/ubuntu/+source/qt4-x11/+bug/805303/comments/75


** Changed in: overlay-scrollbar (Ubuntu Oneiric)
   Status: Invalid = Confirmed

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

Title:
  Gtk-CRITICAL **: IA__gtk_widget_style_get: assertion `GTK_IS_WIDGET
  (widget)' failed with the default qt4 gui

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/overlay-scrollbar/+bug/805303/+subscriptions

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


[Bug 848808] Re: metacity crashed with SIGABRT in __kernel_vsyscall()

2011-09-28 Thread Aurélien Gâteau
In the beginning of vlc.out there is a line which says:

  Blocked: call to putenv(LIBOVERLAY_SCROLLBAR=0)

That could be the problem. Anyone knows where this Blocked line comes
from?

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

Title:
  metacity crashed with SIGABRT in __kernel_vsyscall()

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

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


[Bug 848808] Re: metacity crashed with SIGABRT in __kernel_vsyscall()

2011-09-28 Thread Aurélien Gâteau
Never mind, comment #62 from bug #805303 explains the reason for the
Blocked line.

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

Title:
  metacity crashed with SIGABRT in __kernel_vsyscall()

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

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


[Bug 805303] Re: Gtk-CRITICAL **: IA__gtk_widget_style_get: assertion `GTK_IS_WIDGET (widget)' failed with the default qt4 gui

2011-09-28 Thread Aurélien Gâteau
I am going to investigate further, but Qt has not been patched to
support overlay-scrollbars. The patch just sets the environment variable
LIBOVERLAY_SCROLLBAR to 0 before initializing gtk within the QGtkStyle.

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

Title:
  Gtk-CRITICAL **: IA__gtk_widget_style_get: assertion `GTK_IS_WIDGET
  (widget)' failed with the default qt4 gui

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/overlay-scrollbar/+bug/805303/+subscriptions

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


Re: [Bug 854448] Re: Skype should depend on sni-qt (multiarch)

2011-09-28 Thread Aurélien Gâteau
Le 27/09/2011 16:25, iMac a écrit :
 I have 0.2.4-0ubuntu1 both 32bit and 64bit

This is very odd. Regarding the blank menu entry, can we continue the 
discussion on this bug?
https://bugs.launchpad.net/bugs/849673

Regarding left-click not showing the contact list: this is a conscious 
design decision. The idea being that appindicators behave like items in 
the panel menubar.

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

Title:
  Skype should depend on sni-qt (multiarch)

To manage notifications about this bug go to:
https://bugs.launchpad.net/sni-qt/+bug/854448/+subscriptions

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

[Bug 805303] Re: Gtk-CRITICAL **: IA__gtk_widget_style_get: assertion `GTK_IS_WIDGET (widget)' failed with the default qt4 gui

2011-09-28 Thread Aurélien Gâteau
Update of overlay_scrollbar gtk patch which exposes a function to
disable overlay scrollbars.

** Patch added: 100_overlay_scrollbar_loading.patch
   
https://bugs.launchpad.net/ubuntu/+source/qt4-x11/+bug/805303/+attachment/2474830/+files/100_overlay_scrollbar_loading.patch

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

Title:
  Gtk-CRITICAL **: IA__gtk_widget_style_get: assertion `GTK_IS_WIDGET
  (widget)' failed with the default qt4 gui

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/overlay-scrollbar/+bug/805303/+subscriptions

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


[Bug 805303] Re: Gtk-CRITICAL **: IA__gtk_widget_style_get: assertion `GTK_IS_WIDGET (widget)' failed with the default qt4 gui

2011-09-28 Thread Aurélien Gâteau
Updated Qt patch which takes advantage of the function introduced in
100_overlay_scrollbar_loading.patch to disable overlay scrollbars.

** Patch added: kubuntu_93_disable_overlay_scrollbars.diff
   
https://bugs.launchpad.net/ubuntu/+source/qt4-x11/+bug/805303/+attachment/2474838/+files/kubuntu_93_disable_overlay_scrollbars.diff

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

Title:
  Gtk-CRITICAL **: IA__gtk_widget_style_get: assertion `GTK_IS_WIDGET
  (widget)' failed with the default qt4 gui

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/overlay-scrollbar/+bug/805303/+subscriptions

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


Re: [Bug 805303] Re: Gtk-CRITICAL **: IA__gtk_widget_style_get: assertion `GTK_IS_WIDGET (widget)' failed with the default qt4 gui

2011-09-28 Thread Aurélien Gâteau
Le 28/09/2011 12:05, Rémi Denis-Courmont a écrit :
 That's not right. Other threads in VLC do call getenv() too, for
 instance through libdbus or XCB, not just the Qt UI thread.

Just realized I misunderstood what you said. Indeed this would not be 
threadsafe.

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

Title:
  Gtk-CRITICAL **: IA__gtk_widget_style_get: assertion `GTK_IS_WIDGET
  (widget)' failed with the default qt4 gui

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

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


[Bug 805303] Re: Gtk-CRITICAL **: IA__gtk_widget_style_get: assertion `GTK_IS_WIDGET (widget)' failed with the default qt4 gui

2011-09-28 Thread Aurélien Gâteau
The two patches should nail this bug for good. Note that the bug won't
be fix until both patches are in, as the GTK patch exposes a function
which the Qt patch uses. It should not be a problem if the Qt patch
lands first though, as the Qt code checks for the presence of the new
function before using it.

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

Title:
  Gtk-CRITICAL **: IA__gtk_widget_style_get: assertion `GTK_IS_WIDGET
  (widget)' failed with the default qt4 gui

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

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


Re: [Bug 838470] Re: Skype not showing in indicator

2011-09-27 Thread Aurélien Gâteau
Le 27/09/2011 09:25, Jason a écrit :
 I am running 32 Bit Ubuntu 11.10 with all updates including sni-qt
 0.24-0ubuntu1.

 This has not been fixed for me. Skype is set to automatically log in and
 minimise to the indicator bar. But when it does, there is still no
 indicator. I have to killall skype and restart it when I want to use it.

 Anything else I can do to help debug?

Which desktop are you running Unity, Unity 2D, KDE, something else?

You can enable debug output. Create ~/.config/sni-qt.conf and add the 
following to it:

[general]
debug=1

Then start Skype from the command line. You should get a bunch of sni-qt 
messages to paste here.

Aurélien

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

Title:
  Skype not showing in indicator

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libdbusmenu-qt/+bug/838470/+subscriptions

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

[Bug 854448] Re: Skype should depend on sni-qt (multiarch)

2011-09-27 Thread Aurélien Gâteau
@iMac You may need to upgrade to sni-qt 0.2.4, the problem you described
should be fixed with this version.

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

Title:
  Skype should depend on sni-qt (multiarch)

To manage notifications about this bug go to:
https://bugs.launchpad.net/sni-qt/+bug/854448/+subscriptions

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


[Bug 860395] Re: sni-qt and hp-systray interact badly

2011-09-27 Thread Aurélien Gâteau
The empty menu bug should be fixed in revision 84 of sni-qt, which
should soon be available from ppa:agateau/sni-qt. Can you confirm it?

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

Title:
  sni-qt and hp-systray interact badly

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

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


[Bug 819398] Re: Skype has no indicator and no way of accessing the window

2011-09-26 Thread Aurélien Gâteau
The two issues should be fixed with sni-qt 0.2.4.

** Changed in: unity (Ubuntu)
   Status: Incomplete = 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/819398

Title:
  Skype has no indicator and no way of accessing the window

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

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


[Bug 838470] Re: Skype not showing in indicator

2011-09-26 Thread Aurélien Gâteau
Hi John,

This last issue (the indicator going away after start up) should be
fixed with sni-qt 0.2.4, which just got pushed to the archive.

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

Title:
  Skype not showing in indicator

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libdbusmenu-qt/+bug/838470/+subscriptions

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


[Bug 845173] Re: Missing system tray icon

2011-09-26 Thread Aurélien Gâteau
*** This bug is a duplicate of bug 854448 ***
https://bugs.launchpad.net/bugs/854448

@iMac: the so-called amd64 deb package Skype is offering is marked as a
64bit package so that dpkg installs it without complaining, but the
provided binary is 32bit. You can check with file /usr/bin/skype.

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

Title:
  Missing system tray icon

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

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


  1   2   3   4   >