[Bug 1045775] Re: install-printerdriver.py crashed with ImportError in __main__: cannot import name PackageKitGlib

2013-07-09 Thread Diego Argueta
Got the same error with a Brother MFC-7806DW. The reinstall of python-gi
succeeded, and the printer now works, albeit crappily. Takes several
minutes before the printer actually begins to do anything.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1045775

Title:
  install-printerdriver.py crashed with ImportError in __main__: cannot
  import name PackageKitGlib

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/system-config-printer/+bug/1045775/+subscriptions

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


[Bug 1045775] Re: install-printerdriver.py crashed with ImportError in __main__: cannot import name PackageKitGlib

2013-07-09 Thread Diego Argueta
Sorry, 7860DW. Got the digits reversed.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1045775

Title:
  install-printerdriver.py crashed with ImportError in __main__: cannot
  import name PackageKitGlib

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/system-config-printer/+bug/1045775/+subscriptions

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


[Bug 1083030] Re: Ubuntu = 12.04 resumes from Suspend without password prompt

2013-04-20 Thread Diego Argueta
Don't know if I'm supposed to reopen this or something, but I'm getting
this on Ubuntu 12.04. It's been intermittent before, but for the past
week or so (maybe longer) it's been happening consistently. When the
screen locks after inactivity, sometimes it lets me click around for a
bit on the desktop and do things before it kicks me out and prompts me
for the password.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1083030

Title:
  Ubuntu = 12.04 resumes from Suspend without password prompt

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1083030/+subscriptions

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


[Bug 1103437] [NEW] ld segfaults in libbfd-2.22-system.so

2013-01-23 Thread Diego Argueta
Public bug reported:

I've been working on my own operating system for a while, took a long
break of several months, then when I tried compiling it ld started
segfaulting without me having changed much of any code nor the build
script. I've attached the core dump in case it's helpful.

According to gdb the offending function appears to be 
_bfd_generic_link_add_archive_symbols in libbfd-2.22-system.so.
binutils is version 2.22-6ubuntu1 on 64-bit Ubuntu 12.04 LTS.

Command line:
ld -e kmain -s -mi386linux --fatal-warnings -nostdlib --oformat binary -T 
linkopts -o ./bin/os.bin $OBJLIST ./obj/cstdlib.a

$OBJLIST is a list of files put together earlier in the script. The
linkopts file, in its entirety, is:

SECTIONS
{
.text 0x10 : { }
.data : { }
.bss : { }
}

Judging from the function name I'm guessing it's blowing up when I add
cstdlib.a, but I can't test it to be sure because it complains about
missing symbols when I take out any of the object files. The archiving
command I use is:

ar rcs ./obj/cstdlib.a $(find ./obj/code/cstdlib -name '*.o')

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

** Attachment added: Core dump when ld crashed
   
https://bugs.launchpad.net/bugs/1103437/+attachment/3496386/+files/core-ld-11-1000-1000-21333-1358919461

** Description changed:

  I've been working on my own operating system for a while, took a long
  break of several months, then when I tried compiling it ld started
  segfaulting without me having changed much of any code nor the build
  script. I've attached the core dump in case it's helpful.
  
  According to gdb the offending function appears to be 
_bfd_generic_link_add_archive_symbols in libbfd-2.22-system.so.
  binutils is version 2.22-6ubuntu1 on 64-bit Ubuntu 12.04 LTS.
+ 
+ Command line:
+ ld -e kmain -s -mi386linux --fatal-warnings -nostdlib --oformat binary -T 
linkopts -o ./bin/os.bin $OBJLIST ./obj/cstdlib.a
+ 
+ $OBJLIST is a list of files put together earlier in the script. The
+ linkopts file, in its entirety, is:
+ 
+ SECTIONS
+ {
+ .text 0x10 : { }
+ .data : { }
+ .bss : { }
+ }

** Description changed:

  I've been working on my own operating system for a while, took a long
  break of several months, then when I tried compiling it ld started
  segfaulting without me having changed much of any code nor the build
  script. I've attached the core dump in case it's helpful.
  
  According to gdb the offending function appears to be 
