--- a/src/Lightpad.vala	2026-03-01 22:42:50.007957158 +0000
+++ b/srd/Lightpad.vala	2026-03-01 22:43:10.464473507 +0000
@@ -127,7 +127,7 @@
                 if (e.button != 1) {
                     return Gdk.EVENT_PROPAGATE;
                 }
-                Process.spawn_command_line_async("com.github.libredeb.lightpad");
+                Process.spawn_command_line_async("io.github.libredeb.lightpad");
                 return Gdk.EVENT_STOP;
             });
             add(widget);
@@ -195,7 +195,7 @@
 
         public override void invoke_action(Budgie.PanelAction action) {
             if ((action & Budgie.PanelAction.MENU) != 0) {
-                Process.spawn_command_line_async("com.github.libredeb.lightpad");
+                Process.spawn_command_line_async("io.github.libredeb.lightpad");
             }
         }
 
