[Bug 155459] Re: login hotmail.com

2008-06-13 Thread Matthew Koyle
I don't believe this is a bug.  If I understand the complaint correctly,
at least some users above are complaining that hotmail will not remember
their username/password like most other sites.

The problem is that hotmail has disabled autocomplete for the login
page.  See http://www.raymond.cc/blog/archives/2007/07/16/firefox-dont-
remember-yahoo-mail-and-hotmail-password/

Raymond posted a snippet of javascript code which will re-enable
autocomplete on the page:

javascript:(function(){var ca,cea,cs,df,dfe,i,j,x,y;function
n(i,what){return i+
+what+((i==1)?:s)}ca=cea=cs=0;df=document.forms;for(i=0;idf.length;++i){x=df[i];dfe=x.elements;if(x.onsubmit){x.onsubmit=;++cs;}if(x.attributes[autocomplete]){x.attributes[autocomplete].value=on;++ca;}for(j=0;jdfe.length;++j){y=dfe[j];if(y.attributes[autocomplete]){y.attributes[autocomplete].value=on;++cea;}}}alert(Removed
autocomplete=off from +n(ca,form)+ and from +n(cea,form
element)+, and removed onsubmit from +n(cs,form)+. After you type
your password and submit the form, the browser will offer to remember
your password.)})();

-- 
login hotmail.com
https://bugs.launchpad.net/bugs/155459
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 223613] Re: Wrong GDM resolution at boot on hardy

2008-05-10 Thread Matthew Koyle
Run the following:

sudo dpkg-reconfigure usplash

Take a look at /etc/usplash.conf and see if the resolution numbers in
there are crazy big (or small).  In mine except for a commented line
that begins with '#' the entire file is the following:

xres=1280
yres=1024

Hope that fixes it.

Pulled that out of
http://ubuntuforums.org/archive/index.php/t-372208.html

-- 
Wrong GDM resolution at boot on  hardy
https://bugs.launchpad.net/bugs/223613
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 223613] Re: Wrong GDM resolution at boot on hardy

2008-05-10 Thread Matthew Koyle
The problem was not related to xserver or GDM; problem was configuration
of usplash and bootsplash resolution resulting from some problem at
bootup with screen resolution detection.

** Also affects: usplash (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: xserver-xorg-video-nv (Ubuntu)
   Status: Confirmed = Invalid

-- 
Wrong GDM resolution at boot on  hardy
https://bugs.launchpad.net/bugs/223613
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 210308] Re: Bootsplash not getting shown in hardy, ATI Radeon x2300

2008-05-10 Thread Matthew Koyle
This and similar problems seem to be happening to several users; usually
is related to initial configuration problem when installing ubuntu.
Appears to be a problem with usplash

** Changed in: usplash (Ubuntu)
Sourcepackagename: None = usplash

-- 
Bootsplash not getting shown in hardy, ATI Radeon x2300
https://bugs.launchpad.net/bugs/210308
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 210308] Re: Bootsplash not getting shown in hardy, ATI Radeon x2300

2008-05-10 Thread Matthew Koyle
The most likely causes from the information we have here are a
framebuffer problem and a usplash problem.

Just so someone that knows what he's doing has information he might
need, post the first line from /boot/grub/menu.lst that begins with
'kernel' (right after 'End Default Options') -- they should look
something like the following:

kernel  /vmlinuz-2.6.24-17-generic
root=UUID=b1fab4dc-2248-4736-8067-a8ae51ad778e ro quiet splash

Then post the version number that is output from the following command:

apt-cache show usplash

My hardy installation shows Version: 0.5.19

Take a look at /etc/usplash.conf and see if the resolution numbers in
there are crazy big (or small). In mine except for a commented line that
begins with '#' the entire file is the following:

xres=1280
yres=1024

Then run the following:

sudo dpkg-reconfigure usplash

-- 
Bootsplash not getting shown in hardy, ATI Radeon x2300
https://bugs.launchpad.net/bugs/210308
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 223613] Re: Wrong GDM resolution at boot on hardy

2008-05-10 Thread Matthew Koyle
Glad it's fixed; hopefully someone that knows more about usplash either
already knows the cause and fix or can ask you what they need to know to
work on a fix.  This could be significant in preventing someone from
choosing to use Ubuntu so we ought to fix it.

-- 
Wrong GDM resolution at boot on  hardy
https://bugs.launchpad.net/bugs/223613
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 190506] Re: [Hardy] GNOME and GDM are starting up with wrong display resolution

2008-05-09 Thread Matthew Koyle
I just reread your problem and it seems I have interposed something here
which makes no sense at all.  It seemed more related before (or maybe I
was looking at a different bug report).  Sorry.

-- 
[Hardy] GNOME and GDM are starting up with wrong display resolution
https://bugs.launchpad.net/bugs/190506
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 190506] Re: [Hardy] GNOME and GDM are starting up with wrong display resolution

2008-05-09 Thread Matthew Koyle
It may not be helpful at all, but I was having a similar problem and had
to change a line in xorg.conf which you do not have.  Honestly, I don't
know how the line got there (I suspect it appeared during the Hardy
install, but I am not sure).

Anyway, my GDM resolution should have been 1280x1024 but my greeters did
not appear properly.  Rather, it looked as though the greeter was
stretched to 1600x1200 and I could not see the bottom and right sides of
the greeter.  In my xorg.conf I had a line in the screen section:

 virtual 1600 1200

Changing that line to 1280 1024 fixed the GDM greeter resolution problem
for me.  Is there any possibility these are related?  Good luck.

-- 
[Hardy] GNOME and GDM are starting up with wrong display resolution
https://bugs.launchpad.net/bugs/190506
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 223613] Re: Wrong GDM resolution at boot on hardy

2008-05-09 Thread Matthew Koyle
If I understand the description, I had this same problem (I don't
believe the login screen is actually appearing at 800x600 resolution).

My GDM screen would show up (with 1280x1024 resolution, I think) but it
would look as though it were stretched to a virtual screen resolution of
1600x1200 or somthing so I could not see the bottom or right side of the
screen.

Modifying the 'virtual' line in the xorg.conf 'screen' section to my
actual resolution fixed it for me.

What is your gnome resolution (system--preferences--screen resolution)
and what is your monitor capable of (or what's the model)?

In xorg.conf try changing the numbers to match your resolution in the line:
virtual 1280 1024

-- 
Wrong GDM resolution at boot on  hardy
https://bugs.launchpad.net/bugs/223613
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 194552] Re: [Hardy] GDM starts with wrong display resolution

2008-05-09 Thread Matthew Koyle
It may not be helpful at all, but I was having a similar problem and had
to change a line in xorg.conf which you may or may not have. Honestly, I
don't know how the line got there (I suspect it appeared during the
Hardy install, but I am not sure).

Anyway, my GDM resolution should have been 1280x1024 but my greeters did
not appear properly. Rather, it looked as though the greeter was
stretched to 1600x1200 and I could not see the bottom and right sides of
the greeter. In my xorg.conf I had a line in the screen section:

 virtual 1600 1200

Changing that line to 1280 1024 fixed the GDM greeter resolution problem
for me. Is there any possibility these are related? Good luck.

Do you have a modified xorg.conf?  If you don't, another solution which
appears to fix the gdm greeter problem is to generate a new generic
xorg.conf using

sudo dpkg-reconfigure -phigh xserver-xorg

Sorry if this isn't at all related.  It seems similar to my problem,
though so I thought I would chime in.  Good luck.

-- 
[Hardy] GDM starts with wrong display resolution
https://bugs.launchpad.net/bugs/194552
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 214470] Re: gdm screen uses virtual screen size instead of actual

2008-05-09 Thread Matthew Koyle
My GDM resolution should have been 1280x1024 but my greeters did not
appear properly. Rather, it looked as though the greeter was stretched
to 1600x1200 and I could not see the bottom and right sides of the
greeter. In my xorg.conf I had a line in the screen section:

 virtual 1600 1200

Changing that line to 1280 1024 fixed the GDM greeter resolution problem
for me.

Also, generating a default xorg.conf (without modelines) and adding my
nvidia driver back in by hand fixed the problem as well:

sudo dpkg-reconfigure -phigh xserver-xorg

Sorry if this doesn't seem related, but it looks like the same problem.
I think this is also the same issue as Bug #223613
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-
nv/+bug/223613

Good luck.

-- 
gdm screen uses virtual screen size instead of actual
https://bugs.launchpad.net/bugs/214470
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 223613] Re: Wrong GDM resolution at boot on hardy

2008-05-09 Thread Matthew Koyle
Let me make sure I understand what you are concerned about.  Tell us if
the following is right or wrong:

1) The Ubuntu logo and progress bar look bad
2) The login screen after the logo and progress bar are gone looks fine

Is that right?  Or is the login screen the wrong resolution, too?

The reason I ask is that if the problem is the bootsplash (the progress
bar and logo during initial bootup) we've been trying to fix different
things here.  Just to explain, the xorg.conf has nothing to do with that
bootsplash screen.  The GDM greeter is the login window with the
username/password for login after boot is complete.

Thanks for clearing up what the actual problem is.

If it is just the bootsplash, take a look at /boot/grub/menu.lst

find the lines that look something like this:

kernel /boot/vmlinuz-2.6.20-10-generic root=UUID=0d9bd4d3-7a17-4f00
-af6a-c89697eb5d0d ro splash vga=791

The number at the end determines the resolution of the bootsplash
screen.  If you are seeing 800x600, it probably says 788 right now.
Change it to 794 (at least on the line for your current boot) and see if
it isn't fixed.

-- 
Wrong GDM resolution at boot on  hardy
https://bugs.launchpad.net/bugs/223613
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 223613] Re: Wrong GDM resolution at boot on hardy

2008-05-09 Thread Matthew Koyle
If that fixes the problem for you, you ought to thank dreadlord_chris on
ubuntuforums... I found that info in a post he made at
http://ubuntuforums.org/showthread.php?t=383492

-- 
Wrong GDM resolution at boot on  hardy
https://bugs.launchpad.net/bugs/223613
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 159671] Re: Audacity crashes at startup when jack is running

2007-11-03 Thread Matthew Koyle
I just can't believe that the failure to load when jack is running 100%
of the time and success after closing jack just a few seconds later is a
coincidence.  I happen to have installed the ubuntustudio packages and
as for locale:

