From 6807407df5f6980bb84565850f8675d89bc0ef0a Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Sun, 9 Jul 2023 21:41:05 +0530 Subject: desktop-entry: drop Terminal=true from nnn and nvim for now due to a upstream bug affecting gtk programs when Terminal=true is set they try to launch the hardcoded /usr/bin/gnome-terminal and fail if it's not installed, this also affects firefox. maybe cheking the $TERMINAL environment variable might be better!!!. https://gitlab.com/mobian1/issues/-/issues/392 https://unix.stackexchange.com/questions/707469/error-with-gtk-launch-unable-to-find-terminal-required-for-application --- .local/share/applications/nnn.desktop | 1 - .local/share/applications/nvim.desktop | 1 - 2 files changed, 2 deletions(-) diff --git a/.local/share/applications/nnn.desktop b/.local/share/applications/nnn.desktop index c8eefa3..43b9bba 100644 --- a/.local/share/applications/nnn.desktop +++ b/.local/share/applications/nnn.desktop @@ -4,7 +4,6 @@ Name=nnn Comment=Terminal file manager TryExec=nnn Exec=ttyasrt nnn -decC -Terminal=true Icon=nnn MimeType=inode/directory Categories=System;FileTools;FileManager;ConsoleOnly diff --git a/.local/share/applications/nvim.desktop b/.local/share/applications/nvim.desktop index 408d425..b6e5711 100644 --- a/.local/share/applications/nvim.desktop +++ b/.local/share/applications/nvim.desktop @@ -78,7 +78,6 @@ Comment[zh_CN]=编辑文本文件 Comment[zh_TW]=編輯文字檔 TryExec=nvim Exec=ttyasrt nvim %F -Terminal=true Type=Application Keywords=Text;editor; Keywords[ckb]=دەق;دەستکاریکەر; -- cgit v1.2.3