Skip to content

Commit

Permalink
Register dbus add message
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremypw committed Nov 24, 2024
1 parent eeebce6 commit 5974a93
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions src/Application.vala
Original file line number Diff line number Diff line change
Expand Up @@ -181,9 +181,9 @@ stdout.printf (" return -1 from handle_local_options \n");
}

protected override bool dbus_register (DBusConnection connection, string object_path) throws Error {
if (is_testing) {
return true;
}
// if (is_testing) {
// return true;
// }
base.dbus_register (connection, object_path);

var dbus = new DBus ();
Expand Down
2 changes: 1 addition & 1 deletion src/Widgets/TerminalWidget.vala
Original file line number Diff line number Diff line change
Expand Up @@ -692,7 +692,7 @@ namespace Terminal {
public void active_shell (string dir = GLib.Environment.get_current_dir ()) {
string shell = Application.settings.get_string ("shell");
string?[] envv = null;

stdout.printf (" Active shell");
if (shell == "") {
shell = Vte.get_user_shell ();
if (shell == "") {
Expand Down

0 comments on commit 5974a93

Please sign in to comment.