[Bug 843393] Re: When I press take picture it reports an error Cannot create directory '~/Webcam_Pictures'

2012-03-14 Thread Daniel Tschernatsch
I found a workaround for this problem:

1. sudo apt-get install gconf-editor (or search in Software Center)
2. fire it up and change /apps/comorama/preferences/save_dir from 
~/Webcam_Pictures to Webcam_Pictures

So this is just a simple typo in the camorama.schemas.in from the source
package. I hope some developer knows where to report or fix that.

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

Title:
  When I press take picture it reports an error Cannot create
  directory '~/Webcam_Pictures'

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

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


[Bug 443121] Re: With Bindwood installed, Firefox is completely unresponsive

2010-11-29 Thread Daniel Tschernatsch
Experienced no unresponsiveness. But today all my bookmarks are gone. My
bookmarks.couch file is 324,0 MB! I had merely 50 bookmarks. Surely
they've got compressed into that file. Anyone lost his/her bookmarks
too? What are the chances for recovery?

-- 
With Bindwood installed, Firefox is completely unresponsive
https://bugs.launchpad.net/bugs/443121
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 526303] Re: 32 bit OpenGL broken on 64 bit 9.10

2010-06-13 Thread Daniel Tschernatsch
As my workaround suggests this could be a problem in nvidia-current:

cd /usr/lib32
mv libGL.so libGL.so.bak
ln -s nvidia-current/libGL.so.1 libGL.so

-- 
32 bit OpenGL broken on 64 bit 9.10
https://bugs.launchpad.net/bugs/526303
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 526303] Re: 32 bit OpenGL broken on 64 bit 9.10

2010-06-11 Thread Daniel Tschernatsch
Same problem here... with X² - The Threat, I get:

Couldn't find sufficent depth buffer to run the game!
X2 Error opening video.
There is no VESA driver installed,
or your graphics adapter or the VESA driver doesn't support the resolution!
Further information can be found in the manual!


and in X³ - Reunion:

x3 2.5.02-sse2, built for i386
Segmentation Fault: Yes, of course I bought enough shields to defend the shi...

This is a BUG, please report it to http://support.linuxgamepublishing.com
Stack dump:
{
[0xf7765400]
/lib32/libc.so.6(vsprintf+0x8c) [0xf6cb53ac]
/lib32/libc.so.6(sprintf+0x2b) [0xf6c9d4ab]
x3() [0x8178523]
x3() [0x817eb11]
x3() [0x815295d]
x3() [0x817635a]
x3() [0x80cb0e5]
x3() [0x8150586]
/lib32/libc.so.6(__libc_start_main+0xe6) [0xf6c6cbd6]
x3(XOpenDisplay+0x91) [0x804fafd]
}


64 bit 3d applications like neverball work flawlessly.

-- 
32 bit OpenGL broken on 64 bit 9.10
https://bugs.launchpad.net/bugs/526303
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 308826] Re: netbeans sample application dispose()

2010-05-17 Thread Daniel Tschernatsch
Same problem in Ubuntu 10.04...
I even tried using http://kenai.com/projects/bsaf with no success.

Produktversion: NetBeans IDE 6.8 (Build 100326-unknown-revn)
Java: 1.6.0_18; OpenJDK 64-Bit Server VM 14.0-b16
System: Linux Version 2.6.32-22-generic läuft auf amd64; UTF-8; de_DE (nb)
Benutzerverzeichnis: /home//.netbeans/6.8

-- 
netbeans sample application dispose()
https://bugs.launchpad.net/bugs/308826
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 449394] Re: Huawei E220 modem unable to connect under Karmic

2009-11-12 Thread Daniel Tschernatsch
The firmware update resolved the issue for me too. Thanks my mom got
Windows XP. It always connects but often there are no nameservers
registered, so the connection is unusuable for applications. This time I
had to reconnect three times to get DNS working...

dan...@ubuntu:~$ cat /etc/resolv.conf 
# Generated by NetworkManager
dan...@ubuntu:~$ cat /etc/resolv.conf 
# Generated by NetworkManager
nameserver 212.23.97.3
nameserver 212.23.97.2

-- 
Huawei E220 modem unable to connect under Karmic
https://bugs.launchpad.net/bugs/449394
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 308826] Re: netbeans sample application dispose()

2009-08-16 Thread Daniel Tschernatsch
I tested this again with openjdk-7 from 
https://launchpad.net/~openjdk/+archive/ppa
..and it works as expected. So IMHO this bug is fixed.

-- 
netbeans sample application dispose()
https://bugs.launchpad.net/bugs/308826
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 308826] Re: netbeans sample application dispose()

2009-05-11 Thread Daniel Tschernatsch
In the stack trace from slash2314, the sample application is coded
correctly. It does not produce a stack overflow with java-6-sun. Somehow
openjdk's implementation of the application framework (JSR-296) is
unable to store the state data. That's why the SingleApplicationFrame
doesn't remember it's size and position between restarts.

-- 
netbeans sample application dispose()
https://bugs.launchpad.net/bugs/308826
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 308826] Re: netbeans sample application dispose()

