fabric icon indicating copy to clipboard operation
fabric copied to clipboard

Fix Hyprland service initialization and property handling

Open DIMFLIX opened this issue 1 year ago • 0 comments

This commit resolves issue #87 by:

  1. Explicitly defining GObject properties via gproperties before super().init()
  2. Implementing do_get_property for proper property access
  3. Replacing direct property access with get_property() calls in widgets
  4. Adding proper error handling during service initialization

The changes ensure proper GObject property system integration and prevent critical "string_to_string: assertion 'self != NULL' failed" errors that occurred during service initialization.

DIMFLIX avatar Apr 09 '25 10:04 DIMFLIX