[Bug 740811] Re: Add Appointment opens Evolution setup assistant

2011-03-23 Thread Karl Lattimer
In the end I think this is more of an evolution bug than indicator- datetime, evolution should respect it's own command line parameters when opening regardless of whether or not it starts with a wizard. ** Changed in: indicator-datetime (Ubuntu) Status: New = Opinion ** Changed in:

[Bug 740806] Re: Add Appointment should be Add Event…

2011-03-23 Thread Karl Lattimer
** Changed in: indicator-datetime (Ubuntu) Status: New = 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/740806 Title: Add Appointment should be Add Event… -- ubuntu-bugs

[Bug 729252] Re: New Evolution instances are open upon clicking on appointments on the indicator

2011-03-23 Thread Karl Lattimer
I'm not sure if evolution even has a way of doing single instance but still switching to the right UI ** Changed in: indicator-datetime Status: New = Confirmed ** Changed in: indicator-datetime (Ubuntu) Status: New = Confirmed -- You received this bug notification because you are

[Bug 741011] Re: Calendar in clock menu has border and background colors

2011-03-23 Thread Karl Lattimer
This is a theming issue, or a write a new calendar widget issue. ** Changed in: indicator-datetime (Ubuntu) Status: New = Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/741011 Title:

[Bug 740971] Re: No separator between Add Event and locations

2011-03-23 Thread Karl Lattimer
** Changed in: indicator-datetime (Ubuntu) Status: New = Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/740971 Title: No separator between Add Event and locations -- ubuntu-bugs

[Bug 740966] Re: Time of appointment is shown in 12h-format, even when the locale sets the clock to 24h

2011-03-23 Thread Karl Lattimer
setting change if that were what's causing this. ** Changed in: indicator-datetime (Ubuntu) Assignee: (unassigned) = Karl Lattimer (karl-qdh) ** Changed in: indicator-datetime (Ubuntu) Status: New = Incomplete -- You received this bug notification because you are a member of Ubuntu

[Bug 740920] Re: Unnecessary comma in clock menu title (e.g. Wed, 11:52)

2011-03-23 Thread Karl Lattimer
** Changed in: indicator-datetime (Ubuntu) Status: New = 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/740920 Title: Unnecessary comma in clock menu title (e.g. Wed, 11:52) --

[Bug 692992] Re: The time is only updated every two seconds

2011-03-17 Thread Karl Lattimer
Still unable to find a reason for this being slow seems the code between timer invoke and display is fast enough :/ Will have to debug with some more accurate time output to see what's going on. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 729444] Re: indicator-datetime-service crashed with SIGSEGV in update_appointment_menu_items()

2011-03-16 Thread Karl Lattimer
@Martin can you try and reproduce with either the branch I'm about to propose or with trunk if it's merged. My valgrinding shows the cause of the issue is gone, please try it out for yourself. ** Branch linked: lp:~karl-qdh/indicator- datetime/calendarmenuitemsignals -- You received this bug

[Bug 729175] Re: valgrind invalid read

2011-03-16 Thread Karl Lattimer
The related branch should fix this. I would appreciate a second tester, my valgrinding shows it's gone now. ** Branch linked: lp:~karl-qdh/indicator- datetime/calendarmenuitemsignals -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 649800] Re: datetime indicator won't show today's date if you've ever clicked on any others

2011-03-16 Thread Karl Lattimer
added some code to reset the calendar after a while yesterday, I'm testing that at the moment to make sure it works as expected, apparently mterry is going to be a hero and get a dbusmenu close signal in which would make this a lot better. -- You received this bug notification because you are a

[Bug 733833] Re: indicator-datetime-service crashed with SIGSEGV in g_main_context_dispatch()

2011-03-16 Thread Karl Lattimer
This crash seems to have been caused by a gvariant problem I was having for a short while, this should be fixed in the attached branch. The attached branch also requires ido from lp:~karl-qdh/ido/select- activate-set-date which has since been merged. ** Branch linked: lp:~karl-qdh/indicator-

