
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
[August 29, 2010 -- I'll look into the transparency issues with Lucid and try to have a new release soon.]
This is a configurable terminal Screenlet.
Right click terminal for copy, paste, and configuration options.
Drag border to move.
gnome-look.org's renaming of packages seems to break Install Screenlet functionality. Just rename package to "Terminal.tar.gz" or unpack to ~/.screenlets/ yourself.
TODO: Get other settings from gconf.
10 years ago
0.1.10 - Added option to set scrollback buffer.
0.1.9 - Figures... I found a better way of launching the startup application about 2 minutes after uploading 0.1.8. Removed option to relaunch application on exit, will work on that functionality.
0.1.8 - ADDED: Launch application at startup. Also added option to exit to terminal when comman1d completes (Relaunches application upon exiting, otherwise).
0.1.7 - Will now load palette information from gconf as well.
0.1.6 - Added: Will now load colour settings from gconf, if wanted. Added a workaround for terminal opacity, you do not have to restart to change the opacity now. Reworked how colours are set, changed what tab some options are under, and cleaned up some code.
0.1.5 - Added: CUSTOM SIZES! There you go guys, just took me a day to get my head around what was wrong.
0.1.4 - Added: Customizable Fonts, by request.
0.1.3 - Added:
- Customizable Colours for background, foreground (text), and border.
- Resizable border (0 = none)
- 'True' terminal transparency. Requires a restart to take effect, working on that.
0.1.2 - Fixed click area issue due to vte not scaling properly. Terminal can now be sized using scaling option. Removed some debug printing as well.
0.1.1 - Added Properties option to terminal right-click
0.1 - Initial Release
10 years ago
0.1.10 - Added option to set scrollback buffer.
0.1.9 - Figures... I found a better way of launching the startup application about 2 minutes after uploading 0.1.8. Removed option to relaunch application on exit, will work on that functionality.
0.1.8 - ADDED: Launch application at startup. Also added option to exit to terminal when comman1d completes (Relaunches application upon exiting, otherwise).
0.1.7 - Will now load palette information from gconf as well.
0.1.6 - Added: Will now load colour settings from gconf, if wanted. Added a workaround for terminal opacity, you do not have to restart to change the opacity now. Reworked how colours are set, changed what tab some options are under, and cleaned up some code.
0.1.5 - Added: CUSTOM SIZES! There you go guys, just took me a day to get my head around what was wrong.
0.1.4 - Added: Customizable Fonts, by request.
0.1.3 - Added:
- Customizable Colours for background, foreground (text), and border.
- Resizable border (0 = none)
- 'True' terminal transparency. Requires a restart to take effect, working on that.
0.1.2 - Fixed click area issue due to vte not scaling properly. Terminal can now be sized using scaling option. Removed some debug printing as well.
0.1.1 - Added Properties option to terminal right-click
0.1 - Initial Release
micklestrube
5 years ago
line 232
change "self.show_options_dialog" to "self.show_settings_dialog" to get the properties menu to show up.
Report
micklestrube
5 years ago
Report
grouchy
7 years ago
Report
cryptoxic
10 years ago
Report
selkovjr
10 years ago
File "/usr/share/screenlets/Terminal/TerminalScreenlet.py", line 215, in <lambda>
item.connect("activate", lambda menu_item: self.show_options_dialog())
AttributeError: 'TerminalScreenlet' object has no attribute 'show_options_dialog'
Indeed, there is no such method. Is there a fix for that? Is there an alternative for setting options through the menu?
Thanks,
--Gene
Report
Anathaen
10 years ago
gzip: stdin: not in gzip format
tar: Child returned status 1
tar: Error is not recoverable: exiting now
Report
Mikelifeguard
10 years ago
The screenlet appears not to set the $TERM environment variable, which means stuff that needs to know what terminal it is will fail:
Quote:[email protected]:~$ clear
TERM environment variable not set.
Could you please have a look and fix this issue?
Report
Ridiculous
10 years ago
Report
boegie
10 years ago
Report
Ridiculous
10 years ago
Report
petux7
10 years ago
it was started with 2 prompts but now
it's "hacker" thanks it's cool!
Report
petux7
10 years ago
it was started with 2 prompts but now
it's "hacker" thanks it's cool!
Report
spdf
11 years ago
I should have an alpha soon!
Report
Mikelifeguard
11 years ago
Report
spdf
11 years ago
Report
jaysonfw
11 years ago
Report
dooglus
10 years ago
In ~/.screenlets/Terminal/TerminalScreenlet.py I added a line right after this line:
self.terminal = vte.Terminal()
saying this:
self.terminal.set_backspace_binding(vte.ERASE_ASCII_DELETE);
Hope that's useful for someone.
Chris.
Report
Tokio-VS-Nepal
11 years ago
Report
xboxmods
11 years ago
Terminal Screenlet v0.1.10
Ubuntu Hardy
Screenlets 0.1.2
Report
gondee
12 years ago
Report
IBBoard
12 years ago
Quote:170c170,171
< self.terminal.feed_child('%s \n' % (self.launch_app))
---
> if (self.launch_app != '') :
> self.terminal.feed_child('%s \n' % (self.launch_app))
Now to see if I can quickly work out why the command is repeated - once before the prompt and once when it is executed.
Report
keplenk
12 years ago
I was hoping that maybe you can add a feature of dragging and dropping to the terminal screenlet. I don't even know if this is possible since is not the actual terminal. It would be neat if this can be done!
Cheers
Report
IBBoard
12 years ago
Also, tabs would still be appreciated, but I think it might be being worked on.
Report
spdf
12 years ago
Report
chrispl
12 years ago
Report