[Bug 339573] Re: Blender's Window Render don't stop with escape key

2009-06-16 Thread OberonKing
Ok... this issue isn't any more.
Blender works just fine right now.

Please mark to fixed

-- 
Blender's Window Render don't stop with escape key
https://bugs.launchpad.net/bugs/339573
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 336200] Re: Dependencies for gdesklets are no longer fulfilled

2009-04-29 Thread OberonKing
In my case... Jaunty RC and above gdesklets work fine... the package is
0.36-5ubuntu1 and work only install it.

-- 
Dependencies for gdesklets are no longer fulfilled
https://bugs.launchpad.net/bugs/336200
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 364364] Re: Gimp 2.6.6 oubuntu1 crashes on startup

2009-04-22 Thread OberonKing
I can confirm this issue on Jaunty RC... same exit:

(gimp:6321): GLib-GObject-WARNING **: specified class size for type
`GimpOperationPointFilter' is smaller than the parent type's
`GeglOperationPointFilter' class size

(gimp:6321): GLib-CRITICAL **: g_once_init_leave: assertion
`initialization_value != 0' failed

(gimp:6321): GLib-GObject-CRITICAL **: g_type_register_static: assertion
`parent_type > 0' failed

(gimp:6321): GLib-CRITICAL **: g_once_init_leave: assertion
`initialization_value != 0' failed

(gimp:6321): GLib-GObject-WARNING **: cannot retrieve class for invalid
(unclassed) type `'

And have to do "killall gimp" to kill it.

-- 
Gimp 2.6.6 oubuntu1 crashes on startup
https://bugs.launchpad.net/bugs/364364
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 364364] Re: Gimp 2.6.6 oubuntu1 crashes on startup

2009-04-24 Thread OberonKing
Well ... In my case the problem is libgegl-0.0-0 package, in Jaunty
fresh install we have 0.0.22.0ubuntu3. With this work well, but when
Cinelerra install this update package to 0.0.23-5pre ~ SVN20090330,Gimp
stop to work ...

So, if downgrade 0.0.22 ... Gimp working again.

-- 
Gimp 2.6.6 oubuntu1 crashes on startup
https://bugs.launchpad.net/bugs/364364
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 339573] Re: Blender's Window Render don't stop with escape key

2009-03-09 Thread OberonKing
I think the main problem in Jaunty is Python I saw so many errors in 
applications that use that.
Various applications that use python are not installed by lost dependencies 
(the <2.6 stuff), and many others give errors. just a thought, to eliminate 
potential candidates.

-- 
Blender's Window Render don't stop with escape key
https://bugs.launchpad.net/bugs/339573
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 200337] Re: CD/DVD burning problem in hardy

2008-10-07 Thread OberonKing
Sorry about the delay to post
I fixed my problems to burn cd/dvd in my IDE Asus Burner, only added 
"all_generic_ide" (without quotes) to the kernel line on Grub's menu.lts.

Now I can burn cd/dvd without problems hope you can fix this

-- 
CD/DVD burning problem in hardy
https://bugs.launchpad.net/bugs/200337
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 336200] Re: Dependencies for gdesklets are no longer fulfilled

2009-03-06 Thread OberonKing
I confirm this issue in Jaunty Alpha5 if I try to install gdesklets almost 
all of the packages it's marked to eliminate.
Also if we take a look... the versions of gdesklets and gdesklets-data 
respectively are not equal.

My wife aren't happy with this.

-- 
Dependencies for gdesklets are no longer fulfilled
https://bugs.launchpad.net/bugs/336200
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 336200] Re: Dependencies for gdesklets are no longer fulfilled

2009-03-08 Thread OberonKing
gDesklets I compiled from source code, compiled fine without any errors, but 
when run it gives this error, exactly on python.
The error is:

[code 
]==[03/08/09-12:18:46]===
=== Unhandled error! Something bad and unexpected happened. ===

[EXC]_new_imp() takes at most 4 arguments (5 given)
in /usr/local/bin/gdesklets: line 3 
in /usr/local/lib/gdesklets/main/__init__.py: line 52 
in /usr/local/lib/gdesklets/utils/i18n.py: line 23 Translator
in /usr/lib/python2.6/gettext.py: line 493 translation
in /usr/lib/python2.6/gettext.py: line 180 __init__
in /usr/lib/python2.6/gettext.py: line 315 _parse
in /usr/lib/python2.6/gettext.py: line 100 c2py
[EXC]/usr/lib/python2.6/gettext.py