[Bug 727089] Re: indicator-datetime-preferences crashed with SIGSEGV in g_utf8_normalize()

2011-03-16 Thread Karl Lattimer
taking a look at the code that causes this bug now, some changes to the geonames code might have occurred since. any hints on reproducing this bug, e.g. input methods used, keyboard layout used, language used and location added might help. Could possibly be bad data from geonames which hasn't

[Bug 727089] Re: indicator-datetime-preferences crashed with SIGSEGV in g_utf8_normalize()

2011-03-16 Thread Karl Lattimer
this bug is triggered when the system is offline, possibly when some unexpected text is put in the completion entry. I'd like a sample of the text which causes this bug so I can identify the issue. -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 649800] Re: datetime indicator won't show today's date if you've ever clicked on any others

2011-03-16 Thread Karl Lattimer
mterry's opened/closed signal has been merged so will hook into that and ditch the timer. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/649800 Title: datetime indicator won't show today's date if

[Bug 727100] Re: Appointments' time format doesn't respect the settings

2011-03-15 Thread Karl Lattimer
** Changed in: unity-foundations Status: In Progress = Fix Committed ** Changed in: indicator-datetime (Ubuntu Natty) Status: In Progress = Fix Committed ** Changed in: indicator-datetime Status: In Progress = Fix Committed -- You received this bug notification because you

[Bug 637202] Re: indicator-application-service crashed on logon

2011-03-15 Thread Karl Lattimer
are people still experiencing this bug, it's passed me by until now unforunately. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/637202 Title: indicator-application-service crashed on logon --

[Bug 729631] Re: Date label on the indicator is partially untranslated

2011-03-14 Thread Karl Lattimer
Line 166 to 173 of indicator-datetime/src/utils.c -- if (show_date show_day) { /* TRANSLATORS: This is a format string passed to strftime to represent the day of the week, the month and the day of the month. */ date_string = T_(%a %b

[Bug 733833] Re: indicator-datetime-service crashed with SIGSEGV in g_main_context_dispatch()

2011-03-14 Thread Karl Lattimer
@Florian, is this bug reproducible? Can you install debug symbols and try to get a better stack trace (installing related -dbgsym packages should be enough) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 692992] Re: The time is only updated every two seconds

2011-03-14 Thread Karl Lattimer
Certainly not fixed on my HP mini 110 netbook. Tried a whole bunch of tests on this bug to see if I could reduce the time, the code says 1 second but is still taking 2, even with high priority timer and sub 1000ms timers. Last possibility is that it's caused by a delay in the code invoked after

[Bug 727100] Re: Appointments' time format doesn't respect the settings

2011-03-08 Thread Karl Lattimer
** Branch linked: lp:~karl-qdh/indicator-datetime/fixappointmentformat -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/727100 Title: Appointments' time format doesn't respect the settings --

[Bug 665353] Re: Ibus panel applet disappears

2011-03-07 Thread Karl Lattimer
** Changed in: ibus (Ubuntu) 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/665353 Title: Ibus panel applet disappears -- ubuntu-bugs mailing list

[Bug 660525] Re: Pinned notes displayed as separator lines

2011-03-07 Thread Karl Lattimer
** Changed in: tomboy (Ubuntu) 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/660525 Title: Pinned notes displayed as separator lines -- ubuntu-bugs

[Bug 584669] Re: indicator for deluge

2011-03-07 Thread Karl Lattimer
** Changed in: ayatana-ubuntu Status: In Progress = Triaged ** Changed in: deluge (Ubuntu) Status: In Progress = Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/584669 Title:

[Bug 649800] Re: datetime indicator won't show today's date if you've ever clicked on any others

2011-03-06 Thread Karl Lattimer
attached ido calendar menu item update which is half of a fix for this bug ** Branch linked: lp:~karl-qdh/ido/select-activate-set-date -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/649800 Title:

[Bug 729033] Re: Show only Evolution calendar events if the calendar is active

2011-03-06 Thread Karl Lattimer
This is currently difficult - I'm trying to find the configuration variables used by evolution but I'm not having a lot of luck. Thanks for filing this bug it'll help me keep track of it. ** Changed in: indicator-datetime Importance: Undecided = High ** Changed in: indicator-datetime

[Bug 727100] Re: Appointments' time format doesn't respect the settings

2011-03-06 Thread Karl Lattimer
** Changed in: indicator-datetime (Ubuntu Natty) Status: Triaged = 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/727100 Title: Appointments' time format doesn't respect the

[Bug 649800] Re: datetime indicator won't show today's date if you've ever clicked on any others

2011-03-06 Thread Karl Lattimer
** Changed in: indicator-datetime (Ubuntu) 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/649800 Title: datetime indicator won't show today's date if you've

[Bug 726617] Re: Appointments update timer not affected by preferences change

2011-03-04 Thread Karl Lattimer
** Changed in: indicator-datetime (Ubuntu) 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/726617 Title: Appointments update timer not affected by

[Bug 726603] Re: Appointments displayed might not be the next 5

2011-03-04 Thread Karl Lattimer
** Changed in: indicator-datetime Status: In Progress = Fix Committed ** Changed in: indicator-datetime Status: Fix Committed = Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 726617] Re: Appointments update timer not affected by preferences change

