rolisteam icon indicating copy to clipboard operation
rolisteam copied to clipboard

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

Open osfrance opened this issue 4 years ago • 8 comments

#Your configuration: Rolisteam version: 1.9.2 Operating System and version (remove irrelevant):

  • Linux (Ubuntu 19.10 x86_64)

Rolisteam Setting (remove irrelevant):

  • GM and Server

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

  • chmod +x Rolisteam_1.9.2-x86_64.AppImage
  • ./Rolisteam_1.9.2-x86_64.AppImage
  • File/Open scenario

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

  • Try to load or save documents in my filesystem

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

  • No window opening when file manager access (open scenario, open plan ...)
  • I had the same problem with rcse-v1.9.2 but not with rcse-v1.9.0 ...

osfrance avatar Mar 18 '20 22:03 osfrance

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

osfrance avatar Mar 18 '20 22:03 osfrance

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

obiwankennedy avatar Mar 18 '20 23:03 obiwankennedy

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 avatar Mar 19 '20 14:03 osfrance

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 avatar Mar 19 '20 14:03 osfrance

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

osfrance avatar Mar 29 '20 11:03 osfrance

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 :

  • I am on 18.04
  • I compiled/installed manually QT 5 thx to the sources

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

Grrrolive avatar Mar 29 '20 18:03 Grrrolive

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.

obiwankennedy avatar Mar 30 '20 22:03 obiwankennedy

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.

Grrrolive avatar Apr 01 '20 12:04 Grrrolive