hi all,
I'm a newcomer to trinity, so I might be using the wrong channel for my question. First of all, let me state that I had grown dissapointed by the trend current linux is going, but I installed the trinity repos just to have the old rosegarden easily installed on my wheezy systems and I just can't believe how lightweight and featureful TDE is. It seems to perform better than the good old KDE3.5
To the point:
Is anybody mantaining the rosegarden version shipping in trinity's repos? I mean, is it expected to report stability bugs on it?
Why did you ship with version 1.7.0 instead of the latest 1.7.x series, 1.7.3 (as per rosegarden's sourceforge)?
I tried compiling Rosegarden 1.7.3 just to see if it was easily achievable, but I got only as far as to point cmake to the tqt3 libs. It fails searching for KDE3's kcfg and whatnot. If this indeed is the correct channel I will provide debugging info.
In a somewhat unrelated topic:
Is it still possible to build KDE3.5 minded applications on trinity? Is there a guide with steps to change the dependencies? In other words, is trinity backwards compatible with KDE3.5?
One other app I'd like to have running is kmiditracker, which depends heavily on KDE3.5.
[rantmode] Thanks for holding this little fortress in the free software world. Many a great code base gets lost everytime someone decides we should be switching to a completely different as soon as something becomes stable enough not to worry about it (as it's happening to KDE4 right now). [/rantomde]
Have a good one!
Fede
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512
On 06/02/2015 02:35 AM, Fede Galland wrote:
hi all, I'm a newcomer to trinity, so I might be using the wrong channel for my question.
Hi Fede, welcome to TDE!
First of all, let me state that I had grown dissapointed by the trend current linux is going, but I installed the trinity repos just to have the old rosegarden easily installed on my wheezy systems and I just can't believe how lightweight and featureful TDE is. It seems to perform better than the good old KDE3.5
Sure it is, since TDE forked from KDE3.5 and fixed and improved several things over time :-)
To the point:
Is anybody mantaining the rosegarden version shipping in trinity's repos?
It is maintained in the same way other packages are, i.e. we try to make sure the package builds and install over time.
I mean, is it expected to report stability bugs on it?
If you mean "someone is adding patches/fixes from outside", the answer is most likely "no", but if you wish to contribute to that you are welcome. You can suggest required patches or even trying adding them yourself at first. Any good patch can then be pushed to the source repo.
Why did you ship with version 1.7.0 instead of the latest 1.7.x series, 1.7.3 (as per rosegarden's sourceforge)?
Not sure, probably at the time TDE was forked, 1.7.0 was the version in the KDE repo and then no one worked on that. You can file an enhancement bug report to TDE bugszilla, possibly pointing to a location where to download 1.7.3. Or again feel free to contribute yourself.
I tried compiling Rosegarden 1.7.3 just to see if it was easily achievable, but I got only as far as to point cmake to the tqt3 libs. It fails searching for KDE3's kcfg and whatnot. If this indeed is the correct channel I will provide debugging info. In a somewhat unrelated topic: Is it still possible to build KDE3.5 minded applications on trinity? Is there a guide with steps to change the dependencies? In other words, is trinity backwards compatible with KDE3.5?
Yes and no. TDE is not backward compatible with KDE3.5 as is, since many things have been renamed to avoid conflicts with KDE and because an intermediate layer (tqinterface) was added between qt/tqt and TDE apps. But an old KDE3.5 app can be converted to a TDE application and rebuilt. See the scripts in the experimental/kde-tde folder in the git repo. As a quick guide: 1) import the KDE code 2) convert qt to tqt (see experimental/qt3-tqt3/convert_existing_qt3_app_to_tqt3) 3) convert kde code to tde (see experimental/kde-tde) 4) import the admin and cmake code from the main repo 5) build and hunts for errors :-)
One other app I'd like to have running is kmiditracker, which depends heavily on KDE3.5.
[rantmode] Thanks for holding this little fortress in the free software world. Many a great code base gets lost everytime someone decides we should be switching to a completely different as soon as something becomes stable enough not to worry about it (as it's happening to KDE4 right now). [/rantomde]
Have a good one!
Fede
On Tue, Jun 02, 2015 at 09:06:37AM +0900, Michele Calgaro wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512
On 06/02/2015 02:35 AM, Fede Galland wrote:
hi all, I'm a newcomer to trinity, so I might be using the wrong channel for my question.
Hi Fede, welcome to TDE!
First of all, let me state that I had grown dissapointed by the trend current linux is going, but I installed the trinity repos just to have the old rosegarden easily installed on my wheezy systems and I just can't believe how lightweight and featureful TDE is. It seems to perform better than the good old KDE3.5
Sure it is, since TDE forked from KDE3.5 and fixed and improved several things over time :-)
To the point:
Is anybody mantaining the rosegarden version shipping in trinity's repos?
It is maintained in the same way other packages are, i.e. we try to make sure the package builds and install over time.
I mean, is it expected to report stability bugs on it?
If you mean "someone is adding patches/fixes from outside", the answer is most likely "no", but if you wish to contribute to that you are welcome. You can suggest required patches or even trying adding them yourself at first. Any good patch can then be pushed to the source repo.
Why did you ship with version 1.7.0 instead of the latest 1.7.x series, 1.7.3 (as per rosegarden's sourceforge)?
Not sure, probably at the time TDE was forked, 1.7.0 was the version in the KDE repo and then no one worked on that. You can file an enhancement bug report to TDE bugszilla, possibly pointing to a location where to download 1.7.3. Or again feel free to contribute yourself.
I tried compiling Rosegarden 1.7.3 just to see if it was easily achievable, but I got only as far as to point cmake to the tqt3 libs. It fails searching for KDE3's kcfg and whatnot. If this indeed is the correct channel I will provide debugging info. In a somewhat unrelated topic: Is it still possible to build KDE3.5 minded applications on trinity? Is there a guide with steps to change the dependencies? In other words, is trinity backwards compatible with KDE3.5?
Yes and no. TDE is not backward compatible with KDE3.5 as is, since many things have been renamed to avoid conflicts with KDE and because an intermediate layer (tqinterface) was added between qt/tqt and TDE apps. But an old KDE3.5 app can be converted to a TDE application and rebuilt. See the scripts in the experimental/kde-tde folder in the git repo. As a quick guide:
- import the KDE code
- convert qt to tqt (see experimental/qt3-tqt3/convert_existing_qt3_app_to_tqt3)
- convert kde code to tde (see experimental/kde-tde)
- import the admin and cmake code from the main repo
- build and hunts for errors :-)
Alright, that answers all my questions for now! I'll take a look at the git repo. I didn't know about the qt3-tqt3 converter.
Thanks a lot!
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512
On 2015/06/02 09:17 AM, Fede Galland wrote:
Alright, that answers all my questions for now! I'll take a look at the git repo. I didn't know about the qt3-tqt3 converter.
Thanks a lot!
By the way, which distro are you using? In the packaging repo there are a lot of useful files for building in Debian/Ubuntu and Fedora. Cheers Michele
I'm on debian wheezy.
On 6/2/15, Michele Calgaro michele.calgaro@yahoo.it wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512
On 2015/06/02 09:17 AM, Fede Galland wrote:
Alright, that answers all my questions for now! I'll take a look at the git repo. I didn't know about the qt3-tqt3 converter.
Thanks a lot!
By the way, which distro are you using? In the packaging repo there are a lot of useful files for building in Debian/Ubuntu and Fedora. Cheers Michele -----BEGIN PGP SIGNATURE----- Version: GnuPG v2
iQIcBAEBCgAGBQJVbS4XAAoJECp1t8qK3tXPhe8QAM933GehHUYZ93s9C2250VOH 7O5yl6UUQCIyPlpBjKcVVzs0uPEoxepWqWqCbw0o51msa8lwS0wuQwZvIG+ve8Cj 1KTAqwc1WQT2BOM36v7RYsBkd7TfA/wohD7Vieu1Dbj9mpqSHh75Jh1bgysK03zH i7RC9a8av4VnULewJUjOskRbdHb7FfwdWSJKsaN4zYtlzQQxli8iNkXnMcloL8P5 Mfby7kpZULTFA00NUVZmEJ6ASkdjs3RcdMaS1t3qX3+j3M1FtEkZHl0tIbePRIaF kL/bHFUV0LBrxUFwJDt2kBq27xU+DNQt/48PKiJgSaRpQXSG43TbJzKUzX+5NWRB fomD7y4glyPn4pci19bFoJjrufmn69b2s1Cyv3JpoGYBBH0kWXV56l3OEwnZqzkN nbdl9pFBrxprL9E+q7v+ZnuK+QFzSC0/zKzhd2RCevPogHtuPEPNAb0g96eaLbpm 6X0DgGFPmQ8pxBgM2OQYfrit4+qD4cBVhh6GRaDL0zwbKk0Yx4toWo1MWrySjMOI YUXp8zo0RzDLQLHPmvaYcHlC2OHlm9ol8RrceB+VblShWSgz+DJgiMF4+xxCVrqi qv+5NsJD94xpdWpMIWp0Q1vZU65XjAztCiPiDr5zGdJRlgcCS1Yw+UA6hpJWqNae CWFcqVpCZKrBRzhuJ6+X =vK2p -----END PGP SIGNATURE-----
To unsubscribe, e-mail: trinity-devel-unsubscribe@lists.pearsoncomputing.net For additional commands, e-mail: trinity-devel-help@lists.pearsoncomputing.net Read list messages on the web archive: http://trinity-devel.pearsoncomputing.net/ Please remember not to top-post: http://trinity.pearsoncomputing.net/mailing_lists/#top-posting