Hi,nice to meet you and many many thanks for the wonderful work you are doing with the trinity desktop project. I really appreciate it!
I have one basic question. I recently updated debian wheezy to jessie and choose TDE r14. I have been using KPlayer v0.6 and to be able to use it in KDE 3.15 I compiled it without major issues with the Kdevelop before.Now switching to TDE r14 it tells me it does not find kde-config. Also I don'T see libDCOP etc. How should I set the environment to be able to build the package? Thank you in advance.
Hi1) it looks like the package I am talking about needs porting from the old kde3 to the newer tde ... where to start?2) Also thinking about a way of syncing phone data with tde (missing already since years) - ideas?One option would be to bind the syncevolution engine to the kde3 pim - feasibility?I was updating opensync-akonadi once ... but opensync does not cope with syncML.Big issue ... I should have bought 100 cheap nokia or siemens phone, who were syncing perfectly with KDE3 ... 3) what does the bandwidth and hosting for the TDE cost per year?
thanks in advance regards
On Saturday, April 4, 2015 9:56 PM, Emanoil Kotsev deloptes@yahoo.com wrote:
Hi,nice to meet you and many many thanks for the wonderful work you are doing with the trinity desktop project. I really appreciate it!
I have one basic question. I recently updated debian wheezy to jessie and choose TDE r14. I have been using KPlayer v0.6 and to be able to use it in KDE 3.15 I compiled it without major issues with the Kdevelop before.Now switching to TDE r14 it tells me it does not find kde-config. Also I don'T see libDCOP etc. How should I set the environment to be able to build the package? Thank you in advance.
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA224
Hi1) it looks like the package I am talking about needs porting from the old kde3 to the newer tde ... where to start?2) Also thinking about a way of syncing phone data with tde (missing already since years) - ideas?One option would be to bind the syncevolution engine to the kde3 pim - feasibility?I was updating opensync-akonadi once ... but opensync does not cope with syncML.Big issue ... I should have bought 100 cheap nokia or siemens phone, who were syncing perfectly with KDE3 ... 3) what does the bandwidth and hosting for the TDE cost per year?
thanks in advance regards
There are two scripts in the TDE source archive (experimental/qt3-tqt3/convert_existing_qt3_app_to_tqt3 and experimental/kde-tde/convert_existing_kde3_app_to_tde). Look at those scripts, make any modifications needed for your system, and run them from within the original source archive.
If you want to help by adding a new application to TDE, you could first import the original sources to a new GIT repository, then clean up the old Makefile.in and configure files and commit that as a cleanup commit. After that run the conversion scripts, verify buildability, and commit the converted sources before pushing the entire repository up to GitHub or similar.
Note that you will probably want to delete the old admin module and replace it with the current TDE admin submodule. You can do that from within your converted source directory as follows: rm -rf admin git submodule add http://system@scm.trinitydesktop.org/scm/git/tde-common-admin admin git submodule add http://system@scm.trinitydesktop.org/scm/git/tde-common-cmake cmake git submodule update --init git commit -a -m "Added common directories" git push origin master
Hope this helps!
Tim
Thank you Timothy,I highly appreciate your effort. The answer gives me direction to go. I will try and most probably start a new thread dedicated to the older kplayer-0.6.What about question 2 and 3? How do you sync up syncML phones with TDE? I am interested partic. in N9 or Jola in near future.Reg. #3 I would like to be able to support the project (if I am lucky with the business this year). Perhaps we'll talk off list about this. Thanks again for the instructions kind regards
On Tuesday, April 7, 2015 11:56 PM, Timothy Pearson kb9vqf@pearsoncomputing.net wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA224
Hi1) it looks like the package I am talking about needs porting from the old kde3 to the newer tde ... where to start?2) Also thinking about a way of syncing phone data with tde (missing already since years) - ideas?One option would be to bind the syncevolution engine to the kde3 pim - feasibility?I was updating opensync-akonadi once ... but opensync does not cope with syncML.Big issue ... I should have bought 100 cheap nokia or siemens phone, who were syncing perfectly with KDE3 ... 3) what does the bandwidth and hosting for the TDE cost per year?
thanks in advance regards
There are two scripts in the TDE source archive (experimental/qt3-tqt3/convert_existing_qt3_app_to_tqt3 and experimental/kde-tde/convert_existing_kde3_app_to_tde). Look at those scripts, make any modifications needed for your system, and run them from within the original source archive.
If you want to help by adding a new application to TDE, you could first import the original sources to a new GIT repository, then clean up the old Makefile.in and configure files and commit that as a cleanup commit. After that run the conversion scripts, verify buildability, and commit the converted sources before pushing the entire repository up to GitHub or similar.
Note that you will probably want to delete the old admin module and replace it with the current TDE admin submodule. You can do that from within your converted source directory as follows: rm -rf admin git submodule add http://system@scm.trinitydesktop.org/scm/git/tde-common-admin admin git submodule add http://system@scm.trinitydesktop.org/scm/git/tde-common-cmake cmake git submodule update --init git commit -a -m "Added common directories" git push origin master
Hope this helps!
Tim
--------------------------------------------------------------------- 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
I have a problem with the application configure script that it fails at testing for QT, but I think it is related to the system setup as it looks like there is tqt3 and qt3 and it fails somewhere there. If I don't modify anything but just run make -f admin/Makefile.common and then ./configure it says in config.log /usr/include/tqt/tqt.h:54:23: fatal error: ntqglobal.h: No such file or directory #include <ntqglobal.h> If I export CFLAGS="$CFLAGS -I/usr/include/tqt3I get multiple redefine erros like In file included from /usr/share/qt3/include/qwindowdefs.h:47:0, from /usr/share/qt3/include/qwidget.h:45, from /usr/share/qt3/include/qdesktopwidget.h:43, from /usr/share/qt3/include/qapplication.h:45, from conftest.cpp:4: /usr/share/qt3/include/qstring.h:1097:31: note: 'const TQString operator+(const string&, const TQString&)' previously defined here Q_EXPORT inline const QString operator+(const std::string& s1, const QString& s2) but I actually have pkg-config --modversion qt-mt 3.3.8
please help with advise what is the approach to fix it thanks in advance PS: I go message that my previous mail is bouncing
On Wednesday, April 8, 2015 2:30 PM, Emanoil Kotsev deloptes@yahoo.com wrote:
Thank you Timothy,I highly appreciate your effort. The answer gives me direction to go. I will try and most probably start a new thread dedicated to the older kplayer-0.6.What about question 2 and 3? How do you sync up syncML phones with TDE? I am interested partic. in N9 or Jola in near future.Reg. #3 I would like to be able to support the project (if I am lucky with the business this year). Perhaps we'll talk off list about this. Thanks again for the instructions kind regards
On Tuesday, April 7, 2015 11:56 PM, Timothy Pearson kb9vqf@pearsoncomputing.net wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA224
Hi1) it looks like the package I am talking about needs porting from the old kde3 to the newer tde ... where to start?2) Also thinking about a way of syncing phone data with tde (missing already since years) - ideas?One option would be to bind the syncevolution engine to the kde3 pim - feasibility?I was updating opensync-akonadi once ... but opensync does not cope with syncML.Big issue ... I should have bought 100 cheap nokia or siemens phone, who were syncing perfectly with KDE3 ... 3) what does the bandwidth and hosting for the TDE cost per year?
thanks in advance regards
There are two scripts in the TDE source archive (experimental/qt3-tqt3/convert_existing_qt3_app_to_tqt3 and experimental/kde-tde/convert_existing_kde3_app_to_tde). Look at those scripts, make any modifications needed for your system, and run them from within the original source archive.
If you want to help by adding a new application to TDE, you could first import the original sources to a new GIT repository, then clean up the old Makefile.in and configure files and commit that as a cleanup commit. After that run the conversion scripts, verify buildability, and commit the converted sources before pushing the entire repository up to GitHub or similar.
Note that you will probably want to delete the old admin module and replace it with the current TDE admin submodule. You can do that from within your converted source directory as follows: rm -rf admin git submodule add http://system@scm.trinitydesktop.org/scm/git/tde-common-admin admin git submodule add http://system@scm.trinitydesktop.org/scm/git/tde-common-cmake cmake git submodule update --init git commit -a -m "Added common directories" git push origin master
Hope this helps!
Tim
--------------------------------------------------------------------- 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
dpkg --purge libqt3-mt-dev libqt3-headers libqt3-compat-headers
helped me run configure with success
On Saturday, April 18, 2015 12:59 PM, Emanoil Kotsev deloptes@yahoo.com wrote:
I have a problem with the application configure script that it fails at testing for QT, but I think it is related to the system setup as it looks like there is tqt3 and qt3 and it fails somewhere there. If I don't modify anything but just run make -f admin/Makefile.common and then ./configure it says in config.log /usr/include/tqt/tqt.h:54:23: fatal error: ntqglobal.h: No such file or directory #include <ntqglobal.h> If I export CFLAGS="$CFLAGS -I/usr/include/tqt3I get multiple redefine erros like In file included from /usr/share/qt3/include/qwindowdefs.h:47:0, from /usr/share/qt3/include/qwidget.h:45, from /usr/share/qt3/include/qdesktopwidget.h:43, from /usr/share/qt3/include/qapplication.h:45, from conftest.cpp:4: /usr/share/qt3/include/qstring.h:1097:31: note: 'const TQString operator+(const string&, const TQString&)' previously defined here Q_EXPORT inline const QString operator+(const std::string& s1, const QString& s2) but I actually have pkg-config --modversion qt-mt 3.3.8
please help with advise what is the approach to fix it thanks in advance PS: I go message that my previous mail is bouncing
On Wednesday, April 8, 2015 2:30 PM, Emanoil Kotsev deloptes@yahoo.com wrote:
Thank you Timothy,I highly appreciate your effort. The answer gives me direction to go. I will try and most probably start a new thread dedicated to the older kplayer-0.6.What about question 2 and 3? How do you sync up syncML phones with TDE? I am interested partic. in N9 or Jola in near future.Reg. #3 I would like to be able to support the project (if I am lucky with the business this year). Perhaps we'll talk off list about this. Thanks again for the instructions kind regards
On Tuesday, April 7, 2015 11:56 PM, Timothy Pearson kb9vqf@pearsoncomputing.net wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA224
Hi1) it looks like the package I am talking about needs porting from the old kde3 to the newer tde ... where to start?2) Also thinking about a way of syncing phone data with tde (missing already since years) - ideas?One option would be to bind the syncevolution engine to the kde3 pim - feasibility?I was updating opensync-akonadi once ... but opensync does not cope with syncML.Big issue ... I should have bought 100 cheap nokia or siemens phone, who were syncing perfectly with KDE3 ... 3) what does the bandwidth and hosting for the TDE cost per year?
thanks in advance regards
There are two scripts in the TDE source archive (experimental/qt3-tqt3/convert_existing_qt3_app_to_tqt3 and experimental/kde-tde/convert_existing_kde3_app_to_tde). Look at those scripts, make any modifications needed for your system, and run them from within the original source archive.
If you want to help by adding a new application to TDE, you could first import the original sources to a new GIT repository, then clean up the old Makefile.in and configure files and commit that as a cleanup commit. After that run the conversion scripts, verify buildability, and commit the converted sources before pushing the entire repository up to GitHub or similar.
Note that you will probably want to delete the old admin module and replace it with the current TDE admin submodule. You can do that from within your converted source directory as follows: rm -rf admin git submodule add http://system@scm.trinitydesktop.org/scm/git/tde-common-admin admin git submodule add http://system@scm.trinitydesktop.org/scm/git/tde-common-cmake cmake git submodule update --init git commit -a -m "Added common directories" git push origin master
Hope this helps!
Tim
--------------------------------------------------------------------- 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
Thanks mates,I was able to build the application (kplayer-0.6.3) - some adjustments were required but it was done in couple of hours, so I'm pretty glad now. Thanks again!
I have one additional question. I had to remove TQDragManager from code as I could not find any reference to the symbol in any tde library.Why is that missing and is there equivalent? regards
On Saturday, April 18, 2015 1:18 PM, Emanoil Kotsev deloptes@yahoo.com wrote:
dpkg --purge libqt3-mt-dev libqt3-headers libqt3-compat-headers
helped me run configure with success
On Saturday, April 18, 2015 12:59 PM, Emanoil Kotsev deloptes@yahoo.com wrote:
I have a problem with the application configure script that it fails at testing for QT, but I think it is related to the system setup as it looks like there is tqt3 and qt3 and it fails somewhere there. If I don't modify anything but just run make -f admin/Makefile.common and then ./configure it says in config.log /usr/include/tqt/tqt.h:54:23: fatal error: ntqglobal.h: No such file or directory #include <ntqglobal.h> If I export CFLAGS="$CFLAGS -I/usr/include/tqt3I get multiple redefine erros like In file included from /usr/share/qt3/include/qwindowdefs.h:47:0, from /usr/share/qt3/include/qwidget.h:45, from /usr/share/qt3/include/qdesktopwidget.h:43, from /usr/share/qt3/include/qapplication.h:45, from conftest.cpp:4: /usr/share/qt3/include/qstring.h:1097:31: note: 'const TQString operator+(const string&, const TQString&)' previously defined here Q_EXPORT inline const QString operator+(const std::string& s1, const QString& s2) but I actually have pkg-config --modversion qt-mt 3.3.8
please help with advise what is the approach to fix it thanks in advance PS: I go message that my previous mail is bouncing
On Wednesday, April 8, 2015 2:30 PM, Emanoil Kotsev deloptes@yahoo.com wrote:
Thank you Timothy,I highly appreciate your effort. The answer gives me direction to go. I will try and most probably start a new thread dedicated to the older kplayer-0.6.What about question 2 and 3? How do you sync up syncML phones with TDE? I am interested partic. in N9 or Jola in near future.Reg. #3 I would like to be able to support the project (if I am lucky with the business this year). Perhaps we'll talk off list about this. Thanks again for the instructions kind regards
On Tuesday, April 7, 2015 11:56 PM, Timothy Pearson kb9vqf@pearsoncomputing.net wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA224
Hi1) it looks like the package I am talking about needs porting from the old kde3 to the newer tde ... where to start?2) Also thinking about a way of syncing phone data with tde (missing already since years) - ideas?One option would be to bind the syncevolution engine to the kde3 pim - feasibility?I was updating opensync-akonadi once ... but opensync does not cope with syncML.Big issue ... I should have bought 100 cheap nokia or siemens phone, who were syncing perfectly with KDE3 ... 3) what does the bandwidth and hosting for the TDE cost per year?
thanks in advance regards
There are two scripts in the TDE source archive (experimental/qt3-tqt3/convert_existing_qt3_app_to_tqt3 and experimental/kde-tde/convert_existing_kde3_app_to_tde). Look at those scripts, make any modifications needed for your system, and run them from within the original source archive.
If you want to help by adding a new application to TDE, you could first import the original sources to a new GIT repository, then clean up the old Makefile.in and configure files and commit that as a cleanup commit. After that run the conversion scripts, verify buildability, and commit the converted sources before pushing the entire repository up to GitHub or similar.
Note that you will probably want to delete the old admin module and replace it with the current TDE admin submodule. You can do that from within your converted source directory as follows: rm -rf admin git submodule add http://system@scm.trinitydesktop.org/scm/git/tde-common-admin admin git submodule add http://system@scm.trinitydesktop.org/scm/git/tde-common-cmake cmake git submodule update --init git commit -a -m "Added common directories" git push origin master
Hope this helps!
Tim
--------------------------------------------------------------------- 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
Hi,
I'm trying to build the git version of trinity for Slackware64 14.1.
I'm using some scripts which worked about a year ago (I know, long time).
Now when I get to tdebase it whines -- Looking for X11/XKBlib.h - found -- Looking for XkbLockModifiers in X11 -- Looking for XkbLockModifiers in X11 - found -- Looking for XkbSetPerClientControls in X11 -- Looking for XkbSetPerClientControls in X11 - found -- checking for one of the modules 'arts' -- checking for one of the modules 'libart-2.0' -- checking for one of the modules 'dbus-1' -- checking for one of the modules 'dbus-1-tqt' -- checking for one of the modules 'libr' CMake Error at ConfigureChecks.cmake:429 (message):
elficon support was requested, but libr was not found on your system Call Stack (most recent call first): CMakeLists.txt:202 (include)
Now, I guess I can remove blindly elficon support and try again, but if I knew where libr comes from, I could try installing that. My feeble attempts at web searches revealed nothing, as did some minor poking around on an Ubuntu system with 'dpkg --search'.
Can anyone point me in the right direction?
Thanks.
Jim
On Sun April 19 2015 6:54:19 pm Jim wrote:
Hi,
I'm trying to build the git version of trinity for Slackware64 14.1.
I'm using some scripts which worked about a year ago (I know, long time).
Now when I get to tdebase it whines -- Looking for X11/XKBlib.h - found -- Looking for XkbLockModifiers in X11 -- Looking for XkbLockModifiers in X11 - found -- Looking for XkbSetPerClientControls in X11 -- Looking for XkbSetPerClientControls in X11 - found -- checking for one of the modules 'arts' -- checking for one of the modules 'libart-2.0' -- checking for one of the modules 'dbus-1' -- checking for one of the modules 'dbus-1-tqt' -- checking for one of the modules 'libr' CMake Error at ConfigureChecks.cmake:429 (message):
elficon support was requested, but libr was not found on your system Call Stack (most recent call first): CMakeLists.txt:202 (include)
Now, I guess I can remove blindly elficon support and try again, but if I knew where libr comes from, I could try installing that. My feeble attempts at web searches revealed nothing, as did some minor poking around on an Ubuntu system with 'dpkg --search'.
Can anyone point me in the right direction?
Thanks.
I asked about that option a long time ago:
http://trinity-devel.pearsoncomputing.net/?0::4873
I use -DWITH_ELFICON=OFF.
Darrell
On Monday 20 of April 2015 01:54:19 Jim wrote:
Hi,
I'm trying to build the git version of trinity for Slackware64 14.1.
I'm using some scripts which worked about a year ago (I know, long time).
Now when I get to tdebase it whines -- Looking for X11/XKBlib.h - found -- Looking for XkbLockModifiers in X11 -- Looking for XkbLockModifiers in X11 - found -- Looking for XkbSetPerClientControls in X11 -- Looking for XkbSetPerClientControls in X11 - found -- checking for one of the modules 'arts' -- checking for one of the modules 'libart-2.0' -- checking for one of the modules 'dbus-1' -- checking for one of the modules 'dbus-1-tqt' -- checking for one of the modules 'libr' CMake Error at ConfigureChecks.cmake:429 (message):
elficon support was requested, but libr was not found on your system Call Stack (most recent call first): CMakeLists.txt:202 (include)
Now, I guess I can remove blindly elficon support and try again, but if I knew where libr comes from, I could try installing that. My feeble attempts at web searches revealed nothing, as did some minor poking around on an Ubuntu system with 'dpkg --search'.
Can anyone point me in the right direction?
Thanks.
Jim
The 'libr' is now managed within the Trinity:
http://git.trinitydesktop.org/cgit/libr/
I see, now is a problem on Trinity CGIT interface. You can clone from Trinity SCM:
git clone http://scm.trinitydesktop.org/scm/git/libr
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA224
On Monday 20 of April 2015 01:54:19 Jim wrote:
Hi,
I'm trying to build the git version of trinity for Slackware64 14.1.
I'm using some scripts which worked about a year ago (I know, long time).
Now when I get to tdebase it whines -- Looking for X11/XKBlib.h - found -- Looking for XkbLockModifiers in X11 -- Looking for XkbLockModifiers in X11 - found -- Looking for XkbSetPerClientControls in X11 -- Looking for XkbSetPerClientControls in X11 - found -- checking for one of the modules 'arts' -- checking for one of the modules 'libart-2.0' -- checking for one of the modules 'dbus-1' -- checking for one of the modules 'dbus-1-tqt' -- checking for one of the modules 'libr' CMake Error at ConfigureChecks.cmake:429 (message):
elficon support was requested, but libr was not found on your system Call Stack (most recent call first): CMakeLists.txt:202 (include)
Now, I guess I can remove blindly elficon support and try again, but if I knew where libr comes from, I could try installing that. My feeble attempts at web searches revealed nothing, as did some minor poking around on an Ubuntu system with 'dpkg --search'.
Can anyone point me in the right direction?
Thanks.
Jim
The 'libr' is now managed within the Trinity:
http://git.trinitydesktop.org/cgit/libr/
I see, now is a problem on Trinity CGIT interface. You can clone from Trinity SCM:
git clone http://scm.trinitydesktop.org/scm/git/libr
-- Slávek
The CGIT interface is back up. Our SSL certificate expired today, causing some issues with GIT access. I have a request in for another certificate from GlobalSign.
Tim