Skip to content

Commit d8996c3

Browse files
committed
Updating Selenium Grid logo and centering it
1 parent 40e0df4 commit d8996c3

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
NAME := $(or $(NAME),$(NAME),selenium)
22
CURRENT_DATE := $(shell date '+%Y%m%d')
33
BUILD_DATE := $(or $(BUILD_DATE),$(BUILD_DATE),$(CURRENT_DATE))
4-
VERSION := $(or $(VERSION),$(VERSION),4.0.0-alpha-7)
4+
VERSION := $(or $(VERSION),$(VERSION),4.0.0-beta-1)
55
TAG_VERSION := $(VERSION)-$(BUILD_DATE)
66
NAMESPACE := $(or $(NAMESPACE),$(NAMESPACE),$(NAME))
77
AUTHORS := $(or $(AUTHORS),$(AUTHORS),SeleniumHQ)

NodeBase/selenium_grid_logo.png

-3.3 KB
Loading

NodeBase/start-vnc.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
# IMPORTANT: Change this file only in directory NodeBase!
44

55
if [ "${START_XVFB}" = true ] ; then
6+
# Centering wallpaper
7+
echo "Centering wallpaper"
8+
/usr/bin/fbsetbg -c /usr/share/images/fluxbox/ubuntu-light.png
9+
610
if [ ! -z $VNC_NO_PASSWORD ]; then
711
echo "Starting VNC server without password authentication"
812
X11VNC_OPTS=

0 commit comments

Comments
 (0)