Remove duplicate patch/config
The xwayland are no more requested with next version. For weston.ini, now the configuration are location on meta-st-openstlinux. Signed-off-by: Christophe Priouzeau <christophe.priouzeau@foss.st.com>
This commit is contained in:
parent
e2b6520039
commit
c1f0ba5c5b
|
|
@ -1,2 +0,0 @@
|
||||||
FILESEXTRAPATHS_prepend_stm32mpcommon := "${THISDIR}/${PN}:"
|
|
||||||
|
|
||||||
|
|
@ -1,102 +0,0 @@
|
||||||
[core]
|
|
||||||
#modules=cms-colord.so
|
|
||||||
#xwayland=true
|
|
||||||
shell=desktop-shell.so
|
|
||||||
backend=drm-backend.so
|
|
||||||
idle-time=0
|
|
||||||
repaint-window=100
|
|
||||||
require-input=false
|
|
||||||
|
|
||||||
[keyboard]
|
|
||||||
keymap_layout=us
|
|
||||||
|
|
||||||
[shell]
|
|
||||||
background-image=/usr/share/weston/backgrounds/ST13028_Linux_picto_11_1366x768.png
|
|
||||||
background-color=0xff002244
|
|
||||||
background-type=scale-crop
|
|
||||||
clock-format=minutes
|
|
||||||
panel-color=0x90a1a1a1
|
|
||||||
panel-position=bottom
|
|
||||||
locking=false
|
|
||||||
animation=none
|
|
||||||
startup-animation=none
|
|
||||||
close-animation=none
|
|
||||||
focus-animation=none
|
|
||||||
binding-modifier=ctrl
|
|
||||||
#num-workspaces=6
|
|
||||||
#cursor-theme=whiteglass
|
|
||||||
#cursor-size=24
|
|
||||||
|
|
||||||
#lockscreen-icon=/usr/share/icons/gnome/256x256/actions/lock.png
|
|
||||||
#lockscreen=/usr/share/backgrounds/gnome/Garden.jpg
|
|
||||||
#homescreen=/usr/share/backgrounds/gnome/Blinds.jpg
|
|
||||||
|
|
||||||
[launcher]
|
|
||||||
icon=/usr/share/weston/icon/utilities-terminal.png
|
|
||||||
path=/usr/bin/weston-terminal
|
|
||||||
|
|
||||||
[launcher]
|
|
||||||
icon=/usr/share/weston/icon/space.png
|
|
||||||
path=/bin/true
|
|
||||||
|
|
||||||
[launcher]
|
|
||||||
icon=/usr/share/weston/icon_flower.png
|
|
||||||
path=/usr/bin/weston-flower
|
|
||||||
|
|
||||||
[launcher]
|
|
||||||
icon=/usr/share/weston/icon/space.png
|
|
||||||
path=/bin/true
|
|
||||||
|
|
||||||
[launcher]
|
|
||||||
icon=/usr/share/weston/icon/ST13345_Products_light_blue_24x24.png
|
|
||||||
path=/usr/local/demo/demo_launcher.py
|
|
||||||
|
|
||||||
[launcher]
|
|
||||||
icon=/usr/share/weston/icon/space.png
|
|
||||||
path=/bin/true
|
|
||||||
|
|
||||||
[input-method]
|
|
||||||
path=/usr/libexec/weston-keyboard
|
|
||||||
|
|
||||||
# HDMI connector
|
|
||||||
# If the hdmi cable is plugged, weston uses the hdmi output (else dsi output).
|
|
||||||
# Use the command "systemctl restart weston@root" after pluging/unpluging the hdmi cable.
|
|
||||||
[output]
|
|
||||||
name=HDMI-A-1
|
|
||||||
mode=1280x720
|
|
||||||
|
|
||||||
# DSI connector
|
|
||||||
[output]
|
|
||||||
name=DSI-1
|
|
||||||
mode=preferred
|
|
||||||
transform=270
|
|
||||||
|
|
||||||
[libinput]
|
|
||||||
touchscreen_calibrator=true
|
|
||||||
calibration_helper=/bin/echo
|
|
||||||
#enable-tap=true
|
|
||||||
#tap-and-drag=true
|
|
||||||
#tap-and-drag-lock=true
|
|
||||||
#disable-while-typing=false
|
|
||||||
#middle-button-emulation=true
|
|
||||||
#left-handed=true
|
|
||||||
#rotation=90
|
|
||||||
#accel-profile=flat
|
|
||||||
#accel-speed=.9
|
|
||||||
#natural-scroll=true
|
|
||||||
#scroll-method=edge
|
|
||||||
# For button-triggered scrolling:
|
|
||||||
#scroll-method=button
|
|
||||||
#scroll-button=BTN_RIGHT
|
|
||||||
|
|
||||||
#[touchpad]
|
|
||||||
#constant_accel_factor = 50
|
|
||||||
#min_accel_factor = 0.16
|
|
||||||
#max_accel_factor = 1.0
|
|
||||||
|
|
||||||
[screen-share]
|
|
||||||
command=/usr/bin/weston --backend=rdp-backend.so --shell=fullscreen-shell.so --no-clients-resize
|
|
||||||
|
|
||||||
|
|
||||||
#[xwayland]
|
|
||||||
#path=/usr/bin/Xwayland
|
|
||||||
|
|
@ -1,7 +0,0 @@
|
||||||
#!/bin/sh
|
|
||||||
|
|
||||||
if type Xwayland >/dev/null 2>/dev/null; then
|
|
||||||
mkdir -p /tmp/.X11-unix
|
|
||||||
|
|
||||||
add_weston_argument "--xwayland"
|
|
||||||
fi
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
FILESEXTRAPATHS_prepend_stm32mpcommon := "${THISDIR}/${PN}:"
|
|
||||||
Loading…
Reference in New Issue