Bug 23293 - Создание дисплеев через Xvfb сломано
Summary: Создание дисплеев через Xvfb сломано
Status: CLOSED FIXED
Alias: None
Product: Sisyphus
Classification: Development
Component: x11vnc (show other bugs)
Version: unstable
Hardware: all Linux
: P3 major
Assignee: Anton V. Boyarshinov
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-07 14:15 MSD by Anton V. Boyarshinov
Modified: 2010-04-08 12:27 MSD (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Anton V. Boyarshinov 2010-04-07 14:15:32 MSD
Xvfb больше не поддерживает параметр +kb, следовательно, создание xvfb дисплеев через -create сломано.

x11vnc -display WAIT:cmd=FINDCREATEDISPLAY-print | grep -B 11 +kb
try_Xvfb() {
	if [ "X$have_Xvfb" = "X" ]; then
		return
	fi

	sarg="-screen"
	if uname | grep SunOS > /dev/null; then
		if grep /usr/openwin/bin/Xsun $have_Xvfb > /dev/null; then
			sarg="screen"
		fi
	fi
	margs="+kb"
Comment 1 Anton V. Boyarshinov 2010-04-08 12:27:27 MSD
Ну и, собственно, сам исправил..