--- a/src/Lightpad.vala	2026-02-24 23:36:45.269840634 +0000
+++ b/src/Lightpad.vala	2026-02-24 23:37:10.455790805 +0000
@@ -128,7 +128,7 @@
                     return Gdk.EVENT_PROPAGATE;
                 }
                 try {
-                    Process.spawn_command_line_async("com.github.libredeb.lightpad");
+                    Process.spawn_command_line_async("io.github.libredeb.lightpad");
                 }
                 catch (Error e) {
                     critical("unable to spawn lightpad: %s", e.message);
@@ -201,7 +201,7 @@
         public override void invoke_action(Budgie.PanelAction action) {
             if ((action & Budgie.PanelAction.MENU) != 0) {
                 try {
-                    Process.spawn_command_line_async("com.github.libredeb.lightpad");
+                    Process.spawn_command_line_async("io.github.libredeb.lightpad");
                 }
                 catch (Error e) {
                     critical("unable to spawn lightpad: %s", e.message);
