[Bug 43464] Re: Feisty’s Quod Libet ignore s keyboard shortcuts

2007-05-10 Thread Ronny Haryanto
As per Joe's suggestion this is probably better implemented as a plugin.
I have written such plugin by adapting some existing code and Facundo
Batista's patch. The plugin is attached. Simply save the dbusmmkey.py
file in ~/.quodlibet/plugins/events/ and enable it in quod libet.

** Attachment added: Quod Libet dbusmmkey plugin
   http://librarian.launchpad.net/7598413/dbusmmkey.py

-- 
Feisty’s Quod Libet ignores keyboard shortcuts
https://bugs.launchpad.net/bugs/43464
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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

[Bug 43464] Re: Feisty’s Quod Libet ignore s keyboard shortcuts

2007-04-29 Thread Ronny Haryanto
This *might* have something to do with different interface in new version of 
control-center included with feisty.
You might be interested in http://bugzilla.gnome.org/show_bug.cgi?id=395433 and 
also bug #32917 and bug #87299.

-- 
Feisty’s Quod Libet ignores keyboard shortcuts
https://bugs.launchpad.net/bugs/43464
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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

[Bug 87299] Re: Multimedia keys not working in Feisty

2007-04-23 Thread Ronny Haryanto
Also not working in quodlibet since feisty. Appears to be dbus related.
See bug #43464.

-- 
Multimedia keys not working in Feisty
https://bugs.launchpad.net/bugs/87299
You received this bug notification because you are a member of Kubuntu
Team, which is a bug contact for amarok in ubuntu.

-- 
kubuntu-bugs mailing list
[EMAIL PROTECTED]
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 83519] postgresql update breaks check constraints

2007-02-05 Thread Ronny Haryanto
Public bug reported:

Binary package hint: postgresql-8.1

After upgrading postgresql-8.1 to the latest version (8.1.4-7ubuntu0.2)
this morning (as per http://www.ubuntu.com/usn/usn-417-1), my pgsql-
based application breaks. Turned out that this was the cause:

db= update accounts set status='active' where status='active';
ERROR:  attribute 5 has wrong type
DETAIL:  Table has type character varying, but query expects character varying.

db= \d accounts
Table public.accounts
   Column|   Type   |   Modifiers   

-+--+---
 id  | bigint   | not null default 
nextval('accounts_id_seq'::regclass)
 name| character varying(500)   | not null
 type| character varying(50)| not null default 'regular'::character 
varying
 comments| text | 
 status  | character varying(50)| not null default 'pending'::character 
varying
...
Check constraints:
accounts_status_check CHECK (status::text = 'active'::text OR 
status::text = 'pending'::text OR status::text = 'suspended'::text OR 
status::text = 'expired'::text OR status::text = 'deleted'::text)
...

This does not happen when I downgrade the postgresql-8.1 package to
8.1.4-7ubuntu0.1 manually.

** Affects: postgresql-8.1 (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
postgresql update breaks check constraints
https://launchpad.net/bugs/83519

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


[Bug 59183] Re: mime_magic: type regex ... application/x-awk invalid

2006-10-27 Thread Ronny Haryanto
One workaround is to add the following lines to php.ini:

[mime_magic]
mime_magic.magicfile = /etc/apache2/magic

-- 
mime_magic: type regex  ... application/x-awk invalid
https://launchpad.net/bugs/59183

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