Open internauta2000 opened 11 months ago
Hi, I will look into it. Meanwhile can you try with the repository version via Makefile? It is updated one.
Thanks!
<schema id="org.gnome.shell.extensions.bring-out-submenu-of-power-off-logout" path="/org/gnome/shell/extensions/org.gnome.shell.extensions.bring-out-submenu-of-power-off-logout/">
Line number 2 in schemas/org.gnome.shell.extensions.bring-out-submenu-of-power-off-logout.gschema.xml
this file must be the cause in official version of this extenion. I will fix it. but for time being can you go with Makefile as mentioned above?
The update does not change unfortunately, the problem is there...
Hi can you remove the current extension and then install the extension via the readme provided.
for now can you share the content of extensions metadata.json
file please.
metadata.json...
{ "description": "Bring Out Submenu Of Power Off Button", "name": "Bring Out Submenu Of Power Off Button", "settings-schema": "org.gnome.shell.extensions.bring-out-submenu-of-power-off-logout", "shell-version": [ "45" ], "url": "https://github.com/PRATAP-KUMAR/bring-out-submenu-of-power-off-logout", "uuid": "bring-out-submenu-of-power-off-logout@pratap.fastmail.fm", "donations": { "buymeacoffee": "pratappanabaka", "paypal": "pratappanabaka" }, "version-name": "51" }
OK thanks for the output. Is the problem still there?
Yes..! The update does not change unfortunately,
Ok turnoff all extensions first including this. Reboot the system and then turn on only this extension and see please. If still problem exists then I should check for your particular linux distro.
"User Avatar In Quick Settings" extension stop working when activating Bling and the problem reappears.... I suggest checking the code of that extension.
Hi, Bling n UserAvatar??
have you tried turning off all extensions as I mentioned above? What was the result of that please.
Yes, I deactivated all extensions and reactivate one by one to replicate the problem... UserAvatar is broken when installing Bling, in fact, if I install Bling first and UserAvatar then it never works because Bling does not allow.
Hi I am confused with Bling
. By any chance are you referring it to Bring-out extension? I am looking for this, can you recheck this please?
Ok turnoff all extensions first including this. Reboot the system and then turn on only this extension and see please. If still problem exists then I should check for your particular linux distro.
I apologize for error when writing Bling ... I always wanted to say Bring (bring-out-submenu-of-power-off-logout)
Greetings... The problem raised here reappeared again with its last 56 update, generating the same conflict with User "Avatar In Quick Settings" extension... I attach the developer's comment: https://github.com/d-go/quick-settings-avatar/issues/10
Hi @internauta2000, I have gone through the links you provided. I tried with the hints given by quick-settings-avatar's extension author. Since both the extensions run at the same time, there seems to be conflict with the items removing and adding by both the extensions.
Can you try to add time out in Quick Settings Avatar's extension?
Around line numbers 211 to 213 the code in QSA extension.js
file should look like below after adding setTimeout
if (QuickSettingsMenu._system) {
setTimeout(() => {
this._indicator = new Indicator(this._mapSettings());
}, 5000)
} else {
sourceId = GLib.idle_add(GLib.PRIORITY_DEFAULT, () => {
if (!QuickSettingsMenu._system)
return GLib.SOURCE_CONTINUE;
this._indicator = new Indicator(this._mapSettings());
return GLib.SOURCE_REMOVE;
});
}
Thank you for your prompt response... When I apply the patch the problem disappears, which suggests that it is resolved momentarily. I am going to try to transmit the solution to the extension developer so that they can collaborate as well... Greetings.
Nice, you can trail and error with setTimout from 5000 to 4000 or 3000 or 2000 to reduce the delay that works for your machine.
Thank You for your quick response.
Original power menu and new buttons not hidden in last version, the configuration options not change nothing, only show new buttons in gnome 45.1 Manjaro