On Mon, 27 May 2013 01:15:09 +0200, Jon Trulson <j...@radscan.com> wrote:
On Sun, 26 May 2013, alx wrote:Hello all, Dtsession expects either USE_X11SSEXT or USE_HPSSEXT to be defined for screen locking and timed screen saver support, but there are no Xss related switches in Imake files. I tested it on Linux with: diff --git a/cde/programs/dtsession/Imakefile b/cde/programs/dtsession/Imakefile index 5d08465..9e6b689 100644 --- a/cde/programs/dtsession/Imakefile +++ b/cde/programs/dtsession/Imakefile @@ -68,8 +68,8 @@ SYS_LIBRARIES = -lelf -lm -ldl -lgen #endif #if defined(LinuxArchitecture) -EXTRA_DEFINES = -D${PROGRAMS} $(XINOPT) -SYS_LIBRARIES = $(XPLIB) $(XINLIB) -ldl -lcrypt -lm +EXTRA_DEFINES = -D${PROGRAMS} $(XINOPT) -DUSE_X11SSEXT +SYS_LIBRARIES = $(XPLIB) $(XINLIB) -lXss -ldl -lcrypt -lm #endif #if defined(FreeBSDArchitecture) and got advanced “Style Manager/Screen” settings dialog along with mentioned functionality. Would it be safe to enable X11 screen saver extension for Linux and BSD architecture by default?Heh, yes - this is missing - good catch. Yes, this should be enabled for Linux, probably BSD's too, but one of them will need to confirm. If you send a git-format-patch style patch enabling this on Linux, I'll apply it. Thanks.
Hi, I attached the git patch. Best regards, Alex.
xss-linux.patch
Description: Binary data
------------------------------------------------------------------------------ Try New Relic Now & We'll Send You this Cool Shirt New Relic is the only SaaS-based application performance monitoring service that delivers powerful full stack analytics. Optimize and monitor your browser, app, & servers with just a few lines of code. Try New Relic and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_may
_______________________________________________ cdesktopenv-devel mailing list cdesktopenv-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/cdesktopenv-devel