Difference between revisions of "IT-OS-Config-Elementary"
Jump to navigation
Jump to search
Samerhijazi (talk | contribs) (→ToDo after installing elementary OS) |
Samerhijazi (talk | contribs) m (Samerhijazi moved page IT-OS-Install-Elementary to IT-OS-Config-Elementary without leaving a redirect) |
||
| (5 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
| + | =Source= | ||
| + | * https://www.reddit.com/r/elementaryos/comments/gj6l0n/thinner_titlebars_how_to_make_elementaryos_look/?utm_source=share&utm_medium=web2x | ||
| + | * https://www.youtube.com/watch?v=3mp0BfyptEs | ||
| + | * https://www.youtube.com/watch?v=9CZiUcxt614 | ||
| + | * https://drasite.com/flat-remix | ||
=Setting on fedora= | =Setting on fedora= | ||
* http://bytebitez.blogspot.com/2018/02/how-to-build-elementary-tweaks-on.html | * http://bytebitez.blogspot.com/2018/02/how-to-build-elementary-tweaks-on.html | ||
| Line 48: | Line 53: | ||
### Enable tray icons for third-party apps | ### Enable tray icons for third-party apps | ||
sudo nano /etc/xdg/autostart/indicator-application.desktop | sudo nano /etc/xdg/autostart/indicator-application.desktop | ||
| + | ---------------------------------------------------------- | ||
| + | OnlyShowIn=Unity;GNOME;Pantheon; | ||
| + | ---------------------------------------------------------- | ||
| + | # | ||
sudo dpkg -i Downloads/wingpanel-indicator-ayatana_2.0.3+r27+pkg17~ubuntu0.4.1.1_amd64.deb | sudo dpkg -i Downloads/wingpanel-indicator-ayatana_2.0.3+r27+pkg17~ubuntu0.4.1.1_amd64.deb | ||
Latest revision as of 15:05, 23 February 2022
Source
- https://www.reddit.com/r/elementaryos/comments/gj6l0n/thinner_titlebars_how_to_make_elementaryos_look/?utm_source=share&utm_medium=web2x
- https://www.youtube.com/watch?v=3mp0BfyptEs
- https://www.youtube.com/watch?v=9CZiUcxt614
- https://drasite.com/flat-remix
Setting on fedora
- http://bytebitez.blogspot.com/2018/02/how-to-build-elementary-tweaks-on.html
- https://decathorpe.com/2019/05/07/pantheon-fedora-30-guide.html
gsettings set org.gnome.desktop.wm.preferences button-layout 'close,minimize,maximize:' gsettings set org.gnome.desktop.wm.preferences button-layout ':minimize,maximize,close' org > pantheon > desktop > gala > appearance ... $ sudo dnf install lightdm elementary-greeter light-locker $ sudo systemctl disable gdm.service $ sudo systemctl enable lightdm.service
ToDo after installing elementary OS
src: https://averagelinuxuser.com/after-install-elementary-juno/
### Install Firefox sudo apt install firefox sudo apt remove epiphany-browser ### Install Tweaks sudo apt install software-properties-common sudo add-apt-repository ppa:philip.scott/elementary-tweaks sudo apt update sudo apt install elementary-tweaks ### Disable GRUB delay sudo nano /etc/default/grub ### Install LibreOffice sudo apt install libreoffice libreoffice-gtk3 libreoffice-style-elementary ### Install Clipped sudo apt install com.github.davidmhewitt.clipped ### Install Multimedia codecs sudo apt install ubuntu-restricted-extras libavcodec-extra libdvd-pkg ### Install Drivers sudo ubuntu-drivers autoinstall ### Install GDebi sudo apt install gdebi ### Improve Laptop battery life sudo apt install tlp tlp-rdw ### Enable tray icons for third-party apps sudo nano /etc/xdg/autostart/indicator-application.desktop ---------------------------------------------------------- OnlyShowIn=Unity;GNOME;Pantheon; ---------------------------------------------------------- # sudo dpkg -i Downloads/wingpanel-indicator-ayatana_2.0.3+r27+pkg17~ubuntu0.4.1.1_amd64.deb ### Install Synaptic sudo apt install synaptic