Bug 104996 - x11-themes/gtk-qt-engine: Warning: The Gtk-Qt theme engine is not installed.
Summary: x11-themes/gtk-qt-engine: Warning: The Gtk-Qt theme engine is not installed.
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-11-01 07:10 UTC by Michael Hayes
Modified: 2006-11-05 20:00 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Hayes 2006-11-01 07:10:18 UTC
The GTK-Qt engine from ports has a HUGE problem. It configures the kcmgtk.cpp
file to change its search paths. However -- this has ramifications -- my copy
of GTK-Qt could not find any themes. My suggestion is to remove the pre-
configure section from the ports Makefile for x11-themes/gtk-qt-engine as
specified in the patch. The new version of GTK-Qt already does the searching
in a way that doesn't have to be configured.

Fix: 

Remove the "pre-configure:" section (the entire section, but not the post-
configure section) from the x11-themes/gtk-qt-engine Makefile. This was
sufficient to get me working again :)
How-To-Repeat: Utter 'make all install clean' in the ports/x11-themes/gtk-qt-engine folder
and attempt to use the GTK Styles and Fonts control panel in KDE. You will
get a nice little warning "The Gtk-Qt theme engine is not installed." --
this is due to the extra appendages to the search paths within kcmgtk.cpp,
hence the "pre-configure" section of the Makefile which appends this extra path.
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2006-11-01 07:53:58 UTC
Responsible Changed
From-To: freebsd-bugs->freebsd-ports-bugs

Ports PR.
Comment 2 dfilter service freebsd_committer freebsd_triage 2006-11-05 19:50:51 UTC
arved       2006-11-05 19:50:42 UTC

  FreeBSD ports repository

  Modified files:
    x11-themes/gtk-qt-engine Makefile 
  Log:
  Remove pre-configure: target because it prevents the port from finding
  the gtk themes.
  
  PR:             104996
  Submitted by:   Michael Hayes
  
  Revision  Changes    Path
  1.24      +1 -5      ports/x11-themes/gtk-qt-engine/Makefile
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Tilman Keskinoz freebsd_committer freebsd_triage 2006-11-05 19:51:13 UTC
State Changed
From-To: open->closed

committed, thanks!