[---]   95 # Replace some C operators by their Python equivalents
[---]   96 plural = plural.replace('&&', ' and ')
[---]   97 plural = plural.replace('||', ' or ')
[---]   98 
[---]   99 expr = re.compile(r'\!([^=])')
[ERR]> 100 plural = expr.sub(' not \\1', plural)
[---]  101 
[---]  102 # Regular expression and replacement function used to transform
[---]  103 # "a?b:c" to "test(a,b,c)".
[---]  104 expr = re.compile(r'(.*?)\?(.*?):(.*)')
[---]  105 def repl(x):
[---]  106 return "test(%s, %s, %s)" % (x.group(1), x.group(2),[/code]

I do not know why, apparently there are problems with python 2.6.
Another thing I did was comment out the error and not run ... the exit: 


[code]Starting the server ... gDesklets
Connecting to server [#]
== [ 03/08/09-12: 
29:43] ===
Could not import tiling module!


Unable to connect to server: time spent
The event log may help you solve the problem.[/code]

I Don't do nothing more

-- 
Dependencies for gdesklets are no longer fulfilled
https://bugs.launchpad.net/bugs/336200
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 339573] [NEW] Blender's Window Render don't stop with escape key

2009-03-08 Thread OberonKing
Public bug reported:

Well, that.
If press F12 to make a render and then for X reason want to stop the render 
don't stop.
even internal or yafray.

I use Ubuntu 9.04 right now, in 8.10 works perfectly.

If I run in terminal, there is no error message, so I can't give you
more info about this issue.

I don't think that Blender be the problem, may be some dependence
package... but I don't have any error message to confirm what is it

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
Blender's Window Render don't stop with escape key
https://bugs.launchpad.net/bugs/339573
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 200337] Re: CD/DVD burning broken in hardy

2008-04-20 Thread OberonKing
same here, i'm in Hardy... fresh install, but I have this issue since
Feisty and never have a fix for that. well in Feisty/Gusty I turn of dma
for device with hdparm and burn ok, in Hardy I cant turn of that the
system take the IDE device has a SCSI device, and this there isn't dma.

My device is an Asus DRW-1608P2 in others OS works fine and in
Dapper/Edgy to, the hardware is the same I'm really sad about that

** Attachment added: "version.log"
   http://launchpadlibrarian.net/13591578/version.log

-- 
CD/DVD burning broken in hardy
https://bugs.launchpad.net/bugs/200337
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 200337] Re: CD/DVD burning broken in hardy

2008-04-20 Thread OberonKing

** Attachment added: "dmesg.log"
   http://launchpadlibrarian.net/13591584/dmesg.log

-- 
CD/DVD burning broken in hardy
https://bugs.launchpad.net/bugs/200337
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 200337] Re: CD/DVD burning broken in hardy

2008-04-20 Thread OberonKing

** Attachment added: "lspci-vvnn.log"
   http://launchpadlibrarian.net/13591588/lspci-vvnn.log

-- 
CD/DVD burning broken in hardy
https://bugs.launchpad.net/bugs/200337
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 200337] Re: CD/DVD burning broken in hardy

2008-04-20 Thread OberonKing
Here's k3b.log. please somebody fix this please

** Attachment added: "k3b.log"
   http://launchpadlibrarian.net/13591753/k3b.log

-- 
CD/DVD burning broken in hardy
https://bugs.launchpad.net/bugs/200337
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 125349] Re: package tzdata 2007f-3ubuntu1 fai led to install/upgrade: el subproceso post-installation script devolvió el código de salida de error 10

2007-09-04 Thread OberonKing
I fix that, you only do that:

Uninstall tzdata, ubuntu-minimal, locale, languages packages, ubuntu-
utils. and others packages that can't upgrade. Then install all the
packages that you uninstall before

I do that from synaptic, but in terminal work too I think.

Good look, Greets

-- 
package tzdata 2007f-3ubuntu1 failed to install/upgrade: el subproceso 
post-installation script devolvió el código de salida de error 10
https://bugs.launchpad.net/bugs/125349
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 107862] All Files Deleted on vfat device

2007-04-19 Thread OberonKing
Public bug reported:

I'm using Ubuntu 7.04 Feisty Fawn right now

