You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Gio.IOErrorEnum: An object is already exported for the interface org.gnome.Shell.Extensions.RoundedWindowCorners at /org/gnome/shell/extensions/RoundedWindowCorners
I have attached the log file. Extension still works. Not an emergency.
The error "An object is already exported for the interface" typically occurs when an attempt is made to export an interface that is already registered. In the rounded-window-corners extension, the WindowPicker class is responsible for exporting and unexporting the D-Bus interface. The interface is exported in the enable() method and unexported in the disable() method [1].
To address this issue, ensure that the unexport() method is correctly called when the extension is disabled, preventing multiple exports of the same interface. Additionally, check if there are any conditions or logic that might cause the export() method to be called multiple times without a corresponding unexport().
Gio.IOErrorEnum: An object is already exported for the interface org.gnome.Shell.Extensions.RoundedWindowCorners at /org/gnome/shell/extensions/RoundedWindowCorners
I have attached the log file. Extension still works. Not an emergency.
RWC.txt
The text was updated successfully, but these errors were encountered: