Swordfish90 / cool-retro-term

A good looking terminal emulator which mimics the old cathode display...
22.03k stars 839 forks source link

close terminal #673

Open ghost opened 2 years ago

ghost commented 2 years ago

$ cool-retro-term -e default KB_LAYOUT_DIR: "/usr/lib/qt/qml/QMLTermWidget/kb-layouts" QObject::connect: No such slot Konsole::TerminalDisplay_QML_79::close() loadAllColorSchemes qrc:/BurnInEffect.qml:67:13: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo() { ... } qrc:/BurnInEffect.qml:59:13: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo() { ... } qrc:/BurnInEffect.qml:54:13: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo() { ... } file:///usr/lib/qt/qml/QMLTermWidget/QMLTermScrollbar.qml:29:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo() { ... } qrc:/PreprocessedTerminal.qml:62:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo() { ... } qrc:/PreprocessedTerminal.qml:57:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo() { ... } qrc:/PreprocessedTerminal.qml:51:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo() { ... } qrc:/PreprocessedTerminal.qml:47:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo() { ... } Both point size and pixel size set. Using pixel size.

alexmyczko commented 2 years ago

-e requires an argument, you're not giving it any? what distro/release/version you have? and how was cool-retro-term installed?

ghost commented 2 years ago

ı fix but ı don't remember

Krystal-x64 commented 11 months ago

i have same problem :(

allenhuffman commented 6 months ago

I ran in to this tonight. Raspberry Pi 400, latest Pi OS installed fresh last night, and Cool Retro Term installed via snap.

allenh@pi400:~ $ cool-retro-term default KB_LAYOUT_DIR: "/snap/cool-retro-term/153/usr/lib/aarch64-linux-gnu/qt5/qml/QMLTermWidget/kb-layouts" QObject::connect: No such slot Konsole::TerminalDisplay_QML_67::close() loadAllColorSchemes Both point size and pixel size set. Using pixel size. Segmentation fault

I have previously had CRT running on the Buster Pi OS, a year or so back. I must have built it from source. I tried installing via Snap on that system, and the version it installed was so slow it was useless. Don't know why

I decided to start all over with "latest and greatest" and use Snap, but I get this error when trying to run.

alexmyczko commented 6 months ago

Try installing without snap? apt install cool-retro-term

allenhuffman commented 6 months ago

Try installing without snap? apt install cool-retro-term

Yes, the apt install works. This is a report on the install via Snap. I actually did not know it was available on apt until I started updating my Pi this week. I had only built it from source before then. In the earlier Pi OS (Buster), the snap build worked but was VERY SLOW (unusable).