tdaitx / java-swing-ayatana

Automatically exported from code.google.com/p/java-swing-ayatana
0 stars 0 forks source link

Use upstart session configuration to export varaibles #25

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Instead of using a profile.d script, in ubuntu you can export session variables 
using upstart.

See examples at /usr/share/upstart/sessions/ or upstart docs.

Also you'd probably want to define JAVA_TOOL_OPTIONS as
 JAVA_TOOL_OPTIONS=-agentlib:jayatanaag:$JAVA_TOOL_OPTIONS

not to override personal values.

Original issue reported on code.google.com by trevi55 on 5 Feb 2014 at 9:48

GoogleCodeExporter commented 8 years ago
It's a very good idea, let me try

Original comment by danjaredg on 6 Feb 2014 at 4:18

GoogleCodeExporter commented 8 years ago

Original comment by danjaredg on 7 Feb 2014 at 5:51

GoogleCodeExporter commented 8 years ago
The suggestion was committed

http://code.google.com/p/java-swing-ayatana/source/browse/branches/2.0/jayatanaa
g/jayatana.conf

Original comment by danjaredg on 10 Feb 2014 at 3:52

GoogleCodeExporter commented 8 years ago
The suggestion was released on version 2.2

Original comment by danjaredg on 14 Feb 2014 at 12:53