2011-03-02 Thread Karl Lattimer
** Branch linked: lp:~karl-qdh/indicator-datetime/recurring-and- gsettings-fixes -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/726617 Title: Appointments update timer not affected by preferences

[Bug 726603] Re: Appointments displayed might not be the next 5

2011-03-02 Thread Karl Lattimer
** Branch linked: lp:~karl-qdh/indicator-datetime/recurring-and- gsettings-fixes -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/726603 Title: Appointments displayed might not be the next 5 --

[Bug 726617] Re: Appointments update timer not affected by preferences change

2011-03-01 Thread Karl Lattimer
** Changed in: indicator-datetime (Ubuntu) Assignee: (unassigned) = Karl Lattimer (karl-qdh) ** Changed in: indicator-datetime (Ubuntu) Status: New = In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https

[Bug 649800] Re: datetime indicator won't show today's date if you've ever clicked on any others

2011-02-28 Thread Karl Lattimer
This will require a fix to ido for set date which will have to be invoked on about to show in the indicator datetime. ** Changed in: indicator-datetime Status: Confirmed = Triaged -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 542218] Re: integration with Evolution calendar events and time locations

2011-02-28 Thread Karl Lattimer
** Changed in: indicator-datetime Status: Fix Committed = Fix Released ** Changed in: indicator-datetime (Ubuntu) Status: Fix Committed = Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 726603] Re: Appointments displayed might not be the next 5

2011-02-28 Thread Karl Lattimer
Trying to find a better date/time to sort by ** Changed in: indicator-datetime Status: New = 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/726603 Title: Appointments displayed

[Bug 726617] [NEW] Appointments update timer not affected by preferences change

2011-02-28 Thread Karl Lattimer
Public bug reported: Binary package hint: indicator-datetime Appointments are updated by a timer (as a result of broken eds signals) and that timer isn't stopped/started when the gsetting changes ** Affects: indicator-datetime (Ubuntu) Importance: Undecided Status: New -- You

[Bug 699655] Re: Poor and incorrect information when trying to select location

2011-02-28 Thread Karl Lattimer
this _isn't_ indicator datetime, this is from the gnome clock widget should be filed with gnome upstream -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/699655 Title: Poor and incorrect information

[Bug 688018] Re: GEdit Alt+D (Documents) and Alt+H (Help) shortcuts don't work

2011-02-15 Thread Karl Lattimer
*** This bug is a duplicate of bug 663030 *** https://bugs.launchpad.net/bugs/663030 ** This bug has been marked a duplicate of bug 663030 indicator-appmenu breaks Alt accelerator keys * You can subscribe to bug 663030 by following this link:

[Bug 663030] Re: indicator-appmenu breaks Alt accelerator keys

2011-02-15 Thread Karl Lattimer
https://bugs.launchpad.net/indicator-appmenu/+bug/688018 - is a duplicate of this bug, but is apparently fixed. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/663030 Title: indicator-appmenu breaks

