koldbyte / termoid

Terminal in a Plasmoid
https://store.kde.org/p/1169451/
45 stars 6 forks source link

Bug in my example #1

Closed Zren closed 6 years ago

Zren commented 7 years ago

I could have sworn I updated it ages ago, guess not. Using ConfigPage might cause plasmashell to crash when you close the config window unless you use the following fix.

https://github.com/Zren/plasma-applets/blob/master/example/package/contents/ui/config/ConfigPage.qml

koldbyte commented 7 years ago

Thanks @Zren . I have updated the code as well as the release accordingly.

This is my first KDE widget. Any code review/suggestions/pull requests are more than welcome.

Also, I needed some help in fixing some issues like keyboard input not working on widget. Any pointers to solve this would be very helpful.