[Openjdk] [Bug 1544886] Re: java assert failure: java: ../../src/xcb_io.c:179: dequeue_pending_request: Assertion `!xcb_xlib_unknown_req_in_deq' failed.

2016-11-04 Thread Alberto Salvia Novella
** Changed in: openjdk-8 (Ubuntu)
   Importance: Undecided => High

-- 
You received this bug notification because you are a member of OpenJDK,
which is subscribed to openjdk-8 in Ubuntu.
https://bugs.launchpad.net/bugs/1544886

Title:
  java assert failure: java: ../../src/xcb_io.c:179:
  dequeue_pending_request: Assertion `!xcb_xlib_unknown_req_in_deq'
  failed.

Status in openjdk-8 package in Ubuntu:
  Confirmed

Bug description:
  1

  ProblemType: Crash
  DistroRelease: Ubuntu 16.04
  Package: openjdk-8-jre-headless 8u72-b15-2ubuntu3
  ProcVersionSignature: Ubuntu 4.4.0-4.19-generic 4.4.1
  Uname: Linux 4.4.0-4-generic x86_64
  ApportVersion: 2.19.4-0ubuntu2
  Architecture: amd64
  AssertionMessage: java: ../../src/xcb_io.c:179: dequeue_pending_request: 
Assertion `!xcb_xlib_unknown_req_in_deq' failed.
  CrashCounter: 1
  CurrentDesktop: XFCE
  Date: Fri Feb 12 02:25:33 2016
  ExecutablePath: /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/java
  InstallationDate: Installed on 2016-02-12 (0 days ago)
  InstallationMedia: Xubuntu 16.04 LTS "Xenial Xerus" - Alpha amd64 (20160206)
  ProcCmdline: /usr/bin/java -jar /opt/kmttg/kmttg.jar
  ProcEnviron:
   LANGUAGE=en_US
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  Signal: 6
  SourcePackage: openjdk-8
  StacktraceTop:
   __assert_fail_base (fmt=0x7fb6b6121fa8 "%s%s%s:%u: %s%sAssertion `%s' 
failed.\n%n", assertion=assertion@entry=0x7fb695c5b95d 
"!xcb_xlib_unknown_req_in_deq", file=file@entry=0x7fb695c5b92b 
"../../src/xcb_io.c", line=line@entry=179, 
function=function@entry=0x7fb695c5be00 "dequeue_pending_request") at assert.c:92
   __GI___assert_fail (assertion=0x7fb695c5b95d "!xcb_xlib_unknown_req_in_deq", 
file=0x7fb695c5b92b "../../src/xcb_io.c", line=179, function=0x7fb695c5be00 
"dequeue_pending_request") at assert.c:101
   ?? () from /usr/lib/x86_64-linux-gnu/libX11.so.6
   _XReply () from /usr/lib/x86_64-linux-gnu/libX11.so.6
   XGetSelectionOwner () from /usr/lib/x86_64-linux-gnu/libX11.so.6
  Title: java assert failure: java: ../../src/xcb_io.c:179: 