[Bug 718663] Re: Blank unity desktop

2011-02-14 Thread Karl Lattimer
apport information ** Tags added: apport-collected natty running-unity ubuntu ** Description changed: After updating and restarting unity today I was met with a blank desktop, just the background image drawn. It seems that the unity plugin was turned off - however after turning it back on

[Bug 718663] CurrentDmesg.txt

2011-02-14 Thread Karl Lattimer
apport information ** Attachment added: CurrentDmesg.txt https://bugs.launchpad.net/bugs/718663/+attachment/1849073/+files/CurrentDmesg.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/718663

[Bug 718663] Dependencies.txt

2011-02-14 Thread Karl Lattimer
apport information ** Attachment added: Dependencies.txt https://bugs.launchpad.net/bugs/718663/+attachment/1849074/+files/Dependencies.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/718663

[Bug 718663] Lspci.txt

2011-02-14 Thread Karl Lattimer
apport information ** Attachment added: Lspci.txt https://bugs.launchpad.net/bugs/718663/+attachment/1849075/+files/Lspci.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/718663 Title: Blank

[Bug 718663] Lsusb.txt

2011-02-14 Thread Karl Lattimer
apport information ** Attachment added: Lsusb.txt https://bugs.launchpad.net/bugs/718663/+attachment/1849076/+files/Lsusb.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/718663 Title: Blank

[Bug 718663] ProcCpuinfo.txt

2011-02-14 Thread Karl Lattimer
apport information ** Attachment added: ProcCpuinfo.txt https://bugs.launchpad.net/bugs/718663/+attachment/1849077/+files/ProcCpuinfo.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/718663

[Bug 718663] ProcInterrupts.txt

2011-02-14 Thread Karl Lattimer
apport information ** Attachment added: ProcInterrupts.txt https://bugs.launchpad.net/bugs/718663/+attachment/1849078/+files/ProcInterrupts.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 718663] ProcModules.txt

2011-02-14 Thread Karl Lattimer
apport information ** Attachment added: ProcModules.txt https://bugs.launchpad.net/bugs/718663/+attachment/1849079/+files/ProcModules.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/718663

[Bug 718663] UdevDb.txt

2011-02-14 Thread Karl Lattimer
apport information ** Attachment added: UdevDb.txt https://bugs.launchpad.net/bugs/718663/+attachment/1849080/+files/UdevDb.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/718663 Title: Blank

[Bug 718663] UdevLog.txt

2011-02-14 Thread Karl Lattimer
apport information ** Attachment added: UdevLog.txt https://bugs.launchpad.net/bugs/718663/+attachment/1849081/+files/UdevLog.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/718663 Title:

[Bug 718663] UnitySupportTest.txt

2011-02-14 Thread Karl Lattimer
apport information ** Attachment added: UnitySupportTest.txt https://bugs.launchpad.net/bugs/718663/+attachment/1849082/+files/UnitySupportTest.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 718663] XorgLog.txt

2011-02-14 Thread Karl Lattimer
apport information ** Attachment added: XorgLog.txt https://bugs.launchpad.net/bugs/718663/+attachment/1849083/+files/XorgLog.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/718663 Title:

[Bug 718663] XorgLogOld.txt

2011-02-14 Thread Karl Lattimer
apport information ** Attachment added: XorgLogOld.txt https://bugs.launchpad.net/bugs/718663/+attachment/1849084/+files/XorgLogOld.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/718663

[Bug 718663] Xrandr.txt

2011-02-14 Thread Karl Lattimer
apport information ** Attachment added: Xrandr.txt https://bugs.launchpad.net/bugs/718663/+attachment/1849085/+files/Xrandr.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/718663 Title: Blank

[Bug 718663] xdpyinfo.txt

2011-02-14 Thread Karl Lattimer
apport information ** Attachment added: xdpyinfo.txt https://bugs.launchpad.net/bugs/718663/+attachment/1849086/+files/xdpyinfo.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/718663 Title:

[Bug 542218] Re: integration with Evolution calendar events and time locations

2011-02-09 Thread Karl Lattimer
2 new bug reports follow on from this one; https://bugs.launchpad.net/indicator-datetime/+bug/715844 - Locations/Timezones https://bugs.launchpad.net/indicator-datetime/+bug/715848 - Coloured icons for appointments ** Changed in: indicator-datetime Status: In Progress = Fix Committed **

[Bug 682075] Re: keyboard indicator has dot beside wrong layout

2011-01-27 Thread Karl Lattimer
This seems like it's a bug which has been fixed elsewhere, mterry pointed me at a couple of branches and I'll add them here. ** Branch linked: lp:~mterry/libappindicator/toggle-state-is-int ** Branch linked: lp:~mterry/appmenu-gtk/toggle-state-is-int -- You received this bug notification

[Bug 703872] Re: indicator-applet battery menu fails to launch gnome-power-preferences

2011-01-26 Thread Karl Lattimer
I'll take this as I'm familiar with the code, might be a while before I get time for it. ** Changed in: indicator-application (Ubuntu) Assignee: (unassigned) = Karl Lattimer (karl-qdh) ** Changed in: indicator-application (Ubuntu) Status: New = Confirmed -- You received this bug

[Bug 684599] Re: Memory leak in nm-applet

2011-01-26 Thread Karl Lattimer
Can those experiencing this bug please report on whether or not they have menu icons displayed? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/684599 Title: Memory leak in nm-applet -- ubuntu-bugs

[Bug 621633] Re: Keyboard indicator does not update the current layout in its menu when switching through a keyboard shortcut

2011-01-26 Thread Karl Lattimer
Yeah, I realised that this still wasn't fixed a while ago, I'll add it to my things bug ted about. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/621633 Title: Keyboard indicator does not update the

[Bug 707452] Re: Clock indicator doesn't allow 0-24h, only AM/PM

2011-01-26 Thread Karl Lattimer
*** This bug is a duplicate of bug 651696 *** https://bugs.launchpad.net/bugs/651696 ** This bug has been marked a duplicate of bug 651696 Need preferences GUI for configuration items * You can subscribe to bug 651696 by following this link:

[Bug 369539] Re: Unreasonably high memory usage

2011-01-26 Thread Karl Lattimer
Please could you check if there are menu icons turned on, this happens to be a major cause of app indicator memory woes. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/369539 Title: Unreasonably

[Bug 569273] Re: memory leak in gnome-power-manager

2011-01-26 Thread Karl Lattimer
Can you tell me if you have menu icons turned on? I've discovered other leaks associated with that feature. We don't intend to *ship* it that way, but lots of legacy configuration has remained static. -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 542218] Re: integration with Evolution calendar events and time locations

2011-01-25 Thread Karl Lattimer
The present branch has a weird dbusmenu problem in that it's messing with all the indicators most obviously the sound indicator by changing the volume repeatedly. I can't see anything in my code that might be doing this, so I'm going to put a merge proposal in so we can get a diff between HEAD

[Bug 691953] Re: Uninstalling Evolution removes calendar from clock applet

2011-01-12 Thread Karl Lattimer
this will wait for a little while ** Changed in: indicator-datetime Assignee: (unassigned) = Karl Lattimer (karl-qdh) ** Changed in: indicator-datetime (Ubuntu) Assignee: (unassigned) = Karl Lattimer (karl-qdh) -- You received this bug notification because you are a member of Ubuntu Bugs

[Bug 548981] Re: Indicator should only turn red after the last package has been installed

2010-12-23 Thread Karl Lattimer
If dpkg's behaviour is fixed does the UI respond accordingly, I'm not running natty yet that's a january thing -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/548981 Title: Indicator should only turn

[Bug 663776] Re: Search dialog can not support iBus

2010-12-21 Thread Karl Lattimer
** Changed in: unity Status: Triaged = 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/663776 Title: Search dialog can not support iBus -- ubuntu-bugs mailing list

[Bug 663776] Re: Search dialog can not support iBus