2009-05-10 Thread Daniel Tschernatsch
I have the same problem on Jaunty. Installed netbeans with openjdk. If I
create the sample Java Desktop Application and try to close the about
dialog a java.lang.Error: java.lang.reflect.InvocationTargetException
is thrown (attachment). The dialog is getting closed. But this does not
occur with the java implementation from Sun.

** Attachment added: error.txt
   http://launchpadlibrarian.net/26529638/error.txt

-- 
netbeans sample application dispose()
https://bugs.launchpad.net/bugs/308826
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 373379] [NEW] german translation for evolution icon missing

2009-05-07 Thread Daniel Tschernatsch
Public bug reported:

Binary package hint: language-pack-gnome-de-base

1) Ubuntu 9.04 (new installation), GERMAN
2) language-pack-gnome-de-base is at version 1:9.04+20090413

In the applications menu and more prominently in the task bar on the
right side of the firefox icon the evolution email client has no german
comment in its mouseover popup. The english text Read and write emails
gets displayed.

On its last line the .desktop file says: X-Ubuntu-Gettext-
Domain=evolution-2.26

So I assume that /usr/share/locale-
langpack/de/LC_MESSAGES/evolution-2.26.mo seems to be missing a german
translation of Read and write emails in the icon description for
/usr/share/applications/evolution.desktop.

** Affects: language-pack-gnome-de-base (Ubuntu)
 Importance: Undecided
 Status: New

-- 
german translation for evolution icon missing
https://bugs.launchpad.net/bugs/373379
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 342190] Re: [needs-packaging] jMemorize

2009-03-22 Thread Daniel Tschernatsch
I am working on a package for Jaunty. Since REVU is closed, i'll upload
it to my PPA.

** Changed in: ubuntu
   Status: Confirmed = In Progress

-- 
[needs-packaging] jMemorize
https://bugs.launchpad.net/bugs/342190
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 342190] Re: [needs-packaging] jMemorize

2009-03-21 Thread Daniel Tschernatsch
As a regular user of this application, I am interested in maintaining
the package.

** Changed in: ubuntu
 Assignee: (unassigned) = Daniel Tschernatsch (daniel311)

-- 
[needs-packaging] jMemorize
https://bugs.launchpad.net/bugs/342190
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 121343] Re: Joystick Saitec ST30 detected as Wasp

2007-06-25 Thread Daniel Tschernatsch
Thank you for your fast reply. Since jscalibrator is only for one game,
my Binary package hint was wrong. But I realized that I don't need
calibration, because X Y and Z are precisly calibrated with this
joystick.

So I don't want jscalibrator, but it has a nice GUI.

/proc/bus/usb/devices:
T:  Bus=02 Lev=01 Prnt=01 Port=01 Cnt=01 Dev#=  2 Spd=1.5 MxCh= 0
D:  Ver= 1.10 Cls=00(ifc ) Sub=00 Prot=00 MxPS= 8 #Cfgs=  1
P:  Vendor=07b5 ProdID=0316 Rev= 1.01
S:  Manufacturer=Mega World
S:  Product=USB Game Controllers
C:* #Ifs= 1 Cfg#= 1 Atr=a0 MxPwr=350mA
I:  If#= 0 Alt= 0 #EPs= 1 Cls=03(HID  ) Sub=00 Prot=00 Driver=usbhid
E:  Ad=81(I) Atr=03(Int.) MxPS=   8 Ivl=10ms

[EMAIL PROTECTED]:~# evtest /dev/input/event7
Input driver version is 1.0.0
Input device ID: bus 0x3 vendor 0x7b5 product 0x316 version 0x110
Input device name: Mega World USB Game Controllers
Supported events:
  Event type 0 (Reset)
Event code 0 (Reset)
Event code 1 (Key)
Event code 3 (Absolute)
  Event type 1 (Key)
Event code 288 (Trigger)
Event code 289 (ThumbBtn)
Event code 290 (ThumbBtn2)
Event code 291 (TopBtn)
  Event type 3 (Absolute)
Event code 0 (X)
  Value  0
  Min -128
  Max  127
  Flat  15
Event code 1 (Y)
  Value  0
  Min -128
  Max  127
  Flat  15
Event code 2 (Z)
  Value127
  Min -128
  Max  127
  Flat  15
Event code 16 (Hat0X)
  Value  0
  Min   -1
  Max1
Event code 17 (Hat0Y)
  Value  0
  Min   -1
  Max1
Event code 40 (?)
  Value127
  Min -128
  Max  127
  Flat  15
Testing ... (interrupt to exit)