Well I don't know if this is really a bug, but is terrify
my partition vfat are owned to root and group plugdev, then I have some issue 
when I try to write files, I try to change that in /etc/fstab file put my uid 
and gid. (fstab don't change anything this time, the owner is root again)
Save the file, and remount this device. (btw in this place I have 16 Gb of 
my music).
When I try to explore this vfat, that are empty, just like I made "rm -f ." 
(I'm sertenly shure that I don't did this). 
Why??, in hoary,breezy,dapper and edgy I change fstab many times and that never 
happens.
I post that because if that is a bug, please fix this..

Thanks for your hard work

Matias Ferrini, a.k.a. OberonKing

PD.: I'm from Argentina and my english is terrible, please forgive me

** Affects: Ubuntu
 Importance: Undecided
 Status: Unconfirmed

** Description changed:

  I'm using Ubuntu 7.04 Feisty Fawn right now
  
  Well I don't know if this is really a bug, but is terrify
  my partition vfat are owned to root and group plugdev, then I have some issue 
when I try to write files, I try to change that in /etc/fstab file put my uid 
and gid. (fstab don't change anything this time, the owner is root again)
- Save the file, and remount this device. (btw in this place I have 16 Gb 
of mi music).
+ Save the file, and remount this device. (btw in this place I have 16 Gb 
of my music).
  When I try to explore this vfat, that are empty, just like I made "rm -f ." 
(I'm sertenly shure that I don't did this). 
  Why??, in hoary,breezy,dapper and edgy I change fstab many times and that 
never happens.
  I post that because if that is a bug, please fix this..
  
  Thanks for your hard work
  
  Matias Ferrini, a.k.a. OberonKing
  
  PD.: I'm from Argentina and my english is terrible, please forgive me

-- 
All Files Deleted on vfat device
https://bugs.launchpad.net/bugs/107862
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 107862] Re: All Files Deleted on vfat device

2007-04-19 Thread OberonKing
Kristian, Yes I'm really sure
The Vfat is a partition in an ATA disk
I unmont the partition, then edit fstab, and next mount again the partition and 
all file disapear, just like that!!!
Thanks for your reply

-- 
All Files Deleted on vfat device
https://bugs.launchpad.net/bugs/107862
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 107862] Re: All Files Deleted on vfat device

2007-04-20 Thread OberonKing
This is my partition table:

Disposit. InicioComienzo  Fin  Bloques  Id  Sistema
/dev/sdb1   1261120972826b  W95 FAT32
/dev/sdb22612   1001159440500   83  Linux

The device that lost all your info is /dev/sdb1 (why change that, it might be 
/dev/hdc1)
In my fstab it's:

# /dev/hdc1  
UUID=460B-E792  /media/musica   vfatdefaults,utf8,umask=007,gid=46  0   
1

the only change that y did in fstab was, uid=x,gid=x that's
all

Thanks for read this

-- 
All Files Deleted on vfat device
https://bugs.launchpad.net/bugs/107862
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 108145] Issue with gnome top panel

2007-04-20 Thread OberonKing
Public bug reported:

Binary package hint: gnome-panel

Hi, the issue is...
Some times the mouse grab the top panel and when I move the mouse the top panel 
change to other place.
That happens some time and I don't know why, I don't do that, the panel do that 
by itself

My Ubuntu is 7.04 Feisty Fawn, and when use hoary, breezy, dapper and
edgy this never happen to me

Thank for your hard work!!!

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

-- 
Issue with gnome top panel
https://bugs.launchpad.net/bugs/108145
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 107862] Re: All Files Deleted on vfat device

2007-04-20 Thread OberonKing
** Description changed:

- I'm using Ubuntu 7.04 Feisty Fawn right now
+ I'm using Ubuntu 7.04 Feisty Fawn right now, upgrade from Edgy
  
  Well I don't know if this is really a bug, but is terrify
  my partition vfat are owned to root and group plugdev, then I have some issue 
when I try to write files, I try to change that in /etc/fstab file put my uid 
and gid. (fstab don't change anything this time, the owner is root again)
  Save the file, and remount this device. (btw in this place I have 16 Gb 
of my music).
  When I try to explore this vfat, that are empty, just like I made "rm -f ." 
(I'm sertenly shure that I don't did this). 
  Why??, in hoary,breezy,dapper and edgy I change fstab many times and that 
never happens.
  I post that because if that is a bug, please fix this..
  
  Thanks for your hard work
  
  Matias Ferrini, a.k.a. OberonKing
  
  PD.: I'm from Argentina and my english is terrible, please forgive me

-- 
All Files Deleted on vfat device
https://bugs.launchpad.net/bugs/107862
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 107862] Re: All Files Deleted on vfat device

