[Desktop-packages] [Bug 1771880] Re: Seahorse unable to import pkcs12 certificates

2023-11-20 Thread erny
Had the same problem, trying to sign documents with libreoffice, and
used the same method to set the certificates store path in libreoffice
(tools / options / security / certificate button, and set the path
(manual) to: ~/.pki/nssdb

Now I can manage my certificates with google chrome (no snap version);
firefox and thunderbird and chromium snap have their own certificate
databases.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-keyring in Ubuntu.
https://bugs.launchpad.net/bugs/1771880

Title:
  Seahorse unable to import pkcs12 certificates

Status in seahorse:
  New
Status in gnome-keyring package in Ubuntu:
  Triaged
Status in seahorse package in Ubuntu:
  Triaged
Status in gnome-keyring package in Fedora:
  New
Status in seahorse package in Fedora:
  Unknown

Bug description:
  seahorse 3.20.0-5 / gnome-keyring 3.28.0.2-1ubuntu1.18.04.1 / Ubuntu
  18.04 LTS / GNOME 3.28.1

  When trying to import a certificate into seahorse/gnome-keyring on
  Ubuntu 18.04, seahorse GUI application shows the 'import' button
  greyed out, while mouse hovering the "import" button shows the message
  "Cannot import because there are no compatible importers".

  This problem doesn't occur on Ubuntu 16.04 LTS (Seahorse 3.18.0), as
  I've just tested on my wife's laptop, but happens in my Laptop with
  Ubuntu 18.04 LTS (Seahorse 3.20.0-5).

  Because that problem, it's not possible to digitally sign documents
  with LibreOffice.

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


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1250550] Re: Java plugin crash

2013-12-26 Thread erny
I just tested it yesterday, but in Ubuntu 12.04 with security and
updates repos enabled, the installed version:

31.0.1650.63 Ubuntu 12.04 (31.0.1650.63-0ubuntu0.12.04.1~20131204.1)

it still appends.

The good news is that I found a quick hack to make it work:

sudo su
apt-get install bbe
cp -a /usr/lib/chromium-browser /usr/lib/chromium-browser.bak
cd /usr/lib/chromium-browser
for f in `rgrep -l libnet .`
do
  bbe -e 's/libnet/libxet/' $f > $f.new
  mv -f $f.new $f
done
mv libs/libnet.so libs/libxet.so
mv libs/libnet_with_v8.so libs/libxet_with_v8.so
chmod +x chromium-browser


You can check that all dependencies are fullfilled:
ldd chromium-browser

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to chromium-browser in Ubuntu.
https://bugs.launchpad.net/bugs/1250550

Title:
  Java plugin crash

Status in Chromium Browser:
  Unknown
Status in “chromium-browser” package in Ubuntu:
  Confirmed

Bug description:
  1) Ubuntu Release:
  Description:  Ubuntu 12.04.3 LTS
  Release:  12.04

  2) Package version:
  chromium-browser:
Instalados: 30.0.1599.114-0ubuntu0.12.04.3
Candidato:  30.0.1599.114-0ubuntu0.12.04.3
Tabla de versión:
   *** 30.0.1599.114-0ubuntu0.12.04.3 0
  500 http://security.ubuntu.com/ubuntu/ precise-security/universe 
amd64 Packages
  100 /var/lib/dpkg/status
   18.0.1025.151~r130497-0ubuntu1 0
  500 http://de.archive.ubuntu.com/ubuntu/ precise/universe amd64 
Packages

  Oracle / Sun Java: JDK 1.6.0_45  (also tested with 1.6.0_38)

  3) What I expect: Java applets should load using Oracle/Sun 1.6.0.x /
  1.7.0.x

  4) What I get:
  erevilla@ub1204:/usr/lib/chromium-browser$ chromium-browser
  Exception in thread "main" java.lang.UnsatisfiedLinkError: 
/usr/lib/jvm/jdk1.6.0_45/jre/lib/amd64/libnio.so: 
/usr/lib/chromium-browser/libs/libnet.so: version `SUNWprivate_1.1' not found 
(required by /usr/lib/jvm/jdk1.6.0_45/jre/lib/amd64/libnio.so)
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1807)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1724)
at java.lang.Runtime.loadLibrary0(Runtime.java:823)
at java.lang.System.loadLibrary(System.java:1028)
at sun.security.action.LoadLibraryAction.run(LoadLibraryAction.java:50)
at java.security.AccessController.doPrivileged(Native Method)
at sun.nio.ch.Util.load(Util.java:464)
at sun.nio.ch.FileChannelImpl.(FileChannelImpl.java:1224)
at java.io.FileInputStream.getChannel(FileInputStream.java:342)
at 
com.sun.deploy.util.SyncFileAccess.openLockFileObject(SyncFileAccess.java:233)
at 
com.sun.deploy.util.SyncFileAccess.openLockFileInputStream(SyncFileAccess.java:71)
at com.sun.deploy.config.Config.loadPropertiesFile(Config.java:1740)
at com.sun.deploy.config.Config.refreshProps(Config.java:1133)
at com.sun.deploy.config.Config.initialize(Config.java:939)
at com.sun.deploy.config.Config.(Config.java:886)
at 
sun.plugin2.main.server.JVMManager.processJREInfo(JVMManager.java:578)
at sun.plugin2.main.server.JVMManager.(JVMManager.java:48)
at sun.plugin2.main.server.JVMManager.(JVMManager.java:26)
at 
sun.plugin2.main.server.MozillaPlugin.(MozillaPlugin.java:111)

  when loading an applet.

  5) Workarounds:

  - Install Chromium 29.x from ppa:chromium-daily/stable
  - Use Chrome

  6) Probable cause:  name clash in libnet.so:
  Chromium: /usr/lib/chromium-browser/libs/libnet.so
  Java: /usr/lib/jvm//jre/lib/amd64/libnet.so

To manage notifications about this bug go to:
https://bugs.launchpad.net/chromium-browser/+bug/1250550/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1250550] Re: Java plugin crash

2013-12-25 Thread erny
Just a question about Ubuntu repos / packages. It seems that "precise"
and "precise-updates" do have the exact same package, but the normal
"precise" repo does not contain "libnet.so" (i.e. it seems to be
statically linked) and the "precise-updates" repo has the a version with
dynamic libs:

http://packages.ubuntu.com/precise/amd64/chromium-browser/filelist

vs

http://packages.ubuntu.com/precise-updates/amd64/chromium-
browser/filelist

Thx.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to chromium-browser in Ubuntu.
https://bugs.launchpad.net/bugs/1250550

Title:
  Java plugin crash

Status in Chromium Browser:
  Unknown
Status in “chromium-browser” package in Ubuntu:
  Confirmed

Bug description:
  1) Ubuntu Release:
  Description:  Ubuntu 12.04.3 LTS
  Release:  12.04

  2) Package version:
  chromium-browser:
Instalados: 30.0.1599.114-0ubuntu0.12.04.3
Candidato:  30.0.1599.114-0ubuntu0.12.04.3
Tabla de versión:
   *** 30.0.1599.114-0ubuntu0.12.04.3 0
  500 http://security.ubuntu.com/ubuntu/ precise-security/universe 
amd64 Packages
  100 /var/lib/dpkg/status
   18.0.1025.151~r130497-0ubuntu1 0
  500 http://de.archive.ubuntu.com/ubuntu/ precise/universe amd64 
Packages

  Oracle / Sun Java: JDK 1.6.0_45  (also tested with 1.6.0_38)

  3) What I expect: Java applets should load using Oracle/Sun 1.6.0.x /
  1.7.0.x

  4) What I get:
  erevilla@ub1204:/usr/lib/chromium-browser$ chromium-browser
  Exception in thread "main" java.lang.UnsatisfiedLinkError: 
/usr/lib/jvm/jdk1.6.0_45/jre/lib/amd64/libnio.so: 
/usr/lib/chromium-browser/libs/libnet.so: version `SUNWprivate_1.1' not found 
(required by /usr/lib/jvm/jdk1.6.0_45/jre/lib/amd64/libnio.so)
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1807)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1724)
at java.lang.Runtime.loadLibrary0(Runtime.java:823)
at java.lang.System.loadLibrary(System.java:1028)
at sun.security.action.LoadLibraryAction.run(LoadLibraryAction.java:50)
at java.security.AccessController.doPrivileged(Native Method)
at sun.nio.ch.Util.load(Util.java:464)
at sun.nio.ch.FileChannelImpl.(FileChannelImpl.java:1224)
at java.io.FileInputStream.getChannel(FileInputStream.java:342)
at 
com.sun.deploy.util.SyncFileAccess.openLockFileObject(SyncFileAccess.java:233)
at 
com.sun.deploy.util.SyncFileAccess.openLockFileInputStream(SyncFileAccess.java:71)
at com.sun.deploy.config.Config.loadPropertiesFile(Config.java:1740)
at com.sun.deploy.config.Config.refreshProps(Config.java:1133)
at com.sun.deploy.config.Config.initialize(Config.java:939)
at com.sun.deploy.config.Config.(Config.java:886)
at 
sun.plugin2.main.server.JVMManager.processJREInfo(JVMManager.java:578)
at sun.plugin2.main.server.JVMManager.(JVMManager.java:48)
at sun.plugin2.main.server.JVMManager.(JVMManager.java:26)
at 
sun.plugin2.main.server.MozillaPlugin.(MozillaPlugin.java:111)

  when loading an applet.

  5) Workarounds:

  - Install Chromium 29.x from ppa:chromium-daily/stable
  - Use Chrome

  6) Probable cause:  name clash in libnet.so:
  Chromium: /usr/lib/chromium-browser/libs/libnet.so
  Java: /usr/lib/jvm//jre/lib/amd64/libnet.so

To manage notifications about this bug go to:
https://bugs.launchpad.net/chromium-browser/+bug/1250550/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1250550] Re: Java plugin crash

2013-12-25 Thread erny
What alternatives do we have to avoid the crash?

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to chromium-browser in Ubuntu.
https://bugs.launchpad.net/bugs/1250550

Title:
  Java plugin crash

Status in Chromium Browser:
  Unknown
Status in “chromium-browser” package in Ubuntu:
  Confirmed

Bug description:
  1) Ubuntu Release:
  Description:  Ubuntu 12.04.3 LTS
  Release:  12.04

  2) Package version:
  chromium-browser:
Instalados: 30.0.1599.114-0ubuntu0.12.04.3
Candidato:  30.0.1599.114-0ubuntu0.12.04.3
Tabla de versión:
   *** 30.0.1599.114-0ubuntu0.12.04.3 0
  500 http://security.ubuntu.com/ubuntu/ precise-security/universe 
amd64 Packages
  100 /var/lib/dpkg/status
   18.0.1025.151~r130497-0ubuntu1 0
  500 http://de.archive.ubuntu.com/ubuntu/ precise/universe amd64 
Packages

  Oracle / Sun Java: JDK 1.6.0_45  (also tested with 1.6.0_38)

  3) What I expect: Java applets should load using Oracle/Sun 1.6.0.x /
  1.7.0.x

  4) What I get:
  erevilla@ub1204:/usr/lib/chromium-browser$ chromium-browser
  Exception in thread "main" java.lang.UnsatisfiedLinkError: 
/usr/lib/jvm/jdk1.6.0_45/jre/lib/amd64/libnio.so: 
/usr/lib/chromium-browser/libs/libnet.so: version `SUNWprivate_1.1' not found 
(required by /usr/lib/jvm/jdk1.6.0_45/jre/lib/amd64/libnio.so)
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1807)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1724)
at java.lang.Runtime.loadLibrary0(Runtime.java:823)
at java.lang.System.loadLibrary(System.java:1028)
at sun.security.action.LoadLibraryAction.run(LoadLibraryAction.java:50)
at java.security.AccessController.doPrivileged(Native Method)
at sun.nio.ch.Util.load(Util.java:464)
at sun.nio.ch.FileChannelImpl.(FileChannelImpl.java:1224)
at java.io.FileInputStream.getChannel(FileInputStream.java:342)
at 
com.sun.deploy.util.SyncFileAccess.openLockFileObject(SyncFileAccess.java:233)
at 
com.sun.deploy.util.SyncFileAccess.openLockFileInputStream(SyncFileAccess.java:71)
at com.sun.deploy.config.Config.loadPropertiesFile(Config.java:1740)
at com.sun.deploy.config.Config.refreshProps(Config.java:1133)
at com.sun.deploy.config.Config.initialize(Config.java:939)
at com.sun.deploy.config.Config.(Config.java:886)
at 
sun.plugin2.main.server.JVMManager.processJREInfo(JVMManager.java:578)
at sun.plugin2.main.server.JVMManager.(JVMManager.java:48)
at sun.plugin2.main.server.JVMManager.(JVMManager.java:26)
at 
sun.plugin2.main.server.MozillaPlugin.(MozillaPlugin.java:111)

  when loading an applet.

  5) Workarounds:

  - Install Chromium 29.x from ppa:chromium-daily/stable
  - Use Chrome

  6) Probable cause:  name clash in libnet.so:
  Chromium: /usr/lib/chromium-browser/libs/libnet.so
  Java: /usr/lib/jvm//jre/lib/amd64/libnet.so

To manage notifications about this bug go to:
https://bugs.launchpad.net/chromium-browser/+bug/1250550/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1250550] Re: Java plugin crash

2013-12-04 Thread erny
Is there a way to rename libnet.so to something different?

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to chromium-browser in Ubuntu.
https://bugs.launchpad.net/bugs/1250550

Title:
  Java plugin crash

Status in Chromium Browser:
  Unknown
Status in “chromium-browser” package in Ubuntu:
  Confirmed

Bug description:
  1) Ubuntu Release:
  Description:  Ubuntu 12.04.3 LTS
  Release:  12.04

  2) Package version:
  chromium-browser:
Instalados: 30.0.1599.114-0ubuntu0.12.04.3
Candidato:  30.0.1599.114-0ubuntu0.12.04.3
Tabla de versión:
   *** 30.0.1599.114-0ubuntu0.12.04.3 0
  500 http://security.ubuntu.com/ubuntu/ precise-security/universe 
amd64 Packages
  100 /var/lib/dpkg/status
   18.0.1025.151~r130497-0ubuntu1 0
  500 http://de.archive.ubuntu.com/ubuntu/ precise/universe amd64 
Packages

  Oracle / Sun Java: JDK 1.6.0_45  (also tested with 1.6.0_38)

  3) What I expect: Java applets should load using Oracle/Sun 1.6.0.x /
  1.7.0.x

  4) What I get:
  erevilla@ub1204:/usr/lib/chromium-browser$ chromium-browser
  Exception in thread "main" java.lang.UnsatisfiedLinkError: 
/usr/lib/jvm/jdk1.6.0_45/jre/lib/amd64/libnio.so: 
/usr/lib/chromium-browser/libs/libnet.so: version `SUNWprivate_1.1' not found 
(required by /usr/lib/jvm/jdk1.6.0_45/jre/lib/amd64/libnio.so)
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1807)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1724)
at java.lang.Runtime.loadLibrary0(Runtime.java:823)
at java.lang.System.loadLibrary(System.java:1028)
at sun.security.action.LoadLibraryAction.run(LoadLibraryAction.java:50)
at java.security.AccessController.doPrivileged(Native Method)
at sun.nio.ch.Util.load(Util.java:464)
at sun.nio.ch.FileChannelImpl.(FileChannelImpl.java:1224)
at java.io.FileInputStream.getChannel(FileInputStream.java:342)
at 
com.sun.deploy.util.SyncFileAccess.openLockFileObject(SyncFileAccess.java:233)
at 
com.sun.deploy.util.SyncFileAccess.openLockFileInputStream(SyncFileAccess.java:71)
at com.sun.deploy.config.Config.loadPropertiesFile(Config.java:1740)
at com.sun.deploy.config.Config.refreshProps(Config.java:1133)
at com.sun.deploy.config.Config.initialize(Config.java:939)
at com.sun.deploy.config.Config.(Config.java:886)
at 
sun.plugin2.main.server.JVMManager.processJREInfo(JVMManager.java:578)
at sun.plugin2.main.server.JVMManager.(JVMManager.java:48)
at sun.plugin2.main.server.JVMManager.(JVMManager.java:26)
at 
sun.plugin2.main.server.MozillaPlugin.(MozillaPlugin.java:111)

  when loading an applet.

  5) Workarounds:

  - Install Chromium 29.x from ppa:chromium-daily/stable
  - Use Chrome

  6) Probable cause:  name clash in libnet.so:
  Chromium: /usr/lib/chromium-browser/libs/libnet.so
  Java: /usr/lib/jvm//jre/lib/amd64/libnet.so

