[Bug 68857] Re: The execute button in gpass won't open website in browser

2009-05-03 Thread Tim Schofield
Just installed gpass and this is still a problem in jaunty

-- 
The execute button in gpass won't open website in browser
https://bugs.launchpad.net/bugs/68857
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 366778] Re: Persistence when resizing Message filter and some other dialogs

2009-04-28 Thread Tim Schofield
Yes this is reproducibile

Example of Non Persistant dialogue (Edit - Message Filter)

Open Evolution
Goto Edit - Message Filters
Resize the Message Filters dialog with your mouse
Click OK or Cancel
Goto Edit - Messge Filters
The message filters dialog is no longer the resized size it is back to the 
default size.

Example of persistant dialogue (File - Save Message)

Goto File - Save Message
Resize the Save Message dialog with your mouse
Click Cancel
Goto Edit - Save Message
The save message dialog is now  the same size as you resized it previously.


For the sake of consistancy all windows/dialogs should reopen at the size the 
user left it at

-- 
Persistence when resizing Message filter and some other dialogs
https://bugs.launchpad.net/bugs/366778
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 20776] Re: Preferences menu displaced

2009-04-28 Thread Tim Schofield
Gert

OK confirmed my preferences dialog size is now fixed with evolution-
inidicator plugin disabled.  Just found bug #331167 has already been
opened for this.

Thanks

-- 
Preferences menu displaced
https://bugs.launchpad.net/bugs/20776
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 20776] Re: [Evolution] Preferences menu displaced

2009-04-25 Thread Tim Schofield
I can confirm this in jaunty  evolution 2.26.1-0ubuntu1

I am using a screen resolution of 1280x768 I can just see the top of the
close button and I cannot resize this window to a smaller size.

-- 
[Evolution] Preferences menu displaced
https://bugs.launchpad.net/bugs/20776
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 366778] [NEW] Persistence when resizing Message filter and some other dialogs

2009-04-25 Thread Tim Schofield
Public bug reported:

Binary package hint: evolution

In the edit Message Filter I always have to resize the window as some of
the auto generatate descriptions are a bit long.  This resize is not
permanent,  next time I try to edit my filters it is back to its
original size.

I tried the following dialogs some had resize persistance some didn't
and a couple hand no resize handles ( although they probably did not
need it).  I would have thought there would be some level of consistancy
in this.

No Resize Persistance

File - import
File - Print
Edit - Syncronisation Options
Edit - Message Filters
Edit - Search Folder
Edit - Plugins
Edit - Preferences
Folder - New
Folder - Copy Folder To..
Folder - Move Folder To..

Resize Persistance

File - Backup Settings
File - Restore Settings
File - Save Message
View - Message Source
Folder - Subscriptions

No Resize Handle
File - Page Setup
Help - About

ProblemType: Bug
Architecture: i386
DistroRelease: Ubuntu 9.04
NonfreeKernelModules: nvidia
Package: evolution 2.26.1-0ubuntu1
ProcEnviron:
 PATH=(custom, no user)
 LANG=en_GB.UTF-8
 SHELL=/bin/bash
SourcePackage: evolution
Uname: Linux 2.6.28-11-generic i686

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


** Tags: apport-bug i386

-- 
Persistence when resizing Message filter and some other dialogs
https://bugs.launchpad.net/bugs/366778
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 366778] Re: Persistence when resizing Message filter and some other dialogs

2009-04-25 Thread Tim Schofield

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

-- 
Persistence when resizing Message filter and some other dialogs
https://bugs.launchpad.net/bugs/366778
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 257685] Re: Inkscape color chooser widget's maximum limited to 245 instead of 255

2009-04-25 Thread Tim Schofield
Confirmed now working in Jaunty inkscape  0.46-5ubuntu4

-- 
Inkscape color chooser widget's maximum limited to 245 instead of 255
https://bugs.launchpad.net/bugs/257685
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 362979] Re: apt-p2p 504 Gateway Timeout error due to Network Proxy being set

2009-04-23 Thread Tim Schofield

OK so I have now traced where the extra http:/ is coming from so I
kludged

/var/lib/python-support/python2.6/apt_p2p/HTTPServer.py as below

if self.manager:
#path = 'http:/' + req.uri
path = req.uri
if resp.code = 200 and resp.code  400:

deleted /var/lib/python-support/python2.6/apt_p2p/HTTPServer.pyc

and restarted apt-p2p this should recompile the above file

sudo /etc/ini.d/apt-p2p restart

My apt-p2p now works fine using clean sources.list file and using
Acquire::http::Proxy http://localhost:9977;;

