-
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #421 from serpent-os/nautilus-ptyxis
nautilus: Change open terminal to use ptyxis
- Loading branch information
Showing
4 changed files
with
16 additions
and
2 deletions.
There are no files selected for viewing
Binary file not shown.
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 |
---|---|---|
|
@@ -249,6 +249,6 @@ | |
} | ||
}, | ||
"source-name": "nautilus", | ||
"source-release": "3", | ||
"source-release": "4", | ||
"source-version": "47.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
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"); | ||
} | ||
|
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