To manage notifications about this bug go to:
https://bugs.launchpad.net/chromium-browser/+bug/1250550/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 966074] Re: chromium browser didn't load java applet, and chrashed the java plugin

2013-11-19 Thread erny
This happens again to me with Ubuntu 12.04 and Chrome 30, see #1250550.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to chromium-browser in Ubuntu.
https://bugs.launchpad.net/bugs/966074

Title:
  chromium browser didn't load java applet, and chrashed the java plugin

Status in “chromium-browser” package in Ubuntu:
  Confirmed

Bug description:
  Tried to load a java applet, and crashed.
  https://ibank.cib.hu/Applet2.html this applet.

  It's a netbank.

  I have openjdk-6-jdk and icedtea-6-plugin installed. And crashes.

  With firefox it works.

  Description:  Ubuntu precise (development branch)
  Release:  12.04

  chromium-browser: Installed: 17.0.963.83~r127885-0ubuntu1
  icedtea-6-plugin: Installed: 1.2-1ubuntu1
  openjdk-6-jdk: Installed: 6b24-1.11.1-3ubuntu3

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: chromium-browser 17.0.963.83~r127885-0ubuntu1
  ProcVersionSignature: Ubuntu 3.2.0-20.32-generic 3.2.12
  Uname: Linux 3.2.0-20-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 1.95-0ubuntu1
  Architecture: amd64
  Date: Tue Mar 27 11:41:54 2012
  Env:
   MOZ_PLUGIN_PATH = None
   LD_LIBRARY_PATH = None
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Alpha amd64 
(20120322)
  ProcEnviron:
   LANGUAGE=en_US:en
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: chromium-browser
  UpgradeStatus: No upgrade log present (probably fresh install)
  chromium-default: CHROMIUM_FLAGS=""

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/966074/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1250550] Re: Java plugin crash

2013-11-19 Thread erny
Any news on this?

Could anyone of the packagers tell us why Chromium 30 as a libs
directory with dynamic libraries, but Chromium 29 hasn't ?

Thank you.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to chromium-browser in Ubuntu.
https://bugs.launchpad.net/bugs/1250550

Title:
  Java plugin crash

Status in “chromium-browser” package in Ubuntu:
  Confirmed

Bug description:
  1) Ubuntu Release:
  Description:  Ubuntu 12.04.3 LTS
  Release:  12.04

  2) Package version:
  chromium-browser:
Instalados: 30.0.1599.114-0ubuntu0.12.04.3
Candidato:  30.0.1599.114-0ubuntu0.12.04.3
Tabla de versión:
   *** 30.0.1599.114-0ubuntu0.12.04.3 0
  500 http://security.ubuntu.com/ubuntu/ precise-security/universe 
amd64 Packages
  100 /var/lib/dpkg/status
   18.0.1025.151~r130497-0ubuntu1 0
  500 http://de.archive.ubuntu.com/ubuntu/ precise/universe amd64 
Packages

  Oracle / Sun Java: JDK 1.6.0_45  (also tested with 1.6.0_38)

  3) What I expect: Java applets should load using Oracle/Sun 1.6.0.x /
  1.7.0.x

  4) What I get:
  erevilla@ub1204:/usr/lib/chromium-browser$ chromium-browser
  Exception in thread "main" java.lang.UnsatisfiedLinkError: 
