kz6fittycent / cool-retro-term

A snap for Cool Retro Term
GNU General Public License v3.0
8 stars 0 forks source link

Cannot get snap to run with --devmode --edge #2

Open icolquhoun opened 5 years ago

icolquhoun commented 5 years ago

If I do a straight sudo snap install cool-retro-term I can run it okay, but can't do much with it - permission denied on just about everything you try.

If I remove it and reinstall with sudo snap install --devmode --edge cool-retro-term it installs fine but I only get the following when I try to run it:

Qt: Session management error: None of the authentication protocols specified are supported
QQmlApplicationEngine failed to load component
qrc:/main.qml:21 module "QtQuick" is not installed
qrc:/main.qml:24 module "QtGraphicalEffects" is not installed
qrc:/main.qml:23 module "QtQuick.Controls" is not installed
qrc:/main.qml:22 module "QtQuick.Window" is not installed
qrc:/main.qml:21 module "QtQuick" is not installed
qrc:/main.qml:24 module "QtGraphicalEffects" is not installed
qrc:/main.qml:23 module "QtQuick.Controls" is not installed
qrc:/main.qml:22 module "QtQuick.Window" is not installed
qrc:/main.qml:21 module "QtQuick" is not installed
qrc:/main.qml:24 module "QtGraphicalEffects" is not installed
qrc:/main.qml:23 module "QtQuick.Controls" is not installed
qrc:/main.qml:22 module "QtQuick.Window" is not installed
qrc:/main.qml:21 module "QtQuick" is not installed
qrc:/main.qml:24 module "QtGraphicalEffects" is not installed
qrc:/main.qml:23 module "QtQuick.Controls" is not installed
qrc:/main.qml:22 module "QtQuick.Window" is not installed

Cannot load QML interface

This is on Linux MINT 19.

kz6fittycent commented 5 years ago

Yeah there are some oddities in the latest --edge builds. I'm experiencing the same things and I'm not sure "why".

If you reinstall the stable release and run it in --devmode your experience is a little better.

I'm currently working with the CRT dev to transfer the snap to him and he may be able to get the snap "classically" confined, meaning that it'll run as intended and all your commands will just work.