By default, Bugzilla does not search the list of RESOLVED bugs.
You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release.
Bug 2936 - QtCurve 1.8?
Summary: QtCurve 1.8?
Status: RESOLVED FIXED
Alias: None
Product: TDE
Classification: Unclassified
Component: other (any) (show other bugs)
Version: R14.0.x [Trinity]
Hardware: All All
: P5 wishlist
Assignee: Michele Calgaro
URL:
Depends on:
Blocks: R14.0.9
  Show dependency treegraph
 
Reported: 2018-06-21 18:43 CDT by TCH
Modified: 2020-11-30 05:38 CST (History)
4 users (show)

See Also:
Compiler Version:
TDE Version String:
Application Version:
Application Name:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description TCH 2018-06-21 18:43:06 CDT
I've found two themes on trinity-look.org (https://www.trinity-look.org/p/1203554/, https://www.trinity-look.org/p/1005548/), which are use QtCurve, but they use background images, which is not implemented in QtCurve 1.6 which is in Trinity's repos. How is that possible? Is there a QtCurve 1.8 package for Trinity too?
Comment 1 TCH 2018-06-22 09:07:41 CDT
Okay, they pointed out, that there is a Qt3 based QtCurve 1.8.5 there:

https://github.com/QtCurve/qtcurve-qt3/archive/1.8.5@3578.tar.gz

Unfortunately i cannot compile it on TDE. If i try to do

cmake ..

then the result is:

===

CMake Error at CMakeLists.txt:39 (find_package):
  By not providing "FindTQt.cmake" in CMAKE_MODULE_PATH this project has
  asked CMake to find a package configuration file provided by "TQt", but
  CMake did not find one.

  Could not find a package configuration file provided by "TQt" with any of
  the following names:

    TQtConfig.cmake
    tqt-config.cmake

  Add the installation prefix of "TQt" to CMAKE_PREFIX_PATH or set "TQt_DIR"
  to a directory containing one of the above files.  If "TQt" provides a
  separate development package or SDK, be sure it has been installed.


-- Configuring incomplete, errors occurred!

===

If i specify the CMAKE_MODULE_PATH by 

cmake -DCMAKE_MODULE_PATH=/a/UTILDISK/UPGRADE/ ..

then i got

===

CMake Error at /a/UTILDISK/UPGRADE/FindTQt.cmake:16 (pkg_search_module):
  Unknown CMake command "pkg_search_module".
Call Stack (most recent call first):
  CMakeLists.txt:39 (find_package)


-- Configuring incomplete, errors occurred!

===

Is there any easy way to compile a KDE3/Qt3 project with TDE/TQt?
Comment 2 Alex Couture 2018-07-04 15:44:26 CDT
Hi!

I'd be interested too in having a newer version of QtCurve in TDE.
I know that the main devs of TDE have some scripts to convert qt to qtq calls in the code, to make it work on TDE. It might not convert everything perfectly, but it at least do a big part of the work. You can ask for these scripts of the dev mailing list.

Have a great day!
Comment 3 Michele Calgaro 2020-06-02 00:44:16 CDT
@TCH: QtCurve 1.8.5 is now part of TDE as you know. I still have to look at the background thing (as you know as well) but I am wondering what is the status with this bug and those two themes you linked.
Comment 4 Michele Calgaro 2020-11-29 02:55:53 CST
@TCH:
Qt 1.8.5 is now part of TDE. 
The issue with background not working is tracked in https://mirror.git.trinitydesktop.org/gitea/TDE/tde-style-qtcurve/issues/3.

Would it be ok to close this bug report off?
Comment 5 TCH 2020-11-29 08:33:53 CST
Yes, please close it.
Comment 6 Michele Calgaro 2020-11-30 05:38:26 CST
Thanks!