Aryan20 / Logomenu

Quick access menu for the GNOME panel with options that help ease the workflow for newcomers and power users alike.
https://extensions.gnome.org/extension/4451/logo-menu/
GNU General Public License v2.0
51 stars 31 forks source link

Unsupported conversion character %. #78

Closed a1ex-ak closed 2 weeks ago

a1ex-ak commented 2 weeks ago

Error: Unsupported conversion character %.

Stack trace: vprintf/<@resource:///org/gnome/gjs/modules/core/_format.js:66:19 vprintf@resource:///org/gnome/gjs/modules/core/_format.js:13:19 format@resource:///org/gnome/gjs/modules/script/format.js:28:12 _init@file:///home/ciso/.local/share/gnome-shell/extensions/logomenu@aryan_k/PrefsLib/adw.js:584:103 LogoMenuAboutPage@file:///home/ciso/.local/share/gnome-shell/extensions/logomenu@aryan_k/PrefsLib/adw.js:467:48 fillPreferencesWindow@file:///home/ciso/.local/share/gnome-shell/extensions/logomenu@aryan_k/prefs.js:22:27 _loadPrefs@resource:///org/gnome/Shell/Extensions/js/extensionPrefsDialog.js:41:18 async_init@resource:///org/gnome/Shell/Extensions/js/extensionPrefsDialog.js:26:14 ExtensionPrefsDialog@resource:///org/gnome/Shell/Extensions/js/extensionPrefsDialog.js:17:4 OpenExtensionPrefsAsync@resource:///org/gnome/Shell/Extensions/js/extensionsService.js:139:33 asyncLaunchExtensionPrefsAsync@resource:///org/gnome/Shell/Extensions/js/extensionsService.js:126:14 _handleMethodCall@resource:///org/gnome/gjs/modules/core/overrides/Gio.js:373:35 _wrapJSObject/<@resource:///org/gnome/gjs/modules/core/overrides/Gio.js:408:34 _init/GLib.MainLoop.prototype.runAsync/</<@resource:///org/gnome/gjs/modules/core/overrides/GLib.js:266:34

Aryan20 commented 2 weeks ago

Hi! There was an issue with the translation you did, which triggered the failure. I have fixed it but the new release will happen when more changes are there.

Aryan20 commented 2 weeks ago

For now, you can download the code and run "make install"

a1ex-ak commented 2 weeks ago

For now, you can download the code and run "make install"

I succeeded)) Thank you

Aryan20 commented 2 weeks ago

@a1ex-ak Ah great! You can refer https://github.com/Aryan20/Logomenu/commit/f35bb007631b9b995f332b0598340c46b4daa30e for what was wrong with the translation.

a1ex-ak commented 2 weeks ago

@a1ex-ak Ah great! You can refer f35bb00 for what was wrong with the translation.

Thank you very much, as it turned out, a lot of things were wrong and I corrected them in the new PR