Change XDG desktop entry to only run single instance of FreeCAD.
This ensure invoking it to open different files only start the
program once, and load new files into the already running instance.
Patch by Håvard Flaget Aasen <haavard_aasen@yahoo.no> and
Tobias Frost <tobi@debian.org>.
Related to https://bugs.debian.org/1029846 and
bb3bda1349 .
Been part of the Debian edition of FreeCAD since 2021.
This commit is contained in:
committed by
Chris Hennes
parent
b6f331f4fa
commit
06c4d72ed6
@@ -14,7 +14,7 @@ GenericName[de]=CAD-Anwendung
|
||||
GenericName[ko]=CAD 응용프로그램
|
||||
GenericName[pl]=Aplikacja CAD
|
||||
GenericName[ru]=Система автоматизированного проектирования
|
||||
Exec=FreeCAD %F
|
||||
Exec=/usr/bin/freecad - --single-instance %F
|
||||
Terminal=false
|
||||
Type=Application
|
||||
Icon=org.freecadweb.FreeCAD
|
||||
|
||||
Reference in New Issue
Block a user