_bfd_generic_link_add_archive_symbols in libbfd-2.22-system.so.
  binutils is version 2.22-6ubuntu1 on 64-bit Ubuntu 12.04 LTS.
  
  Command line:
  ld -e kmain -s -mi386linux --fatal-warnings -nostdlib --oformat binary -T 
linkopts -o ./bin/os.bin $OBJLIST ./obj/cstdlib.a
  
  $OBJLIST is a list of files put together earlier in the script. The
  linkopts file, in its entirety, is:
  
  SECTIONS
  {
- .text 0x10 : { }
- .data : { }
- .bss : { }
+ .text 0x10 : { }
+ .data : { }
+ .bss : { }
  }
+ 
+ Judging from the function name I'm guessing it's blowing up when I add
+ cstdlib.a, but I can't test it to be sure because it complains about
+ missing symbols when I take out any of the object files. The archiving
+ command I use is:
+ 
+ ar rcs ./obj/cstdlib.a $(find ./obj/code/cstdlib -name '*.o')

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1103437

Title:
  ld segfaults in libbfd-2.22-system.so

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/binutils/+bug/1103437/+subscriptions

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

[Bug 995747] Re: Gedit: Remove trailing spaces feature removes last line.

2012-07-17 Thread Diego Argueta
Are there any plans for this being fixed? There've been a few gedit
updates since then and the problem still persists for me (same version
of Ubuntu and gedit).

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/995747

Title:
  Gedit: Remove trailing spaces feature removes last line.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gedit-plugins/+bug/995747/+subscriptions

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


[Bug 891490] Re: Opening removable device crashes desktop

2012-07-17 Thread Diego Argueta
I switched to Ubuntu 12.04 after getting frustrated with a number of
other things, so I can't say for sure.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/891490

Title:
  Opening removable device crashes desktop

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xfdesktop4/+bug/891490/+subscriptions

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


[Bug 785822] Re: Banshee does not remove selected song from playlist

2012-01-20 Thread Diego Argueta
Same here on a new install of 64-bit Ubuntu 11.10 less than a month old.
Banshee 2.2.1, new database, new playlist, still having the issue. Also
happens with the play queue.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/785822

Title:
  Banshee does not remove selected song from playlist

To manage notifications about this bug go to:
https://bugs.launchpad.net/banshee/+bug/785822/+subscriptions

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


[Bug 891490] [NEW] Opening removable device crashes desktop

2011-11-16 Thread Diego Argueta
Public bug reported:

Almost every time I plug in a removable device such as a flash drive, if
I double-click on the drive icon that appears my desktop background will
turn blue (#023c88 to be precise) and the icons (folders, shortcuts,
etc) will rearrange themselves in some random configuration, but the
same configuration every time.

pgrep shows that there already is an instance of xfdesktop running.
Trying to run a new instance doesn't do anything, but killing the
currently-running xfdesktop process restores it.

System:
64-bit Xubuntu 11.10, relatively new installation, roughly a month old. This 
has been happening since the beginning. File manager is either nautilus or 
thunar, I can't for the life of me remember

** Affects: ubuntu
 Importance: Undecided
 Status: New


** Tags: desktop disappear media removable xfce

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/891490

Title:
  Opening removable device crashes desktop

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+bug/891490/+subscriptions

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


[Bug 660455] Re: clock-applet continually crashing

2011-07-26 Thread Diego Argueta
The problem just randomly started occurring for me yesterday, though the
time between crashes seems to be random, not every 52 seconds as
mentioned earlier. I'm running on a relatively new install of Natty
(perhaps six weeks old max) with libproxy version 0.3.1-2. Is there any
supported way to upgrade like Brian mentioned?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/660455

Title:
  clock-applet continually crashing

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-panel/+bug/660455/+subscriptions

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


[Bug 778490] Re: Random logout after upgrading to Natty Narwhal 11.04

2011-05-14 Thread Diego Argueta
Confirmed on a Dell Inspiron 1525; only happens when clicking something.
Offending applications include RhythmBox, Chrome, Thunderbird, the ZSNES
Emulator, and the Ubuntu Software Center app.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/778490

Title:
  Random logout after upgrading to Natty Narwhal 11.04

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


[Bug 665817] Re: Indicator Applet Session missing/obscured

2010-10-30 Thread Diego Argueta
Confirmed on i686 release. It doesn't always happen at boot time, but
when I'm not looking it sometimes happens mid-session. It also happens
with other icons where one will duplicate and cover another one.

-- 
Indicator Applet Session missing/obscured
https://bugs.launchpad.net/bugs/665817
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 199420] Re: Running process cannot be kill -9'ed

2010-04-12 Thread Diego Argueta
** Changed in: linux (Ubuntu)
   Status: Triaged = New

-- 
Running process cannot be kill -9'ed
https://bugs.launchpad.net/bugs/199420
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 199420] Re: Running process cannot be kill -9'ed

2010-04-12 Thread Diego Argueta
I'm pretty sure this is related...

As of 12 April 2010 I'm having this same issue of immortal processes. I
had a program (EditiX) running and it suddenly stopped responding. I
tried to kill it using the process manager, but I had two problems:

1) The process, nor anything resembling the name, was not on the list. Oddly 
enough I could still move the window around and click on buttons but they 
wouldn't do anything.
2) I found a completely unrelated process--Adobe Reader--whose status was 
listed as Zombie. I tried to kill it with the process manager, but it did 
nothing. I also tried kill -9 pid but that didn't do anything either, nor did 
pkill.

System information:
Ubuntu 9.04 (Jaunty) release 5.0
GNOME 2.26.1
Kernel: 2.6.28-18-generic
Troublemaker processes: Adobe Reader (acroread) and EditiX 2009.

-- 
Running process cannot be kill -9'ed
https://bugs.launchpad.net/bugs/199420
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 159670] Re: [Gutsy] Screensaver preview remains in one position and on top of all windows

2010-04-03 Thread Diego Argueta
I'm still having the problem on Jaunty, fully updated as of 2 April
2010.

Here are the system specifications that I think are relevant:

Dell Inspiron 1525 (laptop)
Processor: Intel Core 2 Duo T5750 @ 2.00GHz
RAM: 3.0 GiB
Graphics: Intel Mobile GM965/GL960 revision 0C
GNOME version 2.26.1
Kernel: 2.6.28-18-generic

-- 
[Gutsy] Screensaver preview remains in one position and on top of all windows
https://bugs.launchpad.net/bugs/159670
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 150166] Re: gftp-gtk crashed with SIGSEGV

2010-02-26 Thread Diego Argueta
Crashes when editing two files if you leave one alone for a while (a few
minutes). I tried running it in GDB to get a stack trace, no luck. I
also tried dumping, but gcore chokes on it with the following message:

dargu...@dargueta-laptop:~$ gcore 4180
/home/dargueta/core.kXJUSu:1: Error in sourced command file:
ptrace: Operation not permitted.
gcore: failed to create core.4180

-- 
gftp-gtk crashed with SIGSEGV
https://bugs.launchpad.net/bugs/150166
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 523002] Re: Crash on edit from the end

2010-02-17 Thread Diego Argueta
No, it seems to be fixed. If I ever get it to crash again I'll repost.

-- 
Crash on edit from the end
https://bugs.launchpad.net/bugs/523002
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 194230] Re: Unable to change volumes using sliders

2010-02-16 Thread Diego Argueta
Same problem on Ubuntu 9.10. Weird thing is, it's been working for
months and then all the sudden it stopped working.

-- 
Unable to change volumes using sliders
https://bugs.launchpad.net/bugs/194230
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 523002] [NEW] Crash on edit from the end

2010-02-16 Thread Diego Argueta
Public bug reported:

Binary package hint: audacity

I was editing an MP3 file; I played a part, removed a portion from the
end of the file, then played back the last few remaining seconds.
Audacity played it fine, but then when it stopped the output level
meters froze, as did the toolbar with the play-stop buttons. If you put
the cursor over them, they still light up as usual (tooltips too) but
you can't click them and Audacity is stuck in play mode. The stop button
doesn't work. You can still open menus, but most items are disabled
because Audacity still thinks it's playing. If run from the console only
the usual startup errors show:

bt_audio_service_open: connect() failed: Connection refused (111)
bt_audio_service_open: connect() failed: Connection refused (111)
bt_audio_service_open: connect() failed: Connection refused (111)
bt_audio_service_open: connect() failed: Connection refused (111)

Running on Ubuntu 9.10 with Audacity package 1.3.9-6.

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

-- 
Crash on edit from the end
https://bugs.launchpad.net/bugs/523002
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 235976] Re: Interface gets stuck in play mode even when stopped

2010-02-16 Thread Diego Argueta
I've been able to reproduce this in Karmic and Jaunty but only under
certain conditions - removing audio from the end of the file and then
trying to play it back.

-- 
Interface gets stuck in play mode even when stopped
https://bugs.launchpad.net/bugs/235976
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 367476] Re: package bugzilla3 3.2.0.1-1 failed to install/upgrade: subprocess post-installation script returned error exit status 1

2010-01-26 Thread Diego Argueta
Same error on Ubuntu 9.10 running on x86 (32-bit). I got the following
error message:

/var/lib/dpkg/info/bugzilla3.postinst: Configuration of bugzilla3 failed. 
Please check if the system requirements are fulfilled.
dpkg: error processing bugzilla3 (--configure):
 subprocess installed post-installation script returned error exit status 14
Errors were encountered while processing:
 bugzilla3
E: Sub-process /usr/bin/dpkg returned an error code (1)

-- 
package bugzilla3 3.2.0.1-1 failed to install/upgrade: subprocess 
post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/367476
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 513047] [NEW] package bugzilla3 (not installed) failed to install/upgrade: subprocess installed post-installation script returned error exit status 14

2010-01-26 Thread Diego Argueta
Public bug reported:

Binary package hint: bugzilla

Used sudo apt-get install bugzilla3, went through a whole bunch of
prompt screens, then got this:

/var/lib/dpkg/info/bugzilla3.postinst: Configuration of bugzilla3 failed. 
Please check if the system requirements are fulfilled.
dpkg: error processing bugzilla3 (--configure):
 subprocess installed post-installation script returned error exit status 14
Errors were encountered while processing:
 bugzilla3
E: Sub-process /usr/bin/dpkg returned an error code (1)

I can't find a list of the system requirements right now, but my
computer is running Ubuntu 9.10 on a 32-bit x86 platform (Core 2 Duo).
According to the apt-cache policy bugzilla3 command, the version is
3.2.4.0-3ubuntu1.

ProblemType: Package
Architecture: i386
Date: Tue Jan 26 17:31:25 2010
DistroRelease: Ubuntu 9.10
ErrorMessage: subprocess installed post-installation script returned error exit 
status 14
NonfreeKernelModules: wl
Package: bugzilla3 (not installed)
ProcVersionSignature: Ubuntu 2.6.31-17.54-generic
SourcePackage: bugzilla
Title: package bugzilla3 (not installed) failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 14
Uname: Linux 2.6.31-17-generic i686

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


** Tags: apport-package i386

-- 
package bugzilla3 (not installed) failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 14
https://bugs.launchpad.net/bugs/513047
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 513047] Re: package bugzilla3 (not installed) failed to install/upgrade: subprocess installed post-installation script returned error exit status 14

2010-01-26 Thread Diego Argueta

** Attachment added: AptOrdering.txt
   http://launchpadlibrarian.net/38430937/AptOrdering.txt

** Attachment added: Dmesg.txt
   http://launchpadlibrarian.net/38430938/Dmesg.txt

** Attachment added: DpkgTerminalLog.gz
   http://launchpadlibrarian.net/38430940/DpkgTerminalLog.gz

-- 
package bugzilla3 (not installed) failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 14
https://bugs.launchpad.net/bugs/513047
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 367476] Re: package bugzilla3 3.2.0.1-1 failed to install/upgrade: subprocess post-installation script returned error exit status 1

2010-01-26 Thread Diego Argueta
Sorry, ignore that. Different error.

-- 
package bugzilla3 3.2.0.1-1 failed to install/upgrade: subprocess 
post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/367476
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 63904] Re: xspim hangs with a blank UI, eating the CPU

2010-01-17 Thread Diego Argueta
I'm getting the same exact problem with Koala. I'm running it the
university cluster computers, with the following specs:

Ubuntu 9.10, kernel 2.6.31.4-secfix2 (x86_64)
8-core Opteron 2384 (SB X6240) ; 31.49 GB RAM, 10.00 GB swap