2007-04-20 Thread OberonKing
Kristian, in Edgy the Vfat partition was owned by me and my group... when I 
upgrade to Feisty the Vfat change the owner to root and Plugdev group, when I 
try to change that, just like in Edgy(the fstab thing), I don't have any change 
and the partition lost all your files
I'm the only that have this terrible issue?, bad luck for me
Thanks Kristian for reply, I appreciate that

-- 
All Files Deleted on vfat device
https://bugs.launchpad.net/bugs/107862
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 84051] Re: Warning in Blubuntu

2007-07-01 Thread OberonKing
The thing is, the theme that you are using not support the "progressbarstyle" I 
have many time the same advice with a lots of themes.
I think that's a issue with the gtk2
Any way, that's an advice nothing more, the theme work fine

-- 
Warning in Blubuntu
https://bugs.launchpad.net/bugs/84051
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 80946] Re: "desktop-effects" human variant would be nice

2007-02-20 Thread OberonKing
Yes, I like this work Lapo's icon are excelent too

-- 
"desktop-effects" human variant would be nice
https://launchpad.net/bugs/80946

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


[Bug 558910] Re: No sound in Lucid Lynx Beta 2

2010-04-21 Thread OberonKing
If you guys open a terminal and put:

$ pulseaudio -k

Pufff... magic, the audio work again.

the problem is:  start-sequence of sound modules doesn't synchronize
orderly.

Hope this work for you too.

Seeyu

-- 
No sound in Lucid Lynx Beta 2
https://bugs.launchpad.net/bugs/558910
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 558910] Re: No sound in Lucid Lynx Beta 2

2010-04-21 Thread OberonKing
why you put "alsa reload-force" the only thing that I did are:

$ pulseaudio -k

And open audio properties (System >> preferences >> Sound) and put the volume 
on 100%
works for me many times.

try it. and hope it works this time.

-- 
No sound in Lucid Lynx Beta 2
https://bugs.launchpad.net/bugs/558910
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 558910] Re: No sound in Lucid Lynx Beta 2

2010-04-21 Thread OberonKing
to bad that not work for you. hope you can fix it soon
If I find something else I tell you

-- 
No sound in Lucid Lynx Beta 2
https://bugs.launchpad.net/bugs/558910
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 561585] Re: Blank cd/dvd not recognized [LUCID]

2010-05-01 Thread OberonKing
in my case can't mount any blank cd/dvd... and the written take a minute or so 
to mount.
My device are a LG - SATA2 (HL-DT-ST DVD-RAM GH22NS30)

the log keep saying end_request: I/O error, dev sr0, sector x (x
variable)

The udev package are the 151-12 that comes with lucid

If try to downgrade it to 151-5, like you'll said, I can't (says me that
I have an newest version) and if I try to uninstall it.. well, guest
what that's uninstall the system entirely.

I try to reinstall udev and nothing happens.

that thing of not use hal any more make me anger a lot... there's some
things that works fine on earlier versions that not work for my any
more. (tablet, IPOD shuffle, dvd writer... and who knows something else)

Please... how change something if you are not certainly if all work with
it?

-- 
Blank cd/dvd not recognized [LUCID] 
https://bugs.launchpad.net/bugs/561585
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 561585] Re: Blank cd/dvd not recognized [LUCID]

2010-05-01 Thread OberonKing
it's sad read this... but i'm thinking about this (Mandriva or another)
but I use Ubuntu since Warty and it's a shame to leave it because of
this.

-- 
Blank cd/dvd not recognized [LUCID] 
https://bugs.launchpad.net/bugs/561585
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 392825] Re: WALTOP tablets not supported anymore (with quickfix)

2010-04-05 Thread OberonKing
My tablet died in lucid if I uninstall xserver-xorg-input-wacom the tablet 
start to move like a mouse managed by udev... with xserver-xorg-input-wacom do 
nothing.
I can't compile the linuxwacom or waltop driver because an error on the "make" 
step.


** Attachment added: "make.txt"
   http://launchpadlibrarian.net/43178969/make.txt

-- 
WALTOP tablets not supported anymore (with quickfix)
https://bugs.launchpad.net/bugs/392825
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 392825] Re: WALTOP tablets not supported anymore (with quickfix)

2010-04-05 Thread OberonKing

** Attachment added: "xorg.log.txt"
   http://launchpadlibrarian.net/43179036/xorg.log.txt

