Questions tagged [gui]

The Graphical User Interface, or GUI, allows the user to interact with images rather than text.

The Graphical User Interface, or GUI, allows the user to interact with images rather than text.

254 questions
80
votes
12 answers

How can I remove the GUI from Raspbian/Debian?

I would like to know how to completely remove X.org and all GUI-related components from Raspbian or soft-float Debian. The most obvious solution would be sudo apt-get purge xorg, but I am afraid that that will leave some GUI packages lying…
fouric
  • 1,779
  • 4
  • 17
  • 26
45
votes
2 answers

How to set my Raspberry Pi to boot into the GUI?

As from my previous question, I asked what the power off button in the corner does. Then somebody said if you boot into the GUI automatically, it will give you some options. How do I boot into the GUI at startup?
horIzoN
  • 664
  • 1
  • 7
  • 11
34
votes
6 answers

Recommended GUI toolkit for Python development on the Raspberry Pi

I am teaching my daughter Python (and myself to some degree) using the Pi, and we have had a great time so far - but the CLI can only take us so far. I have started looking at other toolkits, specifically wx, Qt and GTK. These all seem to have great…
Goyuix
  • 755
  • 2
  • 7
  • 13
16
votes
4 answers

TightVNC connection refused

I exactly followed these instructions on the official RPi site to install TightVNC on my Pi (model 2). The Pi has a static IP address and I can ping it and SSH in (obviously), so I know it's working. When I try to connect using the Windows TightVNC…
vaindil
  • 269
  • 1
  • 2
  • 4
15
votes
4 answers

How to printscreen on Raspberry Pi?

I would like to screenshot the Midori browser and i've tried the following methods as mentioned HERE. Using Imagemagick which is pre-installed in Raspberry Pi. I pressed the printscreen key on the keyboard and attempt to paste it on that software.…
yvonnezoe
  • 401
  • 1
  • 6
  • 18
14
votes
5 answers

PyQt5 on a Raspberry Pi

I have a Raspberry Pi 3 with Raspbian installed, along with a 7" touch screen. I'm in the process of creating an application in Python to read several DS18B20 Thermocouples to monitor the temperature of several aquariums (relays attached to heaters…
CharlieHorse
  • 497
  • 1
  • 4
  • 12
13
votes
4 answers

How to boot into own python script (GUI) only?

I have the following problem: Using a RaspPi 3B running Raspbian Jessie (version 4.4.26-v7+) I would like the GUI of a self-written python script to be executed on startup. I know that this question has been asked on this website as well as on…
Fantilein1990
  • 900
  • 1
  • 9
  • 22
13
votes
2 answers

Run a GUI without the desktop

I would like to run a web browser or a simple GUI without running the whole desktop. I want to use my Raspberry Pi as a simple web server, but still have a very simple GUI for controlling my 3-D printer with a few buttons and graphs. I don't want to…
12
votes
3 answers

How can I enable the GUI on the Debian "Squeeze" Image?

The downloads page indicates that this image includes LXDE, but I'm having trouble enabling it.
ramblinjan
  • 3,990
  • 7
  • 33
  • 52
11
votes
3 answers

Project text-to-speech for a blind parent

My first post here. (I sincerely hope it's within the scope of allowed posts I didn't know where else to turn). I plan to do a project for a ninety-year old mother who is rapidly losing her eyesight and leads a relatively cheerless life. She sits…
11
votes
3 answers

How to have remote desktop on Macbook with Raspberry Pi?

I want to ssh into the raspberry pi from a mac and be able to run an application with a basic GUI. SSH is already working and good. I thought it'd just be as simple as ssh -X myusername@mystaticip Then I could launch my program via the command line…
tarabyte
  • 655
  • 3
  • 7
  • 13
11
votes
1 answer

When set to boot in to X-server, RasPi is booting without password

Regardless of whether I boot to a GUI or to the console, I always want a password enabled on all of my machines. I've looked at as many tutorials as I can find regarding this, and although there are apparently a myriad of ways to make debian boot to…
zenbike
  • 2,490
  • 6
  • 19
  • 26
10
votes
6 answers

Empty desktop after typing "startx"

I've flashed a 2GB SD card with the Raspbian wheezy image from http://www.raspberrypi.org/downloads, which boots up fine, but after typing "startx", I'm facing an empty desktop with the raspberry logo; nothing further happens. The pointer moves, I…
rasper
  • 276
  • 1
  • 3
  • 7
9
votes
1 answer

Running a webpage on startup

I have a touchscreen based kiosk application running on my raspberry pi. In this application I need to load a webpage , which once opened will load a user interface. Now, my question is how do the make the raspberry pi load this page directly on…
bobdxcool
  • 171
  • 1
  • 3
  • 5
7
votes
3 answers

Pi 3 cannot connect to Enterprise WiFi using GUI

Raspberry Pi 3 Model B running Raspbian "Jessie with PIXEL" (Release 2016-09-23). It appears that all the WiFi networks that requires authentication other than a PSK are grayed out in the menu. What is the reason behind this? Not supported by driver…
Radium Zheng
  • 299
  • 1
  • 2
  • 6
1
2 3
16 17