Ticket #173 (new enhancement)

Opened 2 years ago

Last modified 6 weeks ago

Enhancement : use a file to prepopulate nammed tabs with commands

Reported by: cpeponnet Owned by: somebody
Priority: minor Milestone:
Component: guake Version: 0.4
Keywords: Cc:

Description

create a file as :

# set the tabs you want to be opened in guake
# name of the tab;command \n separated

MESSAGES;tail -f /var/log/messages
ADMIN Web Server;ssh user@host
Local User
Loca test;ls\echo "toto"\nls

Enjoy :)

Attachments

Change History

Changed 2 years ago by lincoln

  • priority changed from Fix available to minor

Hello there. I'm not sure that this is the right way for handling this issue. I think the best way for do that is using gnome session stuff. Since we aim to provide a full gnome compatible software.

I'll move this ticket from fix available to minor and work on that when I have time.

Thank you for your contribution

Changed 2 years ago by alt

Please, rise priority for this feature - now I simulate this on gnome-terminal by panel button with evil command: gnome-terminal --maximize --tab --tab -t "fiona" -e "ssh fiona" --tab -t "some@fiona" -e "ssh some@fiona" --tab -t gol -e "ssh gol" --tab -t gol2 -e "ssh gol" --tab -t ao3 -e "ssh ao3"

but guake is better then gnome-terminal and will best if I not need create and setup all tabs on startup. Thank you very much.

Changed 22 months ago by lincoln

Thank you for your feedback!

But I'm not sure that using a text file is the best way for handling it... I'd like to take a look at the gnome session stuff before. I think we can store this kind of information using it.

If it is not possible, I'll look at your patch (in a quick review, it seems to good =D)

Thank you!

Changed 6 weeks ago by gruentee

Hey guys & gals,

I'm not really into guake development atm but I really like using it and I'd really appreciate if you could apply this patch to the current version or implement this functionality in another way.

Best regards & thanks in advance!

Note: See TracTickets for help on using tickets.