| Summary: | x11-plugins/wmcliphist-0.6 doesn't launch in the slit properly | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Tom Dexter <digitalaudiorock> |
| Component: | Current packages | Assignee: | Gentoo Dockapp Team <desktop-dock> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | digitalaudiorock, openhs, sean |
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | x86 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: |
Patch to make new wmcliphist dock properly
Ebuild for above patch |
||
|
Description
Tom Dexter
2008-04-03 17:36:52 UTC
I just tried a test with the example from the foodock library used by wmcliphist: http://freshmeat.net/projects/foodock/ The example app compiled with the following: gcc -Wall -O2 -ansi -pedantic `gtk-config --cflags` -I. -Ifoodock -g -c -o foodock.o foodock.c gcc -Wall -O2 -ansi -pedantic `gtk-config --cflags` -I. -Ifoodock -g -c -o example.o example.c `gtk-config --cflags` gcc `gtk-config --libs` -o example example.o foodock.o ...will launch in the slit. The following does not: cc -Wall -ansi -pedantic `pkg-config --cflags gtk+-2.0` -I . -c -o foodock.o foodock.c cc -Wall -ansi -pedantic `pkg-config --cflags gtk+-2.0` -I. -c -o example.o example.c cc example.o foodock.o `pkg-config --libs gtk+-2.0` -o example I've been able to get a working copy of this compiled with gtk+-2.0 using the patch referenced in this Debian bug: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=437433 Created attachment 151625 [details, diff]
Patch to make new wmcliphist dock properly
Created attachment 151627 [details]
Ebuild for above patch
The patch and ebuild above work properly, at least for me in WindowMaker. Can we get this into the tree soonish? Thanks, Sean. In Portage as new package revision, thanks for the submission! |