Launch terminal via Python in different linux distros
I've recently switched to KDE Neon for different experience, and realize that my python scripts for executing commands via launching terminal stopped working. And it hits me that specifying "gnome-terminal" would limit the scripts to only work on distros that comes with "gnome-terminal", and KDE Neon doesn't have it. As…