GTG

task browser does not always come to front and quickadd entry has not always focus

Bug #917988 reported by dAnjou
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
GTG
Fix Released
Low
Izidor Matušov

Bug Description

I know that those are two issues but I fixed them in the same method. I hope you are fine with this.

Revision history for this message
dAnjou (danjou) wrote :

Hmm shit.

I use Ubuntu 11.10 + GNOME Shell and I created a custom shortcut in the keyboard preferences which triggers a script I wrote:

#!/usr/bin/env python
#-*- coding:utf-8 -*-

import dbus

bus = dbus.SessionBus()
liste = bus.list_names()
busname = "org.gnome.GTG"
remote_object = bus.get_object(busname,"/org/gnome/GTG")
timi = dbus.Interface(remote_object,dbus_interface="org.gnome.GTG")

if timi.IsTaskBrowserVisible():
    timi.HideTaskBrowser()
else:
    timi.ShowTaskBrowser()

Although I tested it a little bit and it seemed to work better, firefox and maybe other programs are still able to prevent GTG from coming to front sometimes.

Maybe one should look at guake's code. They manage it somehow.

Revision history for this message
Izidor Matušov (izidor) wrote :

It will be merged into the trunk after releasing GTG 0.2.9 (it should be soon :-)

Changed in gtg:
milestone: none → 0.3
status: New → Confirmed
status: Confirmed → Won't Fix
status: Won't Fix → In Progress
importance: Undecided → Low
assignee: nobody → Izidor Matušov (izidor)
Revision history for this message
Izidor Matušov (izidor) wrote :

Your fix was merged in rev 1080.

This bug doesn't affect me so I would spent my time on fixing other critical bugs. Feel free to investigate further :-)

Changed in gtg:
status: In Progress → Fix Committed
Changed in gtg:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.