[EMAIL PROTECTED]:~$ locale
LANG=en_US.UTF-8
LC_CTYPE=en_US.UTF-8
LC_NUMERIC=en_US.UTF-8
LC_TIME=en_US.UTF-8
LC_COLLATE=en_US.UTF-8
LC_MONETARY=en_US.UTF-8
LC_MESSAGES=en_US.UTF-8
LC_PAPER=en_US.UTF-8
LC_NAME=en_US.UTF-8
LC_ADDRESS=en_US.UTF-8
LC_TELEPHONE=en_US.UTF-8
LC_MEASUREMENT=en_US.UTF-8
LC_IDENTIFICATION=en_US.UTF-8
LC_ALL=

-- 
Audacity crashes at startup when jack is running
https://bugs.launchpad.net/bugs/159671
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 159668] Re: Edirol UA-700 hardware midi does not work and cannot be set as default device by alsa mixer

2007-11-03 Thread Matthew Koyle
I re-discovered that my device has what is basically a midi on/off
switch (it is a knob that controls bitrate).  On the 'advance[d]'
setting, MIDI works.  On the normal setting, MIDI is hardware-disabled.

There is, therefore, no bug whatsoever (except the small one I found in
my own head) ;)

--Matthew

** Changed in: alsa-driver (Ubuntu)
   Status: New = Invalid

-- 
Edirol UA-700 hardware midi does not work and cannot be set as default device 
by alsa mixer
https://bugs.launchpad.net/bugs/159668
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 159671] Re: Audacity crashes at startup when jack is running

2007-11-03 Thread Matthew Koyle
I appreciate any help... I know that audacity did not interface with
jack at all before; it is nice to see these things shaping together.

--Matthew

-- 
Audacity crashes at startup when jack is running
https://bugs.launchpad.net/bugs/159671
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 159671] Re: Audacity crashes at startup when jack is running

2007-11-03 Thread Matthew Koyle
It executes normally with qjackctl open (but stopped).  If I close
audacity, start jack, and run audacity again from a terminal I get:

JACK tmpdir identified as [/dev/shm]
Enhanced3DNow! detected
SSE2 detected

(audacity:6763): Pango-WARNING **: /usr/lib/pango/1.6.0/modules/pango-
basic-fc.so: failed to map segment from shared object: Resource
temporarily unavailable

(audacity:6763): Pango-WARNING **: Failed to load Pango module
'/usr/lib/pango/1.6.0/modules/pango-basic-fc.so' for id
'BasicScriptEngineFc'

(audacity:6763): Pango-WARNING **: /usr/lib/pango/1.6.0/modules/pango-
basic-fc.so: failed to map segment from shared object: Resource
temporarily unavailable

(audacity:6763): Pango-WARNING **: pango_shape called with bad font,
expect ugly output

(audacity:6763): Pango-WARNING **: pango_font_get_glyph_extents called
with null font argument, expect ugly output

-- 
Audacity crashes at startup when jack is running
https://bugs.launchpad.net/bugs/159671
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 159668] Edirol UA-700 hardware midi does not work and cannot be set as default device by alsa mixer

2007-11-02 Thread Matthew Koyle
Public bug reported:

My UA 700 works in audacity as an audio device, but the hardware midi
does not work (in rosegarden, for example).  Hardware midi seems to be
disabled by default.  I do have timidity installed.  Also, it is not
possible to select the device in Alsa Mixer (under File -- Change
device).  It isn't listed.


[EMAIL PROTECTED]:~$ cat /dev/sndstat
Sound Driver:3.8.1a-980706 (ALSA v1.0.14 emulation code)
Kernel: Linux Abish 2.6.22-14-rt #1 SMP PREEMPT RT Sun Oct 14 22:53:32 GMT 2007 
x86_64
Config options: 0

Installed drivers: 
Type 10: ALSA emulation

Card config: 
NVidia CK8S with ALC655 at irq 20
Roland EDIROL UA-700 at usb-:00:02.0-4, full speed

Audio devices:
0: NVidia CK8S (DUPLEX)
1: USB Audio (DUPLEX)

Synth devices: NOT ENABLED IN CONFIG

Midi devices: NOT ENABLED IN CONFIG

Timers:
31: system timer

Mixers:
0: Realtek ALC655 rev 0
1: USB Mixer


[EMAIL PROTECTED]:~$ cat /proc/asound/seq/clients
Client info
  cur  clients : 4
  peak clients : 6
  max  clients : 192

Client   0 : System [Kernel]
  Port   0 : Timer (Rwe-)
  Port   1 : Announce (R-e-)
Connecting To: 15:0
Client  14 : Midi Through [Kernel]
  Port   0 : Midi Through Port-0 (RWe-)
Client  15 : OSS sequencer [Kernel]
  Port   0 : Receiver (-we-)
Connected From: 0:1
Client 128 : TiMidity [User]
  Port   0 : TiMidity port 0 (-We-)
  Port   1 : TiMidity port 1 (-We-)
  Port   2 : TiMidity port 2 (-We-)
  Port   3 : TiMidity port 3 (-We-)
  Output pool :
Pool size  : 500
Cells in use   : 0
Peak cells in use  : 0
Alloc success  : 0
Alloc failures : 0
  Input pool :
Pool size  : 1000
Cells in use   : 0
Peak cells in use  : 128
Alloc success  : 1645
Alloc failures : 0


[EMAIL PROTECTED]:~$ aplaymidi -l
 PortClient name  Port name
 14:0Midi Through Midi Through Port-0
128:0TiMidity TiMidity port 0
128:1TiMidity TiMidity port 1
128:2TiMidity TiMidity port 2
128:3TiMidity TiMidity port 3

** Affects: alsa-driver (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Edirol UA-700 hardware midi does not work and cannot be set as default device 
by alsa mixer
https://bugs.launchpad.net/bugs/159668
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 159671] Audacity crashes at startup when jack is running

2007-11-02 Thread Matthew Koyle
Public bug reported:

Binary package hint: audacity

In AMD64 up-to-date gutsy, audacity crashes at startup when qjackctl /
jackd is running (it executes normally if jack is not running).

It goes off with an error:

***MEMORY-ERROR***: audacity[6644]: GSlice: failed to allocate 496 bytes
(alignment: 512): Cannot allocate memory

Program received signal SIGABRT, Aborted.

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

-- 
Audacity crashes at startup when jack is running
https://bugs.launchpad.net/bugs/159671
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 159671] Re: Audacity crashes at startup when jack is running

2007-11-02 Thread Matthew Koyle

** Attachment added: GDB backtrace
   http://launchpadlibrarian.net/10256377/gdb-audacity.txt

** Description changed:

  Binary package hint: audacity
  
  In AMD64 up-to-date gutsy, audacity crashes at startup when qjackctl /
  jackd is running.
+ 
+ It goes off with an error:
+ 
+ ***MEMORY-ERROR***: audacity[6644]: GSlice: failed to allocate 496 bytes
+ (alignment: 512): Cannot allocate memory
+ 
+ Program received signal SIGABRT, Aborted.

** Description changed:

  Binary package hint: audacity
  
  In AMD64 up-to-date gutsy, audacity crashes at startup when qjackctl /
- jackd is running.
+ jackd is running (it executes normally if jack is not running).
  
  It goes off with an error:
  
  ***MEMORY-ERROR***: audacity[6644]: GSlice: failed to allocate 496 bytes
  (alignment: 512): Cannot allocate memory
  
  Program received signal SIGABRT, Aborted.

-- 
Audacity crashes at startup when jack is running
https://bugs.launchpad.net/bugs/159671
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 152362] Re: icedtea-java7-plugin always crashes firefox

2007-10-16 Thread Matthew Koyle
Mine didn't crash, but it did generate SIGSEGV errors that saved in my
home directory.  I am attaching one that I think was generated when
looking at http://www.java.com/en/download/help/testvm.xml

Anyway, a local build managed by APT and dpkg fixed it for me:

sudo apt-get build-dep icedtea-java7-plugin
sudo apt-get -b source icedtea-java7-plugin icedtea-java7-bin icedtea-java7-jre 
icedtea-java7-jdk
sudo dpkg -i icedtea-java7-*deb

--Matthew

** Attachment added: hs_err_pid14257.log
   http://launchpadlibrarian.net/10049218/hs_err_pid14257.log

-- 
icedtea-java7-plugin always crashes firefox
https://bugs.launchpad.net/bugs/152362
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 71671] Re: /etc/papersize contains a4 rather than letter in Edgy

2007-10-16 Thread Matthew Koyle
Gutsy appears to have fixed all of these problems, or at least all of
the global settings.  Did they do this by making the system choose based
on locale or did they just change the default to letter?

For me it's fixed, so perhaps this gets to be closed soon.

--Matthew

-- 
/etc/papersize contains a4 rather than letter in Edgy
https://bugs.launchpad.net/bugs/71671
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 152209] sudo modprobe ndiswrapper returns error

2007-10-12 Thread Matthew Koyle
Public bug reported:

After an upgrade from feisty to gutsy, ndiswrapper stopped working.

'sudo modprobe ndiswrapper' returned a module not found message.  I went
poking around and found that
/lib/modules/2.6.22-14-generic/ubuntu/misc/ndiswrapper/ndiswrapper.ko
did exist, so out of curiosity I executed depmod.

Now the ndiswrapper module loads properly;  I am guessing that depmod
needs added on the postinstall for linux-ubuntu-
modules-2.6.22-14-generic

--Matthew

** Affects: linux-ubuntu-modules-2.6.22 (Ubuntu)
 Importance: Undecided
 Status: New

** Summary changed:

- sudo modprobe ndiswrapper returns error
+ after upgrade to gutsy sudo modprobe ndiswrapper returns error

-- 
after upgrade to gutsy sudo modprobe ndiswrapper returns error
https://bugs.launchpad.net/bugs/152209
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 122359] Re: restricted-manager crashed with UnboundLocalError in load_lrmc_disabled()

2007-07-15 Thread Matthew Koyle
I had this same problem... used envy a few weeks ago and just updated to
gutsy.

Deleting the four spaces before DISABLED_MODULES= fixed it for me,
too.

[EMAIL PROTECTED]:~$ sudo restricted-manager 
Traceback (most recent call last):
  File /usr/bin/restricted-manager, line 646, in module
sys.exit(main(args, opts))
  File /usr/bin/restricted-manager, line 602, in main
handlers = get_handlers()
  File /usr/lib/python2.5/site-packages/RestrictedManager/core.py, line 452, 
in get_handlers
specials = get_specials()
  File /usr/lib/python2.5/site-packages/RestrictedManager/core.py, line 411, 
