-
-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add support for opening terminal in nautilus
this adds the necessary files for setting up nautilus-open-any-terminal for use in VOS, it sets the default terminal to blackbox and enables the generic name
- Loading branch information
1 parent
bf82a1c
commit f33a0c1
Showing
3 changed files
with
14 additions
and
0 deletions.
There are no files selected for viewing
3 changes: 3 additions & 0 deletions
3
...des.container/usr/share/glib-2.0/schemas/90-nautilus-terminal-rightclick.gschema.override
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[com.github.stunkymonkey.nautilus-open-any-terminal] | ||
terminal = blackbox | ||
use-generic-terminal-name = true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
name: nautilus-terminal-rightclick | ||
type: shell | ||
commands: | ||
- mkdir -p /usr/share/nautilus-python/extensions/ | ||
- cd /sources/nautilus-terminal-rightclick/ | ||
- make build install-nautilus schema | ||
source: | ||
type: git | ||
url: https://github.com/Stunkymonkey/nautilus-open-any-terminal.git | ||
tag: 0.6.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters