-
Notifications
You must be signed in to change notification settings - Fork 578
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature Request: Save Sessions #114
Comments
+1 |
+1 |
like it |
+1 |
What I do for the moment: I have a script with all guake commands used to configure my different tab. I run this in the first guake terminal, and it creates and renames all my tab automatically. In a near futur, a simple save/restore session mecanism will be implemented. |
+1 |
is there any progress on this? |
Nothing new on this subject for the moment I use a startup script: sleep 5
which is triggered automatically using the hidden gconf key: /apps/guake/general/startup_script I think i will work on it for 0.6 |
cool :) so, I just create /usr/lib/guake/general/startup_script with commands and it'll work, right? |
no, create it where you want an use gconf-editor to set the path in the /apps/guake/general/startup_script key |
I'm using ubuntu and there's not any /app/ folder |
man gconf-editor |
I got it. thanks (: |
+1 |
3 similar comments
+1 |
+1 |
+1 |
I've got a solution: I didn't reboot for a month. Works perfectly ;) |
LOL |
+1 |
1 similar comment
+1 |
+10 |
+1 |
+9000 |
@gsemet With this last 0.8.11 milestone removed, what's the plan for this feature request? Incidentally and with respect to the feature itself, Sublime Text saves its sessions by basically dumping all unsaved tab content into JSON files under its directory in |
I need this feature myself, so... patience ! :) |
Let's do it! +1 |
hahah feature request since 2013!!! bump +1 |
Any update here? :) |
~6 years have passed. Did you find a better way to save/open session in Guake (if yes, can you share it?), Or you lost your patience and used Tmux instead? |
I believe that thing wont be fixed. |
Hi guys. Yes 6 years has passed, indeed, but I did not saw any contribution from your part on this request. So, I understand this feature would be cool to have, and now the big rework is done, it would actually be quite trivial to do. So, if you really want this feature to land in Guake, just open your favorite code editor, Visual Studio code is a marvel nowdays, but vim or Pycharm users are also welcomed. I would be delighted to do your review. Sorry guys, but I have some diapers to change and other maintainance work to do 😭🍼👶. |
looks like a plan. just need a bit of python knowledge :) |
Absolutely reasonable. The diaper exchange should be your first priority. This kind of rolling release is time-consuming. :) I am thinking about writing a script to automate many ROS (Robot Operating System) script executions in a robot client and a host PC based on Guarke. While save/open session function is a way to do it, there is other way to get it done. |
tmux is a good replacement until Guake has this feature :) |
... but it less convenient |
Is this merge on Master comming officially on next version? or should I just go ahead and get the code/compile and install myself? |
This feature is published since 3.6.0 and add terminal split save/restore
in #1580 (not publish in tag yet, but on master)
You can build it by yourself from code, or take a try on `python -m pip
install guake --upgrade`
hazaeluz <notifications@github.com> 於 2019年5月8日 週三 22:55 寫道:
… Is this merge on Master comming officially on next version? or should I
just go ahead and get the code/compile and install myself?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#114 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AG3QA2CTRHOVJ3W2HVGBROLPULSDNANCNFSM4AE6IICQ>
.
|
Feature Request: Save Sessions http://guake.org/ticket/367
Reported by: huahaiy Owned by: somebody
Priority: major Milestone: 0.5.0
Component: guake Version:
Keywords: Cc:
Description
I use guake at work as my main terminal and use KDE at home. One feature from konsole that I miss in guake is being able to save the session state, so that all my previously opened and named tabs are restored when I restart guake.
The text was updated successfully, but these errors were encountered: