[Bug 769256] [NEW] Gdk enumerations do not contain GType info in GIR

2011-04-22 Thread Eitan Isaacson
Public bug reported:

Gdk-3.0.{gir,typelib} omits GType info for enumerations. So the
following script will fail:

#!/usr/bin/python
import pyatspi
from gi.repository import Gdk

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

** Bug watch added: GNOME Bug Tracker #647729
   https://bugzilla.gnome.org/show_bug.cgi?id=647729

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

Title:
  Gdk enumerations do not contain GType info in GIR

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


[Bug 769256] Re: Gdk enumerations do not contain GType info in GIR

2011-04-22 Thread Eitan Isaacson
Here is the upstream bug:
https://bugzilla.gnome.org/show_bug.cgi?id=647729

Ultimately the issue surfaces in debian-style packages because the build
dir is separate from the source tree.

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

Title:
  Gdk enumerations do not contain GType info in GIR

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



[Bug 427066] [NEW] realloc() is not used correctly

2009-09-09 Thread Eitan Isaacson
Public bug reported:

speech-dispatcher would unreliably crash on me because of improper use
of realloc(). Instead of getting the new pointer, it would use the
pointer provided in the argument. If realloc cannot allocate continuous
space, it will provide a new pointer and free the given one.

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

-- 
realloc() is not used correctly
https://bugs.launchpad.net/bugs/427066
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 427066] Re: realloc() is not used correctly

2009-09-09 Thread Eitan Isaacson

** Attachment added: dpatch
   http://launchpadlibrarian.net/31560275/01_realloc.dpatch

-- 
realloc() is not used correctly
https://bugs.launchpad.net/bugs/427066
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 418468] Re: [karmic] accerciser crashes with ATK errors

2009-08-25 Thread Eitan Isaacson
I cannot reproduce this. Does it happen every time?

-- 
[karmic] accerciser crashes with ATK errors
https://bugs.launchpad.net/bugs/418468
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 386982] Re: ubiquity crashed with IndexError in render_slider()

2009-08-17 Thread Eitan Isaacson
** Changed in: ubiquity (Ubuntu)
   Status: Confirmed = Fix Committed

-- 
ubiquity crashed with IndexError in render_slider()
https://bugs.launchpad.net/bugs/386982
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 386982] Re: ubiquity crashed with IndexError in render_slider()

2009-08-13 Thread Eitan Isaacson
** Branch linked: lp:~eeejay/ubiquity/bug_386982

-- 
ubiquity crashed with IndexError in render_slider()
https://bugs.launchpad.net/bugs/386982
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 386982] Re: ubiquity crashed with IndexError in render_slider()

2009-08-12 Thread Eitan Isaacson
This seems to fix it. Hope I did this right.

** Attachment added: Proposed fix
   http://launchpadlibrarian.net/30255057/lp_386982_1.patch

-- 
ubiquity crashed with IndexError in render_slider()
https://bugs.launchpad.net/bugs/386982
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 409810] Re: ATK Text interface for notify-osd is not working

2009-08-06 Thread Eitan Isaacson
Here is the fix. I'll write a script based on append-hint-example.py
that will provide adequate testing.

** Attachment added: This fixes it
   http://launchpadlibrarian.net/29958326/text_iface_fix.patch

-- 
ATK Text interface for notify-osd is not working
https://bugs.launchpad.net/bugs/409810
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 408949] [NEW] side by side partition widget is inaccessible

2009-08-04 Thread Eitan Isaacson
Public bug reported:

Binary package hint: ubiquity

The SegmentedBarSlider widget is inaccessible, both through AT-SPI and
through keyboard input.

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


** Tags: a11y

-- 
side by side partition widget is inaccessible
https://bugs.launchpad.net/bugs/408949
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 335383] Re: Add ability to change notify-osd font size

2009-07-04 Thread Eitan Isaacson
This patch adds two new gconf keys:
/apps/notify-osd/custom_font_name
/apps/notify-osd/custom_font_enabled

