View Single Post
Old 11-04-2016, 07:33 PM   #1
st_albert
Guru
st_albert gives new meaning to the word 'superlative.'st_albert gives new meaning to the word 'superlative.'st_albert gives new meaning to the word 'superlative.'st_albert gives new meaning to the word 'superlative.'st_albert gives new meaning to the word 'superlative.'st_albert gives new meaning to the word 'superlative.'st_albert gives new meaning to the word 'superlative.'st_albert gives new meaning to the word 'superlative.'st_albert gives new meaning to the word 'superlative.'st_albert gives new meaning to the word 'superlative.'st_albert gives new meaning to the word 'superlative.'
 
Posts: 698
Karma: 150000
Join Date: Feb 2010
Device: none
Sigil on Linux: "A plugin by that name does not exist"

Here's an interesting tidbit. I decided to build 0.9.7 on a Kubuntu 14.04.1 system using the "Building_on_cutting-edge-linux.md" instructions. I installed Qt5.5.1 from the repos, including all the required packages per the instructions.

Sigil built and installed fine (and thanks for getting rid of those warnings!).

However when I tried to run the test plugin, I got the same "a plugin by that name does not exist" error as discussed on this old thread for sigil 0.9.5 (from repo). As before, if the plugin is launched via the plugin buttons, it runs (and reports no error).

When I rebuilt Sigil using Qt 5.4.1 from the official Qt website (which I've used for previous Sigil versions) the problem went away. I don't know if anyone ever got to the bottom of what was going on in the older case, but maybe the problem was in the Qt package(s), not the Sigil package.

Albert

Spoiler:
Code:
$ cat /etc/os-release
NAME="Ubuntu"
VERSION="16.04.1 LTS (Xenial Xerus)"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 16.04.1 LTS"
VERSION_ID="16.04"
HOME_URL="http://www.ubuntu.com/"
SUPPORT_URL="http://help.ubuntu.com/"
BUG_REPORT_URL="http://bugs.launchpad.net/ubuntu/"
VERSION_CODENAME=xenial
UBUNTU_CODENAME=xenial

$ apt-cache policy qtbase5-dev
qtbase5-dev:
  Installed: 5.5.1+dfsg-16ubuntu7.2
  Candidate: 5.5.1+dfsg-16ubuntu7.2
  Version table:
 *** 5.5.1+dfsg-16ubuntu7.2 500
        500 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 Packages
        100 /var/lib/dpkg/status
     5.5.1+dfsg-16ubuntu7 500
        500 http://us.archive.ubuntu.com/ubuntu xenial/main amd64 Packages


Edited to add: KDE desktop, of course.

Last edited by st_albert; 11-04-2016 at 07:41 PM.
st_albert is offline   Reply With Quote