how to change 'nautilus's default directory path to a specific folder


up vote
1
down vote
favorite
how to change 'nautilus's default directory path to a specific folder when it runs from terminal command? (i. e. :~$ nautilus (It opens default 'Home' folder). Changes made in /usr/share/applications/nautilus-home.desktop and in /usr/share/applications/nautilus.desktop files, still it opens the default home folder. (OS ubuntu 14.04 & 16.04)
nautilus
add a comment |Â
up vote
1
down vote
favorite
how to change 'nautilus's default directory path to a specific folder when it runs from terminal command? (i. e. :~$ nautilus (It opens default 'Home' folder). Changes made in /usr/share/applications/nautilus-home.desktop and in /usr/share/applications/nautilus.desktop files, still it opens the default home folder. (OS ubuntu 14.04 & 16.04)
nautilus
add a comment |Â
up vote
1
down vote
favorite
up vote
1
down vote
favorite
how to change 'nautilus's default directory path to a specific folder when it runs from terminal command? (i. e. :~$ nautilus (It opens default 'Home' folder). Changes made in /usr/share/applications/nautilus-home.desktop and in /usr/share/applications/nautilus.desktop files, still it opens the default home folder. (OS ubuntu 14.04 & 16.04)
nautilus
how to change 'nautilus's default directory path to a specific folder when it runs from terminal command? (i. e. :~$ nautilus (It opens default 'Home' folder). Changes made in /usr/share/applications/nautilus-home.desktop and in /usr/share/applications/nautilus.desktop files, still it opens the default home folder. (OS ubuntu 14.04 & 16.04)
nautilus
nautilus
asked Mar 31 at 4:41
Jayapramod
65
65
add a comment |Â
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
-1
down vote
If you want to open Desktop
sudo nautilus Desktop
If you want to open root dir
sudo nautilus /
Specification is
sudo nautilus yout_dir
not like this. If I type the command in terminal (i. e. :~$ nautilus) it should open the Desktop/MyFiles/ folder. Changes made in /usr/share/applications/nautilus.desktop file as: Exec=nautilus --new-window %U to Exec=nautilus --new-window Desktop/MyFiles/ After this change, while clicking the nautilus icon it directly opens the MyFiles folder. But when i use the terminal command it shows the default Home folder.
â Jayapramod
Mar 31 at 11:01
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
-1
down vote
If you want to open Desktop
sudo nautilus Desktop
If you want to open root dir
sudo nautilus /
Specification is
sudo nautilus yout_dir
not like this. If I type the command in terminal (i. e. :~$ nautilus) it should open the Desktop/MyFiles/ folder. Changes made in /usr/share/applications/nautilus.desktop file as: Exec=nautilus --new-window %U to Exec=nautilus --new-window Desktop/MyFiles/ After this change, while clicking the nautilus icon it directly opens the MyFiles folder. But when i use the terminal command it shows the default Home folder.
â Jayapramod
Mar 31 at 11:01
add a comment |Â
up vote
-1
down vote
If you want to open Desktop
sudo nautilus Desktop
If you want to open root dir
sudo nautilus /
Specification is
sudo nautilus yout_dir
not like this. If I type the command in terminal (i. e. :~$ nautilus) it should open the Desktop/MyFiles/ folder. Changes made in /usr/share/applications/nautilus.desktop file as: Exec=nautilus --new-window %U to Exec=nautilus --new-window Desktop/MyFiles/ After this change, while clicking the nautilus icon it directly opens the MyFiles folder. But when i use the terminal command it shows the default Home folder.
â Jayapramod
Mar 31 at 11:01
add a comment |Â
up vote
-1
down vote
up vote
-1
down vote
If you want to open Desktop
sudo nautilus Desktop
If you want to open root dir
sudo nautilus /
Specification is
sudo nautilus yout_dir
If you want to open Desktop
sudo nautilus Desktop
If you want to open root dir
sudo nautilus /
Specification is
sudo nautilus yout_dir
answered Mar 31 at 10:03
ammasum
11
11
not like this. If I type the command in terminal (i. e. :~$ nautilus) it should open the Desktop/MyFiles/ folder. Changes made in /usr/share/applications/nautilus.desktop file as: Exec=nautilus --new-window %U to Exec=nautilus --new-window Desktop/MyFiles/ After this change, while clicking the nautilus icon it directly opens the MyFiles folder. But when i use the terminal command it shows the default Home folder.
â Jayapramod
Mar 31 at 11:01
add a comment |Â
not like this. If I type the command in terminal (i. e. :~$ nautilus) it should open the Desktop/MyFiles/ folder. Changes made in /usr/share/applications/nautilus.desktop file as: Exec=nautilus --new-window %U to Exec=nautilus --new-window Desktop/MyFiles/ After this change, while clicking the nautilus icon it directly opens the MyFiles folder. But when i use the terminal command it shows the default Home folder.
â Jayapramod
Mar 31 at 11:01
not like this. If I type the command in terminal (i. e. :~$ nautilus) it should open the Desktop/MyFiles/ folder. Changes made in /usr/share/applications/nautilus.desktop file as: Exec=nautilus --new-window %U to Exec=nautilus --new-window Desktop/MyFiles/ After this change, while clicking the nautilus icon it directly opens the MyFiles folder. But when i use the terminal command it shows the default Home folder.
â Jayapramod
Mar 31 at 11:01
not like this. If I type the command in terminal (i. e. :~$ nautilus) it should open the Desktop/MyFiles/ folder. Changes made in /usr/share/applications/nautilus.desktop file as: Exec=nautilus --new-window %U to Exec=nautilus --new-window Desktop/MyFiles/ After this change, while clicking the nautilus icon it directly opens the MyFiles folder. But when i use the terminal command it shows the default Home folder.
â Jayapramod
Mar 31 at 11:01
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1020751%2fhow-to-change-nautiluss-default-directory-path-to-a-specific-folder%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password