Questions tagged [xubuntu]

Questions relating to programing on or with Xubuntu, an official derivative of Ubuntu based on XFCE. For questions about programing for XFCE, use the tag `xfce`

Xubuntu is an official derivative of Ubuntu Linux that uses the XFCE desktop environment. It is designed for high performance on low-specification computers.

83 questions
2
votes
1 answer

Is it possible to run android studio in virtualbox?

My host is Windows 8.1 and guest is Xubuntu 14.04.02 and I'm trying to run Android studio emulator in Xubuntu. This is the error I'm getting: /home/ravioli/Android/Sdk/tools/emulator -avd Nexus_5_API_21 -netspeed full -netdelay none libGL error: pci…
Ravit
  • 1,482
  • 3
  • 18
  • 24
2
votes
2 answers

Haskell 7.6.3 on Xubuntu 13.10: Can't import Monad.Control.Error

I recently bought a laptop and install Xubuntu 13.10 on it. Today, I freshly reinstalled it because I couldn't get GHC to work on it. I did apt-get update and upgrade, as well as install linux-headers-generic and install bcmwl-kernel-source. This is…
user1455380
  • 63
  • 2
  • 7
2
votes
1 answer

Python 2.6.6 and tkinter module

I need to run an application written in python. When I try to load it from terminal I get this error: File "/usr/local/bin/soar", line 3, in import form.main File "/usr/local/lib/python2.6/site-packages/form/main.py",…
Ali
  • 1,001
  • 2
  • 14
  • 32
2
votes
0 answers

Showing an autohidden panel only when the mouse is in a corner

I recently installed xubuntu and I'm trying to get one of my panel that I have on autohide to only show when my mouse is in the bottom left corner instead of whenever my mouse is on the left side. Is this possible to do?
Fernet
  • 173
  • 1
  • 10
2
votes
0 answers

Can't execute build (Ctrl + B) in Sublime Text 2 .py file

I'll try to explain the best I can because my English isn't very good. I am working with Python and Sublime Text 2. Everything worked well, I could build all my .py files without any problem. I was using the default compiler in my Linux distro…
2
votes
1 answer

Netbeans doesn't recognize project folder

I have several projects made in Netbeans 7.2 installed on Windows XP SP3. Last week I have installed Xubuntu 12.10 in the same machine (in a different partition), and on Xubuntu I also installed Netbeans 7.2. So far nothing went wrong and everything…
user1818930
  • 21
  • 1
  • 4
2
votes
1 answer

How to stop Ruby WEBrick app from Terminal in Xubuntu

I started learn Ruby. I tried to work with WEBrick server. After ruby index.rb command server starts. And how to stop it? I tried Ctrl+c, Ctrl+X and other. It still working. Then I pushed Ctrl+Z. Bash said: [1]+ Stopped ruby index.rb. But process…
nkuhta
  • 10,388
  • 12
  • 41
  • 54
1
vote
0 answers

Chromium gets black after long time, xubuntu 14.04

I have searched and tried almost everything. I have problems with my web app. It needs to be open for long time. I have launcher, that runs when I turn on pc. chromium-browser --kiosk "http://localhost/" --incognito --disable-pinch…
Jānis Veiss
  • 147
  • 1
  • 1
  • 9
1
vote
1 answer

MonoDevelop's debugger and xterm/gnome-terminal

I am using Xubuntu 15.04. I tried to run a basic console app using MonoDevelop, the latest one. I did a new project and this appears when I try to debug it: Could not connect to the debugger I googled for answers and I found out that there is a…
Bogdan Lica
  • 23
  • 1
  • 6
1
vote
1 answer

Why am I missing PYTHONPATH?

I was trying to list installed packages in newly installed Xubuntu 12.04 with: for d in `echo "${PYTHONPATH}" | tr ':' '\n'`; do ls "${d}"; done but after I got nothing I figured out that I am missing PYTHONPATH. Then I tried it on my Xubuntu 14.04…
Michal Gonda
  • 174
  • 2
  • 14
1
vote
1 answer

Run Python script when I log into my system? [xubuntu 15.04]

How can i run a python script at startup with xubuntu 15.04? I want to run a script that reminds me of things,like backup,buying thing,calling somebody. I already have the script,i just need it to start at startup. (Python 3.4) As far i know,…
Pentagon98
  • 123
  • 1
  • 4
  • 10
1
vote
1 answer

Can't find "Android mode" on the Processing IDE - Linux

I'm trying to install the Android Mode on the Processing IDE, however I can't seem to find it on the IDE and everyone I've download from the internet is for the windows version. I'm working on Xubuntu.
Jose Gonzalez
  • 1,491
  • 3
  • 25
  • 51
1
vote
1 answer

mcrypt_create_iv not working anymore on apache2 after ubuntu upgrade

Recently I had updated from Xubuntu 12 to 14.04. After programming for a while i needed to use the mcrypt function to help generate a salt. To my frustration, the same script that once worked worked no longer $salt =…
Ulad Kasach
  • 11,558
  • 11
  • 61
  • 87
1
vote
1 answer

LittleBits Arduino doesn't work on Linux

I recently received a LittleBits Arduino Coding Kit and thought the Arduino IDE would immediately recognize it. I noticed that when I choose the "Arduino Leonardo" on the Tools -> Board as the instruction video said to do, the Tools -> Serial Port…
1
vote
2 answers

Corrupt member variable name in bootstrap.php.cache

I've a problem with Symfony2 on Xubuntu since I installed it few hours ago: my Symfony project keep saying me : Notice: Corrupt member variable name in /.../app/bootstrap.php.cache on line 2346 I tried everything: rebuild the file, remove this…