The basic logic is this:
- If custom_font_enabled is set to true AND custom_font_name is set: use the 
custom font. Otherwise, use system font.



** Attachment added: Patch
   http://launchpadlibrarian.net/28688738/notify_osd_custom_font.diff

-- 
Add ability to change notify-osd font size
https://bugs.launchpad.net/bugs/335383
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 335383] Re: Add ability to change notify-osd font size

2009-07-04 Thread Eitan Isaacson
And, on a similar topic. Since this introduces another two gconf keys,
we probably need a schema file in notify-osd that documents the keys
properly.

-- 
Add ability to change notify-osd font size
https://bugs.launchpad.net/bugs/335383
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 335383] Re: Add ability to change notify-osd font size

2009-07-04 Thread Eitan Isaacson
This python script is a simple configuration UI, it is just for testing
purposes, although some users might find it useful if they don't want to
deal with gconf keys directly.

** Attachment added: Font configurator
   http://launchpadlibrarian.net/28689435/silly_notify_osd_font_configurator.py

-- 
Add ability to change notify-osd font size
https://bugs.launchpad.net/bugs/335383
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 335383] Re: Consider ability to change libnotify-osd font size?

2009-07-01 Thread Eitan Isaacson
It would be really nice if notify-osd bugs tagged a11y would have some
sort of realistic milestone assigned to them, as opposed to simply
wishlist. It reflects badly on the project when these issues don't get
the attention they deserve. I don't think I am alone in this opinion.

-- 
Consider ability to change libnotify-osd font size?
https://bugs.launchpad.net/bugs/335383
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 386459] [NEW] enable pygtk catalog support

2009-06-12 Thread Eitan Isaacson
Public bug reported:

Binary package hint: glade-3

Currently --enable-python is commented out in the rules file with
explanation that there are no pygtk-backed widget catalogs out in the
wild.

I am working on a pygtk project that uses a local catalog for custom
widget definitions. I have no way of using this catalog with glade-3 on
ubuntu. This renders the UI file uneditable with glade-3, since glade-3
deletes unknown widgets.

** Affects: glade-3 (Ubuntu)
 Importance: Undecided
 Status: New

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

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


[Bug 346596] Re: notify-osd crashed with SIGSEGV in g_slice_alloc()

2009-04-20 Thread Eitan Isaacson
This seems to be extremely transient, unfortunately. Some kind of race
condition. I am marking it as incomplete, please reopen it if you manage
to reliably reproduce this, or of this crash occurs at an alarming rate.

** Changed in: notify-osd (Ubuntu)
   Status: Confirmed = Incomplete

-- 
notify-osd crashed with SIGSEGV in g_slice_alloc()
https://bugs.launchpad.net/bugs/346596
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 346596] Re: notify-osd crashed with SIGSEGV in g_slice_alloc()

2009-04-17 Thread Eitan Isaacson
shane, is this something you still experience with the current notify-
osd package?

-- 
notify-osd crashed with SIGSEGV in g_slice_alloc()
https://bugs.launchpad.net/bugs/346596
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 362248] [NEW] IM notification is appended to buddy online notification

2009-04-16 Thread Eitan Isaacson
Public bug reported:

Binary package hint: pidgin-libnotify

steps to reproduce
1. John Doe logs in.
2. John Doe immediately IMs you hello buddy.
3. John Doe immediately follows with are you there?

result
A bubble that is titled John Doe reads:
is online
are you there?

The expected result could be one of three things:
1. the log-in notification should not be appendable.
2. the first message should retroactively be appended to read:
is online
hello buddy
are you there?
3. the is online should be replaced with are you there?

I think option 1 is best.

