Notice: Comments you submit will be routed for moderation. If you have an account, please log in first.

Ticket #1708 (closed Bug: fixed)

Opened 18 months ago

Last modified 18 months ago

dbus broken under some circumstances

Reported by: goesen Owned by:
Priority: 7, high Milestone: 1.9 "Killer Queen"
Component: Functional Version: 1.8.4
Keywords: d-bus Cc:

Description

I installed jajuk using jar installer I didn't installed it in /usr/bin, but in my home directory

D-Bus binding does not work. 2010/08/21 17:01:26 [ERROR] DBus not available / java.lang.UnsatisfiedLinkError?: no unix-java in java.library.path [Startup Async After Collection Load Thread] (StartupAsyncService?.java:101) java.lang.Exception: DBus not available

reason is some flaw in the startup script: java.library.path can only use absolute paths.

i patched the startup script so that else

JAJUK_HOME=dirname "$0"/bin

became else

JAJUK_HOME=$(pwd)/dirname "$0"/bin

and that did the job

Attachments

Change History

Changed 18 months ago by bflorat

  • status changed from new to closed
  • resolution set to fixed
  • version set to 1.8.4
  • component changed from (Jajuk Members) Any (Default Component) to (Java Developer) Functional
  • milestone changed from To Be Qualified by Jajuk Team to 1.9 "Killer Queen"

Fine, I applied your fix.

Will be available in 23 aug 2010 daily build / 1.9RC7 / 1.9 final

Add/Change #1708 (dbus broken under some circumstances)

Author



Action
as closed
Next status will be 'reopened'
 
Note: See TracTickets for help on using tickets.