forked from pool/NsCDE
- Add leafpad.patch to ensure first time config wizard recognizes leafpad as text editor. OBS-URL: https://build.opensuse.org/request/show/994411 OBS-URL: https://build.opensuse.org/package/show/X11:windowmanagers/NsCDE?expand=0&rev=4
21 lines
923 B
Diff
21 lines
923 B
Diff
diff -rub a/data/fallback/app-catalog/text-editor b/data/fallback/app-catalog/text-editor
|
|
--- a/data/fallback/app-catalog/text-editor 2022-08-11 08:36:34.373131935 +0800
|
|
+++ b/data/fallback/app-catalog/text-editor 2022-08-11 08:38:16.501413773 +0800
|
|
@@ -16,3 +16,4 @@
|
|
kedit
|
|
jedit
|
|
gedit
|
|
+leafpad
|
|
diff -rub a/nscde_tools/bootstrap.in b/nscde_tools/bootstrap.in
|
|
--- a/nscde_tools/bootstrap.in 2022-08-11 08:36:34.429131937 +0800
|
|
+++ b/nscde_tools/bootstrap.in 2022-08-11 08:38:29.125414200 +0800
|
|
@@ -653,7 +653,7 @@
|
|
echo "$locale_skipping_fm_set_later $FVWM_USERDIR/NsCDE.conf."
|
|
fi
|
|
|
|
- for xeditor in gvim emacs nedit mousepad tea pluma xfe xemacs geany bluefish uxvile xfwrite kate xfpack xjed gedit
|
|
+ for xeditor in gvim emacs nedit mousepad tea pluma xfe xemacs geany bluefish uxvile xfwrite kate xfpack xjed gedit leafpad
|
|
do
|
|
whence -q $xeditor
|
|
if (($? == 0)); then
|