This is an automated email from the git hooks/post-receive script.

git pushed a commit to branch master
in repository enlightenment.

View the commit online.

commit c33865e4e130a070fa9d555ea8df94099b00bf81
Author: [email protected] <[email protected]>
AuthorDate: Thu Mar 5 19:31:27 2026 -0700

    feat: install ConnMan theme EDJ for NetworkManager gadget rendering
    
    NetworkManager and ConnMan modules display identical network information
    (signal strength, connection state, security status). The NetworkManager
    gadget and AP list popup require the ConnMan Edje theme to render icons
    and status displays.
    
    This adds the EDJ as module data via a symlink to ConnMan's theme file,
    ensuring the NetworkManager module has all dependencies for proper UI
    rendering without duplicating the theme file.
---
 src/modules/networkmanager/e-module-connman.edj | 1 +
 src/modules/networkmanager/meson.build          | 1 +
 2 files changed, 2 insertions(+)

diff --git a/src/modules/networkmanager/e-module-connman.edj b/src/modules/networkmanager/e-module-connman.edj
new file mode 120000
index 000000000..2b9df6e2c
--- /dev/null
+++ b/src/modules/networkmanager/e-module-connman.edj
@@ -0,0 +1 @@
+../connman/e-module-connman.edj
\ No newline at end of file
diff --git a/src/modules/networkmanager/meson.build b/src/modules/networkmanager/meson.build
index 1574c0a6e..a088ce949 100644
--- a/src/modules/networkmanager/meson.build
+++ b/src/modules/networkmanager/meson.build
@@ -11,4 +11,5 @@ no_icon = true
 
 data = [
   'module.desktop',
+  'e-module-connman.edj',
 ]

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.

Reply via email to