-- 
WALTOP tablets not supported anymore (with quickfix)
https://bugs.launchpad.net/bugs/392825
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 392825] Re: WALTOP tablets not supported anymore (with quickfix)

2010-04-05 Thread OberonKing

** Attachment added: "make.txt"
   http://launchpadlibrarian.net/43179224/make.txt

-- 
WALTOP tablets not supported anymore (with quickfix)
https://bugs.launchpad.net/bugs/392825
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 392825] Re: WALTOP tablets not supported anymore (with quickfix)

2010-04-05 Thread OberonKing

** Attachment added: "lshal.txt"
   http://launchpadlibrarian.net/43179229/lshal.txt

-- 
WALTOP tablets not supported anymore (with quickfix)
https://bugs.launchpad.net/bugs/392825
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 518368] Re: gdk_display_sync: assertion `GDK_IS_DISPLAY (display)' failed

2010-03-31 Thread OberonKing
Same here... Lucid 64bits, last update 31/03 11:00 (Argentinian time)

-- 
gdk_display_sync: assertion `GDK_IS_DISPLAY (display)' failed
https://bugs.launchpad.net/bugs/518368
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 518368] Re: gdk_display_sync: assertion `GDK_IS_DISPLAY (display)' failed

2010-03-31 Thread OberonKing
It's ok right now after a lots of packages updates.

-- 
gdk_display_sync: assertion `GDK_IS_DISPLAY (display)' failed
https://bugs.launchpad.net/bugs/518368
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 392825] Re: WALTOP tablets not supported anymore

2010-04-23 Thread OberonKing
@Bradley what method use to make it work??? 
Or only with xserver-xorg-input-wacom instaled???

or the xf86 thing...

-- 
WALTOP tablets not supported anymore
https://bugs.launchpad.net/bugs/392825
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 392825] Re: WALTOP tablets not supported anymore

2010-04-24 Thread OberonKing
Yes... at least it's move now, But.. how manage the settings 
With Hal it uses .fdi thing, And now ???
If uses Xorg.conf an example please...
If I try to use xinput set-mode 9 RELATIVE gives me..

m...@r2-d2:~$ xinput set-mode 9 RELATIVE 
X Error of failed request:  BadMatch (invalid parameter attributes)
  Major opcode of failed request:  143 (XInputExtension)
  Minor opcode of failed request:  5 (X_SetDeviceMode)
  Serial number of failed request:  17
  Current serial number in output stream:  17
m...@r2-d2:~$ 

I can't stay in ABSOLUTE mode. So, moves like a mouse.

I can't find any guide to do that. only the fdi metod.

-- 
WALTOP tablets not supported anymore
https://bugs.launchpad.net/bugs/392825
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 443248] [NEW] Alpha6/beta don't boot

2009-10-05 Thread OberonKing
Public bug reported:

I have an issue with the lastest 2 livecd, alpha 6 and beta don't boot, make 
the boot process but freeze inmediately ... can't even enter to a console 
(ctrl+f1). i try noapic, nolapic, etc and nothing.
ohh, i forget, in virtualBox run without problems.
So the exit of the live it's imposible to share... if run without splash 
option, don't show any error message, after that goes black and don't let me do 
anything else.

lspci -vvnn atached

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
Alpha6/beta don't boot 
https://bugs.launchpad.net/bugs/443248
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 443248] Re: Alpha6/beta don't boot

2009-10-05 Thread OberonKing

** Attachment added: "lspci -vvnn exit."
   http://launchpadlibrarian.net/33037478/lspci.txt

-- 
Alpha6/beta don't boot 
https://bugs.launchpad.net/bugs/443248
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 443248] Re: Alpha6/beta don't boot

2009-10-05 Thread OberonKing
Yes, I try without "splash" and "quiet", same result.
The rare thing is that the monitor turn off... even the standby light don't 
blink.
So, making memory, when I start to use Ubuntu (Warty), this have an issue with 
the refresh of the monitor... So add "vsync=60" to the kernel line solve the 
issue.
But this time don't have the same lucky.

By the way, the monitor is a Samsung SyncMaster 794v plug to a Nvidia
Geforce 8600GT.

Don't know what is the problem, but, if somebody have the same
specification than I... Don't use Karmic.. till this issue be fixed.

-- 
Alpha6/beta don't boot 
https://bugs.launchpad.net/bugs/443248
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 443248] Re: Alpha6/beta don't boot

