Index: xc/ChangeLog =================================================================== RCS file: /cvs/xorg/xc/ChangeLog,v retrieving revision 1.65 diff -u -2 -0 -r1.65 ChangeLog --- xc/ChangeLog 19 Jun 2004 21:56:01 -0000 1.65 +++ xc/ChangeLog 20 Jun 2004 00:43:26 -0000 @@ -1,21 +1,26 @@ 2004-06-19 Roland Mainz + * xc/programs/Xserver/Xprint/etc/Xsession.d/Imakefile + Bugzilla #765: Rename "92xprint-xpserverlist" to "92xprint-xpserverlist.sh" + to match the new RedHat policy for X11 session startup files. + +2004-06-19 Roland Mainz * xc/programs/Xserver/Xprint/Init.c * xc/programs/Xserver/Xprint/etc/init.d/xprint * xc/programs/Xserver/os/utils.c Bugzilla #764: Rework previous solution and make Xprt to default to "-noreset" (the default of Solaris's version of Xprt) and add a "-reset" option which can be used to restore the default behaviour on demand. 2004-06-19 Roland Mainz * xc/programs/Xserver/Xprint/etc/init.d/xprint Bugzilla #764: Start Xprt with option "-noreset" to get rid of the problem that Xprt resets itself aftert each client disconnect when there is only one client and no dtpdmd. This solves at least the following problems: - Font paths set after Xprt startup via "xset +fp ..." get lost - Resources stored in the Xserver get lost - Displaying a print dialog is awfull slow 2004-06-17 Thomas Winischhofer Index: xc/programs/Xserver/Xprint/etc/Xsession.d/Imakefile =================================================================== RCS file: /cvs/xorg/xc/programs/Xserver/Xprint/etc/Xsession.d/Imakefile,v retrieving revision 1.2 diff -u -2 -0 -r1.2 Imakefile --- xc/programs/Xserver/Xprint/etc/Xsession.d/Imakefile 23 Apr 2004 18:57:49 -0000 1.2 +++ xc/programs/Xserver/Xprint/etc/Xsession.d/Imakefile 20 Jun 2004 00:43:37 -0000 @@ -1,17 +1,16 @@ XCOMM $Xorg: Imakefile,v 1.1 2003/01/25 14:42:52 gisburn Exp $ all:: XCOMM Install glue for Xprint on Solaris/CDE1.x and CDE on AIX #if (defined(SunArchitecture) && (OSMajorVersion > 4)) || defined(IBMArchitecture) InstallNamedProg(cde_xsessiond_xprint.sh,0018.xprint,/usr/dt/config/Xsession.d) #endif XCOMM Install xdm startup glue for Xprint on Linux. Note that not all Linux XCOMM platforms have /etc/X11/Xsession.d/ and/or /etc/X11/xinit/xinitrc.d XCOMM (see http://xprint.freedesktop.org/cgi-bin/bugzilla/show_bug.cgi?id=182) #if defined(LinuxArchitecture) -InstallNamedProg(cde_xsessiond_xprint.sh,92xprint-xpserverlist,/etc/X11/Xsession.d) -InstallNamedProg(cde_xsessiond_xprint.sh,92xprint-xpserverlist,/etc/X11/xinit/xinitrc.d) +InstallNamedProg(cde_xsessiond_xprint.sh,92xprint-xpserverlist.sh,/etc/X11/Xsession.d) +InstallNamedProg(cde_xsessiond_xprint.sh,92xprint-xpserverlist.sh,/etc/X11/xinit/xinitrc.d) #endif -