Ticket #1708 (closed Bug: fixed)
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
Note: See
TracTickets for help on using
tickets.