I turned back on my proxy settings  in System Preferences and apt-get
starts getting stuff through the proxy again.  After googling I find the
apt.conf man page says The http_proxy environment variable will
override all settings.   This seems a bit counter intuitive to have per
application settings overwritten by a system/user setting.

Anyway so back where I started I cannot use apt-p2p with my proxy
settings turned on, any ideas.

-- 
apt-p2p 504 Gateway Timeout error due to  Network Proxy being set
https://bugs.launchpad.net/bugs/362979
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 365570] [NEW] apt-get http_proxy overwrites Acquire::http::Proxy settings

2009-04-23 Thread Tim Schofield
Public bug reported:

Binary package hint: apt

apt-get overrides apt.conf proxy settings with the http_proxy enviroment 
variable.  This is counter intuitive as you would expect application level 
settings to override system/user settings.
 
This means  I cannot use apt helper programs like apt-cacher or apt-p2p when I 
have the proxy set in System-Preferences-Network Proxy

Can there be a apt.conf setting which overides this behaviour (so as not
to break existing configs)

ProblemType: Bug
Architecture: i386
Dependencies:
 libgcc1 1:4.3.3-5ubuntu4
 gcc-4.3-base 4.3.3-5ubuntu4
 libstdc++6 4.3.3-5ubuntu4
 findutils 4.4.0-2ubuntu4
 libc6 2.9-4ubuntu6
DistroRelease: Ubuntu 9.04
NonfreeKernelModules: nvidia
Package: apt 0.7.20.2ubuntu6
ProcEnviron:
 PATH=(custom, no user)
 LANG=en_GB.UTF-8
 SHELL=/bin/bash
SourcePackage: apt
Uname: Linux 2.6.28-11-generic i686

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


** Tags: apport-bug i386

-- 
apt-get http_proxy overwrites Acquire::http::Proxy settings
https://bugs.launchpad.net/bugs/365570
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 365571] [NEW] apt-get http_proxy overwrites Acquire::http::Proxy settings

2009-04-23 Thread Tim Schofield
Public bug reported:

Binary package hint: apt

apt-get overrides apt.conf proxy settings with the http_proxy enviroment 
variable.  This is counter intuitive as you would expect application level 
settings to override system/user settings.
 
This means  I cannot use apt helper programs like apt-cacher or apt-p2p when I 
have the proxy set in System-Preferences-Network Proxy

Can there be a apt.conf setting which overides this behaviour (so as not
to break existing configs)

ProblemType: Bug
Architecture: i386
Dependencies:
 libgcc1 1:4.3.3-5ubuntu4
 gcc-4.3-base 4.3.3-5ubuntu4
 libstdc++6 4.3.3-5ubuntu4
 findutils 4.4.0-2ubuntu4
 libc6 2.9-4ubuntu6
DistroRelease: Ubuntu 9.04
NonfreeKernelModules: nvidia
Package: apt 0.7.20.2ubuntu6
ProcEnviron:
 PATH=(custom, no user)
 LANG=en_GB.UTF-8
 SHELL=/bin/bash
SourcePackage: apt
Uname: Linux 2.6.28-11-generic i686

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


** Tags: apport-bug i386

-- 
apt-get http_proxy overwrites Acquire::http::Proxy settings
https://bugs.launchpad.net/bugs/365571
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 365573] [NEW] apt-get http_proxy overwrites Acquire::http::Proxy settings

2009-04-23 Thread Tim Schofield
Public bug reported:

Binary package hint: apt

apt-get overrides apt.conf proxy settings with the http_proxy enviroment 
variable.  This is counter intuitive as you would expect application level 
settings to override system/user settings.
 
This means  I cannot use apt helper programs like apt-cacher or apt-p2p when I 
have the proxy set in System-Preferences-Network Proxy

Can there be a apt.conf setting which overides this behaviour (so as not
to break existing configs)

ProblemType: Bug
Architecture: i386
Dependencies:
 libgcc1 1:4.3.3-5ubuntu4
 gcc-4.3-base 4.3.3-5ubuntu4
 libstdc++6 4.3.3-5ubuntu4
 findutils 4.4.0-2ubuntu4
 libc6 2.9-4ubuntu6
DistroRelease: Ubuntu 9.04
NonfreeKernelModules: nvidia
Package: apt 0.7.20.2ubuntu6
ProcEnviron:
 PATH=(custom, no user)
 LANG=en_GB.UTF-8
 SHELL=/bin/bash
SourcePackage: apt
Uname: Linux 2.6.28-11-generic i686

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


** Tags: apport-bug i386

-- 
apt-get http_proxy overwrites Acquire::http::Proxy settings
https://bugs.launchpad.net/bugs/365573
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 327841] Re: cannot set values above 245 in edit object colours

