Description: <short summary of the patch>
 TODO: Put a short summary on the line above and replace this paragraph
 with a longer explanation of this change. Complete the meta-information
 with other relevant fields (see below for details). To make it easier, the
 information below has been extracted from the changelog. Adjust it or drop
 it.
 .
 asus-screen-toggle (1.0.0-1) unstable; urgency=medium
 .
   * Initial release (Closes: #1124010)
   * [NEW] Kompletní přepis User Agenta do Pythonu (Gtk + AppIndicator).
   * [NEW] Interaktivní menu v systray s možností manuálního přepínání režimů:
       - Automaticky (podle senzorů)
       - Vynuceno: Jen hlavní displej
       - Vynuceno: Oba displeje (Desktop)
   * [NEW] Perzistence nastavení: Agent si pamatuje zvolený režim i po restartu.
   * [NEW] Moderní SVG ikony indikující aktuální stav v liště.
   * [ARCH] Přechod z XDG Autostart na Systemd User Unit
       - (asus-user-agent.service).
   * [ARCH] Implementace D-Bus rozhraní (org.asus.ScreenToggle) pro komunikaci.
   * [FIX] Self-healing launcher: Automatická oprava služby při spuštění z menu.
   * [FIX] Vylepšená detekce grafického sezení (graphical-session.target).
Author: Antonin Micka <antonin.micka@gmail.com>
Bug-Debian: https://bugs.debian.org/1124010

---
The information above should follow the Patch Tagging Guidelines, please
checkout https://dep.debian.net/deps/dep3/ to learn about the format. Here
are templates for supplementary fields that you might want to add:

Origin: (upstream|backport|vendor|other), (<patch-url>|commit:<commit-id>)
Bug: <upstream-bugtracker-url>
Bug-Debian: https://bugs.debian.org/<bugnumber>
Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
Forwarded: (no|not-needed|<patch-forwarded-url>)
Applied-Upstream: <version>, (<commit-url>|commit:<commid-id>)
Reviewed-By: <name and email of someone who approved/reviewed the patch>
Last-Update: 2025-12-26

--- asus-screen-toggle-1.0.0.orig/asus-screen-toggle/usr/bin/asus-user-agent.py
+++ asus-screen-toggle-1.0.0/asus-screen-toggle/usr/bin/asus-user-agent.py
@@ -284,7 +284,7 @@ class AsusAgent:
         self.quit_callback()
 
     def _launch_settings(self):
-        try: subprocess.Popen(["/usr/bin/asus-screen-settings.py"])
+        try: subprocess.Popen(["/usr/bin/asus-screen-settings"])
         except: pass
         return False
 
