Linux File Manager: Restore previous open session (folders and tab)Is it possible to run `Extract here` or `Compress`/`Create archive`with other archivers than the three listed (in PCManFM)?PCManFM bookmarks not being respected by other applicationsChange file manager used by Firefox on LubuntuIs there a file manager with file search that doesn't break xubuntu desktopPCManFM actions not tracked in zeitgeistIs there a way to make Lubuntu 18.10 look like Lubuntu 18.04?Is there a workaround for the removal of “Copy Path” in pcmanfm-qt?Lubuntu 18.10 black theme (black background, and white/bright text in every apps including file manager)Lubuntu 18.10 File Manager: How to view directory tree structure?Lubuntu 18.10 QTerminal Window Transparency Setting?
-1 to the power of a irrational number
Do Paladin Auras of Differing Oaths Stack?
What is better: yes / no radio, or simple checkbox?
PTIJ: Sport in the Torah
Are these two graphs isomorphic? Why/Why not?
Which country has more?
Why aren't there more Gauls like Obelix?
If nine coins are tossed, what is the probability that the number of heads is even?
The (Easy) Road to Code
Use Mercury as quenching liquid for swords?
Having the player face themselves after the mid-game
If sound is a longitudinal wave, why can we hear it if our ears aren't aligned with the propagation direction?
Too soon for a plot twist?
Should we avoid writing fiction about historical events without extensive research?
What was so special about The Piano that Ada was willing to do anything to have it?
Is it appropriate to ask a former professor to order a book for me through an inter-library loan?
Is divide-by-zero a security vulnerability?
How do we create new idioms and use them in a novel?
Why is there an extra space when I type "ls" on the Desktop?
Does an unused member variable take up memory?
Was it really inappropriate to write a pull request for the company I interviewed with?
How exactly does an Ethernet collision happen in the cable, since nodes use different circuits for Tx and Rx?
ESPP--any reason not to go all in?
Can I negotiate a patent idea for a raise, under French law?
Linux File Manager: Restore previous open session (folders and tab)
Is it possible to run `Extract here` or `Compress`/`Create archive`with other archivers than the three listed (in PCManFM)?PCManFM bookmarks not being respected by other applicationsChange file manager used by Firefox on LubuntuIs there a file manager with file search that doesn't break xubuntu desktopPCManFM actions not tracked in zeitgeistIs there a way to make Lubuntu 18.10 look like Lubuntu 18.04?Is there a workaround for the removal of “Copy Path” in pcmanfm-qt?Lubuntu 18.10 black theme (black background, and white/bright text in every apps including file manager)Lubuntu 18.10 File Manager: How to view directory tree structure?Lubuntu 18.10 QTerminal Window Transparency Setting?
I've been trying a few Linux File Manager such as PCManFM and Thunar in Lubuntu 18.10 and noticed that they did not remember the last session.
Would it be possible to do that? If yes, please let me know how.
If not, what is the alternative?
**I'm only looking for File Manager that support address bar, bookmark and dark background.
lubuntu filemanager
add a comment |
I've been trying a few Linux File Manager such as PCManFM and Thunar in Lubuntu 18.10 and noticed that they did not remember the last session.
Would it be possible to do that? If yes, please let me know how.
If not, what is the alternative?
**I'm only looking for File Manager that support address bar, bookmark and dark background.
lubuntu filemanager
1
What exactly is the "last session"? They open in the last directory you were in? & have the same back / forward history remembered?
– Xen2050
Mar 3 at 13:47
add a comment |
I've been trying a few Linux File Manager such as PCManFM and Thunar in Lubuntu 18.10 and noticed that they did not remember the last session.
Would it be possible to do that? If yes, please let me know how.
If not, what is the alternative?
**I'm only looking for File Manager that support address bar, bookmark and dark background.
lubuntu filemanager
I've been trying a few Linux File Manager such as PCManFM and Thunar in Lubuntu 18.10 and noticed that they did not remember the last session.
Would it be possible to do that? If yes, please let me know how.
If not, what is the alternative?
**I'm only looking for File Manager that support address bar, bookmark and dark background.
lubuntu filemanager
lubuntu filemanager
edited Mar 3 at 12:19
Sabrina
asked Mar 3 at 11:30
SabrinaSabrina
1996
1996
1
What exactly is the "last session"? They open in the last directory you were in? & have the same back / forward history remembered?
– Xen2050
Mar 3 at 13:47
add a comment |
1
What exactly is the "last session"? They open in the last directory you were in? & have the same back / forward history remembered?
– Xen2050
Mar 3 at 13:47
1
1
What exactly is the "last session"? They open in the last directory you were in? & have the same back / forward history remembered?
– Xen2050
Mar 3 at 13:47
What exactly is the "last session"? They open in the last directory you were in? & have the same back / forward history remembered?
– Xen2050
Mar 3 at 13:47
add a comment |
2 Answers
2
active
oldest
votes
You could try spacefm which always opens with the last session, support bookmarks and up to four panes. spacefm is available from the universe repository for GTK2 and GTK3 and can be installed with
sudo apt install spacefm
(GTK2-version)
or
sudo apt install spacefm-gtk3
(GTK3-version)
add a comment |
Although it may not fit in your ecosystem, Dolphin from KDE already does this - at least when running under KDE.
Another approach could be to restore a preset session.
This can be achieved using one or more autostart scripts to start particular applications with your preferred options and then using programs like xdotool to interact with their GUIs as if you were using your keyboard and mouse to imitate what you would do to set them up manually. Usually, the applications can't tell it's not you typing, so you can get them to do almost anything they're capable of.
All of this works for applications without any special APIs, etc.
Once the session is restored, further automation/configuration can be achieved using tools such as AutoKey which make such tasks much easier.
The part of your question that this doesn't address is restoring whatever arbitrary session characteristics may have been in place when you closed your last session.
While some scripts could probably be written to discover and save the final state of a session before closing it (so subsequent startup scripts would know what to do), that would be quite difficult to implement and probably not worth the effort.
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "89"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1122700%2flinux-file-manager-restore-previous-open-session-folders-and-tab%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
You could try spacefm which always opens with the last session, support bookmarks and up to four panes. spacefm is available from the universe repository for GTK2 and GTK3 and can be installed with
sudo apt install spacefm
(GTK2-version)
or
sudo apt install spacefm-gtk3
(GTK3-version)
add a comment |
You could try spacefm which always opens with the last session, support bookmarks and up to four panes. spacefm is available from the universe repository for GTK2 and GTK3 and can be installed with
sudo apt install spacefm
(GTK2-version)
or
sudo apt install spacefm-gtk3
(GTK3-version)
add a comment |
You could try spacefm which always opens with the last session, support bookmarks and up to four panes. spacefm is available from the universe repository for GTK2 and GTK3 and can be installed with
sudo apt install spacefm
(GTK2-version)
or
sudo apt install spacefm-gtk3
(GTK3-version)
You could try spacefm which always opens with the last session, support bookmarks and up to four panes. spacefm is available from the universe repository for GTK2 and GTK3 and can be installed with
sudo apt install spacefm
(GTK2-version)
or
sudo apt install spacefm-gtk3
(GTK3-version)
edited Mar 3 at 12:44
pomsky
31.8k1197128
31.8k1197128
answered Mar 3 at 12:34
mook765mook765
4,34621333
4,34621333
add a comment |
add a comment |
Although it may not fit in your ecosystem, Dolphin from KDE already does this - at least when running under KDE.
Another approach could be to restore a preset session.
This can be achieved using one or more autostart scripts to start particular applications with your preferred options and then using programs like xdotool to interact with their GUIs as if you were using your keyboard and mouse to imitate what you would do to set them up manually. Usually, the applications can't tell it's not you typing, so you can get them to do almost anything they're capable of.
All of this works for applications without any special APIs, etc.
Once the session is restored, further automation/configuration can be achieved using tools such as AutoKey which make such tasks much easier.
The part of your question that this doesn't address is restoring whatever arbitrary session characteristics may have been in place when you closed your last session.
While some scripts could probably be written to discover and save the final state of a session before closing it (so subsequent startup scripts would know what to do), that would be quite difficult to implement and probably not worth the effort.
add a comment |
Although it may not fit in your ecosystem, Dolphin from KDE already does this - at least when running under KDE.
Another approach could be to restore a preset session.
This can be achieved using one or more autostart scripts to start particular applications with your preferred options and then using programs like xdotool to interact with their GUIs as if you were using your keyboard and mouse to imitate what you would do to set them up manually. Usually, the applications can't tell it's not you typing, so you can get them to do almost anything they're capable of.
All of this works for applications without any special APIs, etc.
Once the session is restored, further automation/configuration can be achieved using tools such as AutoKey which make such tasks much easier.
The part of your question that this doesn't address is restoring whatever arbitrary session characteristics may have been in place when you closed your last session.
While some scripts could probably be written to discover and save the final state of a session before closing it (so subsequent startup scripts would know what to do), that would be quite difficult to implement and probably not worth the effort.
add a comment |
Although it may not fit in your ecosystem, Dolphin from KDE already does this - at least when running under KDE.
Another approach could be to restore a preset session.
This can be achieved using one or more autostart scripts to start particular applications with your preferred options and then using programs like xdotool to interact with their GUIs as if you were using your keyboard and mouse to imitate what you would do to set them up manually. Usually, the applications can't tell it's not you typing, so you can get them to do almost anything they're capable of.
All of this works for applications without any special APIs, etc.
Once the session is restored, further automation/configuration can be achieved using tools such as AutoKey which make such tasks much easier.
The part of your question that this doesn't address is restoring whatever arbitrary session characteristics may have been in place when you closed your last session.
While some scripts could probably be written to discover and save the final state of a session before closing it (so subsequent startup scripts would know what to do), that would be quite difficult to implement and probably not worth the effort.
Although it may not fit in your ecosystem, Dolphin from KDE already does this - at least when running under KDE.
Another approach could be to restore a preset session.
This can be achieved using one or more autostart scripts to start particular applications with your preferred options and then using programs like xdotool to interact with their GUIs as if you were using your keyboard and mouse to imitate what you would do to set them up manually. Usually, the applications can't tell it's not you typing, so you can get them to do almost anything they're capable of.
All of this works for applications without any special APIs, etc.
Once the session is restored, further automation/configuration can be achieved using tools such as AutoKey which make such tasks much easier.
The part of your question that this doesn't address is restoring whatever arbitrary session characteristics may have been in place when you closed your last session.
While some scripts could probably be written to discover and save the final state of a session before closing it (so subsequent startup scripts would know what to do), that would be quite difficult to implement and probably not worth the effort.
answered 6 hours ago
JoeJoe
1,201822
1,201822
add a comment |
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1122700%2flinux-file-manager-restore-previous-open-session-folders-and-tab%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
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
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
1
What exactly is the "last session"? They open in the last directory you were in? & have the same back / forward history remembered?
– Xen2050
Mar 3 at 13:47