projects
/
swc-workshop.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
af10c5f
)
swc-installation-test-2.py: Add gedit to virtual-editor
author
W. Trevor King
<wking@tremily.us>
Sun, 27 Jan 2013 14:15:21 +0000
(09:15 -0500)
committer
W. Trevor King
<wking@tremily.us>
Sun, 27 Jan 2013 14:15:21 +0000
(09:15 -0500)
For Gnome users.
setup/swc-installation-test-2.py
patch
|
blob
|
history
diff --git
a/setup/swc-installation-test-2.py
b/setup/swc-installation-test-2.py
index 67f535fb9ae0e06c6becbde9a542f6a2ecafd29c..a847c68c918ded08661c1daeb21c53762ce78bcb 100755
(executable)
--- a/
setup/swc-installation-test-2.py
+++ b/
setup/swc-installation-test-2.py
@@
-362,6
+362,7
@@
for command,long_name,minimum_version in [
('vim', 'Vim', None),
('vi', None, None),
('nano', 'Nano', None),
+ ('gedit', None, None),
('kate', 'Kate', None),
('notepad++', 'Notepad++', None),
('firefox', 'Firefox', None),
@@
-543,6
+544,7
@@
for name,dependencies in [
'vim',
'vi',
'nano',
+ 'gedit',
'kate',
'notepad++',
)),