** Affects: pidgin-libnotify (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: notifications

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

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


[Bug 362248] Re: IM notification is appended to buddy online notification

2009-04-16 Thread Eitan Isaacson

** Attachment added: screenshot
   
http://launchpadlibrarian.net/25525491/screenshot-04-16-2009-13-53-1239879202.jpg

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

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


[Bug 362248] Re: IM notification is appended to buddy online notification

2009-04-16 Thread Eitan Isaacson
** Tags added: notifications

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

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


[Bug 357273] Re: notify-osd randomly reverts to old notification system

2009-04-08 Thread Eitan Isaacson
** Also affects: awn-extras-applets (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: notification-daemon (Ubuntu)
   Status: New = Invalid

** Tags added: notifications

-- 
notify-osd randomly reverts to old notification system
https://bugs.launchpad.net/bugs/357273
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 351675] Re: [jaunty] uses notification with action

2009-04-07 Thread Eitan Isaacson
The fix that I propose would be to have the grab notifications disabled
by default. The window title changes to show the key combo needed to
release the input. This is how it is done in virt-viewer and in Xephyr.

This would be the least intrusive, and would have no UI change.

** Changed in: virt-manager (Ubuntu)
   Status: New = Confirmed

-- 
[jaunty] uses notification with action
https://bugs.launchpad.net/bugs/351675
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 351675] Re: [jaunty] uses notification with action

2009-04-07 Thread Eitan Isaacson

** Attachment added: virt-manager.diff
   http://launchpadlibrarian.net/24943388/virt-manager.diff

-- 
[jaunty] uses notification with action
https://bugs.launchpad.net/bugs/351675
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 351675] Re: [jaunty] uses notification with action

2009-04-07 Thread Eitan Isaacson
** Also affects: virt-manager
   Importance: Undecided
   Status: New

-- 
[jaunty] uses notification with action
https://bugs.launchpad.net/bugs/351675
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 357273] Re: notify-osd randomly reverts to old notification system

2009-04-07 Thread Eitan Isaacson
Hi Brent.

Is there a package called notification-daemon installed?
When you see the old bubbles, which daemons are running? try:
ps ax | grep notif

** Also affects: notify-osd (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: notification-daemon (Ubuntu)
   Importance: Undecided
   Status: New

-- 
notify-osd randomly reverts to old notification system
https://bugs.launchpad.net/bugs/357273
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 357273] Re: notify-osd randomly reverts to old notification system

2009-04-07 Thread Eitan Isaacson
Shouldn't the notify-osd and notification-daemon be mutually exclusive
(ie. if you install one the other is removed)? notify-osd seems to have
Replaces and Provides fields, but I still managed to install
notification-daemon together with notify-osd.

-- 
notify-osd randomly reverts to old notification system
https://bugs.launchpad.net/bugs/357273
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 351670] Re: Queued Pidgin notifications keep showing even after conversation has gained focus

2009-04-06 Thread Eitan Isaacson
** Changed in: null
   Status: New = Invalid

-- 
Queued Pidgin notifications keep showing even after conversation has gained 
focus
https://bugs.launchpad.net/bugs/351670
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 328602] Re: Last.fm connection failure notification assumes actions

2009-04-06 Thread Eitan Isaacson
Following Ken's example, and invalidating this.

** Changed in: banshee
   Status: New = Invalid

-- 
Last.fm connection failure notification assumes actions
https://bugs.launchpad.net/bugs/328602
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 337082] Re: notify-osd crashed with SIGSEGV in _int_malloc()

2009-04-06 Thread Eitan Isaacson
** Changed in: notify-osd (Ubuntu)
 Assignee: (unassigned) = Eitan Isaacson (eeejay)

-- 
notify-osd crashed with SIGSEGV in _int_malloc()
https://bugs.launchpad.net/bugs/337082
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 355877] Re: Battery Discharging... notification should not be present

2009-04-06 Thread Eitan Isaacson
** Changed in: gnome-power-manager (Ubuntu)
   Status: New = Confirmed

-- 
Battery Discharging... notification should not be present
https://bugs.launchpad.net/bugs/355877
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 353007] Re: Open latest message instead of Evolution window when clicking

2009-04-01 Thread Eitan Isaacson
** Also affects: evolution-indicator
   Importance: Undecided
   Status: New

** Changed in: indicator-applet
   Status: New = Invalid

