Преглед изворни кода

fix(linux): deprecate unity-launch flag (#1866)

Yevhen Popok пре 1 година
родитељ
комит
f93746b300
2 измењених фајлова са 2 додато и 2 уклоњено
  1. 1 1
      src/insider/resources/linux/code.desktop
  2. 1 1
      src/stable/resources/linux/code.desktop

+ 1 - 1
src/insider/resources/linux/code.desktop

@@ -2,7 +2,7 @@
 Name=@@NAME_LONG@@
 Comment=Code Editing. Redefined.
 GenericName=Text Editor
-Exec=@@EXEC@@ --unity-launch %F
+Exec=@@EXEC@@ %F
 Icon=@@ICON@@
 Type=Application
 StartupNotify=false

+ 1 - 1
src/stable/resources/linux/code.desktop

@@ -2,7 +2,7 @@
 Name=@@NAME_LONG@@
 Comment=Code Editing. Redefined.
 GenericName=Text Editor
-Exec=@@EXEC@@ --unity-launch %F
+Exec=@@EXEC@@ %F
 Icon=@@ICON@@
 Type=Application
 StartupNotify=false