Deb packages for Ubuntu 14.04

Asked by Enmanuel Rivera

I have difficulty installing terra in Ubuntu 13.10 and 14.04. It appears deb packages have not been made available for those releases. Is there any timeline to make those available?

Question information

Language:
English Edit question
Status:
Expired
For:
Terra Terminal Emulator Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Luis Alberto Pabón (copong) said :
#1

Having the same issue. Terra ceased to work when upgrading to 14.04 and packages are nowhere to be found not even for earlier versions, the repo itself now 404's.

Revision history for this message
Luis Alberto Pabón (copong) said :
#2

Can't find any .deb packages for any version in fact http://ppa.launchpad.net/ozcanesen/terra-terminal/ubuntu/dists

Revision history for this message
David Wiczer (wiczerd) said :
#3

I have the same problem. I really miss Terra now!

Revision history for this message
brwright (rbwrong321) said :
#4

I'm having the same problem. Worked great in 13.10, but not in 14.04. Below is an error msg I got when I launched the program.

terra
Traceback (most recent call last):
  File "/usr/bin/terra", line 27, in <module>
    terminal.main()
  File "/usr/lib/python2.7/dist-packages/terra/terminal.py", line 499, in main
    app = TerminalWin()
  File "/usr/lib/python2.7/dist-packages/terra/terminal.py", line 52, in __init__
    self.init_ui()
  File "/usr/lib/python2.7/dist-packages/terra/terminal.py", line 111, in init_ui
    self.add_page(page_name=tab_name)
  File "/usr/lib/python2.7/dist-packages/terra/terminal.py", line 178, in add_page
    self.notebook.append_page(VteObjectContainer(), None)
  File "/usr/lib/python2.7/dist-packages/terra/VteObject.py", line 51, in __init__
    self.active_terminal = VteObject()
  File "/usr/lib/python2.7/dist-packages/terra/VteObject.py", line 100, in __init__
    self.update_ui()
  File "/usr/lib/python2.7/dist-packages/terra/VteObject.py", line 152, in update_ui
    self.vte.set_background_saturation(ConfigManager.get_conf('transparency') / 100.0)
AttributeError: 'Terminal' object has no attribute 'set_background_saturation'

I hope this will help to get it fixed, I really like Terra, and hope it will be fixed soon.

Revision history for this message
Launchpad Janitor (janitor) said :
#5

This question was expired because it remained in the 'Needs information' state without activity for the last 15 days.

Revision history for this message
zhum (serg-guru) said :
#6

Please, reopen it! #4 has enough information. It is very repeatable. Please, fix my favorite terminal emulator...

Revision history for this message
David Wiczer (wiczerd) said :
#7

I'd add that I followed the advice here:
https://bugs.launchpad.net/terra/+bug/1229762, I commented lines 152, 156 and 165 in the file "/usr/lib/python2.7/dist-packages/terra/VteObject.py" (note the different path from those original instructions, I'm running Ubuntu 14.04 and that link is about Arch)