Review of "Deskflow Wallpapers" version 2

Details Page Preview

Автоматична зміна шпалер для кожного робочого простору. Individual wallpapers for each workspace.

Extension Homepage
https://github.com/Ezdrael/deskflow-wallpapers

No comments.

Diff Against

Files

Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.

Shexli (experimental) warning 3

Shexli found 3 issues that may need reviewer attention.

EGO-A-004 warning

extension files should not contain excessive ungated console logging

File contains 11 ungated console.log/warn/error calls (threshold: 5).

No excessive logging

  • extension.js:88
    console.error('DeskflowWallpapers: Помилка парсингу', e)
  • extension.js:15
    console.log('DESKFLOW LOG: enable() started')
  • extension.js:19
    console.log('DESKFLOW LOG: calling _initDefaultWallpapers')
  • extension.js:25
    console.log('DESKFLOW LOG: connecting signals')
  • extension.js:37
    console.log('DESKFLOW LOG: connecting workspaces-reordered')
  • extension.js:42
    console.log('DESKFLOW LOG: calling _onWorkspacesCountChanged')
  • extension.js:46
    console.log('DESKFLOW LOG: setting up indicator')
  • extension.js:53
    console.log('DESKFLOW LOG: connecting wallpapers-map signal')
  • extension.js:59
    console.log('DESKFLOW LOG: calling _onActiveWorkspaceChanged at end of enable')
  • extension.js:61
    console.log('DESKFLOW LOG: enable() finished')

EGO-M-005 warning

metadata session-modes must be omitted when only user mode is declared

Field `session-modes` should be omitted when it only contains `user`.

metadata.json must be well-formed

  • metadata.json
    session-modes=['user']

EGO-L-006 warning

preferences classes should not retain window-scoped objects on instance fields without close-request cleanup

Preferences code stores window-scoped objects on the exported prefs class without `close-request` cleanup.

Destroy all objects

  • prefs.js:9
    this._settings = this.getSettings()
  • prefs.js:16
            this._workspacesGroup = new Adw.PreferencesGroup({
                title: 'Робочі столи',
                description: 'Встановіть індивідуальні шпалери для кожного з виявлених робочих просторів.'
            })

All Versions

Version Status
7 Unreviewed
6 Rejected
5 Rejected
4 Rejected
3 Rejected
2 Rejected
1 Rejected

Previous Reviews on this Version

SOTOmax auto- rejected
Auto-rejected because of new version 3 was uploaded