2010-12-21 Thread Karl Lattimer
Work has begun on this code and can be found at; lp:~karl-qdh/nux/nux .gtkentry-wrapper specifically in the examples/gtk_entry_wrapper.cpp/.h files Currently focus in/out events are being passed correctly and ibus switches input method appropriately, however keystrokes between nux and gdk are

[Bug 690447] Re: Support menubar in Firefox and Thunderbird

2010-12-17 Thread Karl Lattimer
I'm just curious as to whether these two branches I've been asked to review are the correct ones. Chris? If so I'll start digging at them -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/690447 Title:

[Bug 584669] Re: indicator for deluge

2010-11-19 Thread Karl Lattimer
latest patch, this almost works around the download/upload speed menu items not having the submenus but still those submenus emit signals on the wrong radio menu item. This patch also merges together the systemtray and appindicator modules as they were far too similar. ** Attachment added:

[Bug 584669] Re: indicator for deluge

2010-11-19 Thread Karl Lattimer
This bug is related to; https://bugs.launchpad.net/indicator- application/+bug/608219 -- indicator for deluge https://bugs.launchpad.net/bugs/584669 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 608219] Re: Submenus not added when done so with Glade

2010-11-19 Thread Karl Lattimer
https://bugs.launchpad.net/ayatana-ubuntu/+bug/584669 is affected by this bug, this is *partly* worked around by calling appindicator.set_menu() *AFTER* submenus have been appended to the menu. However, a bug still exists in that the wrong widget is passed to the callback and therefore the

[Bug 584669] Re: indicator for deluge

2010-11-19 Thread Karl Lattimer
@Andrew Resch: Is the patch in comment #10 more to your liking, would you care to accept this upstream? -- indicator for deluge https://bugs.launchpad.net/bugs/584669 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs

[Bug 665353] Re: Ibus panel applet disappears

2010-11-18 Thread Karl Lattimer
Ryu Itu: Could you please retest this with maverick proposed enabled and see if the bug is correctly fixed? ** Changed in: ibus (Ubuntu) Status: In Progress = Fix Committed -- Ibus panel applet disappears https://bugs.launchpad.net/bugs/665353 You received this bug notification because

[Bug 659690] Re: a setting window flashes when ibus-chewing added into IBus which causes typing difficulty.

2010-11-18 Thread Karl Lattimer
** Changed in: ibus (Ubuntu Natty) Assignee: Karl Lattimer (karl-qdh) = (unassigned) ** Changed in: ibus (Ubuntu Natty) Status: In Progress = Fix Committed ** Changed in: ibus-chewing (Ubuntu Natty) Assignee: Karl Lattimer (karl-qdh) = (unassigned) ** Changed in: ibus-chewing

[Bug 621633] Re: Keyboard indicator does not update the current layout in its menu when switching through a keyboard shortcut

2010-11-13 Thread Karl Lattimer
@Victor after speaking with tedg in august he had assured me that it was in libindicator but didn't give me a bug number :/ I am certain however that the bug can't be in gsd because I tried nuking the error in a variety of ways which all led to either the error going in the opposite direction off

[Bug 637671] Re: ibus python 100 % cpu for ever

2010-11-10 Thread Karl Lattimer
** Branch linked: lp:~karl-qdh/ubuntu/maverick/ibus/ibus-indicator -- ibus python 100 % cpu for ever https://bugs.launchpad.net/bugs/637671 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 522079] Re: Can't select Input Language Steals curser focus

2010-11-10 Thread Karl Lattimer
*** This bug is a duplicate of bug 645724 *** https://bugs.launchpad.net/bugs/645724 I've added a related branch with my updated ibus panel code, this fixes most of the menu selection issues. ** Branch linked: lp:~karl-qdh/ubuntu/maverick/ibus/ibus-indicator ** This bug has been marked a

[Bug 515984] Re: Panel icon stuck on specific input method (but input method switching does work)

2010-11-10 Thread Karl Lattimer
*** This bug is a duplicate of bug 645724 *** https://bugs.launchpad.net/bugs/645724 ** This bug has been marked a duplicate of bug 645724 Ibus applet in unity does not allow selection of menu entries by mouse. * You can subscribe to bug 645724 by following this link:

