Re: [GUIDE] Raspbian Lite with PIXEL/LXDE/XFCE/MATE/Openbox
This is one of THE BEST pi guides I have ever read. Well played Sir.
<hat height=+100 rotation_angle=+30>
<hat height=+100 rotation_angle=+30>
Re: [GUIDE] Raspbian Lite with PIXEL/LXDE/XFCE/MATE/Openbox
Thanks for the amazing guide! I have been searching all over the web for a guide like this one!
Re: [GUIDE] Raspbian Lite with PIXEL/LXDE/XFCE/MATE/Openbox
Hello, I'm using Raspberrypi3-b and I have downloaded the NOOBS myself and installed Raspbian Jessie Lite by mistake because I wanted to have the desktop environment in the first place. So I did my research and I came up with this Guide. I followed all the instructions and I did installed PIXEL; after 30 minutes of installation, I'm still back in the command prompt.
What can be wrong? can somebody help me get in a desktop environment? Please.
Thanks!
What can be wrong? can somebody help me get in a desktop environment? Please.
Thanks!
- GhostRaider
- Posts: 54
- Joined: Fri Jan 22, 2016 9:04 pm
Re: [GUIDE] Raspbian Lite with PIXEL/LXDE/XFCE/MATE/Openbox
I mean you can always reformat your SD card and start over. In terms of Raspbian Lite with GUI, the steps listed should work fine.Daisy101 wrote:Hello, I'm using Raspberrypi3-b and I have downloaded the NOOBS myself and installed Raspbian Jessie Lite by mistake because I wanted to have the desktop environment in the first place. So I did my research and I came up with this Guide. I followed all the instructions and I did installed PIXEL; after 30 minutes of installation, I'm still back in the command prompt.
What can be wrong? can somebody help me get in a desktop environment? Please.
Thanks!
Guides I have created on the Raspberry Pi Forums:
1) [GUIDE] Raspbian Lite with PIXEL/LXDE/XFCE/MATE/Openbox/i3
2) [GUIDE] Communicate between iOS and Raspberry Pi using MQTT
1) [GUIDE] Raspbian Lite with PIXEL/LXDE/XFCE/MATE/Openbox/i3
2) [GUIDE] Communicate between iOS and Raspberry Pi using MQTT
- mikebougie
- Posts: 5
- Joined: Thu Apr 06, 2017 9:53 am
Re: [GUIDE] Raspbian Lite with PIXEL/LXDE/XFCE/MATE/Openbox
Hi there!
I *LOVE* the XFCE interface as you show it in the screenshots. Any chance you could point me to where I can make mine look the same?
I *LOVE* the XFCE interface as you show it in the screenshots. Any chance you could point me to where I can make mine look the same?
- FloatingCloud
- Posts: 33
- Joined: Wed Nov 18, 2015 9:53 am
Re: [GUIDE] Raspbian Lite with PIXEL/LXDE/XFCE/MATE/Openbox
Thanks, this is very interesting. I have tried it and I must say this procedure is in no way quicker than installing the full Raspbian image then removing the packages I don't want.
- GhostRaider
- Posts: 54
- Joined: Fri Jan 22, 2016 9:04 pm
Re: [GUIDE] Raspbian Lite with PIXEL/LXDE/XFCE/MATE/Openbox
Removing packages from full Raspbian kind of defeats its purpose. You're better off starting clean. Some packages will not be removed completely anyways. And the fact that you can take it a step further and install only the bare components. But again depends on scenario and the person.FloatingCloud wrote:Thanks, this is very interesting. I have tried it and I must say this procedure is in no way quicker than installing the full Raspbian image then removing the packages I don't want.
Guides I have created on the Raspberry Pi Forums:
1) [GUIDE] Raspbian Lite with PIXEL/LXDE/XFCE/MATE/Openbox/i3
2) [GUIDE] Communicate between iOS and Raspberry Pi using MQTT
1) [GUIDE] Raspbian Lite with PIXEL/LXDE/XFCE/MATE/Openbox/i3
2) [GUIDE] Communicate between iOS and Raspberry Pi using MQTT
- itsmedoofer
- Posts: 693
- Joined: Wed Sep 25, 2013 8:43 am
Re: [GUIDE] Raspbian Lite with PIXEL/LXDE/XFCE/MATE/i3 GUI
Hi,
Firstly fantastic guide, I saw some negative comments along the lines of what’s the point, but IMO it’s a great way to learnt how the OS works and is put together, well done !!!
I had a bit of a head scratcher after installing MATE, applications like Synaptic or GParted when started from the menu would ask for user "root" and not authenticate. I’m not sure if this was an issue caused by me but it stumped me for a while.
The solution I found was quite simple for whatever reason a polkit file had not been created, on a working system I had
/etc/polkit-1/localauthority.conf.d/60-localauthority.conf
On my build this was missing..
To fix this
Delete the existing text and replace with
Reboot and you are good to go !
Firstly fantastic guide, I saw some negative comments along the lines of what’s the point, but IMO it’s a great way to learnt how the OS works and is put together, well done !!!
I had a bit of a head scratcher after installing MATE, applications like Synaptic or GParted when started from the menu would ask for user "root" and not authenticate. I’m not sure if this was an issue caused by me but it stumped me for a while.
The solution I found was quite simple for whatever reason a polkit file had not been created, on a working system I had
/etc/polkit-1/localauthority.conf.d/60-localauthority.conf
On my build this was missing..
To fix this
Code: Select all
cd /etc/polkit-1/localauthority.conf.d/Code: Select all
sudo cp 50-localauthority.conf 60-localauthority.confCode: Select all
sudo nano 60-localauthority.confCode: Select all
[Configuration]
AdminIdentities=unix-user:pi- itsmedoofer
- Posts: 693
- Joined: Wed Sep 25, 2013 8:43 am
Re: [GUIDE] Raspbian Lite with PIXEL/LXDE/XFCE/MATE/i3 GUI
Hi,
One more for MATE, if you want to edit the system menus you need the mozo package..
and then.
Regards,
One more for MATE, if you want to edit the system menus you need the mozo package..
Code: Select all
sudo apt-get install mozoCode: Select all
sudo mozoRe: [GUIDE] Raspbian Lite with PIXEL/LXDE/XFCE/MATE/i3 GUI
hi together,
i have two questions.
i installed raspbian lite and pixel. This tutorial works great.
If now come an offical update for pixel, do i get the same update like the offical version from raspbian or do i need a special update for this version?
The german translation is very bad, is there an update or location file to fix this?
i have two questions.
i installed raspbian lite and pixel. This tutorial works great.
If now come an offical update for pixel, do i get the same update like the offical version from raspbian or do i need a special update for this version?
The german translation is very bad, is there an update or location file to fix this?
- mikebougie
- Posts: 5
- Joined: Thu Apr 06, 2017 9:53 am
Re: [GUIDE] Raspbian Lite with PIXEL/LXDE/XFCE/MATE/i3 GUI
You will get the same updates.
- DougieLawson
- Posts: 43604
- Joined: Sun Jun 16, 2013 11:19 pm
Re: [GUIDE] Raspbian Lite with PIXEL/LXDE/XFCE/MATE/i3 GUI
What do you have in /etc/apt/sources.list.d/raspi.conf
Try updating that tothen sudo apt-get update && sudo apt-get install piclone should run OK.
Try updating that to
Code: Select all
deb http://archive.raspberrypi.org/debian/ jessie main uiLanguages using left-hand whitespace for syntax are ridiculous
DMs sent on Bluesky or by LinkedIn will be answered next month.
Fake doctors - are all on my foes list.
The use of crystal balls and mind reading is prohibited.
DMs sent on Bluesky or by LinkedIn will be answered next month.
Fake doctors - are all on my foes list.
The use of crystal balls and mind reading is prohibited.
Re: [GUIDE] Raspbian Lite with PIXEL/LXDE/XFCE/MATE/i3 GUI
Hello, i found a bug.
If i do rightclick on a file, i can choose "open with".
There i saw the old Programms like games - minecraft, development tools and more.
Possible to remove this?
Thanks :).
If i do rightclick on a file, i can choose "open with".
There i saw the old Programms like games - minecraft, development tools and more.
Possible to remove this?
Thanks :).
- sklgeneral
- Posts: 1
- Joined: Wed Jun 14, 2017 3:44 am
Re: [GUIDE] Raspbian Lite with PIXEL/LXDE/XFCE/MATE/i3 GUI
Hi, What archive extractor did you use?
- GhostRaider
- Posts: 54
- Joined: Fri Jan 22, 2016 9:04 pm
Re: [GUIDE] Raspbian Lite with PIXEL/LXDE/XFCE/MATE/i3 GUI
sklgeneral wrote:Hi, What archive extractor did you use?
Archive extracting comes with the desktop environment. Otherwise Xarchiver is a good one.
Guides I have created on the Raspberry Pi Forums:
1) [GUIDE] Raspbian Lite with PIXEL/LXDE/XFCE/MATE/Openbox/i3
2) [GUIDE] Communicate between iOS and Raspberry Pi using MQTT
1) [GUIDE] Raspbian Lite with PIXEL/LXDE/XFCE/MATE/Openbox/i3
2) [GUIDE] Communicate between iOS and Raspberry Pi using MQTT
Re: [GUIDE] Raspbian Lite with PIXEL/LXDE/XFCE/MATE/i3 GUI
how to setup wifi like Pixel's way?
- Red Dragon
- Posts: 1
- Joined: Mon Aug 14, 2017 7:22 pm
Re: [GUIDE] Raspbian Lite with PIXEL/LXDE/XFCE/MATE/i3 GUI
How do I install the add and remove programs setting that lets you find and install programs?
- GhostRaider
- Posts: 54
- Joined: Fri Jan 22, 2016 9:04 pm
Re: [GUIDE] Raspbian Lite with PIXEL/LXDE/XFCE/MATE/i3 GUI
In Rasbian Lite, anything you see in full Rasbian can be installed to your installation of Rasbian Lite. You just need to figure out the name of that "package", meaning that each application is associated with a package name. Problem is that I don't know what the package name for that installer is since I don't use full rasbian.Red Dragon wrote: ↑Mon Aug 14, 2017 7:41 pmHow do I install the add and remove programs setting that lets you find and install programs?
Guides I have created on the Raspberry Pi Forums:
1) [GUIDE] Raspbian Lite with PIXEL/LXDE/XFCE/MATE/Openbox/i3
2) [GUIDE] Communicate between iOS and Raspberry Pi using MQTT
1) [GUIDE] Raspbian Lite with PIXEL/LXDE/XFCE/MATE/Openbox/i3
2) [GUIDE] Communicate between iOS and Raspberry Pi using MQTT
Re: [GUIDE] Raspbian Lite with PIXEL/LXDE/XFCE/MATE/i3 GUI
If you followed the guide and used this: sudo apt-get install --no-install-recommends raspberrypi-ui-mods.
Then you will end up in a login screen loop.
It seems that since stretch update, it requires recommended packages too.
How to fix it?
1. At login screen, press ctrl + alt + F6 to get into terminal.
2. Log in with pi / raspberry.
3. Type: sudo apt-get remove raspberrypi-ui-mods.
4. Type: sudo apt-get install raspberrypi-ui-mods.
5. Type: sudo reboot
Then you will end up in a login screen loop.
It seems that since stretch update, it requires recommended packages too.
How to fix it?
1. At login screen, press ctrl + alt + F6 to get into terminal.
2. Log in with pi / raspberry.
3. Type: sudo apt-get remove raspberrypi-ui-mods.
4. Type: sudo apt-get install raspberrypi-ui-mods.
5. Type: sudo reboot
Re: [GUIDE] Raspbian Lite with PIXEL/LXDE/XFCE/MATE/i3 GUI
Thanks sajtyy you saved me a few hours on that,
startx would just dump out with missing dependencies and I was not sure which package was the culprit.
cheers
startx would just dump out with missing dependencies and I was not sure which package was the culprit.
cheers
Re: [GUIDE] Raspbian Lite with PIXEL/LXDE/XFCE/MATE/i3 GUI
I went through a comparison of packages installed with and w/o the "--no-install-recommends" of raspberrypi-ui-mods. In my testing when I added the following packages (used --no-install-recommends in the process) it got me past the login prompt problem:
pi-greeter
pimixer
pipanel
I'm guessing pimixer didn't have anything to do with it but while zeroing in on the packages it was in the mix. Install these, reboot, and you should be to the desktop. The pi-greeter and pipanel packages definitely seemed to be related, although if the packages are later removed the problem does not resurface. So maybe something that gets configured as a process of their install?
Re: [GUIDE] Raspbian Lite with PIXEL/LXDE/XFCE/MATE/i3 GUI
Hi, how do I install the sound drivers?
best regards
best regards
- GhostRaider
- Posts: 54
- Joined: Fri Jan 22, 2016 9:04 pm
Re: [GUIDE] Raspbian Lite with PIXEL/LXDE/XFCE/MATE/i3 GUI
Should be installed by default since it is an essential driver. Probably you meant like a sound manager? Depends on what desktop environment you want to use.
Guides I have created on the Raspberry Pi Forums:
1) [GUIDE] Raspbian Lite with PIXEL/LXDE/XFCE/MATE/Openbox/i3
2) [GUIDE] Communicate between iOS and Raspberry Pi using MQTT
1) [GUIDE] Raspbian Lite with PIXEL/LXDE/XFCE/MATE/Openbox/i3
2) [GUIDE] Communicate between iOS and Raspberry Pi using MQTT
Re: [GUIDE] Raspbian Lite with PIXEL/LXDE/XFCE/MATE/i3 GUI
Hello,
Thanks for this guide.
I am on Stretch lite.
I need a GUI just to debug a Python script and I would run the GUI via from my Mac. Let’s assume, I want to install PIXEL or something lighter if there is.
What are the minimal packages I need to install to remotely run the GUI? For instance, I do not need any login manager.
Do these packages to be install always run in the background or only when I run the GUI? In other words, do they consume resources only when the GUI is in use or always?
Thanks for helping, daniele
Thanks for this guide.
I am on Stretch lite.
I need a GUI just to debug a Python script and I would run the GUI via
Code: Select all
ssh -X 192.168....What are the minimal packages I need to install to remotely run the GUI? For instance, I do not need any login manager.
Do these packages to be install always run in the background or only when I run the GUI? In other words, do they consume resources only when the GUI is in use or always?
Thanks for helping, daniele
- GhostRaider
- Posts: 54
- Joined: Fri Jan 22, 2016 9:04 pm
Re: [GUIDE] Raspbian Lite with PIXEL/LXDE/XFCE/MATE/i3 GUI
I'm not understanding. If you use X11 Forwarding, you don't need a GUI. You just need to install the apps that you need on Raspbian Lite and just run them from your Mac terminal. If you want to run multiple windows, you just type in "nameofapp &" in terminal.dcaccount wrote: ↑Sun Nov 26, 2017 4:39 amHello,
Thanks for this guide.
I am on Stretch lite.
I need a GUI just to debug a Python script and I would run the GUI viafrom my Mac. Let’s assume, I want to install PIXEL or something lighter if there is.Code: Select all
ssh -X 192.168....
What are the minimal packages I need to install to remotely run the GUI? For instance, I do not need any login manager.
Do these packages to be install always run in the background or only when I run the GUI? In other words, do they consume resources only when the GUI is in use or always?
Thanks for helping, daniele
Image
Guides I have created on the Raspberry Pi Forums:
1) [GUIDE] Raspbian Lite with PIXEL/LXDE/XFCE/MATE/Openbox/i3
2) [GUIDE] Communicate between iOS and Raspberry Pi using MQTT
1) [GUIDE] Raspbian Lite with PIXEL/LXDE/XFCE/MATE/Openbox/i3
2) [GUIDE] Communicate between iOS and Raspberry Pi using MQTT
Jump to
- Community
- General discussion
- Announcements
- Other languages
- Deutsch
- Español
- Français
- Italiano
- Nederlands
- 日本語
- Polski
- Português
- Русский
- Türkçe
- User groups and events
- Raspberry Pi Official Magazine
- Using the Raspberry Pi
- Beginners
- Troubleshooting
- Advanced users
- Assistive technology and accessibility
- Education
- Picademy
- Teaching and learning resources
- Staffroom, classroom and projects
- Astro Pi
- Mathematica
- High Altitude Balloon
- Weather station
- Programming
- C/C++
- Java
- Python
- Scratch
- Other programming languages
- Windows 10 for IoT
- Wolfram Language
- Bare metal, Assembly language
- Graphics programming
- OpenGLES
- OpenVG
- OpenMAX
- General programming discussion
- Projects
- Networking and servers
- Automation, sensing and robotics
- Graphics, sound and multimedia
- Other projects
- Media centres
- Gaming
- AIY Projects
- Hardware and peripherals
- Camera board
- Compute Module
- Official Display
- HATs and other add-ons
- Device Tree
- Interfacing (DSI, CSI, I2C, etc.)
- Keyboard computers (400, 500, 500+)
- Raspberry Pi Pico
- General
- SDK
- MicroPython
- Other RP2040 boards
- Zephyr
- Rust
- AI Accelerator
- AI Camera - IMX500
- Hailo
- Software
- Raspberry Pi OS
- Raspberry Pi Connect
- Raspberry Pi Desktop for PC and Mac
- Beta testing
- Other
- Android
- Debian
- FreeBSD
- Gentoo
- Linux Kernel
- NetBSD
- openSUSE
- Plan 9
- Puppy
- Arch
- Pidora / Fedora
- RISCOS
- Ubuntu
- Ye Olde Pi Shoppe
- For sale
- Wanted
- Off topic
- Off topic discussion