1

Topic: Linux bash script : open second project

Hi.

I use on Linux Mint the AppImages from QElectrotech.
Great program by the way, thank you!

But I'm struggling to open a second project by using a bash script.

Right click on project file -> open with -> bash script for qelectrotech
It works, if it qelectrotech is not running. But not as a second project.

#! /bin/bash
/home/user/apps/QElectroTech_0.100.0-r8470-x86_64.AppImage "$@"

Is there a special parameter for using an already running instance?

Thank you!

using on Linux Mint 20.2 Cinnamon

2

Re: Linux bash script : open second project

https://github.com/qelectrotech/qelectr … pplication

"Le jour où tu découvres le Libre, tu sais que tu ne pourras jamais plus revenir en arrière..."Questions regarding QET belong in this forum and will NOT be answered via PM! – Les questions concernant QET doivent être posées sur ce forum et ne seront pas traitées par MP !

3

Re: Linux bash script : open second project

You can only start one instance of QElectroTech at a time, but you can open more than one project in that instance:
Menu --> File --> Open

Fragen zu QET gehören in dieses Forum und werden nicht per PM beantwortet! – Questions regarding QET belong in this forum and will NOT be answered via PM! – Les questions concernant QET doivent être posées sur ce forum et ne seront pas traitées par MP !