2009-10-05 Thread OberonKing
No... in Jaunty and above there isn't this issue.
And about the outputs impossible, can't open nothing. even ctrl+F1 do 
nothing either.
There's a command to start LiveCD in console mode??? because I'm sure there's 
and graphic issue, like refresh or something like that

-- 
Alpha6/beta don't boot 
https://bugs.launchpad.net/bugs/443248
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 354183] Re: devede stops immediately with conversion failed error

2009-10-10 Thread OberonKing
So... I have this issue too.
If run devede from console gives me this: See attach.

This start with mencoder 2:1.0~svn29714... with the 2:1.0~rc2-0ubuntu19
works fine.

So, if downgrade mencoder devede works fine again.

** Attachment added: "devede_log.txt"
   http://launchpadlibrarian.net/33414508/devede_log.txt

-- 
devede stops immediately with conversion failed error
https://bugs.launchpad.net/bugs/354183
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 443248] Re: Alpha6/beta don't boot

2009-10-10 Thread OberonKing
I made some more test... 
I try with "all_generic_ide", maybe be an ide problem... nothin, the same result
with "xmodule=vesa" nothin.
with "screen=800x600" and guess what?? nothin again. 
So... I'm not able to use Karmic... I'll stay with jaunty.

-- 
Alpha6/beta don't boot 
https://bugs.launchpad.net/bugs/443248
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 354183] Re: devede stops immediately with conversion failed error

2009-10-17 Thread OberonKing
Maybe... I not use 32 bits
If the problem is mencoder 64bits... well, downgrade it fix this issue. 

by the way... nice app (devede)

-- 
devede stops immediately with conversion failed error
https://bugs.launchpad.net/bugs/354183
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 682934] Re: Google Earth 6.0.0.1735 fails to run when compiled with make-googleearth-package

2010-11-29 Thread OberonKing
Same issue here Ubuntu 10.10 64-bit


$ googleearth 
/usr/bin/googleearth: 14: /usr/lib/googleearth/googleearth-bin: not found

The file it's in that place

-- 
Google Earth 6.0.0.1735 fails to run when compiled with make-googleearth-package
https://bugs.launchpad.net/bugs/682934
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 682934] Re: Google Earth 6.0.0.1735 fails to run when compiled with make-googleearth-package

2010-11-30 Thread OberonKing
This solves my problems

$ sudo apt-get install lsb-core

After install this, run like a charm.

-- 
Google Earth 6.0.0.1735 fails to run when compiled with make-googleearth-package
https://bugs.launchpad.net/bugs/682934
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 842111] Re: Fails to open (Segmentation Fault)

2011-10-13 Thread OberonKing
11.10 64 bits is affected too.
Same output

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

Title:
  Fails to open (Segmentation Fault)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-media-player/+bug/842111/+subscriptions

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


[Bug 842111] Re: Fails to open (Segmentation Fault)

2011-10-24 Thread OberonKing
Still have the same issue...  Gnome-media-player don't start at all.

mato@R2-D2:~$ gnome-media-player

(process:6964): GLib-GObject-CRITICAL **:
/build/buildd/glib2.0-2.30.0/./gobject/gtype.c:2708: You forgot to call
g_type_init()

(process:6964): GLib-GObject-CRITICAL **: g_object_new: assertion
`G_TYPE_IS_OBJECT (object_type)' failed

(process:6964): GLib-GObject-CRITICAL **: g_object_ref: assertion `G_IS_OBJECT 
(object)' failed
Violación de segmento

Ubuntu 11.10 64Bits

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

Title:
  Fails to open (Segmentation Fault)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-media-player/+bug/842111/+subscriptions

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

[Bug 842111] Re: Fails to open (Segmentation Fault)

2011-10-31 Thread OberonKing
Any news?? not works at all.

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

Title:
  Fails to open (Segmentation Fault)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-media-player/+bug/842111/+subscriptions

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


[Bug 563862] Re: When logging on power manager fails

2010-06-30 Thread OberonKing
#44 same for me when I have a cd or a dvd on the dvd-rw I get this
issue... if take off the cd/dvd the issue is gone

[1.710276] ata5.00: ATAPI: HL-DT-STDVD-RAM GH22NS30, 1.02, max UDMA/100
[1.942331] scsi 4:0:0:0: CD-ROMHL-DT-ST DVD-RAM GH22NS30 1.02 
PQ: 0 ANSI: 5

-- 
When logging on power manager fails
https://bugs.launchpad.net/bugs/563862
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