Автоматична зміна шпалер для кожного робочого простору. Individual wallpapers for each workspace.
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
EGO-A-004 warning
extension files should not contain excessive ungated console logging
File contains 11 ungated console.log/warn/error calls (threshold: 5).
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.
prefs.js:9
this._settings = this.getSettings()
prefs.js:16
this._workspacesGroup = new Adw.PreferencesGroup({
title: 'Робочі столи',
description: 'Встановіть індивідуальні шпалери для кожного з виявлених робочих просторів.'
})