2009-04-22 Thread Tim Schofield
*** This bug is a duplicate of bug 257685 ***
https://bugs.launchpad.net/bugs/257685

** This bug has been marked a duplicate of bug 257685
   Inkscape color chooser widget's maximum limited to 245 instead of 255

-- 
cannot set values above 245 in edit object colours
https://bugs.launchpad.net/bugs/327841
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 362979] Re: apt-p2p 504 Gateway Timeout error due to Network Proxy being set

2009-04-22 Thread Tim Schofield
Thought I would see what would happen if I tried configuring it the apt-
cacher way i.e a clean sources.list file (no localhost:9977 amendments)
and having  a file

/etc/apt/apt.conf.d/10apt-p2p

with the following line:-

Acquire::http::Proxy http://localhost:9977;;

This bypasses the system proxy setting and provides a cleaner
configuration.  It seems to contact the apt-p2p daemon.  However there
seems to be a parsing issue of the url, notice the http:/http://; below
from the log /var/log/apt-p2p.log

2009-04-22 11:32:46+0100 [-] Unhandled Error
Traceback (most recent call last):
Failure: twisted.internet.error.ConnectionRefusedError: Connection was r
efused by other side: 111: Connection refused.

2009-04-22 11:32:46+0100 [-] Error occurred downloading http:/http://security.ub
untu.com/ubuntu/dists/jaunty-security/multiverse/binary-i386/Packages

-- 
apt-p2p 504 Gateway Timeout error due to  Network Proxy being set
https://bugs.launchpad.net/bugs/362979
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 362979] [NEW] apt-p2p 504 Gateway Timeout error due to Network Proxy being set

2009-04-17 Thread Tim Schofield
Public bug reported:

Binary package hint: apt-p2p

I am getting 504 Gateway timeout errors in update-manager and apt-get
update.  If I remove the network proxy it then works. The ignored hosts
section of Network Proxy includes localhost.

also getting entries like the following in my squid servers access.log
file

239981112.934106 192.168.99.30 TCP_MISS/504 1613 GET 
http://localhost:9977/security.ubuntu.com/ubuntu/dists/jaun
ty-security/multiverse/binary-i386/Packages.bz2 - DIRECT/127.0.0.1 text/html

ProblemType: Bug
Architecture: i386
DistroRelease: Ubuntu 9.04
NonfreeKernelModules: nvidia
Package: apt-p2p 0.1.5
PackageArchitecture: all
ProcEnviron:
 PATH=(custom, no user)
 LANG=en_GB.UTF-8
 SHELL=/bin/bash
SourcePackage: apt-p2p
Uname: Linux 2.6.28-11-generic i686

** Affects: apt-p2p (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386

-- 
apt-p2p 504 Gateway Timeout error due to  Network Proxy being set
https://bugs.launchpad.net/bugs/362979
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 362979] Re: apt-p2p 504 Gateway Timeout error due to Network Proxy being set

2009-04-17 Thread Tim Schofield

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

-- 
apt-p2p 504 Gateway Timeout error due to  Network Proxy being set
https://bugs.launchpad.net/bugs/362979
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 327841] Re: cannot set values above 245 in edit object colours

2009-04-17 Thread Tim Schofield
Can anyone confirm this is a bug in jaunty.  This occurred after
upgrading to jaunty, I did not have the problem in intrepid.

-- 
cannot set values above 245 in edit object colours
https://bugs.launchpad.net/bugs/327841
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 328082] Re: evolution search folder has corrupted my specific folder imap setting

2009-02-12 Thread Tim Schofield
Apologies

Can you close this bug as I had trashed my ~/.gconf folder after the
upgrade to 9.04 whilst trying to trace another bug.  I had then added my
mail account using the evolution wizard.  It must be picking up search
folder settings from the ~/.evolution folder which it can no longer tie
to settings in ~/.gconf/apps/evolution

I have just repeated the process to confirm this

I created a new search folder with specific folder set to
imap:u...@server/INBOX

rm -rf ~/.gconf/apps/evolution
evolution --force-shutdown
pgrep gconfd | xargs kill

Started evolution and used Evolution Setup Assistant to add my imap
mail account.

search folder - properties - specific folder now contains

email:1234034091.16182...@hostname/INBOX

Thanks

-- 
evolution search folder has corrupted my specific folder imap setting
https://bugs.launchpad.net/bugs/328082
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 328082] [NEW] evolution search folder has corrupted my specific folder imap setting

2009-02-11 Thread Tim Schofield
Public bug reported:

Binary package hint: evolution

