-
Fixed in 0.9.0.
2009-10-17 14:04:16 UTC by belegdol
-
It looks like skyrocket is now silent by default, in 0.9.0, but the man page wasn't updated (no ChangeLog entry either).
2009-09-02 21:21:14 UTC by ejs1920
-
With 0.9.0, matrixview segfaults if configured with --disable-bzip2. backtrace:
Program received signal SIGSEGV, Segmentation fault.
0x0804c7e8 in load_texture () at matrixview.c:505
505 font[a] = font[a] >> 1;
(gdb) bt full
#0 0x0804c7e8 in load_texture () at matrixview.c:505
a = 0
#1 0x0804ca7e in hack_init (XStuff=0x8144008) at matrixview.c:560
No locals.
#2...
2009-08-23 20:09:35 UTC by ejs1920
-
Hi,
in Fedora we use the same set of optimization (and security) CFLAGS for all packages. Unfortunately, rss-glx hardcodes these in the configure script. I use the attached patch which lets users set the CFLAGS/CXXFLAGS from outside of the configure script.
2009-08-17 15:08:07 UTC by nph
-
This patch is a 'port' of my previous one (done on versions 0.8.*).
The main goal is to correct configure.in and all Makefile.am to have the GNU automake targets behaving correctly (in particular 'make distcheck' is now fully fonctionnal). This should have no negative impact... See the patched Changelog for a detailled list of the changes.
2009-06-29 10:49:02 UTC by lassauge
-
This was fixed in 0.9.0, closing.
2009-06-09 15:04:59 UTC by ejs1920
-
Hi,
If i try to integrate rss-glx with xscreensaver using that script, the only thing i obtain is a ~/.xscreensaver empty file.
I saw that this bug is present not only in my distro (Arch Linux) but in many other (ubuntu for example).
Thank you in advance.
2009-06-01 11:12:13 UTC by nobody
-
tugrul added the rss-glx_0.9.0.tar.bz2 file.
2009-05-20 01:09:06 UTC by tugrul
-
tugrul created the 0.9.0 file release.
2009-05-16 23:10:19 UTC by tugrul
-
I forgot to mention that this is on a new PC, which is equipped with GeForce Go 7600. What is more, the issue is also reproducible on Windows XP SP3 and 84.68 driver with original screensaver, so it looks like porting to Linux is not the source of the problem.
2009-04-22 06:55:45 UTC by belegdol