From 3ab2a4f6cf2924c1ec06853b9d16c9c7a0826042 Mon Sep 17 00:00:00 2001 From: Xiangfu Liu Date: Tue, 22 Feb 2011 12:13:48 +0800 Subject: [PATCH] touch utmp for byobu, add -b ~/ ~/ to mc params --- nanonote/sections/terminals/byobu | 3 ++- nanonote/sections/utilities/mc | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/nanonote/sections/terminals/byobu b/nanonote/sections/terminals/byobu index c6dc1e1..df2b7a7 100644 --- a/nanonote/sections/terminals/byobu +++ b/nanonote/sections/terminals/byobu @@ -1,3 +1,4 @@ title=byobu icon=skin:icons/utilities-terminal.png -exec=/usr/bin/byobu +exec=touch +params=/var/run/utmp; /usr/bin/byobu diff --git a/nanonote/sections/utilities/mc b/nanonote/sections/utilities/mc index 4e26945..dfa709a 100644 --- a/nanonote/sections/utilities/mc +++ b/nanonote/sections/utilities/mc @@ -1,3 +1,4 @@ title=mc icon=skin:icons/mc.png exec=/usr/bin/mc +params=-b ~/ ~/ \ No newline at end of file