I've recently received my Starlab Starlite device. It is a tabled with
a detachable keyboard. And obviously I immediately installed my dear
Sxmo typical setup on it. With very minor config I was pleased to
discover it worked very well.
Here a minor patchset to upstream what I did.
[PATCH sxmo-utils 1/2] desktop mode: do not disable features by default
While it is true that on most desktops, thoses features would be
useless. Some of them can still have a modem, a touchscreen, or hardware
buttons.
I think we should let the user disable them if necessary on their
profile script, or disable them more specifically. By example
SXMO_NO_VIRTUAL_KEYBOARD is mostly usefull on keyboard attached mobile
devices.
Signed-off-by: Willow Barraco <contact@willowbarraco.fr>
---
scripts/deviceprofiles/sxmo_deviceprofile_desktop.sh | 3 ---
1 file changed, 3 deletions(-)
diff --git a/scripts/deviceprofiles/sxmo_deviceprofile_desktop.sh b/scripts/deviceprofiles/sxmo_deviceprofile_desktop.sh
index 22dee730..765fd94c 100755
--- a/scripts/deviceprofiles/sxmo_deviceprofile_desktop.sh+++ b/scripts/deviceprofiles/sxmo_deviceprofile_desktop.sh
@@ -1,6 +1,3 @@
export SXMO_STATUS_DATE_FORMAT="%Y-%m-%d %H:%M"
-export SXMO_DISABLE_KEYBINDS=1export SXMO_STATES="unlock locker"
export SXMO_UNLOCK_IDLE_TIME=300
-export SXMO_NO_MODEM=1-export SXMO_NO_VIRTUAL_KEYBOARD=1
--
2.47.1
[PATCH sxmo-utils 2/2] desktop mode: enlarge the workspace wrapping