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
0
votes
1 answer

OpenGl XUbuntu 14.04 glShaderSource, glCompileShader, glCreateProgram functions not declared

I am trying to build an OpenGl application. First I used the old fixed function pipeline for drawing. Then I noticed that this is outdated and wanted to switch to the programmable pipeline. For this purpose I used some tutorials on the web. After…
Naibaf
  • 111
  • 8
0
votes
2 answers

too many pythons on linux

i recently started using python with xubuntu on virtualbox but i'm having problems. I want to be able to use numpy so i thought that apt-get install python-numpy would solve everything, but using the shell i kept getting No module named numpy. I…
Ale
  • 87
  • 1
  • 13
0
votes
1 answer

IntelliJ: Paste content of a file to hastebin.com

I'm searching for a simple way to paste the content of a file directly from IntelliJ into hastebin. But I didn't find any plugin for IntelliJ. I'm running IntelliJ on Xubuntu 14.12. Thank you in advance
0
votes
1 answer

QtOctave on Xubuntu 14.04 - Bode not showing - error: 'create_set' undefined

Im having a hard time using QTOctave on Xubuntu. Im trying to display a Bode Diagramm but I constantly get the error message from the Octave Terminal: **warning: dcgain: unstable system; dimensions: nc=0, nz=2, mm=1, pp=1 error: 'create_set'…
elhe
  • 122
  • 10
0
votes
1 answer

C++ error on std::unordered_map (Ubuntu - GCC4.8.2)

I'm trying to compile someone else project on linux (Ubuntu), it's a game that uses SDL2. I'm compiling with Code::Blocks using GCC4.8.2 and with the C++11 flag. I spend the las hours to look in internet for the error or even understand it, but with…
JetSpyDragon
  • 33
  • 1
  • 6
0
votes
1 answer

Kernel specific compile

I need help to generate a "specific hardware" .config for my kernel. Yesterday evening i've installed on an old Asus EEE-Pc 900HD the latest version of Xubuntu 14.10, and I'm trying to optimize this installation. I'd like to know how to do the "make…
alestark
  • 9
  • 2
0
votes
1 answer

How do I take the final step to make my servlets accessible to the web?

Running Lubuntu 14.04 Tomcat7 and the manager is installed and working Servlet is deployed to Tomcat7 Servlet working in localhost Router port forwarding is working Website name has NS and A records and is at the registry. I see this with a "dig" I…
brightmatter
  • 162
  • 1
  • 10
0
votes
1 answer

Xubuntu 14.04 How to use two keyboard shortcuts to change keyboard layout

I was used to have two keyboard layouts Czech and English. But when I wanted to type any character from another keyboard layout I didn't want to change the whole layout. So I like to press just and while pressing the layout is switched. On the…
pajus_cz
  • 1,261
  • 1
  • 13
  • 19
0
votes
1 answer

Cordova Android Install On Linux

I've been pulling my hair out for the past two days trying to get cordova to detect and install the android platform for a project. The specific error: Error: ANDROID_HOME is not set and "android" command not in your PATH. You must fulfill at least…
Kovo
  • 1,687
  • 14
  • 19
0
votes
3 answers

Running rails app automatically before login in a development environment

Every time when I restart a linux box, I have to run rails s to start a rails app in dev env. Is there a way to start a given rails app automatically when linux restarted? I assume the solution is close to running an app in a production env. I have…
Askar
  • 5,784
  • 10
  • 53
  • 96
0
votes
2 answers

is there a suggested "best" location for a global .vim dir

I am setting up a single pc running xubuntu which several people will use. Although I may well be the only one who uses vim, rather than install a .vim dir in each user's ~ is there a better path the folder can be stored and so loaded whenever vim…
nanker
  • 593
  • 5
  • 12
0
votes
1 answer

add pyqtgraph (plot) into QApplication

hy, soooo, i created the MainWindow.ui file with the QTDesigner. Then i import this gui with following command into my .py file: form_class = uic.loadUiType("ess_project.ui")[0] What is the difference if i compile this .ui file with pyuic4…
InvAdErZz
  • 49
  • 1
  • 11
0
votes
1 answer

AttributeError: 'MainWindow' object has no attribute 'dev'

Hy, Yeah so, i am writing an python3 programm, that should send the content of an file to an LPC1758. For testing i will write a simple string above USB. I use libusb1.0 .... But every time i become the same error, even if i rename "dev" into…
InvAdErZz
  • 49
  • 1
  • 11
0
votes
1 answer

ruby gem issue trying to install bundle install

Having issues trying to instal bundle install---I keep getting this error message what am I doing wrong? Please help. Using rake (10.1.0) Using i18n (0.6.1) Using multi_json (1.8.2) Using activesupport (3.2.13) Using builder (3.0.4) Using…
Justin
  • 143
  • 2
  • 13
0
votes
0 answers

Automatically create a new file inside a folder.

Platform: *nix/xfce/xubuntu/ubuntu-studio/14.04 Linux .... 3.13.0-24-lowlatency #47-Ubuntu SMP PREEMPT .... x86_64 x86_64 x86_64 GNU/Linux Problem: When I click 'create new folder' I want a blank file to automatically be generated inside the new…
aggitan
  • 21
  • 1