miniColors 3rd party package files not properly symlinked
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
owncloud (Ubuntu) |
New
|
Undecided
|
Unassigned |
Bug Description
After upgrading from 12.04 LTS to 14.04 LTS, owncloud didn't really work for me. Turns out that some 3rd-party JavaScript files were moved into their own package, libjs-jquery-
However, owncloud (at least, when upgraded from the 12.04 package) expects these files in /usr/share/
Creating the proper symlinks fixes the problem:
ln -s ../../.
ln -s ../../.
A quick glance suggests that owncloud's postinst script does create a bunch of these kinds of symlinks, but not for jquery-minicolors. This should probably at least be checked in postinst.
Relevant infos:
lsb_release -rd:
---
Description: Ubuntu 14.04.1 LTS
Release: 14.04
---
apt-cache policy owncloud libjs-jquery-
---
owncloud:
Installed: 6.0.1+dfsg-1ubuntu1
Candidate: 6.0.1+dfsg-1ubuntu1
Version table:
*** 6.0.1+dfsg-1ubuntu1 0
500 http://
100 /var/lib/
libjs-jquery-
Installed: 1.2.1-1
Candidate: 1.2.1-1
Version table:
*** 1.2.1-1 0
500 http://
100 /var/lib/
---
This issue is also discussed in the owncloud issue tracker:
https:/
THX & Cheers,
Toby.
description: | updated |
description: | updated |