[Bug 1562948] Re: google-earth not working - broken package with Xenial Xerus

2016-05-23 Thread Hieronymus
Hello

I not quite sure if my problem really is a follow-up after installing
googleearth.

I followed a posting on the ubuntu-mate forums 
(https://ubuntu-mate.community/t/how-to-install-google-earth-on-ubuntu-16-04/5268)
and installed the packages
https://pkgs.org/ubuntu-15.10/ubuntu-main-i386/lsb-invalid-mta_4.1+Debian11ubuntu8_all.deb.html
https://pkgs.org/ubuntu-15.10/ubuntu-main-amd64/lsb-security_4.1+Debian11ubuntu8_amd64.deb.html
https://pkgs.org/ubuntu-15.10/ubuntu-main-amd64/lsb-core_4.1+Debian11ubuntu8_amd64.deb.html

Now I'm unable to login. It just gives me a /o/oauth/GetOAuthToken
error.

Any ideas?

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

Title:
   google-earth not working - broken package with Xenial Xerus

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/googleearth-package/+bug/1562948/+subscriptions

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


[Bug 326132] Re: [wishlist] Pinentry does not allow to paste into it, why?!

2015-06-04 Thread Hieronymus
Same here. KeePassX mega passwords that are impossible to type in.

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

Title:
  [wishlist] Pinentry does not allow to paste into it, why?!

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

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


[Bug 1404748] Re: cryptkeeper segfault when started

2015-01-04 Thread Hieronymus
Kubuntu 14.10

with the following output running cryptkeeper via gdb:

(gdb) run
Starting program: /usr/local/bin/cryptkeeper 
[Thread debugging using libthread_db enabled]
Using host libthread_db library /lib/x86_64-linux-gnu/libthread_db.so.1.
[New Thread 0x7fffef622700 (LWP 7552)]
[New Thread 0x7fffeee21700 (LWP 7553)]

Program received signal SIGSEGV, Segmentation fault.
read_config () at main.cpp:834
834 if (*next) *(next++) = '\0';

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

Title:
  cryptkeeper segfault when started

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

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


Re: [Bug 668308] [NEW] PulseAudio Applet has no icon

2010-11-05 Thread Hieronymus
I think it's like Bert wrote. In the gnome-panel the
PulseAudio-Device-Chooser used to have a proper Icon. Now it just
displays a standard icon that looks like some sort of stop sign.

Am Freitag, den 29.10.2010, 13:26 + schrieb Daniel T Chen:
 There is no PulseAudio applet icon per se.  What application are you
 referring to instead?
 

-- 
mit li(e)bertären Grüssen
  Hieronymus

-- 
PulseAudio Applet has no icon
https://bugs.launchpad.net/bugs/668308
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 668308] [NEW] PulseAudio Applet has no icon

2010-10-29 Thread Hieronymus
Public bug reported:

Binary package hint: pulseaudio

After upgrading to ubuntu 10.10 maverick the deskbar-applet shows no
proper icon.

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

-- 
PulseAudio Applet has no icon
https://bugs.launchpad.net/bugs/668308
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 658139] Re: X server crashes shortly after logging in

2010-10-26 Thread Hieronymus
Similar problem here. My xsession dies as soon as there is lots of cpu
load. I had to remove tracker only to see my desktopbackground and
panels...

I'm not sure which errorlogs to post here..

-- 
X server crashes shortly after logging in
https://bugs.launchpad.net/bugs/658139
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 471437] Re: IndexError: list assignment index out of range

2010-08-14 Thread Hieronymus
I think it is a translation problem.

I did what Kanor told us to do here 
http://forum.ubuntu-fr.org/viewtopic.php?id=410923p=2
and now Openastro can launch itself

---

You have to change some code in the file /usr/bin/openastro.py

Console :

sudo gedit  /usr/bin/openastro.py

Look for these lines :

try:
  TRANSLATION[default] = gettext.translation(openastro,TDomain)
except IOError:
  TRANSLATION[default] = 
gettext.translation(openastro,TDomain,languages=['en'])
  print OpenAstro.org has not yet been translated in your language!

And change them for these lines :

#try:
#  TRANSLATION[default] = gettext.translation(openastro,TDomain)
#except IOError:
TRANSLATION[default] = 
gettext.translation(openastro,TDomain,languages=['en'])
#  print OpenAstro.org has not yet been translated in your language!

It is a encoding problem

next time you lauch OpenAstro, do it this way in console:

openastro.py --dbcheck

-- 
 IndexError: list assignment index out of range
https://bugs.launchpad.net/bugs/471437
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 471437] Re: IndexError: list assignment index out of range

2010-07-27 Thread Hieronymus
Same error in Lucid Lynx

-- 
 IndexError: list assignment index out of range
https://bugs.launchpad.net/bugs/471437
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 570075] Re: rhytmbox start kills x session

2010-05-20 Thread Hieronymus
Good work! :D
Runs stable now.

-- 
rhytmbox start kills x session
https://bugs.launchpad.net/bugs/570075
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 570075] Re: rhytmbox start kills x session

2010-05-13 Thread Hieronymus
As an user I can confirm this crash.
First after I start Rhythmbox my Wacom Tablet starts blinking and soon after 
the x-server crashes..

-- 
rhytmbox start kills x session
https://bugs.launchpad.net/bugs/570075
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 518074] [NEW] Ubuntu One crashed after leftclick

2010-02-06 Thread Hieronymus
Public bug reported:

Binary package hint: ubuntuone-client

I have no idea what happened. I just clicked on the gnome applet to read
its status then it crashed. Possible that my cpu was overloaded so quick
after login.

ProblemType: Bug
.home.hieronymus..cache.ubuntuone.log.syncdaemon.exceptions.log:
 
.home.hieronymus..config.ubuntuone.ubuntuone.client.conf:
 [ubuntuone]
 connected = True
 connect = 0
 show_applet = 0
 bookmarked = True
Architecture: i386
Date: Sat Feb  6 16:02:00 2010
DistroRelease: Ubuntu 9.10
InstallationMedia: Ubuntu 9.10 Karmic Koala - Release i386 (20091028.5)
NonfreeKernelModules: wl
Package: ubuntuone-client 1.0.3-0ubuntu1
PackageArchitecture: all
ProcEnviron:
 PATH=(custom, user)
 LANG=de_CH.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-19.56-generic-pae
SourcePackage: ubuntuone-client
Uname: Linux 2.6.31-19-generic-pae i686

** Affects: ubuntuone-client (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386

-- 
Ubuntu One crashed after leftclick
https://bugs.launchpad.net/bugs/518074
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 518074] Re: Ubuntu One crashed after leftclick

2010-02-06 Thread Hieronymus

** Attachment added: .home.hieronymus..cache.ubuntuone.log.oauth.login.log.txt
   
http://launchpadlibrarian.net/38831498/.home.hieronymus..cache.ubuntuone.log.oauth.login.log.txt

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

** Attachment added: UbuntuoneClientPackages.txt
   http://launchpadlibrarian.net/38831500/UbuntuoneClientPackages.txt

** Attachment added: XsessionErrors.txt
   http://launchpadlibrarian.net/38831501/XsessionErrors.txt

-- 
Ubuntu One crashed after leftclick
https://bugs.launchpad.net/bugs/518074
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 178530] Re: hardy alpha2 PRO/Wireless 3945ABG does not work

2008-11-15 Thread Hieronymus
The problem still exists within Ubuntu 8.04.1, but the workaround using
ndiswrapper works fine. In Ubuntu 8.10 the problem is gone. So, for me
it isn't an issue anymore.

Jeroen

-- 
hardy alpha2 PRO/Wireless 3945ABG does not work
https://bugs.launchpad.net/bugs/178530
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 192734] Re: lsof got can't stat() tmpfs file system errors

2008-02-18 Thread hieronymus
hi,

If got the same problem with an
Linux Domino02 2.6.15-29-server #1 SMP Mon Sep 24 17:37:57 UTC 2007 i686 
GNU/Linux
running IBM Lotus Domino 7.

/usr/bin/lsof -n -P -S 5 -p 8502,8494,6974
lsof: WARNING: can't stat() tmpfs file system /dev/shm/var.run
  Output information may be incomplete.
lsof: WARNING: can't stat() tmpfs file system /dev/shm/var.lock
  Output information may be incomplete.


Anything new?

thank, too,

hieronymus

-- 
lsof got can't stat() tmpfs file system errors
https://bugs.launchpad.net/bugs/192734
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 192734] Re: lsof got can't stat() tmpfs file system errors

2008-02-18 Thread hieronymus
hi,

If got the same problem with an
Linux Domino02 2.6.15-29-server #1 SMP Mon Sep 24 17:37:57 UTC 2007 i686 
GNU/Linux
running IBM Lotus Domino 7.

/usr/bin/lsof -n -P -S 5 -p 8502,8494,6974
lsof: WARNING: can't stat() tmpfs file system /dev/shm/var.run
  Output information may be incomplete.
lsof: WARNING: can't stat() tmpfs file system /dev/shm/var.lock
  Output information may be incomplete.


Anything new?

thank, too,

hieronymus

-- 
lsof got can't stat() tmpfs file system errors
https://bugs.launchpad.net/bugs/192734
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