[gnome-panel] panel: don't add --no-desktop to nautilus launchers
- From: Alberts Muktupāvels <muktupavels src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-panel] panel: don't add --no-desktop to nautilus launchers
- Date: Sun, 4 Feb 2018 18:34:32 +0000 (UTC)
commit 9717ce8025bf2ea83e9374a5fe73bbdb6a0792a1
Author: Alberts Muktupāvels <alberts muktupavels gmail com>
Date: Sun Feb 4 20:23:05 2018 +0200
panel: don't add --no-desktop to nautilus launchers
gnome-panel/panel.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/gnome-panel/panel.c b/gnome-panel/panel.c
index b8e7e4c..e73911a 100644
--- a/gnome-panel/panel.c
+++ b/gnome-panel/panel.c
@@ -534,7 +534,7 @@ drop_nautilus_desktop_uri (PanelWidget *panel,
panel_launcher_create_from_info (panel->toplevel,
pack_type, pack_index,
TRUE, /* is_exec? */
- "nautilus --no-desktop", /* exec */
+ "nautilus", /* exec */
name, /* name */
_("Open your personal folder"), /* comment */
PANEL_ICON_HOME); /* icon name */
@@ -544,7 +544,7 @@ drop_nautilus_desktop_uri (PanelWidget *panel,
panel_launcher_create_from_info (panel->toplevel,
pack_type, pack_index,
TRUE, /* is_exec? */
- "nautilus --no-desktop computer://", /* exec */
+ "nautilus computer://", /* exec */
_("Computer"), /* name */
_("Browse all local and remote disks and folders accessible
from this computer"), /* comment */
PANEL_ICON_COMPUTER); /* icon name */
@@ -552,7 +552,7 @@ drop_nautilus_desktop_uri (PanelWidget *panel,
panel_launcher_create_from_info (panel->toplevel,
pack_type, pack_index,
TRUE, /* is_exec? */
- "nautilus --no-desktop network://", /* exec */
+ "nautilus network://", /* exec */
_("Network"), /* name */
_("Browse bookmarked and local network locations"), /*
comment */
PANEL_ICON_NETWORK); /* icon name */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]