lennart-k / gnome-rounded-corners

The most useful GNOME extension on the planet. Rounded corners offer innovative advantages like less screen real estate. Saves energy on OLED screens since less pixels are lit.
GNU General Public License v2.0
27 stars 8 forks source link

Error after latest update #6

Closed corebots closed 3 years ago

corebots commented 4 years ago

Latest update gives error on Fedora 33 gnome 3.38.1-3. image


Stack trace:
  get_local_gsettings@/home/juraj/.local/share/gnome-shell/extensions/Rounded_Corners@lennart-k/settings.js:22:9
  Prefs@/home/juraj/.local/share/gnome-shell/extensions/Rounded_Corners@lennart-k/settings.js:33:33
  buildPrefsWidget@/home/juraj/.local/share/gnome-shell/extensions/Rounded_Corners@lennart-k/prefs.js:9:15
  _init@resource:///org/gnome/Shell/Extensions/js/extensionsService.js:207:40
  OpenExtensionPrefsAsync/<@resource:///org/gnome/Shell/Extensions/js/extensionsService.js:122:28
  asyncCallback@resource:///org/gnome/gjs/modules/core/overrides/Gio.js:132:22
  run@resource:///org/gnome/Shell/Extensions/js/dbusService.js:177:20
  main@resource:///org/gnome/Shell/Extensions/js/main.js:19:13
  run@resource:///org/gnome/gjs/modules/script/package.js:222:19
  start@resource:///org/gnome/gjs/modules/script/package.js:206:8
  @/usr/share/gnome-shell/org.gnome.Shell.Extensions:1:17
spxak1 commented 4 years ago

Same here, latest upgrade broke it. Not working


The settings of extension Rounded_Corners@lennart-k had an error:
```
Error: Schema org.gnome.shell.extensions.lennart-k.rounded_corners could not be found for extension Rounded_Corners@lennart-k
```

Stack trace:
```
get_local_gsettings@/home/otheos/.local/share/gnome-shell/extensions/Rounded_Corners@lennart-k/settings.js:22:9
Prefs@/home/otheos/.local/share/gnome-shell/extensions/Rounded_Corners@lennart-k/settings.js:33:33
buildPrefsWidget@/home/otheos/.local/share/gnome-shell/extensions/Rounded_Corners@lennart-k/prefs.js:9:15
_init@resource:///org/gnome/Shell/Extensions/js/extensionsService.js:207:40
OpenExtensionPrefsAsync/<@resource:///org/gnome/Shell/Extensions/js/extensionsService.js:122:28
asyncCallback@resource:///org/gnome/gjs/modules/core/overrides/Gio.js:132:22
run@resource:///org/gnome/Shell/Extensions/js/dbusService.js:177:20
main@resource:///org/gnome/Shell/Extensions/js/main.js:19:13
run@resource:///org/gnome/gjs/modules/script/package.js:222:19
start@resource:///org/gnome/gjs/modules/script/package.js:206:8
@/usr/share/gnome-shell/org.gnome.Shell.Extensions:1:17
```
lennart-k commented 4 years ago

Oh sorry, I made some major mistakes with the last update and then pushed it just before leaving the house, that was pretty stupid. :/ Now the fixed version is waiting for approval. Basically I have not invested the 2 minutes for a build script yet and when using the zip command manually I forgot to include the schema directory.

spxak1 commented 4 years ago

Oh sorry, I made some major mistakes with the last update and then pushed it just before leaving the house, that was pretty stupid. :/ Now the fixed version is waiting for approval. Basically I have not invested the 2 minutes for a build script yet and when using the zip command manually I forgot to include the schema directory.

Thanks for that. I could fix it by copying the missing "schemas" folder from a previous version. v.3 had no "schemas" folder.

See here