[Bug 645724] Re: Ibus applet in unity does not allow selection of menu entries by mouse.

2010-11-10 Thread Karl Lattimer
This bug is *mostly fixed* in the related branch. There appears to be a bug remaining where one of the menu items activates if you click outside of the menu to dismiss, and also it is impossible to select No input method from the menu. These issues are possibly related, further updates to the

[Bug 645724] Re: Ibus applet in unity does not allow selection of menu entries by mouse.

2010-11-10 Thread Karl Lattimer
Revision 28 on my branch fixes all remaining selection/focus issues ** Changed in: ibus (Ubuntu) Status: In Progress = Fix Committed -- Ibus applet in unity does not allow selection of menu entries by mouse. https://bugs.launchpad.net/bugs/645724 You received this bug notification

[Bug 665353] Re: Ibus panel applet disappears

2010-11-10 Thread Karl Lattimer
** Branch linked: lp:~karl-qdh/ubuntu/maverick/ibus/ibus-indicator -- Ibus panel applet disappears https://bugs.launchpad.net/bugs/665353 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 620331] Re: Keyboard menu title needlessly has both icon and label

2010-11-10 Thread Karl Lattimer
In order to 'fix' this please follow the instructions here; https://bugs.launchpad.net/ayatana-ubuntu/+bug/628015/comments/9 this will leave you with just a single icon e.g. [GB] -- Keyboard menu title needlessly has both icon and label https://bugs.launchpad.net/bugs/620331 You received this

[Bug 584669] Re: indicator for deluge

2010-11-04 Thread Karl Lattimer
** Changed in: deluge (Ubuntu) Assignee: (unassigned) = Karl Lattimer (karl-qdh) -- indicator for deluge https://bugs.launchpad.net/bugs/584669 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu

[Bug 670848] [NEW] Memory leak in indicator applet appmenu

2010-11-04 Thread Karl Lattimer
Public bug reported: Binary package hint: indicator-appmenu I have here a valgrind summary only. I will re-run with leak check full today; ==24224== HEAP SUMMARY: ==24224== in use at exit: 33,169,337 bytes in 165,844 blocks ==24224== total heap usage: 1,617,594 allocs, 1,451,750 frees,

[Bug 670848] Re: Memory leak in indicator applet appmenu

2010-11-04 Thread Karl Lattimer
I believe this is attributable to the fact I have show menu icons turned on but also there seems to be a leak in a hash table. This valgrind log was produced with; GSLICE=always_malloc valgrind --leak-check=full /usr/lib/libindicator /indicator-loader /usr/lib/indicators/4/libappmenu.so if

[Bug 670848] Re: Memory leak in indicator applet appmenu

2010-11-04 Thread Karl Lattimer
Included more symbols but still missing some gdk symbols *some* only, weird :/ ** Attachment added: updated valgrind https://bugs.launchpad.net/ubuntu/+source/indicator-appmenu/+bug/670848/+attachment/1722743/+files/indicator-applet-appmenu.valgrind.log -- Memory leak in indicator applet

[Bug 660525] Re: Pinned notes displayed as separator lines

2010-11-03 Thread Karl Lattimer
** Changed in: tomboy (Ubuntu) Status: In Progress = Fix Committed -- Pinned notes displayed as separator lines https://bugs.launchpad.net/bugs/660525 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 407585] Re: use system keyboard layout setting by default

2010-11-03 Thread Karl Lattimer
** Changed in: ibus (Ubuntu) Assignee: (unassigned) = Karl Lattimer (karl-qdh) -- use system keyboard layout setting by default https://bugs.launchpad.net/bugs/407585 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs

[Bug 665353] Re: Ibus panel applet disappears

2010-11-03 Thread Karl Lattimer
I'm currently working on a fix to this specific issue, but there are other related issues which are also waiting for an appropriate fix. ** Changed in: ibus (Ubuntu) Assignee: (unassigned) = Karl Lattimer (karl-qdh) ** Changed in: ibus (Ubuntu) Status: New = In Progress -- Ibus

