Sixdsn / terra-terminal

Terra is a GTK+3.0 based terminal emulator with useful user interface, it also supports multiple terminals with splitting screen horizontally or vertically. New features have been added since September 2013. It's a pretty new and experimental project, if you want to contribute just checkout and try.
GNU General Public License v3.0
7 stars 3 forks source link

wrong path in terra_0.2.0_amd64.deb #71

Closed muzena closed 9 years ago

muzena commented 9 years ago

When i build from develop repository debuild -us -uc -B, and install terra. terra wont start. In terra.desktop file is wrong path, Icon=/home/mint/terra/terra-terminal/debian/terra/usr/share/terra/image/terra.svg In file /usr/lib/python2.7/dist-packages/terra/config.py, 27 line terra_data_directory = '/home/mint/terra/terra-terminal/debian/terra/usr/share/terra/':

Sixdsn commented 9 years ago

Hi,

Thanks for the report, this last commit fixed it on my system ;)

Sixdsn commented 9 years ago

@muzena can you give me a feedback, i fully tested it this weekend and it looks ok. Thanks,

SchnWalter commented 9 years ago

@muzena could you maybe test with PR https://github.com/Sixdsn/terra-terminal/pull/78, that branch is using a different way to build the project, and we no longer have hard-coded paths in the project.

But I don't have a Debian based system available for testing.

Sixdsn commented 9 years ago

Well actually something goes wrong... When building with debuild we anly have a empty package which doesn't contain any binary anymore

SchnWalter commented 9 years ago

I've looked into setup.py to integrate i18n, I've got it working now. I only need to figure out the directory structure... and then I can look also into generating deb packages from the project. I know setup.py can be used for generating many types of distribution packages but not .deb packages.

muzena commented 9 years ago

@SchnWalter I try to build, but in deb file is only doc folder, changelog.gz and copyright file in /usr/share/doc/terra/ path

Sixdsn commented 9 years ago

Hi,

I opened a new issue corresponding to the actual issue #105. This one is 'fixed' but now we need to figoure out the whole build issue