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? ------------------------------------------------------------------------------ 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