Skip to content

Commit

Permalink
feat: add support for opening terminal in nautilus
Browse files Browse the repository at this point in the history
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
fluoriteByte authored and axtloss committed Aug 10, 2024
1 parent bf82a1c commit f33a0c1
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
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
10 changes: 10 additions & 0 deletions modules/35-nautilus-terminal-rightclick.yml
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
1 change: 1 addition & 0 deletions recipe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ stages:
- modules/20-gnome-core.yml
- modules/21-gnome-control-center.yml
- modules/30-gnome-essentials.yml
- modules/35-nautilus-terminal-rightclick.yml
- modules/40-gnome-appearance.yml
- modules/50-laptop-goodies.yml
- modules/60-media.yml
Expand Down

0 comments on commit f33a0c1

Please sign in to comment.