Last active
March 11, 2019 23:39
-
-
Save basoro/905b5a77eb2fd354cdff8078715d6b71 to your computer and use it in GitHub Desktop.
LinuxMint with LXDE Window Manager based on Mate
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1. First, LXDE and some accessories are installed (terminal): | |
apt-get install catfish galculator gedit gedit-common gnome-screenshot gpicview leafpad libfm-data libfm-extra4 libfm-gtk-data libfm-gtk4 libfm-modules libfm4 libid3tag0 libimlib2 libkeybinder0 libmenu-cache-bin libmenu-cache3 libobrender32v5 libobt2v5 libunique-1.0-0 libwnck-common libwnck22 lxappearance lxappearance-obconf lxde lxde-common lxde-core lxde-icon-theme lxhotkey-core lxhotkey-gtk lxinput lxmenu-data lxpanel lxpanel-data lxrandr lxsession lxsession-data lxsession-edit lxsession-logout lxtask lxterminal openbox openbox-lxde-session pcmanfm xarchiver xscreensaver | |
2. Remover MATE and accessories | |
apt-get purge caja caja-admin caja-common caja-open-terminal engrampa engrampa-common gir1.2-mate-desktop gir1.2-mate-panel gir1.2-matedesktop-2.0 gir1.2-matepanelapplet-4.0 libmate-desktop-2-17 libmate-menu2 libmate-sensors-applet-plugin0 libmate-slab0 libmate-window-settings1 libmatedict6 libmatekbd-common libmatekbd4 libmatemixer-common libmatemixer0 libmateweather-common libmateweather1 marco marco-common mate-applets mate-applets-common mate-common mate-control-center mate-control-center-common mate-desktop mate-desktop-common mate-icon-theme mate-indicator-applet mate-indicator-applet-common mate-media mate-media-common mate-menus mate-panel mate-panel-common mate-polkit mate-polkit-common mate-screensaver mate-screensaver-common mate-sensors-applet mate-sensors-applet-common mate-session-manager mate-settings-daemon mate-settings-daemon-common mate-system-monitor mate-system-monitor-common mate-terminal mate-terminal-common mate-user-guide mate-utils mate-utils-common mint-meta-mate mintmenu mozo python-mate-menu | |
3. Remove Compiz | |
apt-get purge compiz compizconfig-settings-manager compiz-core compiz-gnome compiz-plugins compiz-plugins-default libcompizconfig0 libdecoration0 python-compizconfig | |
4. Finally, a few files were added and made various adjustments. | |
. | |
├── remaster | |
│ ├── isolinux | |
│ │ └── isolinux.cfg | |
│ └── live | |
│ └── filesystem.packages-remove | |
├── root | |
│ ├── etc | |
│ │ ├── default | |
│ │ │ ├── keyboard | |
│ │ │ └── locale | |
│ │ ├── linuxmint | |
│ │ │ └── info | |
│ │ ├── lsb-release | |
│ │ ├── skel | |
│ │ │ ├── Bilder | |
│ │ │ ├── .config | |
│ │ │ │ ├── leafpad | |
│ │ │ │ │ └── leafpadrc | |
│ │ │ │ ├── libfm | |
│ │ │ │ │ └── libfm.conf | |
│ │ │ │ ├── linuxmint | |
│ │ │ │ │ └── mintUpdate.conf | |
│ │ │ │ ├── lxpanel | |
│ │ │ │ │ ├── launchtaskbar.cfg | |
│ │ │ │ │ └── LXDE | |
│ │ │ │ │ ├── config | |
│ │ │ │ │ └── panels | |
│ │ │ │ │ └── panel | |
│ │ │ │ ├── lxsession | |
│ │ │ │ │ └── LXDE | |
│ │ │ │ │ ├── autostart | |
│ │ │ │ │ └── desktop.conf | |
│ │ │ │ ├── lxterminal | |
│ │ │ │ │ └── lxterminal.conf | |
│ │ │ │ ├── mimeapps.list | |
│ │ │ │ ├── openbox | |
│ │ │ │ │ └── lxde-rc.xml | |
│ │ │ │ ├── pcmanfm | |
│ │ │ │ │ ├── default | |
│ │ │ │ │ └── LXDE | |
│ │ │ │ │ ├── desktop-items-0.conf | |
│ │ │ │ │ └── pcmanfm.conf | |
│ │ │ │ ├── user-dirs.dirs | |
│ │ │ │ ├── user-dirs.locale | |
│ │ │ │ └── xfce4 | |
│ │ │ │ └── xfconf | |
│ │ │ │ └── xfce-perchannel-xml | |
│ │ │ │ └── xfce4-power-manager.xml | |
│ │ │ ├── Desktop | |
│ │ │ │ ├── computer.desktop | |
│ │ │ │ └── home.desktop | |
│ │ │ ├── .dmrc | |
│ │ │ ├── Dokumente | |
│ │ │ ├── Downloads | |
│ │ │ ├── .fonts.conf | |
│ │ │ ├── .gtkrc-2.0 | |
│ │ │ ├── Musik | |
│ │ │ ├── Öffentlich | |
│ │ │ ├── Videos | |
│ │ │ ├── Vorlagen | |
│ │ │ └── .xscreensaver | |
│ │ └── timezone | |
│ └── usr | |
│ ├── bin | |
│ │ └── mint-lxde-logout | |
│ └── share | |
│ ├── applications | |
│ │ ├── debian-installer-launcher.desktop | |
│ │ └── mdmsetup.desktop | |
│ ├── file-manager | |
│ │ └── actions | |
│ │ ├── calculate-md5sum.desktop | |
│ │ ├── open-as-root.desktop | |
│ │ ├── search-catfish.desktop | |
│ │ └── set-as-wallpaper.desktop | |
│ └── mint-lxde | |
│ └── images | |
│ ├── background_mate.png | |
│ ├── background.png | |
│ ├── logout-banner.png | |
│ ├── mintmenu_mate.png | |
│ └── mintmenu.png | |
└── overview.txt | |
Source : https://www.linuxmintusers.de/index.php?topic=49512.msg690654#msg690654 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment