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
1
vote
2 answers

Gnuplot script file not working under Windows when plotting single points

I am a bit confused, I have the same gnuplot script that works under Version 4.6 patchlevel 4 Build System: Linux x86_64 but not under Version 4.6 patchlevel 5 Build System: MS-Windows 32 bit the script file is clear set terminal epslatex size…
esperluette
  • 1,792
  • 2
  • 14
  • 21
1
vote
1 answer

Ruby on Rails:-Rails s and Rails Server commands all create new projects

I am experiencing some weird rails behaviour: When I do the following commands rails new blog rails s rails server The result for each is a new project, that is 3 folders names new, s, server, all with a new rails project in them ...why is this…
spatara
  • 893
  • 4
  • 15
  • 28
1
vote
3 answers

can't push to github repo after replasing to another PC

I was starting my project and used github for remote repo. I changed my OS from Ubuntu to Xubuntu. But I copied all my old files to the new location. I keep working with my program I need to push changes. I generated new SSH key and added to…
catch23
  • 17,519
  • 42
  • 144
  • 217
1
vote
1 answer

memcache(d) does not work on ubuntu 13.10

I'm trying to use memcache on my apache. (Xubuntu 13.10) I installed Apache 2.4, Php5, Mysql5, php pear etc like here: https://www.digitalocean.com/community/articles/how-to-install-and-use-memcache-on-ubuntu-12-04 php -m root@benjamin:~# php…
bencagri
  • 184
  • 2
  • 13
1
vote
1 answer

Connect to xampp database from internet

I have a website hosted on my university's account space and on 000webhost and a database on my home pc (xubuntu OS) using Xampp. I need the website to query the xampp database to get some data but I can only manage to query the database locally…
1
vote
1 answer

Trying to run crontab

I'm trying to run a cron job with crontab -e. I'm using a python code #!/usr/bin/env python import webbrowser handle = webbrowser.get() handle.open_new_tab('http://www.youtube.com/watch?v=Y4QGPWLY-EM') running crontab -e i have: * * * * * python…
Sean
  • 957
  • 2
  • 11
  • 15
1
vote
0 answers

jsoncpp integration on linux

I'm trying to integrate jsoncpp to a project. My platform is a 32-bit xubuntu with gcc version 4.7.2. I tried to use the debian package, also a build from latest jsoncpp sources, both results in same issue. I used CMake for my builds. The jsoncpp…
Hellhound
  • 511
  • 2
  • 9
  • 21
1
vote
0 answers

adb severe error in xubuntu

OK I saw this has been asked a few times but it seems it was all for windows. I am trying to learn some android development with my xubuntu machine. But I am not a linux expert either... After following along with a tutorial to set up Eclipse and…
1
vote
1 answer

[mono]Arabic text rendering in linux / monodevelop 2.6

I've been instructed to port a .NET/C# Windows application to linux (XUbuntu 11.10 or SliTaz 4). This application should be capable of rendering Arabic texts in part or all of its texts. I managed to modify the Windows application so that it…
1
vote
1 answer

Xubuntu 12.04 display (with bumblebee) screwed up after upgrade

I recently left my machine (running Xubuntu 12.04) up while it upgraded some 300 different things. I have a Hybrid Graphics NVIDIA Optimus system, and it was working perfectly with Bumblebee 3.0 up until the upgrade. Since the upgrade, fonts don't…
noah
  • 424
  • 1
  • 4
  • 10
1
vote
3 answers

How do I specify a version of Ruby for Rails without using RVM?

How do I specify a version of Ruby for Rails without using RVM? I am using Xubuntu 11.10, which comes with Ruby 1.8. I have installed Ruby 1.9 package, and updated the alternatives so ruby -version returns ruby 1.9.2p290 (2011-07-09 revision 32553)…
afaulconbridge
  • 1,107
  • 9
  • 21
0
votes
1 answer

Android emulator 15 and xubuntu 11.10 : can't switch to landscape mode

I've downloaded Android 15 on my Xubuntu 11.10 (64 bits) laptop. But though Fn and numeric keys are functionning in the host system, i can't manage to make the emulator switching to landscape mode : neither with Ctrl+F11, nor with NumPad 7 neither…
loloof64
  • 5,252
  • 12
  • 41
  • 78
0
votes
1 answer

Using Xubuntu remotely on a linode

I'm ssh'd as root into my linode server and have installed Xubuntu (for Ubuntu 10.04). Now I'd like to use it, but issuing starts brings about the fatal error no screens found. I've installed and run emacs which appears as a GUI interface with the…
Chris
  • 11,819
  • 19
  • 91
  • 145
0
votes
1 answer

Missing printers in wx.PrintDialog

We are finally migrating our old workstations with Xubuntu 9.04 to Xubuntu 10.04, and in the process we're testing our in-house wxPython application on the new systems. Everything works nicely, except that wx.PrintDialog's popup shows NO printers…
Joril
  • 19,961
  • 13
  • 71
  • 88
0
votes
1 answer

R-program - igraph package error

I have encountered an error message in an R Program (see code\details below) when I tried to use igraph library in my Xubuntu VM. This problem did not happen before . Everything was working just fine. It started very recently when I was trying to…
CodeMatrix
  • 11
  • 5