Rolisteam / rolisteam

Rolisteam is a virtual tabletop. It helps you to manage tabletop role playing games with remote friends/players. It provides many features to share maps, pictures, dice roller, manage background music and much more. The main git repository is available here: [https://invent.kde.org/kde/rolisteam].
http://www.rolisteam.org/
Other
187 stars 27 forks source link

appimage problem with ubuntu 19.10-eoan on read/write documents #117

Open osfrance opened 4 years ago

osfrance commented 4 years ago

Your configuration:

Rolisteam version: 1.9.2 Operating System and version (remove irrelevant):

Rolisteam Setting (remove irrelevant):

What did you do ? (Explain each step from starting rolisteam to the issue)

What did you expect to see ? (Make sentences and explains in details with words)

What did you get instead ? (Describe in details the issue)

osfrance commented 4 years ago

I want to try Rolisteam with my friends while covid-19 confinment, thanks to help !

obiwankennedy commented 4 years ago

have you tried the deb ?  https://launchpad.net/~rolisteam/+archive/ubuntu/ppa/+sourcepub/11066975/+listing-archive-extra

osfrance commented 4 years ago

Hi ! I tried to install 1.9.2ubuntu3, but I have this error : "La dépendance ne peux etre satisfaite libqt5core5". I've tried to install it, but with apt search I've only finded "libqt5core5a/eoan-updates,eoan-security,now 5.12.4+dfsg-4ubuntu1.1 amd64 [installé]" already installed ...

osfrance commented 4 years ago

I've tried with launchpad repo : "Les paquets suivants contiennent des dépendances non satisfaites : rolisteam : Dépend: libqt5core5 mais il n'est pas installable"

osfrance commented 4 years ago

Hi ! I try the Appimage and I've the same problem (issue #118)

Grrrolive commented 4 years ago

I've tried with launchpad repo : "Les paquets suivants contiennent des dépendances non satisfaites : rolisteam : Dépend: libqt5core5 mais il n'est pas installable"

The two differences :

Let's have a look here : https://wiki.qt.io/Install_Qt_5_on_Ubuntu

obiwankennedy commented 4 years ago

It means that you probably compile using the qmake on your system instead of your qmake from the install you did and this page is very old.

The only installer is available here: http://mirrors.ukfast.co.uk/sites/qt.io/archive/online_installers/3.2/qt-unified-linux-x64-3.2.2-online.run

Install Qt5.12 or Qt5.13, please select only x64 (do no install for android and you can also remove some big parts), then make sure you can the qmake from the installed version and not the one from your system.

Grrrolive commented 4 years ago

It means that you probably compile using the qmake on your system instead of your qmake from the install you did and this page is very old.

The only installer is available here: http://mirrors.ukfast.co.uk/sites/qt.io/archive/online_installers/3.2/qt-unified-linux-x64-3.2.2-online.run

Install Qt5.12 or Qt5.13, please select only x64 (do no install for android and you can also remove some big parts), then make sure you can the qmake from the installed version and not the one from your system.

If I understand it correctly, I should remove the version I compiled previously, first of all, and then execute the installer. I'll check that, thanks.