in get_specials
rm = __import__(RestrictedManager.%s % name)
  File /usr/lib/python2.5/site-packages/RestrictedManager/lrm_driver.py, line 
140, in module
LRMDriverHandler.load_lrmc_disabled()
  File /usr/lib/python2.5/site-packages/RestrictedManager/lrm_driver.py, line 
86, in load_lrmc_disabled
if len(modules):
UnboundLocalError: local variable 'modules' referenced before assignment

-- 
restricted-manager crashed with UnboundLocalError in load_lrmc_disabled()
https://bugs.launchpad.net/bugs/122359
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 98856] Re: wireless connection with fwcutter bcm4311 very slow

2007-07-15 Thread Matthew Koyle
Similar problem.  May or may not be the same.  Running Gutsy on AMD64
with a WPA2 network with a BCM4318.  Not even ping works correctly--
suffers intermittent packet loss at first and then goes to total packet
loss.

-- 
wireless connection with fwcutter bcm4311 very slow
https://bugs.launchpad.net/bugs/98856
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 89602] Re: gimp crashes

2007-05-09 Thread Matthew Koyle
I don't really remember for certain... I think the command above fixed
it, but I may have updated libgimp2.0 or libgtk2.0  or libc6 and not
thought about it at the time.  I added Feisty repos to my sources list
and then did 'apt-get install gimp' (along with a few other things) and
after starting gimp once it wouldn't start again until I deleted the
config file (~/.gimp-2.2) and then removed feisty repos-- I didn't want
the instability problems with everything.  This isn't a problem someone
doing a dist-upgrade would have; only if you had packages from edgy AND
feisty would this happen.

Back then, I thought I fixed it by running

apt-get install gimp-data gimp-dbg gimp-print gimp-python gimp-svg gimp-
dcraw gimp-help-en gimp-perl gimp-python gimp-data-extras

but I wonder if I didn't install those libraries, too by
installing/upgrading something else.  Would it have been gimp-data or
gimp-data-extras (do those include the files that it would have been
processing when it crashed)?

Sorry I don't know for certain; if I had a spare system I would install
edgy and try to reproduce the problem (to see if it is fixed or not).

--Matthew

-- 
gimp crashes
https://bugs.launchpad.net/bugs/89602
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 46613] Re: Always prints A4 paper

2007-05-08 Thread Matthew Koyle
this bug duplicates 71671:
https://bugs.launchpad.net/ubuntu/+source/libpaper/+bug/71671

-- 
Always prints A4 paper
https://bugs.launchpad.net/bugs/46613
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 46613] Re: Always prints A4 paper

2007-05-08 Thread Matthew Koyle
sudo dpkg-reconfigure libpaper1

and then setting letter changes /etc/papersize to letter as above noted
in the above change

-- 
Always prints A4 paper
https://bugs.launchpad.net/bugs/46613
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 46613] Re: Always prints A4 paper

2007-05-08 Thread Matthew Koyle
this file is part of the libpaper1 package

** Changed in: libpaper (Ubuntu)
Sourcepackagename: None = libpaper

-- 
Always prints A4 paper
https://bugs.launchpad.net/bugs/46613
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 71671] Re: /etc/papersize contains a4 rather than letter in Edgy

2007-05-08 Thread Matthew Koyle
this bug duplicates #46613:
https://bugs.launchpad.net/ubuntu/+source/libpaper/+bug/46613

-- 
/etc/papersize contains a4 rather than letter in Edgy
https://bugs.launchpad.net/bugs/71671
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 107536] Re: /etc/papersize with a4 included in Edgy install

2007-05-08 Thread Matthew Koyle
This problem occurs with the standard desktop install CD as obtained at
http://www.ubuntu.com/getubuntu/download and clicking download without
changing anything (i386, any mirror, Ubuntu 7.04).

See also: https://bugs.launchpad.net/ubuntu/+source/libpaper/+bug/46613

-- 
/etc/papersize with a4 included in Edgy install
https://bugs.launchpad.net/bugs/107536
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 107536] Re: /etc/papersize with a4 included in Edgy install

2007-05-08 Thread Matthew Koyle
Additional probable duplicates:

Papersize not set by locale for US/Canada:
https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/104160
https://bugs.launchpad.net/ubuntu/+source/openoffice.org/+bug/41147 (Papersize 
problem from not setting /etc/papersize before installing a printer)
https://bugs.launchpad.net/ubuntu/+source/gnome-cups-manager/+bug/103868
https://bugs.launchpad.net/ubuntu/+source/gnome-cups-manager/+bug/9489

Papersize in /etc/papersize not being changed by printer tools:
https://bugs.launchpad.net/ubuntu/+source/gnome-cups-manager/+bug/47599

-- 
/etc/papersize with a4 included in Edgy install
https://bugs.launchpad.net/bugs/107536
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 89602] Re: gimp crashes

2007-05-08 Thread Matthew Koyle
This was a problem resulting from a partial upgrade to feisty (before
release) and, as I recall, was a result of a dependency not requiring
the appropriate version of a required library.  I am marking it as
rejected so people don't need to worry about it any more.

** Changed in: gimp (Ubuntu)
   Status: Needs Info = Rejected

-- 
gimp crashes
https://bugs.launchpad.net/bugs/89602
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 81558] Re: gnash fails to run flash page

2007-05-08 Thread Matthew Koyle
I changed from AMD64 to i386 again... unfortunately I cannot assist in
investigating this further so marking rejected.

** Changed in: gnash (Ubuntu)
   Status: Needs Info = Rejected

-- 
gnash fails to run flash page
https://bugs.launchpad.net/bugs/81558
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 84094] Re: [feisty AMD64] 'dpkg-reconfigure udev' gives error about update-initramfs

2007-05-08 Thread Matthew Koyle
no longer able to troubleshoot... I gave up on AMD64 again ;)

** Changed in: initramfs-tools (Ubuntu)
   Status: Unconfirmed = Rejected

-- 
[feisty AMD64] 'dpkg-reconfigure udev' gives error about update-initramfs
https://bugs.launchpad.net/bugs/84094
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 83041] Re: When rotating files, every other rotation rotates 180 instead of 90

2007-05-08 Thread Matthew Koyle
This appears to have been fixed.

--Matthew

** Changed in: gthumb (Ubuntu)
   Status: Needs Info = Fix Released

-- 
When rotating files, every other rotation rotates 180 instead of 90
https://bugs.launchpad.net/bugs/83041
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 84430] Re: [Feisty AMD64] firefox forces restart of gdm when trying to play flash w/gnash

2007-05-08 Thread Matthew Koyle
I was using the nVidia proprietary drivers; this problem always occurred
at the moment I attempted to run a flash site.  I can no longer
troubleshoot this because I have once again abandoned AMD64 for a few
months, so marking rejected.

** Changed in: gnash (Ubuntu)
   Status: Needs Info = Rejected

-- 
[Feisty AMD64] firefox forces restart of gdm when trying to play flash w/gnash
https://bugs.launchpad.net/bugs/84430
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 110892] koules crashes while starting

2007-04-28 Thread Matthew Koyle
Public bug reported:

Looks similar to (but is not identical to 104490
(https://bugs.launchpad.net/bugs/104490); may be a duplicate.

Feisty i386 system:  Linux silas 2.6.20-15-generic #2 SMP Sun Apr 15
07:36:31 UTC 2007 i686 GNU/Linux

extracted from apt-cache show koules:

Architecture: i386
Version: 1.4-15
Depends: libc6 (= 2.5-0ubuntu1), libx11-6, libxext6
Recommends: tcl8.3, tk8.3
Filename: pool/universe/k/koules/koules_1.4-15_i386.deb

The following appears to be about all of the debug info available; I
tried to run koules inside gdb but didn't get any backtrace or anything;
I will attach what I got.

[EMAIL PROTECTED]:~$ koules -m

X4GW 1.21.21 professional
Copyright(c)1991,1992,1993,1994,1995 Jan Hubicka(JAHUSOFT)
Initializing sound server...
Autoprobing hardware
Initializing joystick driver
Joystick driver: No such file or directory
Joystick 1 not avaiable..
Joystick driver: No such file or directory
Joystick 2 not avaiable..
Connecting X server
X: Screen doesn't support PseudoColor!
Shm mode seems to be possible
Allocating pallette
2
32-ok
creating bitmaps...
creating backgrounds
starting intro
X Error of failed request:  BadMatch (invalid parameter attributes)
  Major opcode of failed request:  145 (MIT-SHM)
  Minor opcode of failed request:  3 (X_ShmPutImage)
  Serial number of failed request:  308
  Current serial number in output stream:  309
koules.sndsrv: shutting down

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

-- 
koules crashes while starting
https://bugs.launchpad.net/bugs/110892
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 110892] Re: koules crashes while starting

2007-04-28 Thread Matthew Koyle

** Attachment added: gdb-koules.txt
   http://librarian.launchpad.net/7459665/gdb-koules.txt

-- 
koules crashes while starting
https://bugs.launchpad.net/bugs/110892
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 104490] Re: Koules crashes on startup with X error: BadMatch

2007-04-28 Thread Matthew Koyle
On i386 I have a similar problem; it isn't totally identical so I
created an additional bug report (figured I would make a note here
becuase it might be a duplicate).  I am using nVidia proprietary
drivers... that might be the problem, for all I know.

koules -m fails with an error also.  My report is:

https://bugs.launchpad.net/ubuntu/+source/koules/+bug/110892

-- 
Koules crashes on startup with X error: BadMatch
https://bugs.launchpad.net/bugs/104490
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 110300] slune crashes immediately after opening black window

2007-04-26 Thread Matthew Koyle
Public bug reported:

Feisty
Linux silas 2.6.20-15-generic #2 SMP Sun Apr 15 07:36:31 UTC 2007 i686 GNU/Linux

[EMAIL PROTECTED]:~$ slune
* Slune * Slune lives in /usr/share/games
* Soya * Using 8 bits stencil buffer

* Soya * version 0.12
* Using OpenGL 1.5.8 NVIDIA 96.31
*   - renderer : GeForce2 MX/AGP/SSE2/3DNOW!
*   - vendor   : NVIDIA Corporation
*   - maximum number of lights: 8
*   - maximum number of clip planes   : 6
*   - maximum number of texture units : 2
*   - maximum texture size: 2048 pixels
* Using OpenAL 1.1
*   - renderer  : Software
*   - vendor: OpenAL Community

