]> glassweightruler.freedombox.rocks Git - waydroid.git/blobdiff - tools/config/__init__.py
.desktop files should not be executable (#815)
[waydroid.git] / tools / config / __init__.py
index 354f38404ac792552bbb2234a2eeafc1557cbb99..deabd4ecd33a91d501a9cd66b3d12c6f8cdda8fd 100644 (file)
@@ -12,7 +12,7 @@ from tools.config.save import save
 #
 # Exported variables (internal configuration)
 #
-version = "1.3.4"
+version = "1.4.0"
 tools_src = os.path.normpath(os.path.realpath(__file__) + "/../../..")
 
 # Keys saved in the config file (mostly what we ask in 'waydroid init')
@@ -60,7 +60,8 @@ session_defaults = {
     "wayland_display": str(os.environ.get('WAYLAND_DISPLAY')),
     "pulse_runtime_path": str(os.environ.get('PULSE_RUNTIME_PATH')),
     "state": "STOPPED",
-    "lcd_density": "0"
+    "lcd_density": "0",
+    "background_start": "true"
 }
 session_defaults["config_path"] = defaults["work"] + "/session.cfg"
 session_defaults["waydroid_data"] = session_defaults["xdg_data_home"] + \