__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
/* Desktop Icons GNOME Shell extension * * Copyright (C) 2019 Sergio Costas ([email protected]) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. */ 'use strict'; import Gio from 'gi://Gio' import Adw from 'gi://Adw'; import {ExtensionPreferences} from 'resource:///org/gnome/Shell/Extensions/js/extensions/prefs.js'; export default class DingPreferences extends ExtensionPreferences { fillPreferencesWindow(window) { let mainAppControl = Gio.DBusActionGroup.get( Gio.DBus.session, 'com.rastersoft.ding', '/com/rastersoft/ding' ); mainAppControl.activate_action('changeDesktopIconSettings', null); const page = new Adw.PreferencesPage(); window.add(page); window.connect_after('show', ()=>{window.close();}); } }
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| app | Folder | 0755 |
|
|
| emulateX11WindowType.js | File | 13.66 KB | 0644 |
|
| extension.js | File | 24.37 KB | 0644 |
|
| gnomeShellOverride.js | File | 4.87 KB | 0644 |
|
| metadata.json | File | 308 B | 0644 |
|
| prefs.js | File | 1.38 KB | 0644 |
|
| visibleArea.js | File | 6.23 KB | 0644 |
|