dequeue_pending_request: Assertion `!xcb_xlib_unknown_req_in_deq' failed.
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openjdk-8/+bug/1544886/+subscriptions

___
Mailing list: https://launchpad.net/~openjdk
Post to : openjdk@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openjdk
More help   : https://help.launchpad.net/ListHelp


[Openjdk] [Bug 1574879] Re: Java Desktop.browse not supported on Kubuntu 16.04

2016-07-07 Thread Alberto Salvia Novella
** Changed in: openjdk-8 (Ubuntu)
   Importance: Undecided => Low

-- 
You received this bug notification because you are a member of OpenJDK,
which is subscribed to openjdk-8 in Ubuntu.
https://bugs.launchpad.net/bugs/1574879

Title:
  Java Desktop.browse not supported on Kubuntu 16.04

Status in openjdk-8 package in Ubuntu:
  Confirmed

Bug description:
  The Desktop.browse functionality of Java is not supported on the
  Kubuntu 16.04 level of the KDE desktop.  It was supported in earlier
  levels.

  With this support no longer available, a Java application can no
  longer activate the system's browser to display the already-installed
  HTML help files for the application, making the context-sensitive help
  functionality useless.

  Here is the Java code snippet where the code attempts to activate the
  online help:

  if (Desktop.isDesktopSupported())
  {
  Desktop desktop = Desktop.getDesktop() ;
  if (desktop.isSupported(Desktop.Action.BROWSE))
  {
  try
  {
  desktop.browse(new URI(url)) ;
  }
  catch (Exception e)
  {
  String error = "Problem creating URI to access 
documentation:\n" + e.getMessage() ;
  reportError(error, true) ;
  }
  }
  else
  reportError("Desktop.browse not supported on this system.", 
true) ;
  }

  When this code is executed, the "Desktop.browse not supported on this
  system." error message is displayed, rather than activating the user's
  Internet browser to display the HTML help file already installed in
  the user's file-system.

  In prior releases of Kubuntu, this has always worked.  I expected it
  to work on 16.04 (as it does on the other 'flavors' of Ubuntu 16.04),
  but it is not supported in the KDE desktop of Kubuntu 16.04

  I am using Kubuntu 16.04.

  In prior releases of Kubuntu, the online help information was
  displayed using the system's Internet browser, which was what I
  expected to happen.

  In this release, I instead got the "Desktop.browse not supported on
  this system." error message, and the Internet browser was not
  activated to display the already-installed (via Debian package) help
  information.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: openjdk-8-jre 8u77-b03-3ubuntu3
  ProcVersionSignature: Ubuntu 4.4.0-21.37-generic 4.4.6
  Uname: Linux 4.4.0-21-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2
  Architecture: amd64
  CurrentDesktop: KDE
  Date: Mon Apr 25 16:12:50 2016
  InstallationDate: Installed on 2016-04-22 (3 days ago)
  InstallationMedia: Kubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  SourcePackage: openjdk-8
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openjdk-8/+bug/1574879/+subscriptions

___
Mailing list: https://launchpad.net/~openjdk
Post to : openjdk@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openjdk
More help   : https://help.launchpad.net/ListHelp


[Openjdk] [Bug 1589729] Re: package openjdk-9-jdk (not installed) failed to install/upgrade: trying to overwrite '/usr/lib/jvm/java-9-openjdk-amd64/include/linux/jawt_md.h', which is also in package o

2016-06-10 Thread Alberto Salvia Novella
** Changed in: openjdk-9 (Ubuntu)
   Importance: Undecided => Medium

** Also affects: hundredpapercuts
   Importance: Undecided
   Status: New

** Changed in: hundredpapercuts
   Status: New => Confirmed

** Changed in: hundredpapercuts
   Importance: Undecided => Medium

-- 
You received this bug notification because you are a member of OpenJDK,
which is subscribed to openjdk-9 in Ubuntu.
https://bugs.launchpad.net/bugs/1589729

Title:
  package openjdk-9-jdk (not installed) failed to install/upgrade:
  trying to overwrite '/usr/lib/jvm/java-9-openjdk-
  amd64/include/linux/jawt_md.h', which is also in package openjdk-9
  -jdk-headless:amd64 9~b114-0ubuntu1

Status in One Hundred Papercuts:
  Confirmed
Status in openjdk-9 package in Ubuntu:
  Confirmed

Bug description:
  Installing openJDK-9, but process interrupted just before finishing
  the installation and came the report manager.

  ProblemType: Package
  DistroRelease: Ubuntu 16.04
  Package: openjdk-9-jdk (not installed)
  ProcVersionSignature: Ubuntu 4.4.0-23.41-generic 4.4.10
  Uname: Linux 4.4.0-23-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  Date: Mon Jun  6 18:03:32 2016
  DuplicateSignature:
   package:openjdk-9-jdk:(not installed)
   Unpacking openjdk-9-jdk:amd64 (9~b114-0ubuntu1) ...
   dpkg: error processing archive 
/var/cache/apt/archives/openjdk-9-jdk_9~b114-0ubuntu1_amd64.deb (--unpack):
trying to overwrite 
'/usr/lib/jvm/java-9-openjdk-amd64/include/linux/jawt_md.h', which is also in 
package openjdk-9-jdk-headless:amd64 9~b114-0ubuntu1
  ErrorMessage: trying to overwrite 
'/usr/lib/jvm/java-9-openjdk-amd64/include/linux/jawt_md.h', which is also in 
package openjdk-9-jdk-headless:amd64 9~b114-0ubuntu1
  InstallationDate: Installed on 2016-06-06 (0 days ago)
  InstallationMedia: Lubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  RelatedPackageVersions:
   dpkg 1.18.4ubuntu1.1
   apt  1.2.12~ubuntu16.04.1
  SourcePackage: openjdk-9
  Title: package openjdk-9-jdk (not installed) failed to install/upgrade: 
trying to overwrite 
'/usr/lib/jvm/java-9-openjdk-amd64/include/linux/jawt_md.h', which is also in 
package openjdk-9-jdk-headless:amd64 9~b114-0ubuntu1
  UpgradeStatus: No upgrade log present (probably fresh install)

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

___
Mailing list: https://launchpad.net/~openjdk
Post to : openjdk@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openjdk
More help   : https://help.launchpad.net/ListHelp


[Openjdk] [Bug 1550950] Re: package openjdk-9-jdk 9~b102-1 failed to install/upgrade: trying to overwrite '/usr/lib/jvm/java-9-openjdk-amd64/include/linux/jawt_md.h', which is also in package openjdk-

2016-05-27 Thread Alberto Salvia Novella
** Changed in: openjdk-9 (Ubuntu Xenial)
   Importance: Undecided => Medium

** Changed in: hundredpapercuts
   Importance: Undecided => Medium

-- 
You received this bug notification because you are a member of OpenJDK,
which is subscribed to openjdk-9 in Ubuntu.
https://bugs.launchpad.net/bugs/1550950

Title:
  package openjdk-9-jdk 9~b102-1 failed to install/upgrade: trying to
  overwrite '/usr/lib/jvm/java-9-openjdk-amd64/include/linux/jawt_md.h',
  which is also in package openjdk-9-jdk-headless:amd64 9~b107-0ubuntu1

Status in One Hundred Papercuts:
  Confirmed
Status in openjdk-9 package in Ubuntu:
  Fix Released
Status in openjdk-9 source package in Xenial:
  Confirmed

Bug description:
  Ubuntu Xenial Xerus (development branch)

  ProblemType: Package
  DistroRelease: Ubuntu 16.04
  Package: openjdk-9-jdk 9~b102-1
  ProcVersionSignature: Ubuntu 4.4.0-8.23-generic 4.4.2
  Uname: Linux 4.4.0-8-generic x86_64
  ApportVersion: 2.20-0ubuntu3
  Architecture: amd64
  Date: Sun Feb 28 16:44:30 2016
  ErrorMessage: trying to overwrite 
'/usr/lib/jvm/java-9-openjdk-amd64/include/linux/jawt_md.h', which is also in 
package openjdk-9-jdk-headless:amd64 9~b107-0ubuntu1
  RelatedPackageVersions:
   dpkg 1.18.4ubuntu1
   apt  1.2.3
  SourcePackage: openjdk-9
  Title: package openjdk-9-jdk 9~b102-1 failed to install/upgrade: trying to 
overwrite '/usr/lib/jvm/java-9-openjdk-amd64/include/linux/jawt_md.h', which is 
also in package openjdk-9-jdk-headless:amd64 9~b107-0ubuntu1
  UpgradeStatus: No upgrade log present (probably fresh install)

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

___
Mailing list: https://launchpad.net/~openjdk
Post to : openjdk@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openjdk
More help   : https://help.launchpad.net/ListHelp


[Openjdk] [Bug 1573673] Re: package openjdk-8-jre-headless:amd64 8u77-b03-3ubuntu3 failed to install/upgrade: subprocess installed post-installation script returned error exit status 2

2016-05-20 Thread Alberto Salvia Novella
** Changed in: openjdk-8 (Ubuntu)
   Importance: Undecided => High

-- 
You received this bug notification because you are a member of OpenJDK,
which is subscribed to openjdk-8 in Ubuntu.
https://bugs.launchpad.net/bugs/1573673

Title:
  package openjdk-8-jre-headless:amd64 8u77-b03-3ubuntu3 failed to
  install/upgrade: subprocess installed post-installation script
  returned error exit status 2

Status in openjdk-8 package in Ubuntu:
  Confirmed

Bug description:
  by installation of Ubutun 16 LTS

  ProblemType: Package
  DistroRelease: Ubuntu 16.04
  Package: openjdk-8-jre-headless:amd64 8u77-b03-3ubuntu3
  Uname: Linux 4.4.0-040400-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2
  Architecture: amd64
  Date: Fri Apr 22 17:21:24 2016
  DuplicateSignature:
   Installing new version of config file 
/etc/java-8-openjdk/security/java.security ...
   update-alternatives: error: alternative path 
/usr/lib/jvm/java-8-openjdk-amd64/jre/bin/rmid doesn't exist
   dpkg: error processing package openjdk-8-jre-headless:amd64 (--configure):
subprocess installed post-installation script returned error exit status 2
  ErrorMessage: subprocess installed post-installation script returned error 
exit status 2
  InstallationDate: Installed on 2014-09-27 (572 days ago)
  InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Alpha amd64 (20140923)
  RelatedPackageVersions:
   dpkg 1.18.4ubuntu1
   apt  1.2.10ubuntu1
  SourcePackage: openjdk-8
  Title: package openjdk-8-jre-headless:amd64 8u77-b03-3ubuntu3 failed to 
install/upgrade: subprocess installed post-installation script returned error 
exit status 2
  UpgradeStatus: Upgraded to xenial on 2016-04-22 (0 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openjdk-8/+bug/1573673/+subscriptions

___
Mailing list: https://launchpad.net/~openjdk
Post to : openjdk@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openjdk
More help   : https://help.launchpad.net/ListHelp


[Openjdk] [Bug 1226962] Re: Hotkeys not functional in non-latin keyboard layout

2016-05-18 Thread Alberto Salvia Novella
** Changed in: kdevelop (Ubuntu)
   Importance: Undecided => High

** Changed in: kdevelop (Ubuntu Xenial)
   Importance: Undecided => High

-- 
You received this bug notification because you are a member of OpenJDK,
which is subscribed to openjdk-7 in Ubuntu.
https://bugs.launchpad.net/bugs/1226962

Title:
  Hotkeys not functional in non-latin keyboard layout

Status in aptana-studio-installer:
  New
Status in Default settings and artwork for Baltix OS:
  New
Status in LibreOffice:
  Fix Released
Status in ibus:
  New
Status in Indicator keyboard:
  Fix Released
Status in Inkscape:
  New
Status in Intellij Idea:
  New
Status in monodevelop:
  New
Status in mutter:
  Fix Released
Status in okular:
  New
Status in OpenOffice:
  New
Status in sigram:
  New
Status in Unity:
  Fix Released
Status in gnome-settings-daemon package in Ubuntu:
  Triaged
Status in gnome-terminal package in Ubuntu:
  Triaged
Status in kdevelop package in Ubuntu:
  Confirmed
Status in openjdk-7 package in Ubuntu:
  Incomplete
Status in unity package in Ubuntu:
  Fix Released
Status in unity-settings-daemon package in Ubuntu:
  In Progress
Status in gnome-settings-daemon source package in Xenial:
  Triaged
Status in gnome-terminal source package in Xenial:
  Triaged
Status in kdevelop source package in Xenial:
  Confirmed
Status in openjdk-7 source package in Xenial:
  Incomplete
Status in unity source package in Xenial:
  Fix Released
Status in unity-settings-daemon source package in Xenial:
  In Progress
Status in gnome-shell package in Fedora:
  Unknown
Status in openoffice package in Fedora:
  Unknown

Bug description:
  New keyboard layout changer in Ubuntu 13.10 introduce  old-new bug. Any 
system or application hotkey witch use char (for example: ctrl+alt+t for 
terminal or ctrl+t for new tab in browser) become unfunctional when selected 
non-latin keyboard layout.
  Hotkeys with F1-12, numbers and other non-character buttons works perfectly.

  Window manager hotkeys not affected by this bug. All hotkeys in system
  parameters->keyboard->hotkeys->windows works perfect with any keyboard
  layout.

  Workaround for some system hotkeys and two layouts (english and non-
  latin): rebind all hotkeys in your local layout. For example instead
  of ctrl+alt+t use ctrl+alt+τ (greek tau). That hotkey still work with
  english layout.  If you use english and two different non-latin
  layouts this workaround helps only with one of them.


  Dear Ubuntu users and developers! 
  Please include the following information to your comment about non-latin 
shortcuts problems:
  1. What Ubuntu version do you have (Ubuntu 13.10, Ubuntu 13.10 GNOME, Ubuntu 
14.04, Ubuntu 14.04 GNOME and so on), upgraded (describe version) or clean 
installed
  2. What keyboard layout do you have
  3. What shortcut for keyboard layout switching do you use 
  4. On which session you have problems - that is one from Unity, GNOME Shell, 
GNOME FlashBack/Fallback (Metacity), GNOME FlashBack/Fallback (Compiz)
  5. With which program and its version and origin (Ubuntu repositories, PPA, 
non-deb binary package from some website) you have problems.

  By providing this information you can make bug-fixing much simpler and
  may be faster.

  --
  For other layout switching problems introduced in Ubuntu 13.10 you can see 
bug 1218322.
  --

To manage notifications about this bug go to:
https://bugs.launchpad.net/aptana-studio-installer/+bug/1226962/+subscriptions

___
Mailing list: https://launchpad.net/~openjdk
Post to : openjdk@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openjdk
More help   : https://help.launchpad.net/ListHelp


[Openjdk] [Bug 1575525] Re: package openjdk-9-jdk (not installed) failed to install/upgrade: trying to overwrite '/usr/lib/jvm/java-9-openjdk-amd64/include/linux/jawt_md.h', which is also in package o

2016-05-04 Thread Alberto Salvia Novella
** Changed in: openjdk-9 (Ubuntu)
   Importance: Undecided => Medium

** Also affects: hundredpapercuts
   Importance: Undecided
   Status: New

** Changed in: hundredpapercuts
   Status: New => Confirmed

** Changed in: hundredpapercuts
   Importance: Undecided => Medium

-- 
You received this bug notification because you are a member of OpenJDK,
which is subscribed to openjdk-9 in Ubuntu.
https://bugs.launchpad.net/bugs/1575525

Title:
  package openjdk-9-jdk (not installed) failed to install/upgrade:
  trying to overwrite '/usr/lib/jvm/java-9-openjdk-
  amd64/include/linux/jawt_md.h', which is also in package openjdk-9
  -jdk-headless:amd64 9~b114-0ubuntu1

Status in One Hundred Papercuts:
  Confirmed
Status in openjdk-9 package in Ubuntu:
  Confirmed

Bug description:
  error

  ProblemType: Package
  DistroRelease: Ubuntu 16.04
  Package: openjdk-9-jdk (not installed)
  ProcVersionSignature: Ubuntu 4.4.0-21.37-generic 4.4.6
  Uname: Linux 4.4.0-21-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2
  Architecture: amd64
  Date: Wed Apr 27 14:45:49 2016
  DuplicateSignature:
   Unpacking openjdk-9-jdk:amd64 (9~b114-0ubuntu1) ...
   dpkg: error processing archive 
/var/cache/apt/archives/openjdk-9-jdk_9~b114-0ubuntu1_amd64.deb (--unpack):
trying to overwrite 
'/usr/lib/jvm/java-9-openjdk-amd64/include/linux/jawt_md.h', which is also in 
package openjdk-9-jdk-headless:amd64 9~b114-0ubuntu1
  ErrorMessage: trying to overwrite 
'/usr/lib/jvm/java-9-openjdk-amd64/include/linux/jawt_md.h', which is also in 
package openjdk-9-jdk-headless:amd64 9~b114-0ubuntu1
  InstallationDate: Installed on 2016-04-25 (1 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  RelatedPackageVersions:
   dpkg 1.18.4ubuntu1
   apt  1.2.10ubuntu1
  SourcePackage: openjdk-9
  Title: package openjdk-9-jdk (not installed) failed to install/upgrade: 
trying to overwrite 
'/usr/lib/jvm/java-9-openjdk-amd64/include/linux/jawt_md.h', which is also in 
package openjdk-9-jdk-headless:amd64 9~b114-0ubuntu1
  UpgradeStatus: No upgrade log present (probably fresh install)

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

___
Mailing list: https://launchpad.net/~openjdk
Post to : openjdk@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openjdk
More help   : https://help.launchpad.net/ListHelp


[Openjdk] [Bug 1497816] Re: No support for HDPI/retina displays in Java 7/8

2016-03-06 Thread Alberto Salvia Novella
** Changed in: openjdk-7 (Ubuntu)
   Importance: Undecided => High

-- 
You received this bug notification because you are a member of OpenJDK,
which is subscribed to openjdk-7 in Ubuntu.
https://bugs.launchpad.net/bugs/1497816

Title:
  No support for HDPI/retina displays in Java 7/8

Status in openjdk-7 package in Ubuntu:
  Confirmed

Bug description:
  I have Ubuntu Wily 15.10 installed on a MBP retina and Java GUI apps
  (sadly all too common in research fields) are not scaled up to cope
  with the high pixel density, and so are displayed with unreadable
  fonts, icons, etc, which make them unusable.

  This is the case for both the OpenJDK 7 and 8 runtimes.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: openjdk-7-jre 7u85-2.6.1-2
  ProcVersionSignature: Ubuntu 4.2.0-10.11-generic 4.2.0
  Uname: Linux 4.2.0-10-generic x86_64
  ApportVersion: 2.18.1-0ubuntu1
  Architecture: amd64
  CurrentDesktop: GNOME
  Date: Mon Sep 21 12:58:21 2015
  InstallationDate: Installed on 2015-07-22 (61 days ago)
  InstallationMedia: Ubuntu-GNOME 15.04 "Vivid Vervet" - Release amd64 
(20150422)
  SourcePackage: openjdk-7
  UpgradeStatus: Upgraded to wily on 2015-08-27 (24 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openjdk-7/+bug/1497816/+subscriptions

___
Mailing list: https://launchpad.net/~openjdk
Post to : openjdk@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openjdk
More help   : https://help.launchpad.net/ListHelp


[Openjdk] [Bug 1509080] Re: global menu bar doesn't work for IntelliJ Idea

2015-11-28 Thread Alberto Salvia Novella
** Changed in: openjdk-8 (Ubuntu)
   Importance: Undecided => Low

-- 
You received this bug notification because you are a member of OpenJDK,
which is subscribed to openjdk-8 in Ubuntu.
https://bugs.launchpad.net/bugs/1509080

Title:
  global menu bar doesn't work for IntelliJ Idea

Status in openjdk-8 package in Ubuntu:
  Confirmed

Bug description:
  Ubuntu's killer feature doesn't work in Ubuntu 15.10 in Java applications.
  Please help, as it critical for me: as the java developer i use those apps on 
daily basis.
  Thanks

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: openjdk-8-jre-headless 8u66-b01-5
  ProcVersionSignature: Ubuntu 4.2.0-16.19-generic 4.2.3
  Uname: Linux 4.2.0-16-generic x86_64
  ApportVersion: 2.19.1-0ubuntu3
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Thu Oct 22 22:17:13 2015
  ExecutablePath: /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/java
  InstallationDate: Installed on 2014-12-21 (305 days ago)
  InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Release amd64 (20141022.1)
  SourcePackage: openjdk-8
  UpgradeStatus: Upgraded to wily on 2015-10-22 (0 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openjdk-8/+bug/1509080/+subscriptions

___
Mailing list: https://launchpad.net/~openjdk
Post to : openjdk@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openjdk
More help   : https://help.launchpad.net/ListHelp


[Openjdk] [Bug 1226962] Re: Hotkeys not functional in non-latin keyboard layout

2015-09-15 Thread Alberto Salvia Novella
@ Ivan Larionov

If you find a bug exist in a particular release, please add its release
first name into the tag list under the bug description.

** Tags added: wily

-- 
You received this bug notification because you are a member of OpenJDK,
which is subscribed to openjdk-7 in Ubuntu.
https://bugs.launchpad.net/bugs/1226962

Title:
  Hotkeys not functional in non-latin keyboard layout

Status in aptana-studio-installer:
  New
Status in Default settings and artwork for Baltix OS:
  New
Status in LibreOffice Productivity Suite:
  Fix Released
Status in ibus:
  New
Status in Indicator keyboard:
  Fix Released
Status in Inkscape:
  New
Status in monodevelop:
  New
Status in mutter:
  Fix Released
Status in okular:
  New
Status in OpenOffice:
  New
Status in sigram:
  New
Status in Unity:
  Fix Released
Status in gnome-settings-daemon package in Ubuntu:
  Triaged
Status in gnome-terminal package in Ubuntu:
  Triaged
Status in openjdk-7 package in Ubuntu:
  Incomplete
Status in unity package in Ubuntu:
  Triaged
Status in unity-settings-daemon package in Ubuntu:
  Triaged
Status in gnome-settings-daemon package in Fedora:
  Unknown
Status in gnome-shell package in Fedora:
  Unknown

Bug description:
  New keyboard layout changer in Ubuntu 13.10 introduce  old-new bug. Any 
system or application hotkey witch use char (for example: ctrl+alt+t for 
terminal or ctrl+t for new tab in browser) become unfunctional when selected 
non-latin keyboard layout.
  Hotkeys with F1-12, numbers and other non-character buttons works perfectly.

  Window manager hotkeys not affected by this bug. All hotkeys in system
  parameters->keyboard->hotkeys->windows works perfect with any keyboard
  layout.

  Workaround for some system hotkeys and two layouts (english and non-
  latin): rebind all hotkeys in your local layout. For example instead
  of ctrl+alt+t use ctrl+alt+τ (greek tau). That hotkey still work with
  english layout.  If you use english and two different non-latin
  layouts this workaround helps only with one of them.


  Dear Ubuntu users and developers! 
  Please include the following information to your comment about non-latin 
shortcuts problems:
  1. What Ubuntu version do you have (Ubuntu 13.10, Ubuntu 13.10 GNOME, Ubuntu 
14.04, Ubuntu 14.04 GNOME and so on), upgraded (describe version) or clean 
installed
  2. What keyboard layout do you have
  3. What shortcut for keyboard layout switching do you use 
  4. On which session you have problems - that is one from Unity, GNOME Shell, 
GNOME FlashBack/Fallback (Metacity), GNOME FlashBack/Fallback (Compiz)
  5. With which program and its version and origin (Ubuntu repositories, PPA, 
non-deb binary package from some website) you have problems.

  By providing this information you can make bug-fixing much simpler and
  may be faster.

  --
  For other layout switching problems introduced in Ubuntu 13.10 you can see 
bug 1218322.
  --

To manage notifications about this bug go to:
https://bugs.launchpad.net/aptana-studio-installer/+bug/1226962/+subscriptions

___
Mailing list: https://launchpad.net/~openjdk
Post to : openjdk@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openjdk
More help   : https://help.launchpad.net/ListHelp


[Openjdk] [Bug 1226962] Re: Hotkeys not functional in non-latin keyboard layout

2015-09-15 Thread Alberto Salvia Novella
If you think this bug also exist in OpenJDK instead of its individual
applications, please set its status to "confirmed".

-- 
You received this bug notification because you are a member of OpenJDK,
which is subscribed to openjdk-7 in Ubuntu.
https://bugs.launchpad.net/bugs/1226962

Title:
  Hotkeys not functional in non-latin keyboard layout

Status in aptana-studio-installer:
  New
Status in Default settings and artwork for Baltix OS:
  New
Status in LibreOffice Productivity Suite:
  Fix Released
Status in ibus:
  New
Status in Indicator keyboard:
  Fix Released
Status in Inkscape:
  New
Status in monodevelop:
  New
Status in mutter:
  Fix Released
Status in okular:
  New
Status in OpenOffice:
  New
Status in sigram:
  New
Status in Unity:
  Fix Released
Status in gnome-settings-daemon package in Ubuntu:
  Triaged
Status in gnome-terminal package in Ubuntu:
  Triaged
Status in openjdk-7 package in Ubuntu:
  Incomplete
Status in unity package in Ubuntu:
  Triaged
Status in unity-settings-daemon package in Ubuntu:
  Triaged
Status in gnome-settings-daemon package in Fedora:
  Unknown
Status in gnome-shell package in Fedora:
  Unknown

Bug description:
  New keyboard layout changer in Ubuntu 13.10 introduce  old-new bug. Any 
system or application hotkey witch use char (for example: ctrl+alt+t for 
terminal or ctrl+t for new tab in browser) become unfunctional when selected 
non-latin keyboard layout.
  Hotkeys with F1-12, numbers and other non-character buttons works perfectly.

  Window manager hotkeys not affected by this bug. All hotkeys in system
  parameters->keyboard->hotkeys->windows works perfect with any keyboard
  layout.

  Workaround for some system hotkeys and two layouts (english and non-
  latin): rebind all hotkeys in your local layout. For example instead
  of ctrl+alt+t use ctrl+alt+τ (greek tau). That hotkey still work with
  english layout.  If you use english and two different non-latin
  layouts this workaround helps only with one of them.


  Dear Ubuntu users and developers! 
  Please include the following information to your comment about non-latin 
shortcuts problems:
  1. What Ubuntu version do you have (Ubuntu 13.10, Ubuntu 13.10 GNOME, Ubuntu 
14.04, Ubuntu 14.04 GNOME and so on), upgraded (describe version) or clean 
installed
  2. What keyboard layout do you have
  3. What shortcut for keyboard layout switching do you use 
  4. On which session you have problems - that is one from Unity, GNOME Shell, 
GNOME FlashBack/Fallback (Metacity), GNOME FlashBack/Fallback (Compiz)
  5. With which program and its version and origin (Ubuntu repositories, PPA, 
non-deb binary package from some website) you have problems.

  By providing this information you can make bug-fixing much simpler and
  may be faster.

  --
  For other layout switching problems introduced in Ubuntu 13.10 you can see 
bug 1218322.
  --

To manage notifications about this bug go to:
https://bugs.launchpad.net/aptana-studio-installer/+bug/1226962/+subscriptions

___
Mailing list: https://launchpad.net/~openjdk
Post to : openjdk@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openjdk
More help   : https://help.launchpad.net/ListHelp


[Openjdk] [Bug 1226962] Re: Hotkeys not functional in non-latin keyboard layout

2015-08-06 Thread Alberto Salvia Novella
** Summary changed:

- Hotkeys not functional in non-latin keyboard layout in 13.10, 14.04, 14.04.1, 
14.10, 15.04
+ Hotkeys not functional in non-latin keyboard layout

-- 
You received this bug notification because you are a member of OpenJDK,
which is subscribed to openjdk-7 in Ubuntu.
https://bugs.launchpad.net/bugs/1226962

Title:
  Hotkeys not functional in non-latin keyboard layout

Status in aptana-studio-installer:
  New
Status in Default settings and artwork for Baltix OS:
  New
Status in LibreOffice Productivity Suite:
  Fix Released
Status in ibus:
  New
Status in Indicator keyboard:
  Fix Released
Status in Inkscape:
  New
Status in monodevelop:
  New
Status in mutter:
  Fix Released
Status in okular:
  New
Status in OpenOffice:
  New
Status in sigram:
  New
Status in Unity:
  Fix Released
Status in gnome-settings-daemon package in Ubuntu:
  Triaged
Status in gnome-terminal package in Ubuntu:
  Triaged
Status in openjdk-7 package in Ubuntu:
  Incomplete
Status in unity package in Ubuntu:
  Triaged
Status in unity-settings-daemon package in Ubuntu:
  Triaged
Status in gnome-settings-daemon package in Fedora:
  Unknown
Status in gnome-shell package in Fedora:
  Unknown

Bug description:
  New keyboard layout changer in Ubuntu 13.10 introduce  old-new bug. Any 
system or application hotkey witch use char (for example: ctrl+alt+t for 
terminal or ctrl+t for new tab in browser) become unfunctional when selected 
non-latin keyboard layout.
  Hotkeys with F1-12, numbers and other non-character buttons works perfectly.

  Window manager hotkeys not affected by this bug. All hotkeys in system
  parameters->keyboard->hotkeys->windows works perfect with any keyboard
  layout.

  Workaround for some system hotkeys and two layouts (english and non-
  latin): rebind all hotkeys in your local layout. For example instead
  of ctrl+alt+t use ctrl+alt+τ (greek tau). That hotkey still work with
  english layout.  If you use english and two different non-latin
  layouts this workaround helps only with one of them.


  Dear Ubuntu users and developers! 
  Please include the following information to your comment about non-latin 
shortcuts problems:
  1. What Ubuntu version do you have (Ubuntu 13.10, Ubuntu 13.10 GNOME, Ubuntu 
14.04, Ubuntu 14.04 GNOME and so on), upgraded (describe version) or clean 
installed
  2. What keyboard layout do you have
  3. What shortcut for keyboard layout switching do you use 
  4. On which session you have problems - that is one from Unity, GNOME Shell, 
GNOME FlashBack/Fallback (Metacity), GNOME FlashBack/Fallback (Compiz)
  5. With which program and its version and origin (Ubuntu repositories, PPA, 
non-deb binary package from some website) you have problems.

  By providing this information you can make bug-fixing much simpler and
  may be faster.

  --
  For other layout switching problems introduced in Ubuntu 13.10 you can see 
bug 1218322.
  --

To manage notifications about this bug go to:
https://bugs.launchpad.net/aptana-studio-installer/+bug/1226962/+subscriptions

___
Mailing list: https://launchpad.net/~openjdk
Post to : openjdk@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openjdk
More help   : https://help.launchpad.net/ListHelp


[Openjdk] [Bug 1226962] Re: Hotkeys not functional in non-latin keyboard layout in 13.10, 14.04, 14.04.1, 14.10, 15.04

2015-08-05 Thread Alberto Salvia Novella
@ Dmitry "DeltaKilo" Korotkov

Why do you think this bug is affecting OpenJDK instead of its individual
applications?

** Changed in: openjdk-7 (Ubuntu)
   Status: Triaged => Incomplete

-- 
You received this bug notification because you are a member of OpenJDK,
which is subscribed to openjdk-7 in Ubuntu.
https://bugs.launchpad.net/bugs/1226962

Title:
  Hotkeys not functional in non-latin keyboard layout in 13.10, 14.04,
  14.04.1, 14.10, 15.04

Status in aptana-studio-installer:
  New
Status in Default settings and artwork for Baltix OS:
  New
Status in LibreOffice Productivity Suite:
  Fix Released
Status in ibus:
  New
Status in Indicator keyboard:
  Fix Released
Status in Inkscape:
  New
Status in monodevelop:
  New
Status in mutter:
  Fix Released
Status in okular:
  New
Status in OpenOffice:
  New
Status in sigram:
  New
Status in Unity:
  Fix Released
Status in gnome-settings-daemon package in Ubuntu:
  Triaged
Status in gnome-terminal package in Ubuntu:
  Triaged
Status in openjdk-7 package in Ubuntu:
  Incomplete
Status in unity package in Ubuntu:
  Triaged
Status in unity-settings-daemon package in Ubuntu:
  Triaged
Status in gnome-settings-daemon package in Fedora:
  Unknown
Status in gnome-shell package in Fedora:
  Unknown

Bug description:
  New keyboard layout changer in Ubuntu 13.10 introduce  old-new bug. Any 
system or application hotkey witch use char (for example: ctrl+alt+t for 
terminal or ctrl+t for new tab in browser) become unfunctional when selected 
non-latin keyboard layout.
  Hotkeys with F1-12, numbers and other non-character buttons works perfectly.

  Window manager hotkeys not affected by this bug. All hotkeys in system
  parameters->keyboard->hotkeys->windows works perfect with any keyboard
  layout.

  Workaround for some system hotkeys and two layouts (english and non-
  latin): rebind all hotkeys in your local layout. For example instead
  of ctrl+alt+t use ctrl+alt+τ (greek tau). That hotkey still work with
  english layout.  If you use english and two different non-latin
  layouts this workaround helps only with one of them.


  Dear Ubuntu users and developers! 
  Please include the following information to your comment about non-latin 
shortcuts problems:
  1. What Ubuntu version do you have (Ubuntu 13.10, Ubuntu 13.10 GNOME, Ubuntu 
14.04, Ubuntu 14.04 GNOME and so on), upgraded (describe version) or clean 
installed
  2. What keyboard layout do you have
  3. What shortcut for keyboard layout switching do you use 
  4. On which session you have problems - that is one from Unity, GNOME Shell, 
GNOME FlashBack/Fallback (Metacity), GNOME FlashBack/Fallback (Compiz)
  5. With which program and its version and origin (Ubuntu repositories, PPA, 
non-deb binary package from some website) you have problems.

  By providing this information you can make bug-fixing much simpler and
  may be faster.

  --
  For other layout switching problems introduced in Ubuntu 13.10 you can see 
bug 1218322.
  --

To manage notifications about this bug go to:
https://bugs.launchpad.net/aptana-studio-installer/+bug/1226962/+subscriptions

___
Mailing list: https://launchpad.net/~openjdk
Post to : openjdk@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openjdk
More help   : https://help.launchpad.net/ListHelp


[Openjdk] [Bug 1474379] Re: Openjdk 7 and 8 don't automatically open jar files

2015-08-02 Thread Alberto Salvia Novella
** Changed in: desktop-file-utils (Ubuntu)
   Importance: Undecided => High

** Changed in: openjdk-6 (Ubuntu)
   Importance: Undecided => High

** Changed in: openjdk-7 (Ubuntu)
   Importance: Undecided => High

** Changed in: openjdk-8 (Ubuntu)
   Importance: Undecided => High

** Also affects: hundredpapercuts
   Importance: Undecided
   Status: New

** Changed in: hundredpapercuts
   Status: New => Confirmed

** Changed in: hundredpapercuts
   Importance: Undecided => High

-- 
You received this bug notification because you are a member of OpenJDK,
which is subscribed to openjdk-6 in Ubuntu.
https://bugs.launchpad.net/bugs/1474379

Title:
  Openjdk 7 and 8 don't automatically open jar files

Status in One Hundred Papercuts:
  Confirmed
Status in desktop-file-utils package in Ubuntu:
  Confirmed
Status in openjdk-6 package in Ubuntu:
  Confirmed
Status in openjdk-7 package in Ubuntu:
  Confirmed
Status in openjdk-8 package in Ubuntu:
  Confirmed

Bug description:
  Hi

  I made a fresh install today and discovered a bug with java. If you
  have a .jar file (like josm or sweethome3d) and try to open it from
  nautilus it doesn't works : It opens file-roller and you can't choose
  anything else.

  I had openjdk 8 installed, but with a right click to "Open With", It wasn't 
proposed.
  I installed openjdk 7, same problem.
  I installed openjdk 6 : It worked : Openjdk 6 was proposed.

  I discovered (thanks to http://askubuntu.com/questions/183086/java-
  not-recognized-as-default-application) that Openjdk 7 and 8 dont
  create .desktop files in /usr/share/applications, as Openjdk 6 do
  (openjdk-6-java.desktop). Here is a part of the result of 'ls
  /usr/share/applications' command :

  [...]
  onboard-settings.desktop
  openjdk-6-java.desktop
  openjdk-6-policytool.desktop
  openjdk-7-policytool.desktop
  openjdk-8-policytool.desktop
  orca.desktop
  [...]

  I created openjdk-7-java.desktop and openjdk-8-java.desktop and 
openjdk-default-java.desktop files with openjdk-6-java.desktop as a model (and 
keeping openjdk 6 icon as 8 doesn't propose any), and used the following 
command to exec (just to know exactly What I did) :
  - /usr/lib/jvm/java-6-openjdk-amd64/jre/bin/java -jar
  - /usr/lib/jvm/java-7-openjdk-amd64/jre/bin/java -jar
  - /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/java -jar
  - /usr/bin/java -jar

  By default, openjdk 6 uses /usr/bin/java -jar. That meens that the
  Openjdk 6 launcher doesn't launch version 6 but the default version
  from update-alternatives. If you don't have version 6 installed, by
  default you can't launch .jar files.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: desktop-file-utils 0.22-1ubuntu3
  ProcVersionSignature: Ubuntu 3.19.0-22.22-generic 3.19.8-ckt1
  Uname: Linux 3.19.0-22-generic x86_64
  ApportVersion: 2.17.2-0ubuntu1.1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Tue Jul 14 15:14:14 2015
  InstallationDate: Installed on 2015-07-14 (0 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
  ProcEnviron:
   LANGUAGE=fr_FR
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=fr_FR.UTF-8
   SHELL=/bin/bash
  SourcePackage: desktop-file-utils
  UpgradeStatus: No upgrade log present (probably fresh install)

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

___
Mailing list: https://launchpad.net/~openjdk
Post to : openjdk@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openjdk
More help   : https://help.launchpad.net/ListHelp


[Openjdk] [Bug 1406483] Re: Possible to install (and trigger postinstall) of ca-certificates-java before Java has been installed

2015-02-17 Thread Alberto Salvia Novella
** Changed in: ca-certificates-java (Ubuntu)
   Importance: Undecided => High

** Also affects: hundredpapercuts
   Importance: Undecided
   Status: New

** Changed in: hundredpapercuts
   Status: New => Confirmed

** Changed in: hundredpapercuts
   Importance: Undecided => High

-- 
You received this bug notification because you are a member of OpenJDK,
which is subscribed to ca-certificates-java in Ubuntu.
https://bugs.launchpad.net/bugs/1406483

Title:
  Possible to install (and trigger postinstall) of ca-certificates-java
  before Java has been installed

Status in One Hundred Papercuts:
  Confirmed
Status in ca-certificates-java package in Ubuntu:
  Confirmed

Bug description:
  1. Steps to reproduce:
  Depending on which packages you select for installation, it is possible the 
postinstall and trigger for ca-certificates-java run before Java has been 
installed. This may be possible to trigger with more combinations, but I've 
found
  $ sudo apt install maven openjdk-8-jdk
  where the issue is reproducible. Running this on an out-of-the-box system, 
for instance a VM will trigger the issue.

  See installation.txt for the full output of running this command, but the 
important section is this one:
  Setting up ca-certificates-java (20140324) ...
  /var/lib/dpkg/info/ca-certificates-java.postinst: line 53: java: command not 
found
  /var/lib/dpkg/info/ca-certificates-java.postinst: line 66: java: command not 
found
  done.
  (...)
  Processing triggers for ca-certificates (20141019) ...
  Updating certificates in /etc/ssl/certs... 0 added, 0 removed; done.
  Running hooks in /etc/ca-certificates/update.d
  /etc/ca-certificates/update.d/jks-keystore: 82: 
/etc/ca-certificates/update.d/jks-keystore: java: not found
  E: /etc/ca-certificates/update.d/jks-keystore exited with code 1.
  done.
  Setting up openjdk-8-jre-headless:amd64 (8u40~b09-1) ...
  update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/rmid to 
provide /usr/bin/rmid (rmid) in auto mode
  update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/java to 
provide /usr/bin/java (java) in auto mode

  2. Expected behaviour:
  Packages are installed in the correct order so that they can assume their 
dependencies are present when for instance attempting to run postinstall. (So I 
don't really know whether this issue is truly caused by ca-certificates-java or 
by the priority/order of packages assigned by apt or something else.)

  3. Actual behaviour:
  As we see both the postinstall and trigger is attempted run before java has 
been installed, which results in /etc/ssl/certs/java being an empty directory. 
Effectively this means Java doesn't know any certificates so for instance 
creating a connection to an HTTPS-url will fail.

  4. Attempted workaround:
  As a workaround, I figured I could reinstall ca-certificates-java and maybe 
that would work.
  $ sudo apt install ca-certificates --reinstall
  (...)
  Processing triggers for ca-certificates (20141019) ...
  Updating certificates in /etc/ssl/certs... 0 added, 0 removed; done.
  Running hooks in /etc/ca-certificates/update.d
  done.

  While this gives me the cacerts file at /etc/ssl/certs/java/cacerts we can 
see that it contains no certificates:
  $ keytool -list -keystore /etc/ssl/certs/java/cacerts
  Enter keystore password:

  Keystore type: JKS
  Keystore provider: SUN

  Your keystore contains 0 entries

  (The default keystore password is of course "changeit")

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: ca-certificates-java 20140324
  ProcVersionSignature: Ubuntu 3.16.0-28.38-generic 3.16.7-ckt1
  Uname: Linux 3.16.0-28-generic x86_64
  ApportVersion: 2.15.1-0ubuntu1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Tue Dec 30 10:18:52 2014
  InstallationDate: Installed on 2014-12-19 (10 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Alpha amd64 (20141211)
  PackageArchitecture: all
  SourcePackage: ca-certificates-java
  UpgradeStatus: No upgrade log present (probably fresh install)
  modified.conffile..etc.default.cacerts: [inaccessible: [Errno 13] Permission 
denied: '/etc/default/cacerts']

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

___
Mailing list: https://launchpad.net/~openjdk
Post to : openjdk@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openjdk
More help   : https://help.launchpad.net/ListHelp


[Openjdk] [Bug 1396760] Re: ca-certificates-java doesn't create /etc/ssl/certs/java/cacerts

2015-01-01 Thread Alberto Salvia Novella
** Changed in: ca-certificates-java (Ubuntu)
   Importance: Undecided => High

-- 
You received this bug notification because you are a member of OpenJDK,
which is subscribed to ca-certificates-java in Ubuntu.
https://bugs.launchpad.net/bugs/1396760

Title:
  ca-certificates-java doesn't create /etc/ssl/certs/java/cacerts

Status in ca-certificates-java package in Ubuntu:
  Confirmed

Bug description:
  Ubuntu server 14.10 64 bit:
  sudo apt-get install openjdk-8-jre-headless
  installs also ca-certificates-java which results in follwing error during 
install:

  
  ...
  Setting up ca-certificates-java (20140324) ...
  /var/lib/dpkg/info/ca-certificates-java.postinst: line 53: java: command not 
found
  /var/lib/dpkg/info/ca-certificates-java.postinst: line 66: java: command not 
found
  done.
  Processing triggers for ca-certificates (20140325) ...
  Updating certificates in /etc/ssl/certs... 0 added, 0 removed; done.
  Running hooks in /etc/ca-certificates/update.d
  /etc/ca-certificates/update.d/jks-keystore: 82: 
/etc/ca-certificates/update.d/jks-keystore: java: not found
  E: /etc/ca-certificates/update.d/jks-keystore exited with code 1.
  done.
  ...

  
  This results in an unconfigued empty /etc/ssl/certs/java/cacerts.
  This induces errors in user applications like " 
javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: 
PKIX path building failed: 
sun.security.provider.certpath.SunCertPathBuilderException: unable to find 
valid certification path to requested target"

  Solution: 
  sudo /var/lib/dpkg/info/ca-certificates-java.postinst configure

  The root cause for the error is to me unknown, maybe wrong sequence
  order during package configuration?

  BR
  us2000

  
  Description:  Ubuntu 14.10
  Release:  14.10

  ca-certificates-java:
Installed: 20140324
Candidate: 20140324
Version table:
   *** 20140324 0
  500 http://de.archive.ubuntu.com/ubuntu/ utopic/main amd64 Packages
  100 /var/lib/dpkg/status
  openjdk-8-jre-headless:
Installed: 8u40~b09-1
Candidate: 8u40~b09-1
Version table:
   *** 8u40~b09-1 0
  500 http://de.archive.ubuntu.com/ubuntu/ utopic/universe amd64 
Packages
  100 /var/lib/dpkg/status

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ca-certificates-java/+bug/1396760/+subscriptions

___
Mailing list: https://launchpad.net/~openjdk
Post to : openjdk@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openjdk
More help   : https://help.launchpad.net/ListHelp


[Openjdk] [Bug 1385661] Re: Suggests non-existing package "icedtea-8-plugin"

2015-01-01 Thread Alberto Salvia Novella
** Changed in: openjdk-8 (Ubuntu)
   Importance: Undecided => High

-- 
You received this bug notification because you are a member of OpenJDK,
which is subscribed to openjdk-8 in Ubuntu.
https://bugs.launchpad.net/bugs/1385661

Title:
  Suggests non-existing package  "icedtea-8-plugin"

Status in openjdk-8 package in Ubuntu:
  Confirmed

Bug description:
  As the title says, the package openjdk-8-jre suggests a package
  "icedtea-8-plugin" that does not exist. Maybe this is also related to
  the bug https://bugs.launchpad.net/ubuntu/+source/icedtea-
  web/+bug/1363785

  $ apt-cache show openjdk-8-jre
  Package: openjdk-8-jre
  Priority: optional
  Section: universe/java
  Installed-Size: 297
  Maintainer: Ubuntu Developers 
  Original-Maintainer: OpenJDK Team 
  Architecture: i386
  Source: openjdk-8
  Version: 8u40~b09-1
  Replaces: openjdk-8-jre-headless (<< 8u20~b20-3)
  Provides: java-runtime, java2-runtime, java5-runtime, java6-runtime, 
java7-runtime, java8-runtime
  Depends: openjdk-8-jre-headless (= 8u40~b09-1), libgtk2.0-0, libxrandr2, 
libxinerama1, libgl1-mesa-glx | libgl1, libatk-wrapper-java-jni (>= 
0.30.4-0ubuntu2), libasound2 (>= 1.0.16), libc6 (>= 2.11), libgif4 (>= 4.1.4), 
libjpeg8 (>= 8c), libpng12-0 (>= 1.2.13-4), libpulse0 (>= 1:0.99.1), libx11-6, 
libxext6
  Recommends: libgnome2-0, libgnomevfs2-0, libgconf2-4, fonts-dejavu-extra
  Suggests: icedtea-8-plugin
  Filename: pool/universe/o/openjdk-8/openjdk-8-jre_8u40~b09-1_i386.deb
  Size: 59246
  MD5sum: 7591d02c6ea8154f902f62fc34517eea
  SHA1: b912155a3c6345e0fe17c41a261dca833598fa65
  SHA256: 7d690dc31e00823316cc9b6a5c48cdc5f84ea2f7f7623e6db06f13ba421b7140
  Description-de: OpenJDK-Java-Laufzeitumgebung, verwendet Hotspot JIT
   Full Java runtime environment - needed for executing Java GUI and Webstart
   programs. Using Hotspot JIT.
   .
   Das Paket wurde mit Patches und der Infrastruktur des IcedTea-Projekts
   erzeugt.
  Description-md5: 7a98f537dea51754a1519bfa756c13cd
  Multi-Arch: same
  Homepage: http://openjdk.java.net/
  Bugs: https://bugs.launchpad.net/ubuntu/+filebug
  Origin: Ubuntu

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: openjdk-8-jre 8u40~b09-1
  ProcVersionSignature: Ubuntu 3.16.0-23.31-generic 3.16.4
  Uname: Linux 3.16.0-23-generic i686
  NonfreeKernelModules: nvidia
  ApportVersion: 2.14.7-0ubuntu8
  Architecture: i386
  CurrentDesktop: Unity
  Date: Sat Oct 25 15:15:22 2014
  InstallationDate: Installed on 2012-03-24 (945 days ago)
  InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release i386 (20111012)
  SourcePackage: openjdk-8
  UpgradeStatus: Upgraded to utopic on 2014-10-23 (1 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openjdk-8/+bug/1385661/+subscriptions

___
Mailing list: https://launchpad.net/~openjdk
Post to : openjdk@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openjdk
More help   : https://help.launchpad.net/ListHelp


[Openjdk] [Bug 1359078] Re: package openjdk-7-jdk 7u55-2.4.7-1ubuntu1 failed to install/upgrade: trying to overwrite '/usr/lib/jvm/java-7-openjdk-i386/src.zip', which is also in package openjdk-7-sour

2014-11-05 Thread Alberto Salvia Novella
** Changed in: openjdk-7 (Ubuntu)
   Importance: Undecided => High

-- 
You received this bug notification because you are a member of OpenJDK,
which is subscribed to openjdk-7 in Ubuntu.
https://bugs.launchpad.net/bugs/1359078

Title:
  package openjdk-7-jdk 7u55-2.4.7-1ubuntu1 failed to install/upgrade:
  trying to overwrite '/usr/lib/jvm/java-7-openjdk-i386/src.zip', which
  is also in package openjdk-7-source 7u55-2.4.7-1ubuntu1

Status in “openjdk-7” package in Ubuntu:
  Triaged

Bug description:
  No details

  ProblemType: Package
  DistroRelease: Ubuntu 14.04
  Package: openjdk-7-jdk 7u55-2.4.7-1ubuntu1
  ProcVersionSignature: Ubuntu 3.13.0-33.58-generic 3.13.11.4
  Uname: Linux 3.13.0-33-generic i686
  ApportVersion: 2.14.1-0ubuntu3.3
  Architecture: i386
  Date: Wed Aug 20 10:03:01 2014
  DuplicateSignature: package:openjdk-7-jdk:7u55-2.4.7-1ubuntu1:trying to 
overwrite '/usr/lib/jvm/java-7-openjdk-i386/src.zip', which is also in package 
openjdk-7-source 7u55-2.4.7-1ubuntu1
  ErrorMessage: trying to overwrite '/usr/lib/jvm/java-7-openjdk-i386/src.zip', 
which is also in package openjdk-7-source 7u55-2.4.7-1ubuntu1
  InstallationDate: Installed on 2014-03-28 (144 days ago)
  InstallationMedia: Ubuntu 12.04.1 LTS "Precise Pangolin" - Release i386 
(20120817.3)
  SourcePackage: openjdk-7
  Title: package openjdk-7-jdk 7u55-2.4.7-1ubuntu1 failed to install/upgrade: 
trying to overwrite '/usr/lib/jvm/java-7-openjdk-i386/src.zip', which is also 
in package openjdk-7-source 7u55-2.4.7-1ubuntu1
  UpgradeStatus: Upgraded to trusty on 2014-08-13 (6 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openjdk-7/+bug/1359078/+subscriptions

___
Mailing list: https://launchpad.net/~openjdk
Post to : openjdk@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openjdk
More help   : https://help.launchpad.net/ListHelp


[Openjdk] [Bug 1226962] Re: Hotkeys not functional in non-latin keyboard layout in 13.10 and 14.04

2014-07-19 Thread Alberto Salvia Novella
** No longer affects: sublime-text (Ubuntu)

-- 
You received this bug notification because you are a member of OpenJDK,
which is subscribed to openjdk-7 in Ubuntu.
https://bugs.launchpad.net/bugs/1226962

Title:
  Hotkeys not functional in non-latin keyboard layout in 13.10 and 14.04

Status in Aptana Studio Installer:
  New
Status in Default settings for the Baltix GNU/Linux OS and desktop:
  New
Status in LibreOffice Productivity Suite:
  Confirmed
Status in IBus:
  New
Status in Indicator keyboard:
  Fix Released
Status in Inkscape: A Vector Drawing Tool:
  New
Status in MonoDevelop:
  New
Status in Mutter:
  Fix Released
Status in The OpenOffice.org Suite:
  New
Status in Unity:
  Fix Released
Status in “gnome-settings-daemon” package in Ubuntu:
  Triaged
Status in “gnome-terminal” package in Ubuntu:
  Triaged
Status in “indicator-keyboard” package in Ubuntu:
  Triaged
Status in “openjdk-7” package in Ubuntu:
  Triaged
Status in “unity” package in Ubuntu:
  Triaged
Status in “unity-settings-daemon” package in Ubuntu:
  Triaged
Status in “gnome-settings-daemon” package in Fedora:
  Unknown
Status in “gnome-shell” package in Fedora:
  Unknown

Bug description:
  New keyboard layout changer in Ubuntu 13.10 introduce  old-new bug. Any 
system or application hotkey witch use char (for example: ctrl+alt+t for 
terminal or ctrl+t for new tab in browser) become unfunctional when selected 
non-latin keyboard layout.
  Hotkeys with F1-12, numbers and other non-character buttons works perfectly.

  Window manager hotkeys not affected by this bug. All hotkeys in system
  parameters->keyboard->hotkeys->windows works perfect with any keyboard
  layout.

  Workaround for some system hotkeys and two layouts (english and non-
  latin): rebind all hotkeys in your local layout. For example instead
  of ctrl+alt+t use ctrl+alt+τ (greek tau). That hotkey still work with
  english layout.  If you use english and two different non-latin
  layouts this workaround helps only with one of them.


  Dear Ubuntu users and developers! 
  Please include the following information to your comment about non-latin 
shortcuts problems:
  1. What Ubuntu version do you have (Ubuntu 13.10, Ubuntu 13.10 GNOME, Ubuntu 
14.04, Ubuntu 14.04 GNOME and so on), upgraded (describe version) or clean 
installed
  2. What keyboard layout do you have
  3. What shortcut for keyboard layout switching do you use 
  4. On which session you have problems - that is one from Unity, GNOME Shell, 
GNOME FlashBack/Fallback (Metacity), GNOME FlashBack/Fallback (Compiz)
  5. With which program and its version and origin (Ubuntu repositories, PPA, 
non-deb binary package from some website) you have problems.

  By providing this information you can make bug-fixing much simpler and
  may be faster.

  --
  For other layout switching problems introduced in Ubuntu 13.10 you can see 
bug 1218322.
  --

To manage notifications about this bug go to:
https://bugs.launchpad.net/aptana-studio-installer/+bug/1226962/+subscriptions

___
Mailing list: https://launchpad.net/~openjdk
Post to : openjdk@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openjdk
More help   : https://help.launchpad.net/ListHelp


[Openjdk] [Bug 1226962] Re: Hotkeys not functional in non-latin keyboard layout in 13.10 and 14.04

2014-05-19 Thread Alberto Salvia Novella
** Changed in: openjdk-7 (Ubuntu)
   Importance: Undecided => High

** Changed in: openjdk-7 (Ubuntu)
   Status: Confirmed => Triaged

** No longer affects: kingsoft-office (Ubuntu)

-- 
You received this bug notification because you are a member of OpenJDK,
which is subscribed to openjdk-7 in Ubuntu.
https://bugs.launchpad.net/bugs/1226962

Title:
  Hotkeys not functional in non-latin keyboard layout in 13.10 and 14.04

Status in LibreOffice Productivity Suite:
  Confirmed
Status in IBus:
  New
Status in Indicator keyboard:
  Fix Released
Status in Inkscape: A Vector Drawing Tool:
  New
Status in Mutter:
  Fix Released
Status in The OpenOffice.org Suite:
  New
Status in Unity:
  Fix Released
Status in “gnome-settings-daemon” package in Ubuntu:
  Triaged
Status in “gnome-terminal” package in Ubuntu:
  Triaged
Status in “indicator-keyboard” package in Ubuntu:
  Triaged
Status in “openjdk-7” package in Ubuntu:
  Triaged
Status in “unity” package in Ubuntu:
  Triaged
Status in “unity-settings-daemon” package in Ubuntu:
  Triaged
Status in “gnome-settings-daemon” package in Fedora:
  Unknown
Status in “gnome-shell” package in Fedora:
  Unknown

Bug description:
  New keyboard layout changer in Ubuntu 13.10 introduce  old-new bug. Any 
system or application hotkey witch use char (for example: ctrl+alt+t for 
terminal or ctrl+t for new tab in browser) become unfunctional when selected 
non-latin keyboard layout.
  Hotkeys with F1-12, numbers and other non-character buttons works perfectly.

  Window manager hotkeys not affected by this bug. All hotkeys in system
  parameters->keyboard->hotkeys->windows works perfect with any keyboard
  layout.

  Workaround for some system hotkeys and two layouts (english and non-
  latin): rebind all hotkeys in your local layout. For example instead
  of ctrl+alt+t use ctrl+alt+τ (greek tau). That hotkey still work with
  english layout.  If you use english and two different non-latin
  layouts this workaround helps only with one of them.


  Dear Ubuntu users and developers! 
  Please include the following information to your comment about non-latin 
shortcuts problems:
  1. What Ubuntu version do you have (Ubuntu 13.10, Ubuntu 13.10 GNOME, Ubuntu 
14.04, Ubuntu 14.04 GNOME and so on), upgraded (describe version) or clean 
installed
  2. What keyboard layout do you have
  3. What shortcut for keyboard layout switching do you use 
  4. On which session you have problems - that is one from Unity, GNOME Shell, 
GNOME FlashBack/Fallback (Metacity), GNOME FlashBack/Fallback (Compiz)
  5. With which program and its version and origin (Ubuntu repositories, PPA, 
non-deb binary package from some website) you have problems.

  By providing this information you can make bug-fixing much simpler and
  may be faster.

  --
  For other layout switching problems introduced in Ubuntu 13.10 you can see 
bug 1218322.
  --

To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/1226962/+subscriptions

___
Mailing list: https://launchpad.net/~openjdk
Post to : openjdk@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openjdk
More help   : https://help.launchpad.net/ListHelp


[Openjdk] [Bug 1290838] Re: Impossible to run some Java application

2014-03-24 Thread Alberto Salvia Novella
It severely affects packages beyond the one that causes the flaw.

** Changed in: openjdk-7 (Ubuntu)
   Importance: Undecided => Critical

-- 
You received this bug notification because you are a member of OpenJDK,
which is subscribed to openjdk-7 in Ubuntu.
https://bugs.launchpad.net/bugs/1290838

Title:
  Impossible to run some Java application

Status in “openjdk-7” package in Ubuntu:
  Confirmed

Bug description:
  You can try for example to run Bonita BPM 6.2.3. The splash screen
  start, then freeze, and the application never start.

  I have the same problem using Oracle Java 7. There might be some path
  to set somewhere to find missing libraries.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: openjdk-7-jdk 7u51-2.4.5-1ubuntu1
  ProcVersionSignature: Ubuntu 3.13.0-16.36-lowlatency 3.13.5
  Uname: Linux 3.13.0-16-lowlatency x86_64
  ApportVersion: 2.13.3-0ubuntu1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Tue Mar 11 13:38:06 2014
  InstallationDate: Installed on 2013-09-02 (190 days ago)
  InstallationMedia: Ubuntu 13.04 "Raring Ringtail" - Release amd64 (20130424)
  SourcePackage: openjdk-7
  UpgradeStatus: Upgraded to trusty on 2014-03-10 (0 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openjdk-7/+bug/1290838/+subscriptions

___
Mailing list: https://launchpad.net/~openjdk
Post to : openjdk@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openjdk
More help   : https://help.launchpad.net/ListHelp


[Openjdk] [Bug 1032936] Re: Scrolling right in java apps distorts screen

2014-03-07 Thread Alberto Salvia Novella
It renders essential features or functionality of the package (or a
dependent one) broken.

** Changed in: openjdk-6 (Ubuntu)
   Importance: Undecided => High

** Changed in: openjdk-7 (Ubuntu)
   Importance: Undecided => High

-- 
You received this bug notification because you are a member of OpenJDK,
which is subscribed to openjdk-6 in Ubuntu.
https://bugs.launchpad.net/bugs/1032936

Title:
  Scrolling right in java apps distorts screen

Status in OpenJDK:
  Confirmed
Status in “openjdk-6” package in Ubuntu:
  Confirmed
Status in “openjdk-7” package in Ubuntu:
  Confirmed

Bug description:
  I have the same problem as reported here:
  https://bugs.freedesktop.org/show_bug.cgi?id=41086

  When scrolling right in Java apps the screen becomes distorted. This
  does not happen when scrolling left.

  See attached screenshot of TV-Browser where this happens normally.
  After making the screenshot the distortion is away. Looks like the screen is 
redrwan after that.

  Some more details:

  In the above mentioned bug report the user has a AMD graphics card.
  I'm using the proprietary Nvidia driver, so I think it's not the
  graphics driver.

  Since this only happens in java apps this must have something to do
  with openjdk.

  This problem only exists with Unity (compiz) not with Unity 2D
  (metacity). So I think this is a problem with java graphics and
  compositing.

  See also here:
  http://hilfe.tvbrowser.org/viewtopic.php?f=14&t=14852

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

___
Mailing list: https://launchpad.net/~openjdk
Post to : openjdk@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openjdk
More help   : https://help.launchpad.net/ListHelp


[Openjdk] [Bug 1232322] Re: Failed to write core dump. Core dumps have been disabled

2014-02-08 Thread Alberto Salvia Novella
** Changed in: openjdk-7 (Ubuntu)
   Importance: Undecided => High

-- 
You received this bug notification because you are a member of OpenJDK,
which is subscribed to openjdk-7 in Ubuntu.
https://bugs.launchpad.net/bugs/1232322

Title:
  Failed to write core dump. Core dumps have been disabled

Status in “openjdk-7” package in Ubuntu:
  Confirmed

Bug description:
  #
  # A fatal error has been detected by the Java Runtime Environment:
  #
  #  SIGSEGV (0xb) at pc=0x7fbfe533d697, pid=3121, tid=140462199187200
  #
  # JRE version: 7.0_25-b30
  # Java VM: OpenJDK 64-Bit Server VM (23.7-b01 mixed mode linux-amd64 
compressed oops)
  # Problematic frame:
  # C  [libplds4.so+0x1697]  PL_HashTableLookupConst+0x17
  #
  # Failed to write core dump. Core dumps have been disabled. To enable core 
dumping, try "ulimit -c unlimited" before starting Java again
  #
  # If you would like to submit a bug report, please include
  # instructions on how to reproduce the bug and visit:
  #   https://bugs.launchpad.net/ubuntu/+source/openjdk-7/
  # The crash happened outside the Java Virtual Machine in native code.
  # See problematic frame for where to report the bug.
  #

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openjdk-7/+bug/1232322/+subscriptions

___
Mailing list: https://launchpad.net/~openjdk
Post to : openjdk@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openjdk
More help   : https://help.launchpad.net/ListHelp


[Openjdk] [Bug 937200] Re: Fat fonts in Swing applications

2014-01-06 Thread Alberto Salvia Novella
** Changed in: openjdk-7 (Ubuntu)
   Status: Confirmed => Triaged

-- 
You received this bug notification because you are a member of OpenJDK,
which is subscribed to openjdk-7 in Ubuntu.
https://bugs.launchpad.net/bugs/937200

Title:
  Fat fonts in Swing applications

Status in “fonts-unfonts-core” package in Ubuntu:
  Invalid
Status in “openjdk-7” package in Ubuntu:
  Triaged

Bug description:
  Since I upgraded to Ubuntu 12.04 I noticed that the fonts in Java
  Swing applications use the bold font weight. This looks really ugly
  and takes up to much space.

  
  1.
  lsb_release -rd
  Description:  Ubuntu precise (development branch)
  Release:  12.04

  
  2. 
  apt-cache policy openjdk-7-jdk 
  openjdk-7-jdk:
Installiert: 7~b147-2.0-1ubuntu2
Kandidat:7~b147-2.0-1ubuntu2
Versionstabelle:
   *** 7~b147-2.0-1ubuntu2 0
  500 http://archive.ubuntu.com/ubuntu/ precise/universe amd64 Packages
  100 /var/lib/dpkg/status

  3. 
  Applications rendering with normal fonts

  4.
  Applications rendering with bold fonts

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: openjdk-7-jdk 7~b147-2.0-1ubuntu2
  ProcVersionSignature: Ubuntu 3.2.0-17.26-generic 3.2.6
  Uname: Linux 3.2.0-17-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 1.92-0ubuntu1
  Architecture: amd64
  Date: Mon Feb 20 20:44:43 2012
  InstallationMedia: Ubuntu 10.10 "Maverick Meerkat" - Release amd64 (20101007)
  SourcePackage: openjdk-7
  UpgradeStatus: Upgraded to precise on 2012-02-16 (3 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fonts-unfonts-core/+bug/937200/+subscriptions

___
Mailing list: https://launchpad.net/~openjdk
Post to : openjdk@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openjdk
More help   : https://help.launchpad.net/ListHelp


[Openjdk] [Bug 937200] Re: Fat fonts in Swing applications

2013-11-13 Thread Alberto Salvia Novella
If you know the affected package isn't "fonts-unfonts-core", please
mark:

- "fonts-unfonts-core" as invalid.
- "openjdk-7" as confirmed.

and then I will mark ""openjdk-7" as triaged.

-- 
You received this bug notification because you are a member of OpenJDK,
which is subscribed to openjdk-7 in Ubuntu.
https://bugs.launchpad.net/bugs/937200

Title:
  Fat fonts in Swing applications

Status in “fonts-unfonts-core” package in Ubuntu:
  Triaged
Status in “openjdk-7” package in Ubuntu:
  Invalid

Bug description:
  Since I upgraded to Ubuntu 12.04 I noticed that the fonts in Java
  Swing applications use the bold font weight. This looks really ugly
  and takes up to much space.

  
  1.
  lsb_release -rd
  Description:  Ubuntu precise (development branch)
  Release:  12.04

  
  2. 
  apt-cache policy openjdk-7-jdk 
  openjdk-7-jdk:
Installiert: 7~b147-2.0-1ubuntu2
Kandidat:7~b147-2.0-1ubuntu2
Versionstabelle:
   *** 7~b147-2.0-1ubuntu2 0
  500 http://archive.ubuntu.com/ubuntu/ precise/universe amd64 Packages
  100 /var/lib/dpkg/status

  3. 
  Applications rendering with normal fonts

  4.
  Applications rendering with bold fonts

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: openjdk-7-jdk 7~b147-2.0-1ubuntu2
  ProcVersionSignature: Ubuntu 3.2.0-17.26-generic 3.2.6
  Uname: Linux 3.2.0-17-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 1.92-0ubuntu1
  Architecture: amd64
  Date: Mon Feb 20 20:44:43 2012
  InstallationMedia: Ubuntu 10.10 "Maverick Meerkat" - Release amd64 (20101007)
  SourcePackage: openjdk-7
  UpgradeStatus: Upgraded to precise on 2012-02-16 (3 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fonts-unfonts-core/+bug/937200/+subscriptions

___
Mailing list: https://launchpad.net/~openjdk
Post to : openjdk@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openjdk
More help   : https://help.launchpad.net/ListHelp


[Openjdk] [Bug 937200] Re: Fat fonts in Swing applications

2013-11-13 Thread Alberto Salvia Novella
Mattias:

Thanks for the correction. Then the package to be fixed is "fonts-
unfonts-core" only, isn't it?

** Changed in: openjdk-7 (Ubuntu)
   Status: Confirmed => Invalid

** No longer affects: openjdk

** Changed in: fonts-unfonts-core (Ubuntu)
   Status: Confirmed => Triaged

-- 
You received this bug notification because you are a member of OpenJDK,
which is subscribed to openjdk-7 in Ubuntu.
https://bugs.launchpad.net/bugs/937200

Title:
  Fat fonts in Swing applications

Status in “fonts-unfonts-core” package in Ubuntu:
  Triaged
Status in “openjdk-7” package in Ubuntu:
  Invalid

Bug description:
  Since I upgraded to Ubuntu 12.04 I noticed that the fonts in Java
  Swing applications use the bold font weight. This looks really ugly
  and takes up to much space.

  
  1.
  lsb_release -rd
  Description:  Ubuntu precise (development branch)
  Release:  12.04

  
  2. 
  apt-cache policy openjdk-7-jdk 
  openjdk-7-jdk:
Installiert: 7~b147-2.0-1ubuntu2
Kandidat:7~b147-2.0-1ubuntu2
Versionstabelle:
   *** 7~b147-2.0-1ubuntu2 0
  500 http://archive.ubuntu.com/ubuntu/ precise/universe amd64 Packages
  100 /var/lib/dpkg/status

  3. 
  Applications rendering with normal fonts

  4.
  Applications rendering with bold fonts

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: openjdk-7-jdk 7~b147-2.0-1ubuntu2
  ProcVersionSignature: Ubuntu 3.2.0-17.26-generic 3.2.6
  Uname: Linux 3.2.0-17-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 1.92-0ubuntu1
  Architecture: amd64
  Date: Mon Feb 20 20:44:43 2012
  InstallationMedia: Ubuntu 10.10 "Maverick Meerkat" - Release amd64 (20101007)
  SourcePackage: openjdk-7
  UpgradeStatus: Upgraded to precise on 2012-02-16 (3 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fonts-unfonts-core/+bug/937200/+subscriptions

___
Mailing list: https://launchpad.net/~openjdk
Post to : openjdk@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openjdk
More help   : https://help.launchpad.net/ListHelp


[Openjdk] [Bug 1241532] Re: fatal error on eclipse Problematic frame: C [libgobject-2.0.so.0+0x19528] g_object_get_qdata+0x18

2013-11-12 Thread Alberto Salvia Novella
*** This bug is a duplicate of bug 1241101 ***
https://bugs.launchpad.net/bugs/1241101

** This bug is no longer a duplicate of bug 1205452
   Eclipse unusable in Kubuntu Saucy (almost immediate JVM segfault)
** This bug has been marked a duplicate of bug 1241101
   Java crash in libglib-2.0 after upgrade from 13.04 to 13.10

-- 
You received this bug notification because you are a member of OpenJDK,
which is subscribed to openjdk-7 in Ubuntu.
https://bugs.launchpad.net/bugs/1241532

Title:
  fatal error on eclipse Problematic frame:  C
  [libgobject-2.0.so.0+0x19528]  g_object_get_qdata+0x18

Status in “openjdk-7” package in Ubuntu:
  Confirmed

Bug description:
  I've just upgraded kubuntu from 13.04 to 13.10.  Everything is 
updated/upgraded.
  If I press `Esc` when the find/replace window in eclipse is open it causes 
this crash. Always.

  # A fatal error has been detected by the Java Runtime Environment:
  #
  #  SIGSEGV (0xb) at pc=0x7f53e77b2528, pid=8631, tid=139998653265664
  #
  # JRE version: 7.0_25-b30
  # Java VM: OpenJDK 64-Bit Server VM (23.7-b01 mixed mode linux-amd64 
compressed oops)
  # Problematic frame:
  # C  [libgobject-2.0.so.0+0x19528]  g_object_get_qdata+0x18
  #
  # Failed to write core dump. Core dumps have been disabled. To enable core 
dumping, try "ulimit -c unlimited" before starting Java again
  #
  # An error report file with more information is saved as:
  # /home/oren/hs_err_pid8631.log
  #
  # If you would like to submit a bug report, please include
  # instructions on how to reproduce the bug and visit:
  #   https://bugs.launchpad.net/ubuntu/+source/openjdk-7/
  # The crash happened outside the Java Virtual Machine in native code.
  # See problematic frame for where to report the bug.
  #

  lsb_release -rd:
Description:Ubuntu 13.10

 
Release:13.10

  apt-cache policy openjdk-7:
Installed: (none)
Candidate: (none)
Version table:

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openjdk-7/+bug/1241532/+subscriptions

___
Mailing list: https://launchpad.net/~openjdk
Post to : openjdk@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openjdk
More help   : https://help.launchpad.net/ListHelp


[Openjdk] [Bug 937200] Re: Fat fonts in Swing applications

2013-11-12 Thread Alberto Salvia Novella
Since the package that handles font configuration is "openjdk-7",
although the work-around is to remove a component in "fonts-unfonts-
core", the real affected package is "openjdk-7" only.

** Changed in: fonts-unfonts-core (Ubuntu)
   Status: Confirmed => Invalid

-- 
You received this bug notification because you are a member of OpenJDK,
which is subscribed to openjdk-7 in Ubuntu.
https://bugs.launchpad.net/bugs/937200

Title:
  Fat fonts in Swing applications

Status in OpenJDK:
  New
Status in “fonts-unfonts-core” package in Ubuntu:
  Invalid
Status in “openjdk-7” package in Ubuntu:
  Confirmed

Bug description:
  Since I upgraded to Ubuntu 12.04 I noticed that the fonts in Java
  Swing applications use the bold font weight. This looks really ugly
  and takes up to much space.

  
  1.
  lsb_release -rd
  Description:  Ubuntu precise (development branch)
  Release:  12.04

  
  2. 
  apt-cache policy openjdk-7-jdk 
  openjdk-7-jdk:
Installiert: 7~b147-2.0-1ubuntu2
Kandidat:7~b147-2.0-1ubuntu2
Versionstabelle:
   *** 7~b147-2.0-1ubuntu2 0
  500 http://archive.ubuntu.com/ubuntu/ precise/universe amd64 Packages
  100 /var/lib/dpkg/status

  3. 
  Applications rendering with normal fonts

  4.
  Applications rendering with bold fonts

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: openjdk-7-jdk 7~b147-2.0-1ubuntu2
  ProcVersionSignature: Ubuntu 3.2.0-17.26-generic 3.2.6
  Uname: Linux 3.2.0-17-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 1.92-0ubuntu1
  Architecture: amd64
  Date: Mon Feb 20 20:44:43 2012
  InstallationMedia: Ubuntu 10.10 "Maverick Meerkat" - Release amd64 (20101007)
  SourcePackage: openjdk-7
  UpgradeStatus: Upgraded to precise on 2012-02-16 (3 days ago)

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

___
Mailing list: https://launchpad.net/~openjdk
Post to : openjdk@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openjdk
More help   : https://help.launchpad.net/ListHelp


[Openjdk] [Bug 937200] Re: Fat fonts in Swing applications

2013-11-12 Thread Alberto Salvia Novella
This bug needs now to be notified to the upstream developers of OpenJDK,
but Launchpad needs to be configured in order to forward bugs to the
project's developers: https://bugs.launchpad.net/openjdk

** Also affects: openjdk
   Importance: Undecided
   Status: New

** Changed in: openjdk-7 (Ubuntu)
   Importance: Undecided => Low

** Changed in: fonts-unfonts-core (Ubuntu)
   Importance: Undecided => Low

-- 
You received this bug notification because you are a member of OpenJDK,
which is subscribed to openjdk-7 in Ubuntu.
https://bugs.launchpad.net/bugs/937200

Title:
  Fat fonts in Swing applications

Status in OpenJDK:
  New
Status in “fonts-unfonts-core” package in Ubuntu:
  Invalid
Status in “openjdk-7” package in Ubuntu:
  Confirmed

Bug description:
  Since I upgraded to Ubuntu 12.04 I noticed that the fonts in Java
  Swing applications use the bold font weight. This looks really ugly
  and takes up to much space.

  
  1.
  lsb_release -rd
  Description:  Ubuntu precise (development branch)
  Release:  12.04

  
  2. 
  apt-cache policy openjdk-7-jdk 
  openjdk-7-jdk:
Installiert: 7~b147-2.0-1ubuntu2
Kandidat:7~b147-2.0-1ubuntu2
Versionstabelle:
   *** 7~b147-2.0-1ubuntu2 0
  500 http://archive.ubuntu.com/ubuntu/ precise/universe amd64 Packages
  100 /var/lib/dpkg/status

  3. 
  Applications rendering with normal fonts

  4.
  Applications rendering with bold fonts

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: openjdk-7-jdk 7~b147-2.0-1ubuntu2
  ProcVersionSignature: Ubuntu 3.2.0-17.26-generic 3.2.6
  Uname: Linux 3.2.0-17-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 1.92-0ubuntu1
  Architecture: amd64
  Date: Mon Feb 20 20:44:43 2012
  InstallationMedia: Ubuntu 10.10 "Maverick Meerkat" - Release amd64 (20101007)
  SourcePackage: openjdk-7
  UpgradeStatus: Upgraded to precise on 2012-02-16 (3 days ago)

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

___
Mailing list: https://launchpad.net/~openjdk
Post to : openjdk@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openjdk
More help   : https://help.launchpad.net/ListHelp


[Openjdk] [Bug 885324] Re: Completely replace lcms1 by lcms2 in Ubuntu

2013-09-22 Thread Alberto Salvia Novella
** Changed in: gimp (Ubuntu)
   Status: Confirmed => Triaged

-- 
You received this bug notification because you are a member of OpenJDK,
which is subscribed to openjdk-6 in Ubuntu.
https://bugs.launchpad.net/bugs/885324

Title:
  Completely replace lcms1 by lcms2 in Ubuntu

Status in digiKam - digital photo management:
  Fix Released
Status in Enblend:
  Fix Released
Status in Inkscape: A Vector Drawing Tool:
  Fix Released
Status in Wine:
  Fix Released
Status in “cups-filters” package in Ubuntu:
  Fix Released
Status in “dcraw” package in Ubuntu:
  New
Status in “digikam” package in Ubuntu:
  Fix Released
Status in “enblend” package in Ubuntu:
  New
Status in “enblend-enfuse” package in Ubuntu:
  New
Status in “f-spot” package in Ubuntu:
  Triaged
Status in “geeqie” package in Ubuntu:
  New
Status in “gimp” package in Ubuntu:
  Triaged
Status in “imagemagick” package in Ubuntu:
  Fix Released
Status in “inkscape” package in Ubuntu:
  Fix Released
Status in “lcms” package in Ubuntu:
  New
Status in “libkdcraw” package in Ubuntu:
  Fix Released
Status in “libmng” package in Ubuntu:
  New
Status in “libraw” package in Ubuntu:
  Fix Released
Status in “openjdk-6” package in Ubuntu:
  New
Status in “poppler” package in Ubuntu:
  Fix Released
Status in “python-imaging” package in Ubuntu:
  New
Status in “rawstudio” package in Ubuntu:
  New
Status in “scribus” package in Ubuntu:
  New
Status in “shotwell” package in Ubuntu:
  Fix Released
Status in “ufraw” package in Ubuntu:
  New
Status in “wine1.4” package in Ubuntu:
  Triaged
Status in “xsane” package in Ubuntu:
  New

Bug description:
  Many packages in Ubuntu use the liblcms1 library (source package
  lcms). This library is discontinued upstream and replaced by liblcms2.
  Due to this bugs in liblcms1 are not fixed any more upstream and
  important improvements in color reproduction and safety against
  crashes are not done. Therefore we should remove lcms1 and migrate all
  programs using it to lcms2.

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

___
Mailing list: https://launchpad.net/~openjdk
Post to : openjdk@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openjdk
More help   : https://help.launchpad.net/ListHelp


[Openjdk] [Bug 885324] Re: Completely replace lcms1 by lcms2 in Ubuntu

2013-09-18 Thread Alberto Salvia Novella
** Changed in: f-spot (Ubuntu)
   Status: Confirmed => Triaged

** Changed in: dcraw (Ubuntu)
   Importance: Undecided => Medium

** Changed in: digikam (Ubuntu)
   Importance: Undecided => Medium

** Changed in: enblend (Ubuntu)
   Importance: Undecided => Medium

** Changed in: enblend-enfuse (Ubuntu)
   Importance: Undecided => Medium

** Changed in: f-spot (Ubuntu)
   Importance: Undecided => Medium

** Changed in: geeqie (Ubuntu)
   Importance: Undecided => Medium

** Changed in: gimp (Ubuntu)
   Importance: Undecided => Medium

** Changed in: imagemagick (Ubuntu)
   Importance: Undecided => Medium

** Changed in: lcms (Ubuntu)
   Importance: Undecided => Medium

** Changed in: libkdcraw (Ubuntu)
   Importance: Undecided => Medium

** Changed in: libmng (Ubuntu)
   Importance: Undecided => Medium

** Changed in: libraw (Ubuntu)
   Importance: Undecided => Medium

** Changed in: openjdk-6 (Ubuntu)
   Importance: Undecided => Medium

** Changed in: python-imaging (Ubuntu)
   Importance: Undecided => Medium

** Changed in: rawstudio (Ubuntu)
   Importance: Undecided => Medium

** Changed in: scribus (Ubuntu)
   Importance: Undecided => Medium

** Changed in: ufraw (Ubuntu)
   Importance: Undecided => Medium

** Changed in: xsane (Ubuntu)
   Importance: Undecided => Medium

-- 
You received this bug notification because you are a member of OpenJDK,
which is subscribed to openjdk-6 in Ubuntu.
https://bugs.launchpad.net/bugs/885324

Title:
  Completely replace lcms1 by lcms2 in Ubuntu

Status in digiKam - digital photo management:
  Fix Released
Status in Enblend:
  Fix Released
Status in Inkscape: A Vector Drawing Tool:
  Fix Released
Status in Wine:
  Fix Released
Status in “cups-filters” package in Ubuntu:
  Fix Released
Status in “dcraw” package in Ubuntu:
  New
Status in “digikam” package in Ubuntu:
  Fix Released
Status in “enblend” package in Ubuntu:
  New
Status in “enblend-enfuse” package in Ubuntu:
  New
Status in “f-spot” package in Ubuntu:
  Triaged
Status in “geeqie” package in Ubuntu:
  New
Status in “gimp” package in Ubuntu:
  New
Status in “imagemagick” package in Ubuntu:
  Fix Released
Status in “inkscape” package in Ubuntu:
  Fix Released
Status in “lcms” package in Ubuntu:
  New
Status in “libkdcraw” package in Ubuntu:
  Fix Released
Status in “libmng” package in Ubuntu:
  New
Status in “libraw” package in Ubuntu:
  Fix Released
Status in “openjdk-6” package in Ubuntu:
  New
Status in “poppler” package in Ubuntu:
  Fix Released
Status in “python-imaging” package in Ubuntu:
  New
Status in “rawstudio” package in Ubuntu:
  New
Status in “scribus” package in Ubuntu:
  New
Status in “shotwell” package in Ubuntu:
  Fix Released
Status in “ufraw” package in Ubuntu:
  New
Status in “wine1.4” package in Ubuntu:
  Triaged
Status in “xsane” package in Ubuntu:
  New

Bug description:
  Many packages in Ubuntu use the liblcms1 library (source package
  lcms). This library is discontinued upstream and replaced by liblcms2.
  Due to this bugs in liblcms1 are not fixed any more upstream and
  important improvements in color reproduction and safety against
  crashes are not done. Therefore we should remove lcms1 and migrate all
  programs using it to lcms2.

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

___
Mailing list: https://launchpad.net/~openjdk
Post to : openjdk@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openjdk
More help   : https://help.launchpad.net/ListHelp