This is the mail archive of the cygwin-xfree@cygwin.com mailing list for the Cygwin XFree86 project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

kde tool bar


I'm trying to get kde to display only the toolbar on my system!  Here is what my start file look like.

___________________---
@echo off

set DISPLAY=localhost:0.0
set REMOTE_HOST=remotehost

set CYGWIN_ROOT=\cygwin
set PATH=.;%CYGWIN_ROOT%\bin;%CYGWIN_ROOT%\usr\X11R6\bin;%PATH%

if not exist %CYGWIN_ROOT%\tmp\.X11-unix\X0 goto CLEANUP-FINISH
attrib -s %CYGWIN_ROOT%\tmp\.X11-unix\X0
del %CYGWIN_ROOT%\tmp\.X11-unix\X0

:CLEANUP-FINISH
if exist %CYGWIN_ROOT%\tmp\.X11-unix rmdir %CYGWIN_ROOT%\tmp\.X11-unix

start XWin -from %DISPLAY% -query %REMOTE_HOST% -nodecoration

rem -fullscreen

Allen D. Lung
Architecture Bureau MS B-31
PO Box 1468
Sacramento CA 95812-1468
(916)845-7217
FAX 845-9322
allen.lung@ftb.ca.gov


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]