* Slune * (Psyco not found ; if you are using an x86 processor, installing 
psyco can speed up Slune a little)
Exception exceptions.OverflowError: 'long int too large to convert to int' in 
'_soya._Material._pack' ignored
Segmentation fault (core dumped)

** Affects: Ubuntu
 Importance: Undecided
 Status: Unconfirmed

-- 
slune crashes immediately after opening black window
https://bugs.launchpad.net/bugs/110300
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 110300] Re: slune crashes immediately after opening black window

2007-04-26 Thread Matthew Koyle

** Attachment added: _usr_games_slune.1000.crash
   http://librarian.launchpad.net/7411365/_usr_games_slune.1000.crash

-- 
slune crashes immediately after opening black window
https://bugs.launchpad.net/bugs/110300
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 79352] Re: 'firefox -install-global-extension extension_location' does not work

2007-04-02 Thread Matthew Koyle
Yes, this seems to still apply.  There is no error or anything.  I
attempt to install global extensions and they do not install.

Firefox -version now returns: Mozilla Firefox 2.0.0.3, Copyright (c)
1998 - 2007 mozilla.org

--Matthew

-- 
'firefox -install-global-extension extension_location' does not work
https://bugs.launchpad.net/bugs/79352
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 89602] Re: gimp crashes

2007-03-04 Thread Matthew Koyle
http://people.ubuntu.com/~pitti/ddebs is not reponding right now so I
can't get the package at that site (I will try it later today/tomorrow).

I installed gimp-dbg and have attached what I got.

Error while reading shared library symbols:
Cannot find new threads: generic error

The first time I executed it, it opened normally.  Then I closed it and
told it to run again and it had a similar (but not identical) crash to
the problem I reported originally.

Since it says there is an error with shared libraries, I am guessing
that one of the dependencies is incorrect on my system (I have not
upgraded everything to feisty-- just a few select items like gimp
because I wanted to assist with testing the ubuntustudio-graphics meta
package but did not want to install everything for feisty).  Just
guessing, one of the dependencies for gimp in feisty might need a
version correction.

** Attachment added: gimp-dbg output
   http://librarian.launchpad.net/6610938/1-gdb-gimp.txt

-- 
gimp crashes
https://launchpad.net/bugs/89602

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


[Bug 89602] Re: gimp crashes

2007-03-04 Thread Matthew Koyle

** Attachment added: strace
   http://librarian.launchpad.net/6610943/strace-gimp.log

-- 
gimp crashes
https://launchpad.net/bugs/89602

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


[Bug 89602] Re: gimp crashes

2007-03-04 Thread Matthew Koyle
In an strace, before deleting the old .gimp-2.2 settings, the program
stops at this line:

15:34:55.559985 futex(0x84629a8, FUTEX_WAIT, 2, NULL

after that, the program opens properly.  When I exit from that, the
strace has a bit of an error message:

15:39:42.984437 unlink(/home/matthew/.gimp-2.2/gimpswap.13810) = -1
ENOENT (No such file or directory)

If you want that entire strace I can add it; it is really quite large,
so I will wait to be asked for that one.  After the directory has been
regenerated, it finishes with an strace that looks the same as the first
one.  The start-up screen says looking for data files: modules

-- 
gimp crashes
https://launchpad.net/bugs/89602

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


[Bug 89602] Re: gimp crashes

2007-03-04 Thread Matthew Koyle
Correction in case the following is confusing:
After the directory has been regenerated, it finishes with an strace that looks 
the same as the first one. The start-up screen says looking for data files: 
modules

After the directory has been regenerated gimp starts fine and works fine
(as far as I can tell).  After exiting gimp, when I attempt to execute
it again, I get the same problem as before and the strace looks the
same.

-- 
gimp crashes
https://launchpad.net/bugs/89602

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


[Bug 89602] Re: gimp crashes

2007-03-04 Thread Matthew Koyle
sorry; I seem to have missed half of the directions for the backtrace;
that first one is probably not very useful.

** Attachment added: full backtrace
   http://librarian.launchpad.net/6610971/gdb-gimp.txt

-- 
gimp crashes
https://launchpad.net/bugs/89602

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


[Bug 89602] Re: gimp crashes

2007-03-04 Thread Matthew Koyle
Sorry I probably jumped ahead here; hopefully from what I got you can
figure out what was the problem.  I feel fairly certain it was a
dependency problem because after an apt-get install of all of the gimp
things I had, it now works properly.

[EMAIL PROTECTED]:~$ sudo apt-get install gimp-data gimp-dbg gimp-print
gimp-python gimp-svg gimp-dcraw gimp-help-en gimp-perl gimp-python gimp-
data-extras


** Attachment added: terminal output from above apt command
   http://librarian.launchpad.net/6610979/apt.log

-- 
gimp crashes
https://launchpad.net/bugs/89602

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


[Bug 89602] gimp crashes

2007-03-03 Thread Matthew Koyle
Public bug reported:

execute gimp from a terminal or from the menu and it gets stuck at
looking for data files: tool options

If I run

gimp --verbose

it opens fine with no errors that I can see.  This is on a system that I
upgraded from edgy to feisty.  If I delete the user's profile gimp then
starts properly afterwords (rm ~/.gimp-2.2).

[EMAIL PROTECTED]:~$ gimp -v
GIMP version 2.2.13

That makes the priority of this rather low (for me) but presumably it
could impact everyone that upgrades from edgy to feisty using apt.

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

** Changed in: Ubuntu
Sourcepackagename: None = gimp

** Description changed:

  execute gimp from a terminal or from the menu and it gets stuck at
  looking for data files: tool options
  
  If I run
  
  gimp --verbose
  
- it opens fine with no errors that I can see.
+ it opens fine with no errors that I can see.  This is on a system that I
+ upgraded from edgy to feisty.  If I delete the user's profile gimp then
+ starts properly afterwords (rm ~/.gimp-2.2).
+ 
+ [EMAIL PROTECTED]:~$ gimp -v
+ GIMP version 2.2.13
+ 
+ That makes the priority of this rather low (for me) but presumably it
+ could impact everyone that upgrades from edgy to feisty using apt.

-- 
gimp crashes
https://launchpad.net/bugs/89602

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


[Bug 89602] Re: gimp crashes

2007-03-03 Thread Matthew Koyle
** Description changed:

  execute gimp from a terminal or from the menu and it gets stuck at
  looking for data files: tool options
  
  If I run
  
  gimp --verbose
  
  it opens fine with no errors that I can see.  This is on a system that I
  upgraded from edgy to feisty.  If I delete the user's profile gimp then
- starts properly afterwords (rm ~/.gimp-2.2).
+ starts properly one time afterwords (rm ~/.gimp-2.2) and then fails
+ again in the same way.
  
  [EMAIL PROTECTED]:~$ gimp -v
  GIMP version 2.2.13
- 
- That makes the priority of this rather low (for me) but presumably it
- could impact everyone that upgrades from edgy to feisty using apt.

-- 
gimp crashes
https://launchpad.net/bugs/89602

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


[Bug 84621] [Edgy] gnomesword dependency problem - libsword5c2a

2007-02-11 Thread Matthew Koyle
Public bug reported:

Binary package hint: gnomesword

[EMAIL PROTECTED]:~$ sudo apt-get install gnomesword 
Reading package lists... Done
Building dependency tree   
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.

Since you only requested a single operation it is extremely likely that
the package is simply not installable and a bug report against
that package should be filed.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
  gnomesword: Depends: libsword5c2a (= 1.5.8-7) but it is not installable
E: Broken packages


[EMAIL PROTECTED]:~$ sudo apt-get install libsword5c2a
Reading package lists... Done
Building dependency tree   
Reading state information... Done
Package libsword5c2a is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
  libsword6
E: Package libsword5c2a has no installation candidate
[EMAIL PROTECTED]:~$

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

-- 
[Edgy] gnomesword dependency problem - libsword5c2a
https://launchpad.net/bugs/84621

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


[Bug 84430] Re: [Feisty AMD64] firefox forces restart of gdm when trying to play flash w/gnash

2007-02-10 Thread Matthew Koyle
firefox -g  firefox.log

** Attachment added: firefox -g  firefox.log
   http://librarian.launchpad.net/6388267/firefox.log

-- 
[Feisty AMD64] firefox forces restart of gdm when trying to play flash w/gnash
https://launchpad.net/bugs/84430

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


[Bug 84430] [Feisty AMD64] firefox forces restart of gdm when trying to play flash w/gnash

2007-02-10 Thread Matthew Koyle
Public bug reported:

Binary package hint: gnash

Firefox Version: 2.0.0.1+0dfsg-0ubuntu2
Gnash Version: 0.7.2-1

When I open firefox and go to a page with flash (nearly all pages; just
one or two work properly), it immediately crashes and forces a restart
(something like Ctrl-Backspace) to the GDM login window.

When I have flashblock turned on, it does not crash until I click on the
flashblock symbol to execute a flash script.  It then immediately
crashes as described.

Example sites:

law.udayton.edu
http://www.adobe.com/products/flash/flashpro/
(and nearly all others).

Output obtained from

firefox -g  firefox.log

is attached; I do not know if this is a flash problem, a firefox
problem, or a gdm problem.  I am guessing gnash.

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

-- 
[Feisty AMD64] firefox forces restart of gdm when trying to play flash w/gnash
https://launchpad.net/bugs/84430

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


[Bug 84094] Re: [feisty AMD64] 'dpkg-reconfigure udev' gives error about update-initramfs

2007-02-10 Thread Matthew Koyle

** Attachment added: /etc/kernel-img.conf
   http://librarian.launchpad.net/6389258/kernel-img.conf

-- 
[feisty AMD64] 'dpkg-reconfigure udev' gives error about update-initramfs
https://launchpad.net/bugs/84094

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


[Bug 84094] Re: [feisty AMD64] 'dpkg-reconfigure udev' gives error about update-initramfs

2007-02-10 Thread Matthew Koyle

** Attachment added: /var/log/dpkg.log
   http://librarian.launchpad.net/6389264/dpkg.log

-- 
[feisty AMD64] 'dpkg-reconfigure udev' gives error about update-initramfs
https://launchpad.net/bugs/84094

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


[Bug 84094] Re: [feisty AMD64] 'dpkg-reconfigure udev' gives error about update-initramfs

2007-02-10 Thread Matthew Koyle

** Attachment added: /var/log/dpkg.log.1
   http://librarian.launchpad.net/6389266/dpkg.log.1

-- 
[feisty AMD64] 'dpkg-reconfigure udev' gives error about update-initramfs
https://launchpad.net/bugs/84094

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


[Bug 84094] Re: [feisty AMD64] 'dpkg-reconfigure udev' gives error about update-initramfs

2007-02-10 Thread Matthew Koyle
I installed the 2.6.20 kernel (and udev) from feisty before I did a
dist-upgrade.

I probably did the installations in a non-standard order.

The first time it tried to configure udev, the 2.6.17 kernel was
doubtless still there.

The 2.6.17 kernels were not installed at the time I created this bug:

[EMAIL PROTECTED]:~$ uname -a
Linux ruth 2.6.20-6-lowlatency #2 SMP PREEMPT Wed Jan 31 19:07:06 UTC 2007 
x86_64 GNU/Linux

-- 
[feisty AMD64] 'dpkg-reconfigure udev' gives error about update-initramfs
https://launchpad.net/bugs/84094

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


[Bug 84094] Re: [feisty AMD64] 'dpkg-reconfigure udev' gives error about update-initramfs

2007-02-09 Thread Matthew Koyle
[EMAIL PROTECTED]:~$ ls -l /initrd.img
lrwxrwxrwx 1 root root 33 2007-02-06 00:39 /initrd.img - 
boot/initrd.img-2.6.17-50-generic

[EMAIL PROTECTED]:~$ ls -l /vmlinuz
ls: /vmlinuz: No such file or directory

'sudo update-initramfs -u -k all' worked so I changed the udev.postinst
script (on my system) and then 'dpkg-reconfigure udev' worked.  I have
no clue, really but it appears that symlink is causing the problem.  My
bootsplash now works properly-- it didn't before.

--Matthew

-- 
[feisty AMD64] 'dpkg-reconfigure udev' gives error about update-initramfs
https://launchpad.net/bugs/84094

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


[Bug 84094] Re: [feisty AMD64] 'dpkg-reconfigure udev' gives error about update-initramfs

2007-02-09 Thread Matthew Koyle
[EMAIL PROTECTED]:~$ ls -l /vmlinuz*
lrwxrwxrwx 1 root root 32 2007-01-31 21:31 /vmlinuz.old - 
boot/vmlinuz-2.6.20-6-lowlatency

[EMAIL PROTECTED]:~$ ls -l /initrd*
lrwxrwxrwx 1 root root   33 2007-02-06 00:39 /initrd.img - 
boot/initrd.img-2.6.17-50-generic
lrwxrwxrwx 1 root root   35 2007-01-31 21:31 /initrd.img.old - 
boot/initrd.img-2.6.20-6-lowlatency

-- 
[feisty AMD64] 'dpkg-reconfigure udev' gives error about update-initramfs
https://launchpad.net/bugs/84094

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


[Bug 84094] 'dpkg-reconfigure udev' gives error about update-initramfs

2007-02-08 Thread Matthew Koyle
Public bug reported:

Binary package hint: udev

When updating from Edgy to Feisty, I had a 2.6.17 kernel.

The new version of udev does not like to 2.6.17 kernels.  None of these
kernels are installed on my system now, but I still get errors when udev
dpkg attempts to configure udev and it generates an empty file
/boot/initrd.img-2.6.17-50-generic


[EMAIL PROTECTED]:~$ sudo dpkg-reconfigure udev
update-initramfs: Generating /boot/initrd.img-2.6.17-50-generic
W: udev hook script requires at least kernel version 2.6.19
W: not generating requested initramfs for kernel 2.6.17-50-generic


[EMAIL PROTECTED]:~$ sudo apt-get remove linux-image-2.6.17*
Password:
Reading package lists... Done
Building dependency tree   
Reading state information... Done
Note, selecting linux-image-2.6.17-50-server for regex 'linux-image-2.6.17*'
Note, selecting linux-image-2.6.15-23-amd64-k8 for regex 'linux-image-2.6.17*'
Note, selecting linux-image-2.6.17-10-generic for regex 'linux-image-2.6.17*'
Note, selecting linux-image-2.6.15-23-amd64-xeon for regex 'linux-image-2.6.17*'
Note, selecting linux-image-2.6.17-10-server for regex 'linux-image-2.6.17*'
Note, selecting linux-image-2.6.17-50-generic for regex 'linux-image-2.6.17*'
Note, selecting linux-image-2.6.15-23-amd64-generic for regex 
'linux-image-2.6.17*'
E: Couldn't find package linux-image-2.6.17*


[EMAIL PROTECTED]:/boot$ ls -l
total 46068
-rw-r--r-- 1 root root  397032 2007-01-06 04:54 abi-2.6.20-5-generic
-rw-r--r-- 1 root root  397483 2007-01-31 14:14 abi-2.6.20-6-generic
-rw-r--r-- 1 root root   73452 2007-01-06 03:32 config-2.6.20-5-generic
-rw-r--r-- 1 root root   73493 2007-01-31 12:53 config-2.6.20-6-generic
-rw-r--r-- 1 root root   73520 2007-01-31 13:16 config-2.6.20-6-lowlatency
drwxr-xr-x 2 root root4096 2007-02-06 23:57 grub
-rw-r--r-- 1 root root   0 2007-02-08 17:36 initrd.img-2.6.17-50-generic
-rw-r--r-- 1 root root 6443158 2007-02-07 00:00 initrd.img-2.6.20-5-generic
-rw-r--r-- 1 root root 5953567 2007-01-31 20:54 initrd.img-2.6.20-5-generic.bak
-rw-r--r-- 1 root root 6447551 2007-02-07 00:00 initrd.img-2.6.20-6-generic
-rw-r--r-- 1 root root 5959020 2007-01-31 21:22 initrd.img-2.6.20-6-generic.bak
-rw-r--r-- 1 root root 6463558 2007-02-07 00:00 initrd.img-2.6.20-6-lowlatency
-rw-r--r-- 1 root root 6455891 2007-02-05 23:16 
initrd.img-2.6.20-6-lowlatency.bak
-rw-r--r-- 1 root root   94600 2006-10-20 07:49 memtest86+.bin
-rw-r--r-- 1 root root 1012027 2007-01-06 04:54 System.map-2.6.20-5-generic
-rw-r--r-- 1 root root 1014498 2007-01-31 14:15 System.map-2.6.20-6-generic
-rw-r--r-- 1 root root 1015466 2007-01-31 14:19 System.map-2.6.20-6-lowlatency
-rw-r--r-- 1 root root 1706304 2007-01-06 04:54 vmlinuz-2.6.20-5-generic
-rw-r--r-- 1 root root 1706368 2007-01-31 14:14 vmlinuz-2.6.20-6-generic
-rw-r--r-- 1 root root 1721894 2007-01-31 14:19 vmlinuz-2.6.20-6-lowlatency

Definitely low priority since nothing is broken; thanks for your time.

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

-- 
'dpkg-reconfigure udev' gives error about update-initramfs
https://launchpad.net/bugs/84094

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


[Bug 84094] Re: [feisty AMD64] 'dpkg-reconfigure udev' gives error about update-initramfs

2007-02-08 Thread Matthew Koyle
** Summary changed:

- 'dpkg-reconfigure udev' gives error about update-initramfs
+ [feisty AMD64] 'dpkg-reconfigure udev' gives error about update-initramfs

-- 
[feisty AMD64] 'dpkg-reconfigure udev' gives error about update-initramfs
https://launchpad.net/bugs/84094

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


[Bug 84122] udev hook script requires at least kernel version 2.6.19 update-initramfs

2007-02-08 Thread Matthew Koyle
Public bug reported:

sorry this is a duplicate; please close

** Affects: Ubuntu
 Importance: Undecided
 Status: Unconfirmed

** Summary changed:

-  udev hook script requires at least kernel version 2.6.19 update-initramfs
+ please delete duplicate bug

** Description changed:

- a
+ sorry this is a duplicate; please close

-- 
please delete duplicate bug
https://launchpad.net/bugs/84122

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


[Bug 84094] Re: [feisty AMD64] 'dpkg-reconfigure udev' gives error about update-initramfs

2007-02-08 Thread Matthew Koyle
actually appears that the error occurs when the udev.postinst script
runs.  It calls

update-initramfs -u

[EMAIL PROTECTED]:/var/lib/dpkg/info$ sudo update-initramfs -u
update-initramfs: Generating /boot/initrd.img-2.6.17-50-generic
W: udev hook script requires at least kernel version 2.6.19
W: not generating requested initramfs for kernel 2.6.17-50-generic

So initramfs-tools is probably the package this should be listed with.

-- 
[feisty AMD64] 'dpkg-reconfigure udev' gives error about update-initramfs
https://launchpad.net/bugs/84094

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


[Bug 84124] [feisty AMD64] /etc/kernel-img.conf calls /sbin/update-grub

2007-02-08 Thread Matthew Koyle
Public bug reported:

Binary package hint: grub

[feisty AMD64] /etc/kernel-img.conf calls /sbin/update-grub.  It appears
it should now call /usr/sbin/update-grup

sudo /sbin/update-grub 
Password:
Your /etc/kernel-img.conf needs to be updated. Read grub's NEWS.Debian[1]
file and follow its instructions.

 1. /usr/share/doc/grub/NEWS.Debian.gz


You shouldn't call /sbin/update-grub. Please call /usr/sbin/update-grub instead!

Searching for GRUB installation directory ... found: /boot/grub
Testing for an existing GRUB menu.lst file ... found: /boot/grub/menu.lst
Searching for splash image ... none found, skipping ...
Found kernel: /boot/vmlinuz-2.6.20-6-lowlatency
Found kernel: /boot/vmlinuz-2.6.20-6-generic
Found kernel: /boot/vmlinuz-2.6.20-5-generic
Found kernel: /boot/memtest86+.bin

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

-- 
[feisty AMD64] /etc/kernel-img.conf calls /sbin/update-grub
https://launchpad.net/bugs/84124

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


[Bug 83516] Re: gnome-app-install dependency in Feisty

2007-02-07 Thread Matthew Koyle
Fixed.  Thanks.

-- 
gnome-app-install dependency in Feisty
https://launchpad.net/bugs/83516

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


[Bug 82018] Re: libfontconfig1-dev will not install on AMD64 Ubuntu Edgy

2007-02-07 Thread Matthew Koyle
It was probably a Edgy/Feisty problem.  If not, then it has been fixed
regardless.  Thanks.

-- 
libfontconfig1-dev will not install on AMD64 Ubuntu Edgy
https://launchpad.net/bugs/82018

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


[Bug 83582] Edgy AMD64 2.6.20-6-lowlatency kernel and boot errors

2007-02-06 Thread Matthew Koyle
Public bug reported:

At boot, I get many errors; system does not appear to be broken, but
doubtless there are things not working correctly.

** Affects: Ubuntu
 Importance: Undecided
 Status: Unconfirmed

-- 
Edgy AMD64 2.6.20-6-lowlatency kernel and boot errors
https://launchpad.net/bugs/83582

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


[Bug 83582] Re: Edgy AMD64 2.6.20-6-lowlatency kernel and boot errors

2007-02-06 Thread Matthew Koyle

** Attachment added: lspci -vv
   http://librarian.launchpad.net/6299110/lspci.log

-- 
Edgy AMD64 2.6.20-6-lowlatency kernel and boot errors
https://launchpad.net/bugs/83582

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


[Bug 83582] Re: Edgy AMD64 2.6.20-6-lowlatency kernel and boot errors

2007-02-06 Thread Matthew Koyle
output of lshal

** Attachment added: output of lshal
   http://librarian.launchpad.net/6299095/lshal.log

-- 
Edgy AMD64 2.6.20-6-lowlatency kernel and boot errors
https://launchpad.net/bugs/83582

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


[Bug 83582] Re: Edgy AMD64 2.6.20-6-lowlatency kernel and boot errors

2007-02-06 Thread Matthew Koyle

** Attachment added: lspci -vvn
   http://librarian.launchpad.net/6299137/lspcivvn.log

-- 
Edgy AMD64 2.6.20-6-lowlatency kernel and boot errors
https://launchpad.net/bugs/83582

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


[Bug 83582] Re: Edgy AMD64 2.6.20-6-lowlatency kernel and boot errors

2007-02-06 Thread Matthew Koyle

** Attachment added: cat /proc/cpuinfo
   http://librarian.launchpad.net/6299154/cpuinfo

-- 
Edgy AMD64 2.6.20-6-lowlatency kernel and boot errors
https://launchpad.net/bugs/83582

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


[Bug 83582] Re: Edgy AMD64 2.6.20-6-lowlatency kernel and boot errors

2007-02-06 Thread Matthew Koyle
** Description changed:

  At boot, I get many errors; system does not appear to be broken, but
- doubtless there are things not working correctly.
+ doubtless there are things not working correctly.  There are probably
+ several packages involved.  This is an upgrade from edgy to feisty using
+ apt-get dist-upgrade

-- 
Edgy AMD64 2.6.20-6-lowlatency kernel and boot errors
https://launchpad.net/bugs/83582

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


[Bug 83582] Re: Edgy AMD64 2.6.20-6-lowlatency kernel and boot errors

2007-02-06 Thread Matthew Koyle

** Attachment added: /var/log/messages
   http://librarian.launchpad.net/6300051/messages

-- 
Edgy AMD64 2.6.20-6-lowlatency kernel and boot errors
https://launchpad.net/bugs/83582

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


[Bug 83582] Re: Edgy AMD64 2.6.20-6-lowlatency kernel and boot errors

2007-02-06 Thread Matthew Koyle

** Attachment added: dmesg
   http://librarian.launchpad.net/6300217/dmesg.log

-- 
Edgy AMD64 2.6.20-6-lowlatency kernel and boot errors
https://launchpad.net/bugs/83582

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


[Bug 83516] gnome-app-install dependency in Feisty

2007-02-05 Thread Matthew Koyle
Public bug reported:

Binary package hint: gnome-app-install

On AMD64 Feisty, gnome-app-install depends on software-properties-gtk
(which doesn't appear to exist).  Doesn't appear to break anything else
right now.

[EMAIL PROTECTED]:~$ sudo apt-get install gnome-app-install
Reading package lists... Done
Building dependency tree   
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.

Since you only requested a single operation it is extremely likely that
the package is simply not installable and a bug report against
that package should be filed.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
  gnome-app-install: Depends: software-properties-gtk but it is not installable
E: Broken packages

[EMAIL PROTECTED]:~$ sudo apt-get install software-properties-gtk 
Reading package lists... Done
Building dependency tree   
Reading state information... Done
Package software-properties-gtk is not available, but is referred to by another 
package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package software-properties-gtk has no installation candidate

[EMAIL PROTECTED]:~$ sudo apt-cache show gnome-app-install
Package: gnome-app-install
Priority: optional
Section: gnome
Installed-Size: 716
Maintainer: Michael Vogt [EMAIL PROTECTED]
Architecture: all
Version: 0.3.15
Depends: python, python-central (= 0.5.8), gconf2 (= 2.12.1-4ubuntu1), 
synaptic (= 0.57.8), python-gtkhtml2, python-gconf, python-glade2 (= 2.4.0), 
python-apt (= 0.6.13), python-xdg (= 0.8), gnome-icon-theme, 
python-launchpad-integration, app-install-data (= 0.3.15), python-dbus, 
app-install-data-commercial, gksu, python-gdbm, python-gtk2 (= 2.10.1), 
software-properties-gtk
Conflicts: gnome-app-install-data
Filename: pool/main/g/gnome-app-install/gnome-app-install_0.3.15_all.deb
Size: 184064
MD5sum: be55a567172d752100eca7ae504f529d
SHA1: 30ae7fc809578904b8e277bfae9c431f8c1b08a6
SHA256: 36f2e48733abbf1e375f865d1f985b2ad20dc389939736026fabd4ef419b1687
Description: GNOME Application Installer
 A pretty application installer for GNOME.
Python-Version: all
Bugs: mailto:[EMAIL PROTECTED]
Origin: Ubuntu
Task: ubuntu-desktop, edubuntu-desktop, xubuntu-desktop

** Affects: gnome-app-install (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
gnome-app-install dependency in Feisty
https://launchpad.net/bugs/83516

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


[Bug 83037] gthumb transformations broken

2007-02-03 Thread Matthew Koyle
Public bug reported:

Binary package hint: gthumb

Since /usr/lib/gthumb/modules/libjpegtran.so does not exist, the
transformation tools (rotate, etc) do not work.  The files that should
be there are in /usr/lib/gthumb/gthumb/modules.  This is in Feisty.

This breakage occurred immediately after upgrading from Edgy gthumb to
Feisty gthumb (that was the only upgrade I performed).  I have fixed the
problem on my system by executing

sudo mv /usr/lib/gthumb/gthumb/modules/ /usr/lib/gthumb/modules

[EMAIL PROTECTED]:/shared/Pictures$ sudo apt-cache show gthumb
Package: gthumb
Priority: optional
Section: gnome
Installed-Size: 8508
Maintainer: Ubuntu Core Developers [EMAIL PROTECTED]
Original-Maintainer: Remco van de Meent [EMAIL PROTECTED]
Architecture: amd64
Version: 3:2.9.1-0ubuntu1
Replaces: gthumb2
Provides: gthumb2
Depends: libart-2.0-2 (= 2.3.16), libatk1.0-0 (= 1.12.2), libbonobo2-0 (= 
2.15.0), libbonoboui2-0 (= 2.15.1), libc6 (= 2.5-0ubuntu1), libcairo2 (= 
1.2.6), libexif12, libfontconfig1 (= 2.4.0), libgconf2-4 (= 2.13.5), 
libglade2-0 (= 1:2.5.1), libglib2.0-0 (= 2.12.0), libgnome-keyring0 (= 
0.7.1), libgnome2-0 (= 2.14.1), libgnomecanvas2-0 (= 2.11.1), libgnomeui-0 
(= 2.16.0), libgnomevfs2-0 (= 2.16.0-1), libgtk2.0-0 (= 2.10.3), libice6 (= 
1:1.0.0), libjpeg62, liblaunchpad-integration0 (= 0.0patch26), liborbit2 (= 
1:2.14.1), libpango1.0-0 (= 1.15.2), libpopt0 (= 1.10), libsm6, libtiff4, 
libx11-6, libxcursor1 ( 1.1.2), libxext6, libxfixes3 (= 1:4.0.1), libxi6, 
libxinerama1, libxml2 (= 2.6.27), libxrandr2, libxrender1, libxtst6, 
libxxf86vm1, zlib1g (= 1:1.2.1), gconf2 (= 2.12.1-4ubuntu1), scrollkeeper (= 
0.3.8), shared-mime-info
Conflicts: gthumb2
Filename: pool/main/g/gthumb/gthumb_2.9.1-0ubuntu1_amd64.deb
Size: 1437674
MD5sum: 4fd4ef20945b166676de05dcaac52325
SHA1: 2cb2a4f1ab91ca79c6e7e5599ba1b0cc431a7f55
SHA256: 6ace09d97d73cfdceb41b8460182d79419023b51ae124e7ddfaa5b2a1b1d5782
Description: an image viewer and browser
 gThumb is an advanced image viewer and browser. It has many useful
 features, such as filesystem browsing, slide show, image catalogs, web
 album creation, camera import, image CD burning, batch file operations and
 quick image editing features like transformation and color manipulation.
 .
 It's designed for GNOME 2 desktop environment and uses its platform. For
 camera import feature, the gPhoto2 library is used.
 .
 Homepage: http://gthumb.sourceforge.net/
Bugs: mailto:[EMAIL PROTECTED]
Origin: Ubuntu
Task: ubuntu-desktop, edubuntu-desktop

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

-- 
gthumb transformations broken
https://launchpad.net/bugs/83037

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


[Bug 83041] When rotating files, every other rotation rotates 180 instead of 90

2007-02-03 Thread Matthew Koyle
Public bug reported:

Binary package hint: gthumb

In gthumb, when rotating jpeg files, every other rotation seems to over-
rotate.

I open gthumb, search my pictures directory and review pictures.  I then
rotate individual files (using the drop-down or the '[' or ']' keys).
When I rotate multiple pictures (by selecting more than one or by
rotating one at a time), some of the pictures rotate 180 degrees in
stead of 90 degrees.  This happened in Edgy gthumb and now happens in
Feisty gthumb.  I can make the image rotate the other way 90 degrees,
but it is a bit or an irritating problem.

Not sure if being AMD64 is part of the problem.  Thanks.

[EMAIL PROTECTED]:/shared/Pictures$ sudo apt-cache show gthumb
Package: gthumb
Priority: optional
Section: gnome
Installed-Size: 8508
Maintainer: Ubuntu Core Developers [EMAIL PROTECTED]
Original-Maintainer: Remco van de Meent [EMAIL PROTECTED]
Architecture: amd64
Version: 3:2.9.1-0ubuntu1
Replaces: gthumb2
Provides: gthumb2
Depends: libart-2.0-2 (= 2.3.16), libatk1.0-0 (= 1.12.2), libbonobo2-0 (= 
2.15.0), libbonoboui2-0 (= 2.15.1), libc6 (= 2.5-0ubuntu1), libcairo2 (= 
1.2.6), libexif12, libfontconfig1 (= 2.4.0), libgconf2-4 (= 2.13.5), 
libglade2-0 (= 1:2.5.1), libglib2.0-0 (= 2.12.0), libgnome-keyring0 (= 
0.7.1), libgnome2-0 (= 2.14.1), libgnomecanvas2-0 (= 2.11.1), libgnomeui-0 
(= 2.16.0), libgnomevfs2-0 (= 2.16.0-1), libgtk2.0-0 (= 2.10.3), libice6 (= 
1:1.0.0), libjpeg62, liblaunchpad-integration0 (= 0.0patch26), liborbit2 (= 
1:2.14.1), libpango1.0-0 (= 1.15.2), libpopt0 (= 1.10), libsm6, libtiff4, 
libx11-6, libxcursor1 ( 1.1.2), libxext6, libxfixes3 (= 1:4.0.1), libxi6, 
libxinerama1, libxml2 (= 2.6.27), libxrandr2, libxrender1, libxtst6, 
libxxf86vm1, zlib1g (= 1:1.2.1), gconf2 (= 2.12.1-4ubuntu1), scrollkeeper (= 
0.3.8), shared-mime-info
Conflicts: gthumb2
Filename: pool/main/g/gthumb/gthumb_2.9.1-0ubuntu1_amd64.deb
Size: 1437674
MD5sum: 4fd4ef20945b166676de05dcaac52325
SHA1: 2cb2a4f1ab91ca79c6e7e5599ba1b0cc431a7f55
SHA256: 6ace09d97d73cfdceb41b8460182d79419023b51ae124e7ddfaa5b2a1b1d5782
Description: an image viewer and browser
 gThumb is an advanced image viewer and browser. It has many useful
 features, such as filesystem browsing, slide show, image catalogs, web
 album creation, camera import, image CD burning, batch file operations and
 quick image editing features like transformation and color manipulation.
 .
 It's designed for GNOME 2 desktop environment and uses its platform. For
 camera import feature, the gPhoto2 library is used.
 .
 Homepage: http://gthumb.sourceforge.net/
Bugs: mailto:[EMAIL PROTECTED]
Origin: Ubuntu
Task: ubuntu-desktop, edubuntu-desktop

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

-- 
When rotating files, every other rotation rotates 180 instead of 90
https://launchpad.net/bugs/83041

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


[Bug 82018] Re: libfontconfig1-dev will not install on AMD64 Ubuntu Edgy

2007-01-29 Thread Matthew Koyle
I added feisty to my repositories before installing; above is the edgy
apt-cache show from the package.  I have since removed feisty.

-- 
libfontconfig1-dev will not install on AMD64 Ubuntu Edgy
https://launchpad.net/bugs/82018

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


[Bug 82018] Re: libfontconfig1-dev will not install on AMD64 Ubuntu Edgy

2007-01-29 Thread Matthew Koyle
#My sources.list

deb http://archive.ubuntu.com/ubuntu edgy main restricted universe multiverse
deb-src http://archive.ubuntu.com/ubuntu edgy main restricted universe 
multiverse

deb http://archive.ubuntu.com/ubuntu edgy-proposed main restricted
universe multiverse

## MAJOR BUG FIX UPDATES produced after the final release
deb http://archive.ubuntu.com/ubuntu edgy-updates main restricted universe 
multiverse
deb-src http://archive.ubuntu.com/ubuntu edgy-updates main restricted universe 
multiverse

## UBUNTU SECURITY UPDATES
deb http://security.ubuntu.com/ubuntu edgy-security main restricted universe 
multiverse
deb-src http://security.ubuntu.com/ubuntu edgy-security main restricted 
universe multiverse

## BACKPORTS REPOSITORY (Unsupported.  May contain illegal packages.  Use at 
own risk.)
deb http://archive.ubuntu.com/ubuntu edgy-backports main restricted universe 
multiverse
deb-src http://archive.ubuntu.com/ubuntu edgy-backports main restricted 
universe multiverse

## PLF REPOSITORY (Unsupported.  May contain illegal packages.  Use at own 
risk.)
deb http://medibuntu.sos-sts.com/repo/ edgy free
deb http://medibuntu.sos-sts.com/repo/ edgy non-free
deb-src http://medibuntu.sos-sts.com/repo/ edgy free
deb-src http://medibuntu.sos-sts.com/repo/ edgy non-free

 
## CANONICAL COMMERCIAL REPOSITORY (Hosted on Canonical servers, not Ubuntu
## servers. RealPlayer10, Opera, DesktopSecure and more to come.) 
deb http://archive.canonical.com/ubuntu edgy-commercial main

-- 
libfontconfig1-dev will not install on AMD64 Ubuntu Edgy
https://launchpad.net/bugs/82018

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


[Bug 82018] Re: libfontconfig1-dev will not install on AMD64 Ubuntu Edgy

2007-01-29 Thread Matthew Koyle
[EMAIL PROTECTED]:~$ sudo apt-cache show libfontconfig1-dev
Package: libfontconfig1-dev
Status: install ok installed
Priority: optional
Section: libdevel
Installed-Size: 1688
Maintainer: Keith Packard [EMAIL PROTECTED]
Architecture: amd64
Source: fontconfig
Version: 2.4.2-1
Provides: libfontconfig-dev
Depends: libfontconfig1 (= 2.4.2-1), libexpat1-dev, libfreetype6-dev (= 
2.1.7), pkg-config
Description: generic font configuration library - development
 Fontconfig is a font configuration and customization library, which
 does not depend on the X Window System.  It is designed to locate
 fonts within the system and select them according to requirements
 specified by applications.
 .
 This package contains the static libraries and headers needed for the
 development of applications using fontconfig.

Package: libfontconfig1-dev
Priority: optional
Section: libdevel
Installed-Size: 1596
Maintainer: Ubuntu Core Developers [EMAIL PROTECTED]
Architecture: amd64
Source: fontconfig
Version: 2.3.2-7ubuntu2
Provides: libfontconfig-dev
Depends: libfontconfig1 (= 2.3.2-7ubuntu2), libexpat1-dev, libfreetype6-dev (= 
2.1.7), pkg-config
Filename: pool/main/f/fontconfig/libfontconfig1-dev_2.3.2-7ubuntu2_amd64.deb
Size: 264970
MD5sum: 6c009ec1cc09074b07fb1ea36537dcf4
SHA1: e0dd170bf0388ad1703a617bbffb50161d48aa1d
SHA256: 86a3d2e214bb76fb22b1105072711447a4879079a9846e6714cabba5fe3c8daf
Description: generic font configuration library - development
 Fontconfig is a font configuration and customization library, which
 does not depend on the X Window System.  It is designed to locate
 fonts within the system and select them according to requirements
 specified by applications.
 .
 This package contains the static libraries and headers needed for the
 development of applications using fontconfig.
X-Original-Maintainer: Keith Packard [EMAIL PROTECTED]
Bugs: mailto:[EMAIL PROTECTED]
Origin: Ubuntu

-- 
libfontconfig1-dev will not install on AMD64 Ubuntu Edgy
https://launchpad.net/bugs/82018

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


[Bug 82018] libfontconfig1-dev will not install on AMD64 Ubuntu Edgy

2007-01-28 Thread Matthew Koyle
Public bug reported:

Binary package hint: libfontconfig1-dev

Ubuntu Edgy 6.10 AMD64

libfontconfig1-dev is set to require libfontconfig1 2.3.2-7ubuntu2.  The
current version of libfontconfig1 on the Ubuntu repositories appears to
be 2.4.2-1ubuntu1.

Here is terminal output from an installation attempt.

[EMAIL PROTECTED]:~$ sudo apt-get install libfontconfig1-dev
Reading package lists... Done
Building dependency tree   
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.

Since you only requested a single operation it is extremely likely that
the package is simply not installable and a bug report against
that package should be filed.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
  libfontconfig1-dev: Depends: libfontconfig1 (= 2.3.2-7ubuntu2) but 
2.4.2-1ubuntu1 is to be installed
E: Broken packages

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

-- 
libfontconfig1-dev will not install on AMD64 Ubuntu Edgy
https://launchpad.net/bugs/82018

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


[Bug 80685] Re: gaim will not connect to jabber clients on AMD64

2007-01-25 Thread Matthew Koyle
I am still not able to connect; my wife is able to connect from a
different user account on the same system.  Interestingly, today I tried
to use gaim from a Windows system and it also failed to connect.

I have deleted ~/.gaim a few times and this has not fixed it.  As far as
I can tell, it probably is something on google's end.  I really cannot
explain it.  Probably not a bug here, though.

Just so everyone can be reassured that I am not having trouble because
of my settings, I am attaching the setting screens.

--Matthew

** Attachment added: setting screens (basic and advanced)
   http://librarian.launchpad.net/5855875/googlemail.png

-- 
gaim will not connect to jabber clients on AMD64
https://launchpad.net/bugs/80685

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


[Bug 80685] Re: gaim will not connect to jabber clients on AMD64

2007-01-25 Thread Matthew Koyle
Well, I can't quite make sense of it, but now I can connect.  I
contacted google this morning and when I got home it still did not work.
I changed back to using gmail.com as the server and made my username
start with a capital letter.

Now it works with uppercase or lowercase first letter so my guess is
that google fixed something on my account.

Sorry about the bother,

--Matthew

** Changed in: gaim (Ubuntu)
   Status: Unconfirmed = Rejected

-- 
gaim will not connect to jabber clients on AMD64
https://launchpad.net/bugs/80685

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


[Bug 81558] gnash fails to run flash page

2007-01-25 Thread Matthew Koyle
Public bug reported:

Binary package hint: gnash

Page at http://ohiocertifiedhomeinspections.us/

This may be fixed upstream already; did not result in a crash, just a
stalled blank page.

--Matthew

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

-- 
gnash fails to run flash page
https://launchpad.net/bugs/81558

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


[Bug 80685] gaim will not connect to jabber clients on AMD64

2007-01-19 Thread Matthew Koyle
Public bug reported:

Binary package hint: gaim

I am unable to connect to any jabber client (including jabber.org with
strange and long usernames).  I have attempted to connect to google talk
without success.

Seems to be related to DNS... might not actually be a problem with gaim;
gaim can connect to other clients (AIM is working properly for me).  I
don't know if some other package I have installed in addition to base
system is the problem.  I have not added anything like dnsmasq or
anything that should interact with DNS at that level.

Here is gaim -d output from a session where I logged on, added my google
talk account (googlemail.com as server per directions at
http://www.google.com/support/talk/bin/answer.py?answer=24073), tried to
log on a couple more times, then closed the gaim windows and finally
closed gaim completely.

[EMAIL PROTECTED]:~$ gaim -d
dbus: okkk
plugins: probing /usr/lib/gaim/musicmessaging.so
plugins: probing /usr/lib/gaim/dbus-example.so
plugins: probing /usr/lib/gaim/docklet.so
plugins: probing /usr/lib/gaim/extplacement.so
plugins: probing /usr/lib/gaim/gaimrc.so
plugins: probing /usr/lib/gaim/gestures.so
plugins: probing /usr/lib/gaim/gevolution.so
plugins: probing /usr/lib/gaim/history.so
plugins: probing /usr/lib/gaim/iconaway.so
plugins: probing /usr/lib/gaim/idle.so
plugins: probing /usr/lib/gaim/libgaimperl.so
plugins: /usr/lib/gaim/libgaimperl.so is not usable because the 
'gaim_init_plugin' symbol could not be found.  Does the plugin call the 
GAIM_INIT_PLUGIN() macro?
plugins: probing /usr/lib/gaim/libgg.so
plugins: probing /usr/lib/gaim/libirc.so
plugins: probing /usr/lib/gaim/libjabber.so
plugins: probing /usr/lib/gaim/libmsn.so
plugins: probing /usr/lib/gaim/libnovell.so
plugins: probing /usr/lib/gaim/liboscar.so
plugins: probing /usr/lib/gaim/libsametime.so
plugins: /usr/lib/gaim/libsametime.so has a prefs_info, but is a prpl. This is 
no longer supported.
plugins: probing /usr/lib/gaim/libsimple.so
plugins: probing /usr/lib/gaim/libyahoo.so
plugins: probing /usr/lib/gaim/libzephyr.so
plugins: /usr/lib/gaim/libzephyr.so is unloadable: libzephyr.so.3: cannot open 
shared object file: No such file or directory
plugins: probing /usr/lib/gaim/ssl-gnutls.so
plugins: probing /usr/lib/gaim/notify.so
plugins: probing /usr/lib/gaim/perl.so
plugins: probing /usr/lib/gaim/psychic.so
plugins: probing /usr/lib/gaim/relnot.so
plugins: probing /usr/lib/gaim/spellchk.so
plugins: probing /usr/lib/gaim/statenotify.so
plugins: probing /usr/lib/gaim/ssl-nss.so
plugins: probing /usr/lib/gaim/ssl.so
plugins: probing /usr/lib/gaim/ticker.so
plugins: probing /usr/lib/gaim/tcl.so
plugins: /usr/lib/gaim/tcl.so is unloadable: libtcl8.4.so.0: cannot open shared 
object file: No such file or directory
plugins: probing /usr/lib/gaim/timestamp_format.so
plugins: probing /usr/lib/gaim/timestamp.so
plugins: probing /usr/lib/gaim/nautilus.so
util: Reading file accounts.xml from directory /home/matthew/.gaim
util: Reading file status.xml from directory /home/matthew/.gaim
g_log: gaim_dbus_pointer_to_id: assertion `id || node == NULL' failed
g_log: gaim_dbus_pointer_to_id: assertion `id || node == NULL' failed
g_log: gaim_dbus_pointer_to_id: assertion `id || node == NULL' failed
g_log: gaim_dbus_pointer_to_id: assertion `id || node == NULL' failed
stun: using server 
stun: using server 
sound: Initializing sound output drivers.
util: Reading file blist.xml from directory /home/matthew/.gaim
util: File /home/matthew/.gaim/blist.xml does not exist (this is not 
necessarily an error)
prefs: Reading /home/matthew/.gaim/prefs.xml
prefs: Finished reading /home/matthew/.gaim/prefs.xml
plugins: Loading saved plugin /usr/lib/gaim/docklet.so
docklet: plugin loaded
gtkblist: added visibility manager: 1
tray icon: created
plugins: Loading saved plugin /usr/lib/gaim/notify.so
pounce: Error reading pounces: Failed to open file 
'/home/matthew/.gaim/pounces.xml': No such file or directory
Session Management: ICE initialized.
Session Management: Connecting with no previous ID
Session Management: Handling new ICE connection... done.
Session Management: Connected to manager (GnomeSM) with client ID 
117f00010100011692589390215780019
Session Management: Using gaim as command
g_log: gaim_dbus_pointer_to_id: assertion `id || node == NULL' failed
account: Connecting to account [EMAIL PROTECTED]/Home
Session Management: Received first save_yourself
prefs: /gaim/gtk/blist/list_visible changed, scheduling save.
Session Management: Received save_complete
prefs: /gaim/gtk/blist/list_visible changed, scheduling save.
tray icon: embedded
util: Writing file accounts.xml to directory /home/matthew/.gaim
util: Writing file prefs.xml to directory /home/matthew/.gaim
connection: Connecting. gc = 0xad7b20
dns: Created new DNS child 25244, there are now 1 children.
dns: Successfully sent DNS request to child 25244
dns: Got response for 'talk.gmail.com'
dns: DNS error: Name or service not known (pid=25244)
account: Disconnecting 

[Bug 79295] Re: Gnash crash in Ubuntu Edgy AMD64

2007-01-16 Thread Matthew Koyle
This should probably reference
https://bugs.launchpad.net/ubuntu/+source/gnash/+bug/77870

Looks like the same problem.

-- 
Gnash crash in Ubuntu Edgy AMD64
https://launchpad.net/bugs/79295

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


[Bug 79295] Gnash crash in Ubuntu Edgy AMD64

2007-01-14 Thread Matthew Koyle
Public bug reported:

Binary package hint: gnash

With a newly installed Edgy system, I have had a lot of trouble with
flash plugin; admittedly it is almost not expected to work in AMD64, but
since it is in one of the backport repositories, I figured I would try
to file a report.

version GNASH 0.7.2-1~edgy1

page that caused problem (Adobe flash test page):
http://www.adobe.com/shockwave/welcome/

I have been unsuccessful with libflash-mozplugin.  It causes firefox to
close immediately upon attempting to open any flash page (even, for
example, gmail.com's inbox).

Some flash sites seem to work properly, so this may just be an issue
with 'newer' flash content.  For example, I am able to view the flash
window at timestrip.com

--Matthew

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

-- 
Gnash crash in Ubuntu Edgy AMD64
https://launchpad.net/bugs/79295

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


[Bug 79295] Re: Gnash crash in Ubuntu Edgy AMD64

2007-01-14 Thread Matthew Koyle
Complete crash report generated by gnash attached.

** Attachment added: Complete crash report generated by gnash
   http://librarian.launchpad.net/5741137/_usr_bin_gnash.1000.crash

-- 
Gnash crash in Ubuntu Edgy AMD64
https://launchpad.net/bugs/79295

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


[Bug 79352] 'firefox -install-global-extension extension_location' does not work

2007-01-14 Thread Matthew Koyle
Public bug reported:

Package: firefox

In Ubuntu Edgy, attempts to install global extensions in firefox using
the command line fail when following the procedures described at

http://kb.mozillazine.org/Installing_extensions#Global_installation
http://www.mozilla.org/projects/firefox/extensions/commandlineoptions.html

a similar problem is reported by users at

http://forums.mozillazine.org/viewtopic.php?p=2398824
http://ubuntuforums.org/showthread.php?t=301992

none of the following command lines worked:

sudo /usr/bin/firefox -install-global-extension
/home/username/Desktop/fasterfox.xpi

sudo /usr/bin/firefox -install-global-extension
'/home/username/Desktop/fasterfox.xpi'

sudo /usr/bin/firefox -install-global-extension
/home/username/Desktop/fasterfox.xpi

sudo firefox -install-global-extension
/home/username/Desktop/fasterfox.xpi

sudo firefox -install-global-extension
'/home/username/Desktop/fasterfox.xpi'

sudo firefox -install-global-extension
/home/username/Desktop/fasterfox.xpi


firefox -version returns Mozilla Firefox 2.0.0.1, Copyright (c) 1998 - 2006 
mozilla.org

This is a clean new installation of Edgy AMD64.  The only plugin
currently installed is the pre-packaged mozilla-plugin-gnash.

--Matthew

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

** Description changed:

+ Package: firefox
+ 
  In Ubuntu Edgy, attempts to install global extensions in firefox using
  the command line fail when following the procedures described at
  
  http://kb.mozillazine.org/Installing_extensions#Global_installation
  http://www.mozilla.org/projects/firefox/extensions/commandlineoptions.html
  
  a similar problem is reported by users at
  
  http://forums.mozillazine.org/viewtopic.php?p=2398824
  http://ubuntuforums.org/showthread.php?t=301992
  
  none of the following command lines worked:
  
  sudo /usr/bin/firefox -install-global-extension
  /home/username/Desktop/fasterfox.xpi
  
  sudo /usr/bin/firefox -install-global-extension
  '/home/username/Desktop/fasterfox.xpi'
  
  sudo /usr/bin/firefox -install-global-extension
  /home/username/Desktop/fasterfox.xpi
  
- sudo /firefox -install-global-extension
+ sudo firefox -install-global-extension
  /home/username/Desktop/fasterfox.xpi
  
- sudo /firefox -install-global-extension
+ sudo firefox -install-global-extension
  '/home/username/Desktop/fasterfox.xpi'
  
- sudo /firefox -install-global-extension
+ sudo firefox -install-global-extension
  /home/username/Desktop/fasterfox.xpi
  
  
  firefox -version returns Mozilla Firefox 2.0.0.1, Copyright (c) 1998 - 2006 
mozilla.org
  
  This is a clean new installation of Edgy AMD64.  The only plugin
  currently installed is the pre-packaged mozilla-plugin-gnash.
  
  --Matthew

** Tags added: firefox

** Changed in: Ubuntu
Sourcepackagename: None = firefox

-- 
'firefox -install-global-extension extension_location' does not work
https://launchpad.net/bugs/79352

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