** Also affects: evolution-indicator (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: evolution-indicator (Ubuntu)
   Status: New = Confirmed

** Changed in: evolution-indicator
   Status: New = Invalid

-- 
Open latest message instead of Evolution window when clicking
https://bugs.launchpad.net/bugs/353007
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 353007] Re: Open latest message instead of Evolution window when clicking

2009-04-01 Thread Eitan Isaacson
I agree that this would be nice. Right now my broken workflow looks like this.
1. Be notified by notify-osd of a new message (no subject sender or elipsized 
body included).
2. Click on Evolution server in indicator-applet.
3. See urgent hint for evolution in taskbar (evolution is in another 
workspace).
4. Click task bar evolution item, evolution window is activated/focused 
(workspace is switched).
5. Scroll down messages list.
6. Select new mail.

With the mail-notification package, I was able to see the subject and
sender, and immediately show the message, delete it or mark as read.

-- 
Open latest message instead of Evolution window when clicking
https://bugs.launchpad.net/bugs/353007
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 333134] Re: Notifications with gnome-orca

2009-03-26 Thread Eitan Isaacson
Hi Arky,

I would like to believe that this is resolved in recent updates. Please
make sure you are using the most recent version of gnome-orca and
notify-osd.

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

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


[Bug 333134] Re: Notifications with gnome-orca

2009-03-26 Thread Eitan Isaacson
Oops, thought this was a recent filing. This could be safely closed.

** Changed in: notify-osd (Ubuntu)
   Status: Confirmed = Fix Released

** Changed in: orca (Ubuntu)
   Status: Triaged = Fix Released

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

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


[Bug 348443] [NEW] Firefox at-spi hierarchy is not exposed

2009-03-25 Thread Eitan Isaacson
Public bug reported:

Binary package hint: firefox

To reproduce on Jaunty:
1. Enable accessibility.
2. Log out and back in.
3. Launch Firefox.
4. Launch Accerciser.

Result: The Firefox frame does not have children in Accerciser.

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


** Tags: a11y

** Tags added: a11y

-- 
Firefox at-spi hierarchy is not exposed
https://bugs.launchpad.net/bugs/348443
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 348443] apport-collect data

2009-03-25 Thread Eitan Isaacson
Architecture: i386
DistroRelease: Ubuntu 9.04
Package: firefox 3.0.7+nobinonly-0ubuntu1
PackageArchitecture: all
ProcEnviron:
 SHELL=/bin/bash
 LANG=en_US.UTF-8
Uname: Linux 2.6.28-11-generic i686
UserGroups: adm admin cdrom dialout lpadmin plugdev pulse-access pulse-rt 
sambashare

-- 
Firefox at-spi hierarchy is not exposed
https://bugs.launchpad.net/bugs/348443
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 348443]

2009-03-25 Thread Eitan Isaacson

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/24332589/Dependencies.txt

-- 
Firefox at-spi hierarchy is not exposed
https://bugs.launchpad.net/bugs/348443
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 345251] Re: notify-osd shows double image for screen brightness control

2009-03-25 Thread Eitan Isaacson
I know it is almost impossible, but maybe there is more than one instance of 
notify-osd running?
Rocko, try: ps uax | grep notify-osd | grep -v grep

What is the output?

-- 
notify-osd shows double image for screen brightness control
https://bugs.launchpad.net/bugs/345251
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 347549] Re: Notify-OSD doesn't scale with screen size

2009-03-25 Thread Eitan Isaacson
*** This bug is a duplicate of bug 334863 ***
https://bugs.launchpad.net/bugs/334863

** This bug has been marked a duplicate of bug 334863
   [jaunty] notification are partially off-screen on res change

-- 
Notify-OSD doesn't scale with screen size
https://bugs.launchpad.net/bugs/347549
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 347291] Re: Notifications don't show after a secondary screen is unattached

2009-03-25 Thread Eitan Isaacson
*** This bug is a duplicate of bug 334863 ***
https://bugs.launchpad.net/bugs/334863

I believe this is an issue with resolution changes. notify-osd does not
adjust on-the-fly. Marking this as a duplicate of a similar res bug.

