Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
debian:desktop [2019/04/30 15:16]
pvincent [DEBIAN Desktop]
debian:desktop [2020/03/03 11:04] (current)
pvincent [DEBIAN Desktop]
Line 1: Line 1:
 DEBIAN Desktop DEBIAN Desktop
 ======= =======
 +
 +:info:
 +
 +Voir la dernière version [Buster](./​buster)
 +
 +----
  
 Télécharger : Télécharger :
Line 85: Line 91:
 ## firefox ## firefox
  
-  * `apt install -unstable firefox`+  * `apt install -yt unstable firefox`
   * `apt remove firefox-esr`   * `apt remove firefox-esr`
  
Line 97: Line 103:
 ### flash ### flash
  
-  * `apt install flashplugin-nonfree` +```bash 
-  * `wget https://fpdownload.adobe.com/get/​flashplayer/​pdc/32.0.0.101/​flash_player_npapi_linux.x86_64.tar.gz` +apt install ​-y flashplugin-nonfree 
-  * `tar xvf flash_player_npapi_linux.x86_64.tar.gz` +wget `curl 'https://get.adobe.com/​flashplayer/​download/?​installer=FP_32.0_for_Linux_64-bit_(.tar.gz)_-_NPAPI&​sType=7564&​standalone=1'​ | grep location\.href | cut -d "'"​ -f2
-  * `cp libflashplayer.so /​usr/​lib/​flashplugin-nonfree/​libflashplayer.so` +tar xvf flash_player_npapi_linux.x86_64.tar.gz 
-  * `chmod 644 /​usr/​lib/​flashplugin-nonfree/​libflashplayer.so` +cp libflashplayer.so /​usr/​lib/​flashplugin-nonfree/​libflashplayer.so 
-  * `chown root:root /​usr/​lib/​flashplugin-nonfree/​libflashplayer.so` +chmod 644 /​usr/​lib/​flashplugin-nonfree/​libflashplayer.so 
-  * `update-alternatives --quiet --install /​usr/​lib/​mozilla/​plugins/​flash-mozilla.so flash-mozilla.so /​usr/​lib/​flashplugin-nonfree/​libflashplayer.so 50`+chown root:root /​usr/​lib/​flashplugin-nonfree/​libflashplayer.so 
 +update-alternatives --quiet --install /​usr/​lib/​mozilla/​plugins/​flash-mozilla.so flash-mozilla.so /​usr/​lib/​flashplugin-nonfree/​libflashplayer.so 50
  
  
 +
 +
 +```
  
  
Line 128: Line 138:
   * `chmod +x gnome-shell-extension-installer`   * `chmod +x gnome-shell-extension-installer`
   * `sudo rm -rf /​usr/​share/​gnome-shell/​extensions/​*`   * `sudo rm -rf /​usr/​share/​gnome-shell/​extensions/​*`
-  * `gnome-shell-extension-installer 104 #​netspeed` +  * `gnome-shell-extension-installer 104 111 112 120 277 307 --yes`
-  * `gnome-shell-extension-installer ​111 3.12 #​calculator` +
-  * `gnome-shell-extension-installer ​112 #​accessibility turn off` +
-  * `gnome-shell-extension-installer ​120 3.18 #​system-monitor` +
-  * `gnome-shell-extension-installer ​277 #​impatience` +
-  * `gnome-shell-extension-installer ​307 #dash-to-dock`+
   * `sudo cp ~/​.local/​share/​gnome-shell/​extensions/​*@*/​schemas/​org.gnome.shell.extensions.*.gschema.xml /​usr/​share/​glib-2.0/​schemas/​ && sudo glib-compile-schemas /​usr/​share/​glib-2.0/​schemas/​`   * `sudo cp ~/​.local/​share/​gnome-shell/​extensions/​*@*/​schemas/​org.gnome.shell.extensions.*.gschema.xml /​usr/​share/​glib-2.0/​schemas/​ && sudo glib-compile-schemas /​usr/​share/​glib-2.0/​schemas/​`
   * # configuration   * # configuration
Line 151: Line 156:
     * `gsettings set org.gnome.shell.extensions.system-monitor icon-display false`     * `gsettings set org.gnome.shell.extensions.system-monitor icon-display false`
     * `gsettings set org.gnome.shell.extensions.netspeed show-sum true`     * `gsettings set org.gnome.shell.extensions.netspeed show-sum true`
 +    * `gsettings set org.gnome.shell.overrides dynamic-workspaces false`
 +    * `gsettings set org.gnome.desktop.wm.preferences num-workspaces 1`
     * `gsettings set org.gnome.mutter overlay-key '​Super_L'​`     * `gsettings set org.gnome.mutter overlay-key '​Super_L'​`
     * `gnome-shell --replace &`     * `gnome-shell --replace &`