Hat seems to work as expected (up - down - left - right):
Event: time 1182542380.757994, type 3 (Absolute), code 17 (Hat0Y), value -1
Event: time 1182542380.757998, type 0 (Reset), code 0 (Reset), value 0
Event: time 1182542380.925940, type 3 (Absolute), code 17 (Hat0Y), value 0
Event: time 1182542380.925944, type 0 (Reset), code 0 (Reset), value 0
Event: time 1182542381.525737, type 3 (Absolute), code 17 (Hat0Y), value 1
Event: time 1182542381.525742, type 0 (Reset), code 0 (Reset), value 0
Event: time 1182542381.685687, type 3 (Absolute), code 17 (Hat0Y), value 0
Event: time 1182542381.685691, type 0 (Reset), code 0 (Reset), value 0
Event: time 1182542383.061230, type 3 (Absolute), code 16 (Hat0X), value -1
Event: time 1182542383.061235, type 0 (Reset), code 0 (Reset), value 0
Event: time 1182542383.221176, type 3 (Absolute), code 16 (Hat0X), value 0
Event: time 1182542383.221180, type 0 (Reset), code 0 (Reset), value 0
Event: time 1182542383.812980, type 3 (Absolute), code 16 (Hat0X), value 1
Event: time 1182542383.812984, type 0 (Reset), code 0 (Reset), value 0
Event: time 1182542383.964930, type 3 (Absolute), code 16 (Hat0X), value 0
Event: time 1182542383.964934, type 0 (Reset), code 0 (Reset), value 0

Buttons too (Trigger - leftmost btn - middle button - right button):
Event: time 1182542433.628417, type 1 (Key), code 288 (Trigger), value 1
Event: time 1182542433.628420, type 0 (Reset), code 0 (Reset), value 0
Event: time 1182542433.780370, type 1 (Key), code 288 (Trigger), value 0
Event: time 1182542433.780374, type 0 (Reset), code 0 (Reset), value 0
Event: time 1182542436.043615, type 1 (Key), code 290 (ThumbBtn2), value 1
Event: time 1182542436.043619, type 0 (Reset), code 0 (Reset), value 0
Event: time 1182542436.251548, type 1 (Key), code 290 (ThumbBtn2), value 0
Event: time 1182542436.251550, type 0 (Reset), code 0 (Reset), value 0
Event: time 1182542436.731387, type 1 (Key), code 289 (ThumbBtn), value 1
Event: time 1182542436.731390, type 0 (Reset), code 0 (Reset), value 0
Event: time 1182542436.891334, type 1 (Key), code 289 (ThumbBtn), value 0
Event: time 1182542436.891338, type 0 (Reset), code 0 (Reset), value 0
Event: time 1182542438.426821, type 1 (Key), code 291 (TopBtn), value 1
Event: time 1182542438.426824, type 0 (Reset), code 0 (Reset), value 0
Event: time 1182542438.554782, type 1 (Key), code 291 (TopBtn), value 0
Event: time 1182542438.554786, type 0 (Reset), code 0 (Reset), value 0

Now I moved the Thrust-Slider forward away from me and then backwards:
Event: time 1182542515.873072, type 3 (Absolute), code 2 (Z), value 123
Event: time 1182542515.873078, type 0 (Reset), code 0 (Reset), value 0
Event: time 1182542515.897066, type 3 (Absolute), code 2 (Z), value 117
Event: time 1182542515.897073, type 0 (Reset), code 0 (Reset), value 0
Event: time 1182542515.913063, type 3 (Absolute), code 2 (Z), value 109
Event: time 1182542515.913069, type 0 (Reset), code 0 (Reset), value 0
Event: time 1182542515.937058, type 3 (Absolute), code 2 (Z), value 101
Event: time 1182542515.937068, type 0 (Reset), code 0 (Reset), value 0
Event: time 1182542515.953047, type 3 (Absolute), code 2 (Z), value 94
Event: time 1182542515.953053, type 0 (Reset), code 0 (Reset), value 0
Event: time 

[Bug 121343] Joystick Saitec ST30 detected as Wasp

2007-06-20 Thread Daniel Tschernatsch
Public bug reported:

Binary package hint: jscalibrator

In jscalibrator the ST30 USB-Joystick from Saitek is detected as a
...Wasp...

See http://www.saitek.de/prod/st30.htm

Steering with x and y and Buttons work fine. But the hat and throttle
don't work as expected.

The Throttle affects two axes:
When I move throttle upwards from the middle position one axis goes up from 0 
to 127
When I move throttle down from the middle position another axis goes down from 
0 to -128

The Hat does not move the hat in jscalibrator frontend. depending on the
position, the hat is moved to, some multiple axes are set some values...

I can add some screenshots tomorrow.

I would like to help getting this bug resolved. What further information
could be useful Output of lsusb?

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

-- 
Joystick Saitec ST30 detected as Wasp
https://bugs.launchpad.net/bugs/121343
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 60156] Re: migrate imap4 accounts automatically to imap

2006-09-18 Thread Daniel Tschernatsch
I consider this as breakage - not wishlist, because i can't use shared
mailaccounts from cyrus mail servers anymore. I have to use thunderbird
for now :(

Please recompile this with imap4 and don't make people switch to less
integrated programs.

-- 
migrate imap4 accounts automatically to imap
https://launchpad.net/bugs/60156

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


[Bug 60156] Re: migrate imap4 accounts automatically to imap

2006-09-18 Thread Daniel Tschernatsch
Upstream will reintegrate that functionality at a later point in the
stable IMAP module. But many users have already adopted the use of
namespaces with IMAP4rev1. Escpecially corporation desktops are affected
since they often use these namespaces.

-- 
migrate imap4 accounts automatically to imap
https://launchpad.net/bugs/60156

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