** This bug has been marked a duplicate of bug 334863
   [jaunty] notification are partially off-screen on res change

-- 
Notifications don't show after a secondary screen is unattached
https://bugs.launchpad.net/bugs/347291
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 347565] Re: notication window does not follow panel

2009-03-25 Thread Eitan Isaacson
notify-osd should look into panel gconf keys such as:
/apps/panel/toplevels/top_panel_screen0/orientation
/apps/panel/toplevels/top_panel_screen0/size

There are a lot of cases here that should be taken into account,
including cantered or justified panels, autohidden panels, etc. To be on
the safe side, I would do all of these checks for all toplevels, since
a user might have dragged the panels all over the screen and perhaps has
swapped the bottom and top panel.

** Changed in: notify-osd (Ubuntu)
   Status: New = Confirmed

-- 
notication window does not follow panel
https://bugs.launchpad.net/bugs/347565
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 346187] Re: when using my multimedia keyboard to turn off my speakers , notify-osd applet make my screen ginger up

2009-03-25 Thread Eitan Isaacson
Hi Manzur,

Thanks for filing this bug. I don't understand what you mean by the word
ginger, could you please elaborate? :)

-- 
when using my multimedia keyboard to turn off my speakers , notify-osd applet 
make my screen ginger up
https://bugs.launchpad.net/bugs/346187
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 346185] Re: i can not see notify-osd icon when a wireless connection is established

2009-03-25 Thread Eitan Isaacson
Hi Manzur.

Could you please say what your icon theme is? Also, does this happen
when you use the Human theme?

-- 
i can not see notify-osd icon when a wireless connection is established
https://bugs.launchpad.net/bugs/346185
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 345357] Re: the text of the popup notifications isn't spoken

2009-03-24 Thread Eitan Isaacson
Aleksey,

What version of notify-osd is installed on your system?
Please provide the output of: dpkg -l notify-osd

Thanks!

-- 
the text of the popup notifications isn't spoken
https://bugs.launchpad.net/bugs/345357
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 340053] [NEW] ldtputils.captureimage() ignores coordinate arguments

2009-03-09 Thread Eitan Isaacson
Public bug reported:

Binary package hint: ldtp

When calling ldtputils.captureimage() with a coordinates and
height/width, it ignores these arguments.

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

-- 
ldtputils.captureimage() ignores coordinate arguments
https://bugs.launchpad.net/bugs/340053
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 340053] Re: ldtputils.captureimage() ignores coordinate arguments

2009-03-09 Thread Eitan Isaacson

** Attachment added: Fix (needs python 2.5)
   http://launchpadlibrarian.net/23665482/ldtp_captureimage.patch

-- 
ldtputils.captureimage() ignores coordinate arguments
https://bugs.launchpad.net/bugs/340053
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 335383] Re: Consider ability to change libnotify-osd font size?

2009-03-05 Thread Eitan Isaacson
I agree that this capability is needed.  Whether or how to expose this
preference to the user in the form of a UI, is a different discussion.

notify-osd should have the technical capability to use a font other than
the system's application font, probably in the form of a setting in it's
configuration backend (which it does not have now). Users who have a
real need will be able to change the font (although not easily, at least
until the UI question is addressed).

-- 
Consider ability to change libnotify-osd font size?
https://bugs.launchpad.net/bugs/335383
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 335383] Re: Consider ability to change libnotify-osd font size?

2009-03-05 Thread Eitan Isaacson
Hey Mirco,

I actually think the hardest part of implementing this would be the
configuration backend (I am assuming it won't be gconf because we are
trying to stay desktop-agnostic?).

1. How is the case different today? The user could have some extreme and
weird system settings that in turn would bring unexpected results. The
edge cases will remain the same.

2  3. IMHO, these questions could be delayed indefinitely, it is
probably a bad idea to provide a UI for these settings. But I wonder
what MPT would say.

4. For a good user experience, yes. But a highly motivated user, who
really needs this, will dig into a UI-less config backend, change
settings and log in and out as often as needed until they are happy. I
am exaggerating a bit.

