Questions tagged [lxterminal]

the LXDE (Lightweight X11 Desktop Environment) terminal emulator.

83 questions
6
votes
2 answers

Raspberry Pi communication over USB

Is it possible to communicate with the Raspberry Pi over USB? Basically is it possible to write a device driver on my x86 PC running Linux, and also tweak the OS running on the RPi so that a communication channel is established? This should enable…
5
votes
1 answer

Control signal strength of Raspberry Pi 3 WiFi signal down to minimum

With the Raspberry Pi (latest Raspbian OS) configured as a WiFi Access Point that gives internet access through ethernet interface, I'm doing some WiFi Signal Strength testing. In reduced space to work, I need to test quality of network with a…
jon
  • 53
  • 1
  • 1
  • 6
5
votes
3 answers

How dow I install adobe flash player

I have the latest version of the RPI . I have tried wget http://odroidxu.leeharris.me.uk/PepperFlash-15.0.0.152.r2-armv7h.tar.gz but that gave me a error which means the website could not be found. Can some one please help me?
Kyle
  • 51
  • 1
  • 1
  • 2
3
votes
2 answers

How to make terminal open another terminal window that runs a command

I'm working a raspberry pi project including Alexa Builtin (https://github.com/alexa/alexa-avs-sample-app/wiki/Raspberry-Pi). Everything is working but the startup script I'm working on #! /bin/bash lxterminal -e "cd companionService && npm start"…
Biba Baba
  • 39
  • 1
  • 2
3
votes
2 answers

How do I start RetroPie

Hei Now I have installed RetroPie from the terminal in Raspbian, but how do I start it? I have written emulationstation but then it says: X is running. Please shut down X in order to mitigate problems with losing keyboard input. For example, logout…
Martn
  • 29
  • 1
  • 1
  • 5
3
votes
1 answer

How do I configure Ubuntu to recognize raspberrypi.local?

When I connect my Mac to the Raspberry Pi directly via an ethernet cable, in the terminal, I can type: ssh pi@raspberrypi.local No special configuration is required. On my Ubuntu Linux machine, I cannot seem to find the address raspberrypi.local on…
ericmjl
  • 875
  • 2
  • 8
  • 11
3
votes
1 answer

lxterminal show tool bar

In Lxterminal I chose the option under "Display" to hide the toolbar, thinking that pressing F10 would make it pop up again. It doesn't. Without the toolbar, I can't see/access the toolbar. Is there a command to bring it back? The man page was not…
xxjjnn
  • 133
  • 1
  • 5
2
votes
1 answer

Turning off lxpanel on raspberry pi says “Can't connect to display”

Basically i want to know if i can kill lxpanel on raspberry pi zero to reduce ram usage. (i access it via ssh, not the display) or if it has something required by os. I can't shut it via lxpanelctl because it says Cant connect to display: :1.0 Its…
Mike
  • 123
  • 1
  • 3
2
votes
2 answers

LXDE autostart is not working

I am trying to execute a simple script lxterminal -e "/home/pi/superscript.sh" in a normal terminal it works perfectly. But if i try putting it in to /etc/xdg/lxsession/LXDE-pi/autostart witch looks like this after this procedure: @lxpanel…
Coder_fox
  • 135
  • 1
  • 5
2
votes
1 answer

Why is my username in the terminal not green

My username in the terminal usually green. It is no longer green. How can I fix this?
cobra12
  • 143
  • 1
  • 9
2
votes
1 answer

How to solarize LXTerminal and nano

I just got Raspberry pi and I'm new to linux overall. Enjoying so far, except default color schemes are tiring my eyes. I found nice color scheme Solarized, but I can't figure it out how to apply it to LXTerminal 0.2.0 and nano 2.2.6. I'm running…
SoulJam
  • 65
  • 1
  • 7
2
votes
3 answers

How to set the lxterminal to stay when running a command

If I enter lxterminal in a terminal window, a new terminal window pops up and it stays there. But if I enter lxterminal -e "dir", the window just flashes and disappears. How can I set it to stay there? This part of a bigger task where I am trying to…
Osprey
  • 141
  • 2
  • 5
2
votes
1 answer

Shutdown the Pi at the end of my python script using cron?

I have created a python script that lights up some leds on a bit of breadboard then it's supposed to shut down the pi, the script works fine if I run it in python and the pi shuts down as intended. I created a crontab using sudo crontab -e @reboot…
Jon Wilmot
  • 29
  • 1
  • 3
2
votes
1 answer

How open a pygame console terminal through SSH (JuiceSSH)?

I have made a piece of code with pygame on the Raspberry Pi and I want to run it through the Android app JuiceSSH so I can use it on my Android phone. But whenever I run it on my phone, even with 'sudo', it returns an error 'unable to open a console…
jjislam
  • 123
  • 1
  • 5
2
votes
1 answer

Can you change the mouse focus?

I'm reading book about the command line and it mentions that some OS's had an option to change from having to click the mouse to focus on a window to receive input and having to just scroll over the window for it to be able to receive input. Are…
sir_ian
  • 980
  • 4
  • 17
  • 38
1
2 3 4 5 6