/usr/lib/jvm/jdk1.6.0_45/jre/lib/amd64/libnio.so: 
/usr/lib/chromium-browser/libs/libnet.so: version `SUNWprivate_1.1' not found 
(required by /usr/lib/jvm/jdk1.6.0_45/jre/lib/amd64/libnio.so)
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1807)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1724)
at java.lang.Runtime.loadLibrary0(Runtime.java:823)
at java.lang.System.loadLibrary(System.java:1028)
at sun.security.action.LoadLibraryAction.run(LoadLibraryAction.java:50)
at java.security.AccessController.doPrivileged(Native Method)
at sun.nio.ch.Util.load(Util.java:464)
at sun.nio.ch.FileChannelImpl.(FileChannelImpl.java:1224)
at java.io.FileInputStream.getChannel(FileInputStream.java:342)
at 
com.sun.deploy.util.SyncFileAccess.openLockFileObject(SyncFileAccess.java:233)
at 
com.sun.deploy.util.SyncFileAccess.openLockFileInputStream(SyncFileAccess.java:71)
at com.sun.deploy.config.Config.loadPropertiesFile(Config.java:1740)
at com.sun.deploy.config.Config.refreshProps(Config.java:1133)
at com.sun.deploy.config.Config.initialize(Config.java:939)
at com.sun.deploy.config.Config.(Config.java:886)
at 
sun.plugin2.main.server.JVMManager.processJREInfo(JVMManager.java:578)
at sun.plugin2.main.server.JVMManager.(JVMManager.java:48)
at sun.plugin2.main.server.JVMManager.(JVMManager.java:26)
at 
sun.plugin2.main.server.MozillaPlugin.(MozillaPlugin.java:111)

  when loading an applet.

  5) Workarounds:

  - Install Chromium 29.x from ppa:chromium-daily/stable
  - Use Chrome

  6) Probable cause:  name clash in libnet.so:
  Chromium: /usr/lib/chromium-browser/libs/libnet.so
  Java: /usr/lib/jvm//jre/lib/amd64/libnet.so

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1250550/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1250550] [NEW] Java plugin crash

2013-11-12 Thread erny
Public bug reported:

1) Ubuntu Release:
Description:Ubuntu 12.04.3 LTS
Release:12.04

2) Package version:
chromium-browser:
  Instalados: 30.0.1599.114-0ubuntu0.12.04.3
  Candidato:  30.0.1599.114-0ubuntu0.12.04.3
  Tabla de versión:
 *** 30.0.1599.114-0ubuntu0.12.04.3 0
500 http://security.ubuntu.com/ubuntu/ precise-security/universe amd64 
Packages
100 /var/lib/dpkg/status
 18.0.1025.151~r130497-0ubuntu1 0
500 http://de.archive.ubuntu.com/ubuntu/ precise/universe amd64 Packages

Oracle / Sun Java: JDK 1.6.0_45  (also tested with 1.6.0_38)

3) What I expect: Java applets should load using Oracle/Sun 1.6.0.x /
1.7.0.x

4) What I get:
erevilla@ub1204:/usr/lib/chromium-browser$ chromium-browser
Exception in thread "main" java.lang.UnsatisfiedLinkError: 
/usr/lib/jvm/jdk1.6.0_45/jre/lib/amd64/libnio.so: 
/usr/lib/chromium-browser/libs/libnet.so: version `SUNWprivate_1.1' not found 
(required by /usr/lib/jvm/jdk1.6.0_45/jre/lib/amd64/libnio.so)
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1807)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1724)
at java.lang.Runtime.loadLibrary0(Runtime.java:823)
at java.lang.System.loadLibrary(System.java:1028)
at sun.security.action.LoadLibraryAction.run(LoadLibraryAction.java:50)
at java.security.AccessController.doPrivileged(Native Method)
at sun.nio.ch.Util.load(Util.java:464)
at sun.nio.ch.FileChannelImpl.(FileChannelImpl.java:1224)
at java.io.FileInputStream.getChannel(FileInputStream.java:342)
at 
com.sun.deploy.util.SyncFileAccess.openLockFileObject(SyncFileAccess.java:233)
at 
com.sun.deploy.util.SyncFileAccess.openLockFileInputStream(SyncFileAccess.java:71)
at com.sun.deploy.config.Config.loadPropertiesFile(Config.java:1740)
at com.sun.deploy.config.Config.refreshProps(Config.java:1133)
at com.sun.deploy.config.Config.initialize(Config.java:939)
at com.sun.deploy.config.Config.(Config.java:886)
at 
sun.plugin2.main.server.JVMManager.processJREInfo(JVMManager.java:578)
at sun.plugin2.main.server.JVMManager.(JVMManager.java:48)
at sun.plugin2.main.server.JVMManager.(JVMManager.java:26)
at 
sun.plugin2.main.server.MozillaPlugin.(MozillaPlugin.java:111)

when loading an applet.

5) Workarounds:

- Install Chromium 29.x from ppa:chromium-daily/stable
- Use Chrome

6) Probable cause:  name clash in libnet.so:
Chromium: /usr/lib/chromium-browser/libs/libnet.so
Java: /usr/lib/jvm//jre/lib/amd64/libnet.so

** Affects: chromium-browser (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: java-plugin

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to chromium-browser in Ubuntu.
https://bugs.launchpad.net/bugs/1250550

Title:
  Java plugin crash

Status in “chromium-browser” package in Ubuntu:
  New

Bug description:
  1) Ubuntu Release:
  Description:  Ubuntu 12.04.3 LTS
  Release:  12.04

  2) Package version:
  chromium-browser:
Instalados: 30.0.1599.114-0ubuntu0.12.04.3
Candidato:  30.0.1599.114-0ubuntu0.12.04.3
Tabla de versión:
   *** 30.0.1599.114-0ubuntu0.12.04.3 0
  500 http://security.ubuntu.com/ubuntu/ precise-security/universe 