Consider this: Vinux (http://vinux.org.uk) is a modified version of
Ubuntu optimized for visually impaired users. I haven't gave their ISO a
spin yet, but I imagine the default settings are high-contrast and large
fonts. When packaging notify-osd, they are going to have to look for a
visual sweet-spot that radically differs from vanilla Ubuntu. If they
could easily change this without intrusive patches it would be good.

-- 
Consider ability to change libnotify-osd font size?
https://bugs.launchpad.net/bugs/335383
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 334292] Re: New osd-notify notifications should not have an empty title

2009-03-03 Thread Eitan Isaacson
** Changed in: gnome-power-manager (Ubuntu)
 Assignee: (unassigned) = David Barth (dbarth)

-- 
New osd-notify notifications should not have an empty title
https://bugs.launchpad.net/bugs/334292
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 334292] [NEW] New osd-notify notifications should not have an empty title

2009-02-25 Thread Eitan Isaacson
Public bug reported:

Binary package hint: gnome-settings-daemon

When sending icon-only or icon+value notifications to notify-osd, the title 
string should not be empty.
For example, if it is a volume indicator, it should send Volume as the title 
(translatable , of course).

** Affects: gnome-power
 Importance: Undecided
 Status: New

** Affects: notify-osd
 Importance: Undecided
 Status: New

** Affects: gnome-settings-daemon (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: a11y

** Tags added: a11y

** Also affects: notify-osd
   Importance: Undecided
   Status: New

-- 
New osd-notify notifications should not have an empty title
https://bugs.launchpad.net/bugs/334292
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 334292] Re: New osd-notify notifications should not have an empty title

2009-02-25 Thread Eitan Isaacson
This is the upstream project.. Trying to link this to the local Ubuntu
project

** Also affects: gnome-power
   Importance: Undecided
   Status: New

** Changed in: gnome-power
   Status: New = Invalid

** Also affects: gnome-power-manager (Ubuntu)
   Importance: Undecided
   Status: New

-- 
New osd-notify notifications should not have an empty title
https://bugs.launchpad.net/bugs/334292
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 333134] Re: Notifications with gnome-orca

2009-02-25 Thread Eitan Isaacson
I am unduping this. We will keep this bug as a specific Orca support
bug, while the other bug(s) will be for general AT-SPI support.

** This bug is no longer a duplicate of bug 331946
   Bubble contents are not exposed in ATK

** Also affects: orca (Ubuntu)
   Importance: Undecided
   Status: New

** Bug watch added: GNOME Bug Tracker #573156
   http://bugzilla.gnome.org/show_bug.cgi?id=573156

** Also affects: gnome-orca via
   http://bugzilla.gnome.org/show_bug.cgi?id=573156
   Importance: Unknown
   Status: Unknown

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

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


[Bug 325743] Re: ldtprunner crashed with ImportError in module()

2009-02-25 Thread Eitan Isaacson
I ran into the same problem, had to install python-ldtp.

Shouldn't ldtp depend on python-ldtp?

From looking at them in Synaptic, it looks like python-ldtp depends on
ldtp, I think it should be reversed.

-- 
ldtprunner crashed with ImportError in module()
https://bugs.launchpad.net/bugs/325743
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 53091] Re: [a11y] Update notifier not accessible

2009-02-24 Thread Eitan Isaacson
*** This bug is a duplicate of bug 331946 ***
https://bugs.launchpad.net/bugs/331946

** This bug has been marked a duplicate of bug 331946
   Bubble contents are not exposed in ATK

-- 
[a11y] Update notifier not accessible
https://bugs.launchpad.net/bugs/53091
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 333134] Re: Notifications with gnome-orca

2009-02-24 Thread Eitan Isaacson
*** This bug is a duplicate of bug 331946 ***
https://bugs.launchpad.net/bugs/331946

** This bug is no longer a duplicate of bug 53091
   [a11y] Update notifier not accessible

** This bug has been marked a duplicate of bug 331946
   Bubble contents are not exposed in ATK

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

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