Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 79576 - rss-glx needs to be compiled with JWZ's modified vroot.h to work w/ xinerama correctly
Summary: rss-glx needs to be compiled with JWZ's modified vroot.h to work w/ xinerama ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Alastair Tse (RETIRED)
URL: http://www.livejournal.com/users/jwz/...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-26 07:28 UTC by Benjamin Ritcey
Modified: 2005-04-20 07:37 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
JWZ's modified vroot.h (jwz-vroot.h,6.09 KB, text/plain)
2005-01-26 07:29 UTC, Benjamin Ritcey
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Benjamin Ritcey 2005-01-26 07:28:09 UTC
rss-glx doesn't correctly work under Xscreensaver with xinerama - it will run two hacks, but puts them both on a single screen.  JWZ modified vroot.h to Do The Right Thing under xscreensaver+xinerama (see LJ URL) - rss-glx needs to be compiled with this version.  New vroot.h:  http://www.jwz.org/xscreensaver/vroot.h

Reproducible: Always
Steps to Reproduce:





really small change to the ebuild:
--- /usr/portage/x11-misc/rss-glx/rss-glx-0.7.6.ebuild  2005-01-14
20:17:01.000000000 -0500
+++ /usr/local/portage/x11-misc/rss-glx/rss-glx-0.7.6-r1.ebuild 2005-01-26
09:53:01.000000000 -0500
@@ -25,6 +25,7 @@
 src_unpack() {
        unpack ${A}
        EPATCH_OPTS="-d ${S}" epatch ${FILESDIR}/${PN}-0.7.4-kdedesktop.patch
+       cp ${FILESDIR}/jwz-vroot.h ${S}/include/vroot.h
 }

 src_compile() {
Comment 1 Benjamin Ritcey 2005-01-26 07:29:44 UTC
Created attachment 49566 [details]
JWZ's modified vroot.h

this goes in the 'files' directory
Comment 2 Benjamin Ritcey 2005-01-26 07:34:28 UTC
JWZ modifed vroot.h to enable hacks to work with xscreensaver+xinerama - without this modified version, the rss-glx hacks all run on the same screen, one on top of the other.

Drop the attached vroot.h in 'files' as 'jwz-vroot.h' (it hasn't otherwise changed much since 1991, which is why I'm including the file vs. a patch, but do as you wish).

minor ebuild change:

--- /usr/portage/x11-misc/rss-glx/rss-glx-0.7.6.ebuild  2005-01-14 20:17:01.000000000 -0500
+++ /usr/local/portage/x11-misc/rss-glx/rss-glx-0.7.6-r1.ebuild 2005-01-26 09:53:01.000000000 -0500
@@ -25,6 +25,7 @@
 src_unpack() {
        unpack ${A}
        EPATCH_OPTS="-d ${S}" epatch ${FILESDIR}/${PN}-0.7.4-kdedesktop.patch
+       cp ${FILESDIR}/jwz-vroot.h ${S}/include/vroot.h
 }

 src_compile() {
Comment 3 Alastair Tse (RETIRED) gentoo-dev 2005-04-20 07:37:10 UTC
thanks for your report. i've added the new vroot for 0.8.0.