After Upgrading from 8.10 to 9.04 my search folder properties for
specific folders contains entries of the form

email:1184844114.21...@ubuntu/INBOX

instead of

imap:u...@server/INBOX

Removing and re-adding the entry fixes the problem.

When I had 8.10  I had a similar problem bug 294797

Which was fixed by using a intrepid-proposed version of evolution

ProblemType: Bug
Architecture: i386
DistroRelease: Ubuntu 9.04
NonfreeKernelModules: nvidia
Package: evolution 2.25.90-0ubuntu1
ProcEnviron:
 PATH=(custom, no user)
 LANG=en_GB.UTF-8
 SHELL=/bin/bash
SourcePackage: evolution
Uname: Linux 2.6.28-7-generic i686

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


** Tags: apport-bug

-- 
evolution search folder has corrupted my specific folder imap setting
https://bugs.launchpad.net/bugs/328082
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 328082] Re: evolution search folder has corrupted my specific folder imap setting

2009-02-11 Thread Tim Schofield

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

-- 
evolution search folder has corrupted my specific folder imap setting
https://bugs.launchpad.net/bugs/328082
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 327841] [NEW] cannot set values above 245 in edit object colours

2009-02-10 Thread Tim Schofield
Public bug reported:

Binary package hint: inkscape

Just upgraded to Jaunty

inkscape 0.46-5ubuntu1

Seems to be a regression to bug 257685 which is marked a Fix Released
for Intrepid

ProblemType: Bug
Architecture: i386
DistroRelease: Ubuntu 9.04
NonfreeKernelModules: nvidia
Package: inkscape 0.46-5ubuntu1
ProcEnviron:
 PATH=(custom, no user)
 LANG=en_GB.UTF-8
 SHELL=/bin/bash
SourcePackage: inkscape
Uname: Linux 2.6.28-7-generic i686

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


** Tags: apport-bug

-- 
cannot set values above 245 in edit object colours
https://bugs.launchpad.net/bugs/327841
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 327841] Re: cannot set values above 245 in edit object colours

2009-02-10 Thread Tim Schofield

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

-- 
cannot set values above 245 in edit object colours
https://bugs.launchpad.net/bugs/327841
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 115196] Ctrl - A unfortunate hotkey choice for save all

2007-05-17 Thread Tim Schofield
Public bug reported:

Binary package hint: gnomebaker

I can use Ctrl - A to select all files in a directory in the Name window
only if I have NOT created a new project.  Once a new project is
started,  the File Save All menu option is enabled and Ctrl - A no
longer works for selecting files.

** Affects: gnomebaker (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
Ctrl - A unfortunate hotkey  choice for save all 
https://bugs.launchpad.net/bugs/115196
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 88923] Re: Package 'midisport-firmware': firmware is not loaded automatically

2007-04-06 Thread Tim Schofield
It appears that your firmware and fxload are working OK then.  So the reason it 
is not working on boot is probably udev related
I have attached my modified version of 
/etc/udev/rules.d/35-midisport-firmware.rules for you to try.  Don't forget to 
change permissions and ownership to the same as your other rules

if you still have a problem attach your  original midisport-
firmware.rules file from the /etc/udev/rules.d/ directory and I will
test it on my machine to see if it works with my Midisport2x2 hardware.

Regards

Tim

** Attachment added: Modified midisport-firmware udev rules
   http://librarian.launchpad.net/7178849/35-midisport-firmware.rules

-- 
Package 'midisport-firmware': firmware is not loaded automatically
https://bugs.launchpad.net/bugs/88923
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 88923] Re: Package 'midisport-firmware': firmware is not loaded automatically

2007-04-03 Thread Tim Schofield
Hi

I have had  the same problem loading firmware into the midisport2x2

Fixed it by adding -D $env{DEVNAME} to the end of the fxload command in
the /etc/udev/rules.d/35-midisport-firmware.rules

i.e

ACTION==add, SUBSYSTEM==usb_device, ATTRS{idVendor}==0763,
ATTRS{idProduct}==1001, RUN+=/sbin/fxload -s
/lib/firmware/maudio/MidiSportLoader.ihx -I
/lib/firmware/maudio/MidiSport2x2.ihx 

is replaced by

ACTION==add, SUBSYSTEM==usb_device, ATTRS{idVendor}==0763,
ATTRS{idProduct}==1001, RUN+=/sbin/fxload -s
/lib/firmware/maudio/MidiSportLoader.ihx -I
/lib/firmware/maudio/MidiSport2x2.ihx -D $env{DEVNAME}

-- 
Package 'midisport-firmware': firmware is not loaded automatically
https://bugs.launchpad.net/bugs/88923
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