Como posso executar o Gnome ou o KDE localmente no Cygwin?

6

Aparentemente, é possível fazer isso usando portas cygwin, como pode ser visto nas capturas de tela . Eu segui este manual para obter o conjunto de apt-cygports e usei para instalar o gnome-session.

Este manual supostamente dá os comandos necessários para executar o Gnome ou o KDE, mas sempre que tento rodar o Gnome, uma janela X em branco aparece e desaparece rapidamente.

Aqui está a saída do terminal:

$ startx /usr/bin/dbus-launch gnome-session
xauth:  file /home/jpthomps/.serverauth.4168 does not exist

Welcome to the XWin X Server
Vendor: The Cygwin/X Project
Release: 1.10.3.0
OS: Windows 7 Service Pack 1 [Windows NT 6.1 build 7601] (WoW64)
Package: version 1.10.3-12 built 2011-08-22

XWin was started with the following command line:

/usr/bin/X :0 -auth /home/jpthomps/.serverauth.4168

(II) xorg.conf is not supported
(II) See http://x.cygwin.com/docs/faq/cygwin-x-faq.html for more information
LoadPreferences: /home/jpthomps/.XWinrc not found
LoadPreferences: Loading /etc/X11/system.XWinrc
LoadPreferences: Done parsing the configuration file...
winDetectSupportedEngines - DirectDraw installed, allowing ShadowDD
winDetectSupportedEngines - Windows NT, allowing PrimaryDD
winDetectSupportedEngines - DirectDraw4 installed, allowing ShadowDDNL
winDetectSupportedEngines - Returning, supported engines 0000001f
winSetEngine - Using Shadow DirectDraw NonLocking
winScreenInit - Using Windows display depth of 32 bits per pixel
winFinishScreenInitFB - Masks: 00ff0000 0000ff00 000000ff
Screen 0 added at virtual desktop coordinate (0,0).
MIT-SHM extension disabled due to lack of kernel support
XFree86-Bigfont extension local-client optimization disabled due to lack of shared memory support in the kernel
(II) AIGLX: Loaded and initialized /usr/lib/dri/swrast_dri.so
(II) GLX: Initialized DRISWRAST GL provider for screen 0
winPointerWarpCursor - Discarding first warp: 637 478
(--) 5 mouse buttons found
(--) Setting autorepeat to delay=500, rate=31
(--) Windows keyboard layout: "00000409" (00000409) "US", type 4
(--) Found matching XKB configuration "English (USA)"
(--) Model = "pc105" Layout = "us" Variant = "none" Options = "none"
Rules = "base" Model = "pc105" Layout = "us" Variant = "none" Options = "none"
winBlockHandler - pthread_mutex_unlock()
winProcEstablishConnection - winInitClipboard returned.
winClipboardProc - DISPLAY=:0.0
winClipboardProc - XOpenDisplay () returned and successfully opened the display.
xinit: XFree86_VT property unexpectedly has 0 items instead of 1
xinit: connection to X server lost

waiting for X server to shut down winClipboardProc - winClipboardFlushWindowsMessageQueue trapped WM_QUIT message, exiting main loop.
winClipboardProc - XDestroyWindow succeeded.
winClipboardProc - Clipboard disabled  - Exit from server
winDeinitMultiWindowWM - Noting shutdown in progress
    
por John Peter Thompson Garcés 06.10.2011 / 17:32

2 respostas

1

Você se certificou de que o último comando no seu .xinitrc não seja enviado para o segundo plano.

Por exemplo, para iniciar o relógio e uma janela de terminal, você colocaria

xlock &
xterm

Nota: xclock tem o "e" comercial para permitir que o script xinit passe para o próximo comando. xterm é o último da cadeia e não obtém o ampersand. Assim que este xterm específico é fechado, o X-Server irá terminar.

Portanto, se todos os seus programas x em xinitrc tiverem o "e" comercial, o X-Server desligará imediatamente após o último comando em xinitrc.

Isso se pareceria com o comportamento que você está vendo.

    
por 28.03.2014 / 22:55
0

Já experimentou o CyGNOME? link

    
por 17.10.2011 / 06:06