I run my code and xspim goes blank and continually trashes the terminal
with memory write statements to the point where I can't kill it at all.
Blindly typing pkill -u [username] -x xspim does nothing. (This is
version 6.5, by the way, if that matters. I can't use a newer version
because I don't have the permissions to do so.)

-- 
xspim hangs with a blank UI, eating the CPU
https://bugs.launchpad.net/bugs/63904
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 379041] Re: espeak fails with error bt_audio_service_open: connect() failed: Connection refused (111)

2009-10-02 Thread Diego Argueta
Confirmed on Jaunty, except it's audacity that segfaults and crashes.
Whenever I open any file that uses the ffmpeg library, it segfaults the
first three times I try to open it, then on the fourth or fifth try it
opens fine.

dargu...@dargueta-laptop:~$ audacity ~/Desktop/file.flv 
dargu...@dargueta-laptop:~$ bt_audio_service_open: connect() failed: Connection 
refused (111)
bt_audio_service_open: connect() failed: Connection refused (111)

[1]+  Segmentation fault  audacity
dargu...@dargueta-laptop:~$ 

I'm running Ubuntu 9.04 on a Dell Inspiron 1525 laptop.

-- 
espeak fails with error bt_audio_service_open: connect() failed: Connection 
refused (111)
https://bugs.launchpad.net/bugs/379041
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 135062] Re: mouse pointer moves cursor while typing

2009-05-03 Thread Diego Argueta
It seems as if people are still having problems with this.

** Changed in: xserver-xorg-input-mouse (Ubuntu)
   Status: Fix Released = Incomplete

-- 
mouse pointer moves cursor while typing
https://bugs.launchpad.net/bugs/135062
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 135062] Re: mouse pointer moves cursor while typing

2009-04-30 Thread Diego Argueta
This has been a constant problem for me both onUbuntu Intrepid Ibex 8.10
AND Jaunty Jackalope 9.04 running on a Dell Inspiron 1525 laptop. I've
attached my xorg.conf file, though it doesn't look like it'll help.

** Attachment added: xorg.conf
   http://launchpadlibrarian.net/26188373/xorg.conf

-- 
mouse pointer moves cursor while typing
https://bugs.launchpad.net/bugs/135062
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 364874] [NEW] Copy/Paste Can't Handle Nonprinting Characters

2009-04-21 Thread Diego Argueta
Public bug reported:

Binary package hint: ghex

I was trying to create a binary file. In insert mode, I selected a
32-byte region consisting solely of 0x90 bytes, copied it (tried both
menu and CTRL+C) and pasted (both menu and CTRL+V). Instead of getting
the text I had copied, I got this in the text field:

\U\U\U\U\U\U\U\U\U\U\U\U\U\U\U\U\U\U\U\U\U\U\U\U\U\U\U\U\U\U\U

Further testing with other text gave three different results seemingly at 
random; result 3 is the most common.
1) The paste command did nothing
2) The program quit abruptly
3) Non-printing characters below 0x7f are ignored, all bytes from 0x80 to 0xff 
inclusive are replaced with \U in the text and the hex values 
corresponding to this string in the binary field.

I'm running Ubuntu 8.10 (Intrepid Ibex),  with the following output from
apt-cache policy ghex:

ghex:
  Installed: 2.22.0-1ubuntu1
  Candidate: 2.22.0-1ubuntu1
  Version table:
 *** 2.22.0-1ubuntu1 0
500 http://archive.ubuntu.com intrepid/universe Packages
500 http://mirrors.kernel.org intrepid/universe Packages
100 /var/lib/dpkg/status

I have attached a screenshot of the program after the problem indicated.
The selected region in gray is what was pasted, the first two lines
above the pasted region it is what was copied.

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

-- 
Copy/Paste Can't Handle Nonprinting Characters
https://bugs.launchpad.net/bugs/364874
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 364874] Re: Copy/Paste Can't Handle Nonprinting Characters

2009-04-21 Thread Diego Argueta

** Attachment added: GHexBug.png
   http://launchpadlibrarian.net/25836135/GHexBug.png

-- 
Copy/Paste Can't Handle Nonprinting Characters
https://bugs.launchpad.net/bugs/364874
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