[Bug 652033] Re: Ibus Preferences often does not launch from panel menu

2010-11-03 Thread Karl Lattimer
*** This bug is a duplicate of bug 645724 *** https://bugs.launchpad.net/bugs/645724 ** Changed in: ibus (Ubuntu) Assignee: (unassigned) = Karl Lattimer (karl-qdh) ** This bug has been marked a duplicate of bug 645724 Ibus applet in unity does not allow selection of menu entries

[Bug 645724] Re: Ibus applet in unity does not allow selection of menu entries by mouse.

2010-11-03 Thread Karl Lattimer
This problem is caused by a race condition occurring between the ibus- daemon focus in/focus out dbus events, and the menu item activated signals. I am currently working on a fix for this bug ** Changed in: ibus (Ubuntu) Assignee: (unassigned) = Karl Lattimer (karl-qdh) ** Changed in: ibus

[Bug 522079] Re: Can't select Input Language Steals curser focus

2010-11-03 Thread Karl Lattimer
** Changed in: ibus (Ubuntu) Assignee: (unassigned) = Karl Lattimer (karl-qdh) ** Changed in: ibus (Ubuntu) Status: New = In Progress -- Can't select Input Language Steals curser focus https://bugs.launchpad.net/bugs/522079 You received this bug notification because you are a member

[Bug 653681] Re: There are 4 separate applications for configuration of different keyboard items

2010-11-03 Thread Karl Lattimer
Duplicate item discovered; https://bugs.launchpad.net/ubuntu/+source/ibus/+bug/429995 slightly more detail there -- There are 4 separate applications for configuration of different keyboard items https://bugs.launchpad.net/bugs/653681 You received this bug notification because you are a member

[Bug 515984] Re: Panel icon stuck on specific input method (but input method switching does work)

2010-11-03 Thread Karl Lattimer
** Changed in: ibus (Ubuntu) Assignee: (unassigned) = Karl Lattimer (karl-qdh) -- Panel icon stuck on specific input method (but input method switching does work) https://bugs.launchpad.net/bugs/515984 You received this bug notification because you are a member of Ubuntu Bugs, which

[Bug 429995] Re: Too many input device control panels

2010-11-03 Thread Karl Lattimer
*** This bug is a duplicate of bug 653681 *** https://bugs.launchpad.net/bugs/653681 ** This bug has been marked a duplicate of bug 653681 There are 4 separate applications for configuration of different keyboard items * You can subscribe to bug 653681 by following this link:

[Bug 407585] Re: use system keyboard layout setting by default

2010-11-03 Thread Karl Lattimer
@Rolf, I'm working a lot on ibus related things and this seemed like low hanging fruit. I'm mostly doing indicator work on ayatana. -- use system keyboard layout setting by default https://bugs.launchpad.net/bugs/407585 You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 637671] Re: ibus python 100 % cpu for ever

2010-10-28 Thread Karl Lattimer
Hi all, the patch proposed in comment #37 will hopefully be pushed today by kenvandine, this will still leave us with a focus tracking issue which means that the input method switching from the menu will still be prone to failure. -- ibus python 100 % cpu for ever

[Bug 637671] Re: ibus python 100 % cpu for ever

2010-10-28 Thread Karl Lattimer
Attached patch fixes the problem more effectively than the backported patch and doesn't do incorrect things like calling os.kill on a glib watch. ** Attachment added: replaces 05_app_indicators.patch https://bugs.launchpad.net/ubuntu/+source/ibus/+bug/637671/+attachment/1714442/+files/patch

[Bug 637671] Re: ibus python 100 % cpu for ever

2010-10-28 Thread Karl Lattimer
yet another patch to replace the existing patch ** Attachment added: replaces 05_app_indicators.patch https://bugs.launchpad.net/ubuntu/+source/ibus/+bug/637671/+attachment/1714449/+files/patch -- ibus python 100 % cpu for ever https://bugs.launchpad.net/bugs/637671 You received this bug

<    1   2   3   4   5   6   >