Mostra la pàginaRevisions anteriorsQuè hi enllaçaExporta a PDFTorna dalt Aquesta pàgina és només de lectura. Podeu veure'n el codi font, però no podeu canviar-la. Consulteu el vostre administrador si penseu que això és degut a algun error. = debian 9 stretch == gnome === control de ventanas desde CLI * devilspie2 : programa para recolocar las ventanas escritorio * [[http://git.savannah.gnu.org/cgit/devilspie2.git/plain/README]] * LUA: [[http://lua-users.org/wiki/StringLibraryTutorial]] * LUA: [[https://stackoverflow.com/questions/37121875/lua-return-value-if-string-match-with-wildcard]]<code>-- the debug_print command does only print anything to stdout * comandos: [[https://github.com/gusnan/devilspie2/blob/master/README]] -- if devilspie2 is run using the --debug option debug_print("Window Name: " .. get_window_name()); debug_print("Application name: " .. get_application_name()) if (get_application_name() == "terminator") then stick_window(); end</code> === GUI * instalar **dconf-editor** === CLI settings * ''gsettings list-keys org.gnome.settings-daemon.plugins.power'' * ''gsettings list-keys org.gnome.desktop.screensaver'' * **gsettings** * help <command> * list-schemas * list-keys <schema> (p.e. : org.gnome.desktop.screensaver) * get/set <schema> %%<key>%% <value> === screensaver * **gnome-screensaver** : gestión instancia de gnome-screensaver * **gsettings** * configurar:<code bash> gsettings list-keys org.gnome.desktop.screensaver gsettings set org.gnome.desktop.screensaver lock-enabled true gsettings set org.gnome.desktop.lockdown disable-lock-screen 'false' </code> === launchers * [[https://itsfoss.com/ubuntu-desktop-shortcut/]] * [[https://linuxconfig.org/how-to-create-desktop-shortcut-launcher-on-ubuntu-18-04-bionic-beaver-linux]] * <code>[Desktop Entry] Encoding=UTF-8 Name=Firefox Exec=/home/mtorrese/bin/firefox/firefox Icon=/home/mtorrese/Downloads/logos/firefox.png Type=Application Categories=Development; </code> * ''/usr/share/applications'' linux/debian/install-9.txt Darrera modificació: 25/02/2020 23:56per mate