[Bug 164680] Re: deskbar-applet crashed with AttributeError in query()

2007-12-18 Thread fritschy
This crash looks suspiciously like a race in deskbar itself. Also the
crash seems not to be related to our tracker module, as it does not
touch any other modules (in this case the epiphany history handler).

Cheers, Marcus

-- 
deskbar-applet crashed with AttributeError in query()
https://bugs.launchpad.net/bugs/164680
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


Re: [Bug 160262] Re: Deskbar Tracker fails to open evolution emails

2007-12-10 Thread fritschy
On Dec 10, 2007 7:23 AM, Emilio Pozuelo Monfort [EMAIL PROTECTED] wrote:
 Marcus,

 Since upstream (i.e. you) triage these bugs it's ok for you to set them
 to Fix Committed (Fix Released would be set once the fix is in the
 repository).

 However if someone wants to get the patch before the release it's ok if
 they set it to something different than Fix Committed so the sponsors
 look into it.

Good, thx for making that clear.

Cheers, Marcus

-- 
Deskbar Tracker fails to open evolution emails
https://bugs.launchpad.net/bugs/160262
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


Re: [Bug 160262] Re: Deskbar Tracker fails to open evolution emails

2007-12-09 Thread fritschy
Hey there,

On Dec 7, 2007 6:48 PM, Mario Bonino [EMAIL PROTECTED] wrote:
 I'm trying to fix this.

Actually it is long since fixed in the tracker repository[1] - for
that reason I marked the bug as 'fix committed'. Regarding the current
status - is 'fix committed' only applicable for bugs that have been
addressed in the ubuntu package?

Cheers, Marcus

[1] http://svn.gnome.org/viewvc/tracker/trunk/python/deskbar-handler
/tracker-module.py?r1=969r2=998

-- 
Deskbar Tracker fails to open evolution emails
https://bugs.launchpad.net/bugs/160262
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 160262] Re: Deskbar Tracker fails to open evolution emails

2007-11-09 Thread fritschy
** Changed in: tracker (Ubuntu)
   Status: New = Fix Committed

-- 
Deskbar Tracker fails to open evolution emails
https://bugs.launchpad.net/bugs/160262
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 152042] Re: deskbar startup state is confusing

2007-10-29 Thread fritschy
Search for XXX with t-s-t is our static handler which will on activation
fire up an instance of tracker-search-tool searching for XXX. This one
can be disabled in the deskbar options anyway.

The 'Internet Suche' is not tracker handler specific and is a general
deskbar-handler, shipped with deskbar.

There is not much room to define what tracker search tool is - one
should know about it (e.g. see the tracker-search-tool manpage) and use
it (or not) i presume.

Cheers, Marcus

-- 
deskbar startup state is confusing
https://bugs.launchpad.net/bugs/152042
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 151593] Re: Race in displaying tracker action ends up showing two actions

2007-10-19 Thread fritschy
Yes, this happens from time to time - but I don't know of a way for me
as deskbar API client how I could prevent them from being shown as I am
just telling deskbar to show a Hit.

Kind regards, Marcus

-- 
Race in displaying tracker action ends up showing two actions
https://bugs.launchpad.net/bugs/151593
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


Re: [Bug 140942] Re: Deskbar randomly crashes

2007-09-25 Thread fritschy
Hi Scott.

On 9/25/07, Scott Robinson [EMAIL PROTECTED] wrote:
 Plenty of memory was available. But, ok.

I am the python programmer 'in charge' ;). The problem may be related
to not enough memory, but it could also be a corrupt RAM module in
your machine. Anyways, there is no sane way one can handle a
MemoryError from python itself, as the handling is likely to raise
more of these same errors.

I hope that makes it clear that there is no good way of targeting this
problem from the tracker handler. Please don't feel discouraged to
report bug ;)!

If you have any questions, feel free to voice them,

kind regards, Marcus Fritzsch

-- 
Deskbar randomly crashes
https://bugs.launchpad.net/bugs/140942
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 140942] Re: Deskbar randomly crashes

2007-09-21 Thread fritschy
This error is likely caused by low memory and python not getting enough
to allocate objects, so handling this might not even be possible. Also
it seems like the error happened in the python dbus library and during a
search (as query () is called by deskbar-applet when searching).

It seems like there is not enough memory for python to run, from python
and the tracker-module (that has close to no data anyhow), I cannot do
anything about this.

-- 
Deskbar randomly crashes
https://bugs.launchpad.net/bugs/140942
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 140059] Re: tracker-extract crashed with SIGSEGV in has_attribute()

2007-09-17 Thread fritschy
I believe this one was fixed with commit 786 in svn.

Cheers, Marcus

-- 
tracker-extract crashed with SIGSEGV in has_attribute()
https://bugs.launchpad.net/bugs/140059
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


Re: [Bug 56615] Re: Impossible to unlock a locked session after some time (dapper)

2007-03-15 Thread fritschy
Hello,

On 3/13/07, Jonh Wendell [EMAIL PROTECTED] wrote:
 Hi. Is this still happening?
Huh, sorry, currently I have no machine to run a feisty on.

 Can you try latest GNOME (2.18, feisty) ?
Sorry, I can't help

kind regards,
Marcus

-- 
Impossible to unlock a locked session after some time (dapper)
https://launchpad.net/bugs/56615

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


[Bug 37362] Re: unmount of encrypted volume via menu broken

2006-08-19 Thread fritschy
Hello,

I am running dapper, and can confirm this exact behaviour!

-- 
unmount of encrypted volume via menu broken
https://launchpad.net/bugs/37362

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


[Bug 56615] Re: Impossible to unlock a locked session after some time (dapper)

2006-08-17 Thread fritschy
 - Locked from within vino or the desktop (when physically on the machine).
 - No leep or hibernate in use, just the running server box.
 - Ah yes, sorry. I move the mouse and press keys, but the password prompt does 
not appear anymore. The vnc connection is alive though (i.e. Cursor is rendered 
remotely on the server).

As a remark, I also tried to disconnect/reconnect (even with another vnc
client), but that does not changed anything.

-- 
Impossible to unlock a locked session after some time (dapper)
https://launchpad.net/bugs/56615

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


[Bug 56615] Impossible to unlock a locked session after some time (dapper)

2006-08-16 Thread fritschy
Public bug reported:

I am using vino as vnc server and i preferably lock the session with
gnome-screensaver when I'm not on it. The unlocking does work, but it
seems like after a longer time only, the onlocking does not work anymore
and gnome-screensaver is to be killed. The period after the unlocking
fails is about 30-60 minutes, no exact timings though.

I have a dapper system with updates up to 2006-08-15.

I did not found any problems unlocking gnome-screensaver locked sessions
w/o vino so I filed the bug here.

** Affects: vino (Ubuntu)
 Importance: Untriaged
 Status: Unconfirmed

-- 
Impossible to unlock a locked session after some time (dapper)
https://launchpad.net/bugs/56615

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