Skip to content

Commit

Permalink
Merge pull request #421 from serpent-os/nautilus-ptyxis
Browse files Browse the repository at this point in the history
nautilus: Change open terminal to use ptyxis
  • Loading branch information
ikeycode authored Nov 22, 2024
2 parents 5ab1167 + 63c7024 commit 6905b63
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 2 deletions.
Binary file modified n/nautilus/manifest.x86_64.bin
Binary file not shown.
2 changes: 1 addition & 1 deletion n/nautilus/manifest.x86_64.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,6 @@
}
},
"source-name": "nautilus",
"source-release": "3",
"source-release": "4",
"source-version": "47.0"
}
13 changes: 13 additions & 0 deletions n/nautilus/pkg/default-terminal.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
diff --git a/src/nautilus-dbus-launcher.c b/src/nautilus-dbus-launcher.c
index bd5f5c5ec..b3f8e4db9 100644
--- a/src/nautilus-dbus-launcher.c
+++ b/src/nautilus-dbus-launcher.c
@@ -287,6 +287,6 @@ nautilus_dbus_launcher_init (NautilusDBusLauncher *self)
"org.gtk.Application");

nautilus_dbus_launcher_create_proxy (self->data[NAUTILUS_DBUS_LAUNCHER_CONSOLE],
- "org.gnome.Console", "/org/gnome/Console",
+ "org.gnome.Ptyxis", "/org/gnome/Ptyxis",
"org.freedesktop.Application");
}

3 changes: 2 additions & 1 deletion n/nautilus/stone.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#
name : nautilus
version : '47.0'
release : 3
release : 4
homepage : https://apps.gnome.org/Nautilus/
upstreams :
- https://download.gnome.org/sources/nautilus/47/nautilus-47.0.tar.xz : 334264cdd9edbfd95ee7bcaafe442ebed31acca3f2d9b90f3eda30eacfd0387a
Expand Down Expand Up @@ -38,6 +38,7 @@ rundeps :
environment : |
export CFLAGS="${CFLAGS} -Wno-error=missing-include-dirs"
setup : |
%patch %(pkgdir)/default-terminal.patch
%meson -Ddocs=false
build : |
%meson_build
Expand Down

0 comments on commit 6905b63

Please sign in to comment.