amd64 Packages
  100 /var/lib/dpkg/status
   18.0.1025.151~r130497-0ubuntu1 0
  500 http://de.archive.ubuntu.com/ubuntu/ precise/universe amd64 
Packages

  Oracle / Sun Java: JDK 1.6.0_45  (also tested with 1.6.0_38)

  3) What I expect: Java applets should load using Oracle/Sun 1.6.0.x /
  1.7.0.x

  4) What I get:
  erevilla@ub1204:/usr/lib/chromium-browser$ chromium-browser
  Exception in thread "main" java.lang.UnsatisfiedLinkError: 
/usr/lib/jvm/jdk1.6.0_45/jre/lib/amd64/libnio.so: 
/usr/lib/chromium-browser/libs/libnet.so: version `SUNWprivate_1.1' not found 
(required by /usr/lib/jvm/jdk1.6.0_45/jre/lib/amd64/libnio.so)
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1807)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1724)
at java.lang.Runtime.loadLibrary0(Runtime.java:823)
at java.lang.System.loadLibrary(System.java:1028)
at sun.security.action.LoadLibraryAction.run(LoadLibraryAction.java:50)
at java.security.AccessController.doPrivileged(Native Method)
at sun.nio.ch.Util.load(Util.java:464)
at sun.nio.ch.FileChannelImpl.(FileChannelImpl.java:1224)
at java.io.FileInputStream.getChannel(FileInputStream.java:342)
at 
com.sun.deploy.util.SyncFileAccess.openLockFileObject(SyncFileAccess.java:233)
at 
com.sun.deploy.util.SyncFileAccess.openLockFileInputStream(SyncFileAccess.java:71)
at com.sun.deploy.config.Config.loadPropertiesFile(Config.java:1740)
at com.su

[Desktop-packages] [Bug 882956] Re: [Oneiric] [Dell XPS M1330] Gnome session exits with XI_BadDevice error

2011-11-30 Thread erny
When I had a crash, GDB didn't return anything useful:

[Thread 0x7f07f3bf1700 (LWP 10342) terminado]
[Thread 0x7f07f33f0700 (LWP 10345) terminado]
[Thread 0x7f07f2bef700 (LWP 10346) terminado]
[Inferior 1 (process 10286) exited with code 01]
(gdb) No stack.
(gdb) El programa no tiene registros ahora.
(gdb) No hay registros.

Any suggestions?

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-session in Ubuntu.
https://bugs.launchpad.net/bugs/882956

Title:
  [Oneiric] [Dell XPS M1330] Gnome session exits with XI_BadDevice error

Status in The GNOME 2 Session Manager:
  New
Status in “gnome-session” package in Ubuntu:
  Confirmed
Status in “gnome-session” package in Fedora:
  Unknown

Bug description:
  This issue looks somewhat recent, I don't recall it ever happening in
  the past.

  On Dell XPS M1330, Oneiric, when resuming from "suspend to RAM" the X
  server and Gnome session dies and I'm back to the DM.

  I file this under "Gnome-session" as the same machine shows absolutely
  no problem when resuming in a KDE session.

  Video is: Intel Corporation Mobile GM965/GL960 Integrated Graphics
  Controller

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: gnome-session 3.2.1-0ubuntu1
  ProcVersionSignature: Ubuntu 3.0.0-12.20-generic 3.0.4
  Uname: Linux 3.0.0-12-generic i686
  ApportVersion: 1.23-0ubuntu3
  Architecture: i386
  CheckboxSubmission: 1ea6109db29b53f721a523a77b7f3abf
  CheckboxSystem: d00f84de8a555815fa1c4660280da308
  Date: Fri Oct 28 09:43:26 2011
  EcryptfsInUse: Yes
  InstallationMedia: Ubuntu 10.04 LTS "Lucid Lynx" - Release i386 (20100429)
  PackageArchitecture: all
  ProcEnviron:
   LANGUAGE=fr_FR:fr:en_US:en
   PATH=(custom, user)
   LANG=fr_FR.UTF-8
   SHELL=/bin/bash
  SourcePackage: gnome-session
  UpgradeStatus: Upgraded to oneiric on 2011-10-01 (26 days ago)

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 882956] Re: [Oneiric] [Dell XPS M1330] Gnome session exits with XI_BadDevice error

2011-11-28 Thread erny
Yesterday I was testing the suspend / wakeup cycle during nearly 2
hours. Currently it is much less frequent and very difficult to
reproduce. I just got one gnome crash at the beginning. I tried to get a
backtrace of gnome-session process crash, but I wasn't able to do it.
This morning I got a wakeup crash again, but I hadn't the debugger
attached. Sorry. (Now I'll try to run it with a debugger attached
whenever I can using a script.)

It has definitely to do with some X input device (uvcvideo, psmouse, usbhid). 
Some more notes:
 * I had ThinkFinger package installed until after upgrade to 11.10. I removed 
it and the system seems more stable.
 * I used GDK_SYNCHRONIZE=1 to see if it makes a difference, that seems not to 
be the case

Regards.
Erny

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-session in Ubuntu.
https://bugs.launchpad.net/bugs/882956

Title:
  [Oneiric] [Dell XPS M1330] Gnome session exits with XI_BadDevice error

Status in The GNOME 2 Session Manager:
  New
Status in “gnome-session” package in Ubuntu:
  Confirmed
Status in “gnome-session” package in Fedora:
  Unknown

Bug description:
  This issue looks somewhat recent, I don't recall it ever happening in
  the past.

  On Dell XPS M1330, Oneiric, when resuming from "suspend to RAM" the X
  server and Gnome session dies and I'm back to the DM.

  I file this under "Gnome-session" as the same machine shows absolutely
  no problem when resuming in a KDE session.

  Video is: Intel Corporation Mobile GM965/GL960 Integrated Graphics
  Controller

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: gnome-session 3.2.1-0ubuntu1
  ProcVersionSignature: Ubuntu 3.0.0-12.20-generic 3.0.4
  Uname: Linux 3.0.0-12-generic i686
  ApportVersion: 1.23-0ubuntu3
  Architecture: i386
  CheckboxSubmission: 1ea6109db29b53f721a523a77b7f3abf
  CheckboxSystem: d00f84de8a555815fa1c4660280da308
  Date: Fri Oct 28 09:43:26 2011
  EcryptfsInUse: Yes
  InstallationMedia: Ubuntu 10.04 LTS "Lucid Lynx" - Release i386 (20100429)
  PackageArchitecture: all
  ProcEnviron:
   LANGUAGE=fr_FR:fr:en_US:en
   PATH=(custom, user)
   LANG=fr_FR.UTF-8
   SHELL=/bin/bash
  SourcePackage: gnome-session
  UpgradeStatus: Upgraded to oneiric on 2011-10-01 (26 days ago)

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 882956] Re: [Oneiric] [Dell XPS M1330] Gnome session exits with XI_BadDevice error

2011-11-25 Thread erny
Well, I would attach to one of the applications which get killed, not
gnome-session.

I was much more thinking about a X application like gedit, nautilus,
etc.

For Pedro:

Sorry, I've still not had the time. I'll try to this weekend if the bug
still persists in Ubuntu 11.10

Regards.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-session in Ubuntu.
https://bugs.launchpad.net/bugs/882956

Title:
  [Oneiric] [Dell XPS M1330] Gnome session exits with XI_BadDevice error

Status in The GNOME 2 Session Manager:
  New
Status in “gnome-session” package in Ubuntu:
  Confirmed
Status in “gnome-session” package in Fedora:
  Unknown

Bug description:
  This issue looks somewhat recent, I don't recall it ever happening in
  the past.

  On Dell XPS M1330, Oneiric, when resuming from "suspend to RAM" the X
  server and Gnome session dies and I'm back to the DM.

  I file this under "Gnome-session" as the same machine shows absolutely
  no problem when resuming in a KDE session.

  Video is: Intel Corporation Mobile GM965/GL960 Integrated Graphics
  Controller

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: gnome-session 3.2.1-0ubuntu1
  ProcVersionSignature: Ubuntu 3.0.0-12.20-generic 3.0.4
  Uname: Linux 3.0.0-12-generic i686
  ApportVersion: 1.23-0ubuntu3
  Architecture: i386
  CheckboxSubmission: 1ea6109db29b53f721a523a77b7f3abf
  CheckboxSystem: d00f84de8a555815fa1c4660280da308
  Date: Fri Oct 28 09:43:26 2011
  EcryptfsInUse: Yes
  InstallationMedia: Ubuntu 10.04 LTS "Lucid Lynx" - Release i386 (20100429)
  PackageArchitecture: all
  ProcEnviron:
   LANGUAGE=fr_FR:fr:en_US:en
   PATH=(custom, user)
   LANG=fr_FR.UTF-8
   SHELL=/bin/bash
  SourcePackage: gnome-session
  UpgradeStatus: Upgraded to oneiric on 2011-10-01 (26 days ago)

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 882956] Re: [Oneiric] [Dell XPS M1330] Gnome session exits with XI_BadDevice error

2011-11-15 Thread erny
Hi.

If nobody does provide one,  I'll try to. It does not seem trivial to
me. I'll see if I can give feedback within some days.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-session in Ubuntu.
https://bugs.launchpad.net/bugs/882956

Title:
  [Oneiric] [Dell XPS M1330] Gnome session exits with XI_BadDevice error

Status in The GNOME 2 Session Manager:
  Unknown
Status in “gnome-session” package in Ubuntu:
  Confirmed
Status in “gnome-session” package in Fedora:
  Unknown

Bug description:
  This issue looks somewhat recent, I don't recall it ever happening in
  the past.

  On Dell XPS M1330, Oneiric, when resuming from "suspend to RAM" the X
  server and Gnome session dies and I'm back to the DM.

  I file this under "Gnome-session" as the same machine shows absolutely
  no problem when resuming in a KDE session.

  Video is: Intel Corporation Mobile GM965/GL960 Integrated Graphics
  Controller

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: gnome-session 3.2.1-0ubuntu1
  ProcVersionSignature: Ubuntu 3.0.0-12.20-generic 3.0.4
  Uname: Linux 3.0.0-12-generic i686
  ApportVersion: 1.23-0ubuntu3
  Architecture: i386
  CheckboxSubmission: 1ea6109db29b53f721a523a77b7f3abf
  CheckboxSystem: d00f84de8a555815fa1c4660280da308
  Date: Fri Oct 28 09:43:26 2011
  EcryptfsInUse: Yes
  InstallationMedia: Ubuntu 10.04 LTS "Lucid Lynx" - Release i386 (20100429)
  PackageArchitecture: all
  ProcEnviron:
   LANGUAGE=fr_FR:fr:en_US:en
   PATH=(custom, user)
   LANG=fr_FR.UTF-8
   SHELL=/bin/bash
  SourcePackage: gnome-session
  UpgradeStatus: Upgraded to oneiric on 2011-10-01 (26 days ago)

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 882956] Re: [Oneiric] [Dell XPS M1330] Gnome session dies at resume

2011-11-03 Thread erny
Hi.

Could you please try the following:

 * Create a file /etc/pm/sleep.d/50_custom with the following content:

--8<-- cut --8<-- cut --8<-- cut --8<-- cut --8<-- cut --8<-- cut --8<--
#!/bin/sh

# Action script to shutdown modules before suspending.
# before a hibernate 
#
# Copyright: Copyright (c) 2009 Ernesto Revilla
# License:   GPL-2
#

PATH=/sbin:/usr/sbin:/bin:/usr/bin

case "${1}" in
suspend|suspend_hybrid|hibernate)
rmmod uvcvideo
rmmod usbhid
rmmod psmouse
;;

resume|thaw)
modprobe uvcvideo
modprobe usbhid
modprobe psmouse
;;

--8<-- cut --8<-- cut --8<-- cut --8<-- cut --8<-- cut --8<-- cut --8<--

Regards

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-session in Ubuntu.
https://bugs.launchpad.net/bugs/882956

Title:
  [Oneiric] [Dell XPS M1330] Gnome session dies at resume

Status in “gnome-session” package in Ubuntu:
  Confirmed

Bug description:
  This issue looks somewhat recent, I don't recall it ever happening in
  the past.

  On Dell XPS M1330, Oneiric, when resuming from "suspend to RAM" the X
  server and Gnome session dies and I'm back to the DM.

  I file this under "Gnome-session" as the same machine shows absolutely
  no problem when resuming in a KDE session.

  Video is: Intel Corporation Mobile GM965/GL960 Integrated Graphics
  Controller

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: gnome-session 3.2.1-0ubuntu1
  ProcVersionSignature: Ubuntu 3.0.0-12.20-generic 3.0.4
  Uname: Linux 3.0.0-12-generic i686
  ApportVersion: 1.23-0ubuntu3
  Architecture: i386
  CheckboxSubmission: 1ea6109db29b53f721a523a77b7f3abf
  CheckboxSystem: d00f84de8a555815fa1c4660280da308
  Date: Fri Oct 28 09:43:26 2011
  EcryptfsInUse: Yes
  InstallationMedia: Ubuntu 10.04 LTS "Lucid Lynx" - Release i386 (20100429)
  PackageArchitecture: all
  ProcEnviron:
   LANGUAGE=fr_FR:fr:en_US:en
   PATH=(custom, user)
   LANG=fr_FR.UTF-8
   SHELL=/bin/bash
  SourcePackage: gnome-session
  UpgradeStatus: Upgraded to oneiric on 2011-10-01 (26 days ago)

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 882956] Re: [Oneiric] [Dell XPS M1330] Gnome session dies at resume

2011-11-03 Thread erny
It seems that a "xinput" device is not resuming correctly. I bet this is
the integrated cam or synaptics touchpad.

The same error in RH bug tracker:
https://bugzilla.redhat.com/show_bug.cgi?id=728044


** Bug watch added: Red Hat Bugzilla #728044
   https://bugzilla.redhat.com/show_bug.cgi?id=728044

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-session in Ubuntu.
https://bugs.launchpad.net/bugs/882956

Title:
  [Oneiric] [Dell XPS M1330] Gnome session dies at resume

Status in “gnome-session” package in Ubuntu:
  Confirmed

Bug description:
  This issue looks somewhat recent, I don't recall it ever happening in
  the past.

  On Dell XPS M1330, Oneiric, when resuming from "suspend to RAM" the X
  server and Gnome session dies and I'm back to the DM.

  I file this under "Gnome-session" as the same machine shows absolutely
  no problem when resuming in a KDE session.

  Video is: Intel Corporation Mobile GM965/GL960 Integrated Graphics
  Controller

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: gnome-session 3.2.1-0ubuntu1
  ProcVersionSignature: Ubuntu 3.0.0-12.20-generic 3.0.4
  Uname: Linux 3.0.0-12-generic i686
  ApportVersion: 1.23-0ubuntu3
  Architecture: i386
  CheckboxSubmission: 1ea6109db29b53f721a523a77b7f3abf
  CheckboxSystem: d00f84de8a555815fa1c4660280da308
  Date: Fri Oct 28 09:43:26 2011
  EcryptfsInUse: Yes
  InstallationMedia: Ubuntu 10.04 LTS "Lucid Lynx" - Release i386 (20100429)
  PackageArchitecture: all
  ProcEnviron:
   LANGUAGE=fr_FR:fr:en_US:en
   PATH=(custom, user)
   LANG=fr_FR.UTF-8
   SHELL=/bin/bash
  SourcePackage: gnome-session
  UpgradeStatus: Upgraded to oneiric on 2011-10-01 (26 days ago)

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp