[Bug 1441487] Re: Running any Java program produces messages in the terminal, while rendering many Java applications broken

2021-08-01 Thread Paul White
Closing Papercuts task as the Ubuntu tasks fixed over five years ago.
Instructions in comment #48 should have been followed by anyone finding
a regression.

** Changed in: hundredpapercuts
   Status: Fix Committed => Fix Released

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

Title:
  Running any Java program produces messages in the terminal, while
  rendering many Java applications broken

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


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

[Bug 1441487] Re: Running any Java program produces messages in the terminal, while rendering many Java applications broken

2015-10-07 Thread Launchpad Bug Tracker
This bug was fixed in the package jayatana - 2.7-0ubuntu3.1

---
jayatana (2.7-0ubuntu3.1) vivid; urgency=medium

  * Do not export JAVA_TOOL_OPTION session file for now. It seems jayatana
breaks some tools which are running java -version to grep for the runtime
version. Openjdk hardcode though some outputs "Picked up "
that can't be suppress and isn't willing to remove it as they see it as
a security vulnerability. Remove session variable export until java
upstream get a proper upstream solution for Gnome Shell and Unity global
menu. (LP: #1441487)
Meanwhile, people who wants to keep this functionality enabled (or
programs which knows are working well with it) can reexport
JAVA_TOOL_OPTIONS="-javaagent:/usr/share/java/jayatanaag.jar
$JAVA_TOOL_OPTIONS" in their session environment on a per program by
program bases.

 -- Didier Roche   Tue, 29 Sep 2015 17:40:39 +0200

** Changed in: jayatana (Ubuntu Vivid)
   Status: Fix Committed => Fix Released

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

Title:
  Running any Java program produces messages in the terminal, while
  rendering many Java applications broken

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

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


[Bug 1441487] Re: Running any Java program produces messages in the terminal, while rendering many Java applications broken

2015-09-30 Thread Launchpad Bug Tracker
This bug was fixed in the package jayatana - 2.7-0ubuntu4

---
jayatana (2.7-0ubuntu4) wily; urgency=medium

  * Do not export JAVA_TOOL_OPTION session file for now. It seems jayatana
breaks some tools which are running java -version to grep for the runtime
version. Openjdk hardcode though some outputs "Picked up "
that can't be suppress and isn't willing to remove it as they see it as
a security vulnerability. Remove session variable export until java
upstream get a proper upstream solution for Gnome Shell and Unity global
menu. (LP: #1441487)
Meanwhile, people who wants to keep this functionality enabled (or
programs which knows are working well with it) can reexport
JAVA_TOOL_OPTIONS="-javaagent:/usr/share/java/jayatanaag.jar
$JAVA_TOOL_OPTIONS" in their session environment on a per program by
program bases.

 -- Didier Roche   Tue, 29 Sep 2015 17:40:39 +0200

** Changed in: jayatana (Ubuntu)
   Status: Fix Committed => Fix Released

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

Title:
  Running any Java program produces messages in the terminal, while
  rendering many Java applications broken

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

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


[Bug 1441487] Re: Running any Java program produces messages in the terminal, while rendering many Java applications broken

2015-09-29 Thread Didier Roche
@Robin: the extra message is annoying indeed (only with openjdk), it's
hardcoded in openjdk, writing those env variable on stderr. I agree that
some written script can have some output expectation on stderr (even if
I don't think it's the best and most reliable way of handling output
from a script). I think this part will be redirected in another bug
report (even if we disable jayatana, to keep a track on it and have that
noise turned off on openjdk).

I was wondering if the crash that people here were seeing were due to
openjdk 8 instead of 7. I didn't get any crash with it though with
jayatana installed, (I checked that /usr/lib/jvm/java-8-openjdk-
amd64/bin/java was executed) when starting android studio  on my wily
machine which was pointed as one of the crashy program. The menu is then
correctly exported. Can somebody give a simple (with a program that is
in ubuntu repository) step by step reproducer so that we all start from
the same bases? That would probably help danjaredg to have a better
start.

** Also affects: jayatana (Ubuntu Vivid)
   Importance: Undecided
   Status: New

** Changed in: jayatana (Ubuntu Vivid)
   Importance: Undecided => Critical

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

Title:
  Running any Java program produces messages in the terminal, while
  rendering many Java applications broken

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

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


[Bug 1441487] Re: Running any Java program produces messages in the terminal

2015-05-19 Thread Alberto Salvia Novella
** Bug watch added: code.google.com/p/java-swing-ayatana/issues #48
   https://code.google.com/p/java-swing-ayatana/issues/detail?id=48

** Also affects: jayatana via
   https://code.google.com/p/java-swing-ayatana/issues/detail?id=48
   Importance: Unknown
   Status: Unknown

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

Title:
  Running any Java program produces messages in the terminal

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

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


[Bug 1441487] Re: Running any Java program produces messages in the terminal

2015-05-19 Thread Stephen M. Webb
Removing upstream Unity project again, since I linked the correct
upstream Jayatana project to the Ubuntu packages

** Changed in: unity (Ubuntu)
   Status: Confirmed = Invalid

** No longer affects: unity (Ubuntu)

** No longer affects: unity

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

Title:
  Running any Java program produces messages in the terminal

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

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


[Bug 1441487] Re: Running any Java program produces messages in the terminal

2015-05-19 Thread Stephen M. Webb
Removing upstream Unity project again, since I linked the correct
upstream Jayatana project to the Ubuntu packages

** Changed in: unity
   Status: Confirmed = Invalid

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

Title:
  Running any Java program produces messages in the terminal

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

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


[Bug 1441487] Re: Running any Java program produces messages in the terminal

2015-05-16 Thread NuWin
** Also affects: unity
   Importance: Undecided
   Status: New

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

Title:
  Running any Java program produces messages in the terminal

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

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


[Bug 1441487] Re: Running any Java program produces messages in the terminal

2015-05-07 Thread Steve Langasek
** Package changed: openjdk-7 (Ubuntu) = jayatana (Ubuntu)

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

Title:
  Running any Java program produces messages in the terminal

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

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


[Bug 1441487] Re: Running any Java program produces messages in the terminal

2015-05-07 Thread Christopher Townsend
I don't think this is a Unity issue, so I'm just going to remove that
project.

** No longer affects: unity

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

Title:
  Running any Java program produces messages in the terminal

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

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


[Bug 1441487] Re: Running any Java program produces messages in the terminal

2015-05-07 Thread Alberto Salvia Novella
** Tags added: regression-update

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

** Changed in: unity
   Status: New = Confirmed

** No longer affects: openjdk

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

** Changed in: hundredpapercuts
   Status: New = Triaged

** Changed in: jayatana (Ubuntu)
   Status: Confirmed = Triaged

** Changed in: jayatana (Ubuntu)
   Importance: High = Medium

** Changed in: hundredpapercuts
   Importance: Undecided = Medium

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

Title:
  Running any Java program produces messages in the terminal

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

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