<div dir="ltr">Thanks for the helpful responses. See comments inline.<br><div class="gmail_extra"><br><div class="gmail_quote">On Tue, May 8, 2018 at 1:23 AM, Duncan <span dir="ltr"><<a href="mailto:1i5t5.duncan@cox.net" target="_blank">1i5t5.duncan@cox.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Bug Reporter posted on Mon, 07 May 2018 18:49:16 -0400 as excerpted:<br>
<span class="gmail-"><br>
<br>
> I often keep a lot of tabs open in Dolphin and I would like to be able<br>
> to open all those tabs / locations again. I have seen an old feature<br>
> request for Dolphin saved sessions. I'm not asking for that. I just want<br>
> to know if I can do it manually. For example, I see some older session<br>
> files that seem to belong to Dolphin. Here's an example:<br>
> <br>
> /home/myuser/.config/session/<br>
dolphin_<wbr>10d1d6cd6500015104295600000001<wbr>2150067_1510464775_250905<br>
> <br>
> Are files like that currently used by Dolphin? If I have one, can I<br>
> reload it into Dolphin?<br>
<br>
</span>AFAIK those are your kde/plasma session restoration files, not dolphin <br>
session files.<br>
<br></blockquote><div><br></div><div>That could be. See next comment. <br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<br>
The default is restore the previous session, and these session files are <br>
the session-manager's method of tracking what's open, with window sizes <br>
and locations, virtual desktop, activity, etc.<br>
<br>
That dolphin file, therefore, is unlikely to contain specific information <br>
about the dolphin session, but rather, where your dolphin windows were in <br>
that particular session when you logged out.<br>
<span class="gmail-"></span><br></blockquote><div><br></div><div>If I leave Dolphin open when I log out of Plasma desktop, upon logging back in Dolphin is restored with all my open tabs and each location within the split views of those tabs remembered as well. It even remembers which tab was active. So not only is window size and position remembered, but many details of the Dolphin session are remembered. Since this can be done when logging out of the desktop, my preferred solution is to find where that info is stored, make a copy of it with a "session name" and then load it manually on demand. I assume I might have to use the dbus scripting hint provided below by stephen to accomplish this. However, I guess the first obstacle is finding there this Dolphin session info is saved. I have not been able to find it yet.<br></div></div></div><br><div class="gmail_extra"><div class="gmail_quote">On Tue, May 8, 2018 at 11:07 AM, Stephen Dowdy <span dir="ltr"><<a href="mailto:sdowdy@ucar.edu" target="_blank">sdowdy@ucar.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><br>
dolphin has a DBus interface that you can script as well.<br>
<br>
Looks like here's a good example of using a small bit of this interface:<br>
<br>
<a href="https://github.com/schmunsler/personal-scripts/blob/master/dolphin" rel="noreferrer" target="_blank">https://github.com/schmunsler/<wbr>personal-scripts/blob/master/d<wbr>olphin</a><br>
<br>
Of course, loading common directories/URLs into the places container is useful for quick recall.<span class="gmail-HOEnZb"><font color="#888888"><br>
<br></font></span></blockquote><div><br></div><div>Thanks stephen. Where can I learn more about scripting Dolphin in this way? <br></div></div><br></div></div>