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

xubuntu launches applications at startup that are not in the application startup settings

At startup, my computer launches a number of applications that are not in the session & startup / Application Autostart setting: Okular, terminal, truecrypt. These applications were not necessarily open at shutdown. Xubuntu system: Ubuntu 14.04 LTS…
Henk
  • 3,634
  • 5
  • 28
  • 54
0
votes
0 answers

C program Cygwin vs. Xubuntu

I have a C program that implements a start-stop protocol and when I run this program in Xubuntu ( which is installed on the virtual machine ) I get a result/behavior different from the one I get when I run the program in Cygwin. My question is: will…
Jorj
  • 1,291
  • 1
  • 11
  • 32
0
votes
1 answer

How to open a html file by default in my browser when i type the relevant url using apache?

I know this may be long but please bear with me.. I am using Xubuntu. I have installed apache 2.something(I think it is 2.4) using sudo install from commandline. Inside my File System folder there is var folder inside of which there is www folder…
Pratik.S
  • 470
  • 10
  • 30
0
votes
1 answer

how do i make .jar become executable in Xubuntu

I am Trying To Write a .sh file to ask file name, make file executable, then open file. I have tried to search but did not find a result to my question.
0
votes
2 answers

Emulators doesn't run at Xubuntu 12.04

I'm newly at android. I installed android SDK and configured few emulators to work with applications. But problem is that no one doesn't work when I lunch it. I'm using Xubuntu 12.04. Here is how looks virtual device manager: And one…
catch23
  • 17,519
  • 42
  • 144
  • 217
0
votes
2 answers

MD5 Message Digest from SUN,

I try to get MD5 string using Java, but the function below return string "MD5 Message Digest from SUN, ": public String hash(String value) { try { MessageDigest md = MessageDigest.getInstance("MD5"); …
jcubic
  • 61,973
  • 54
  • 229
  • 402
0
votes
1 answer

How to add shortcut to Xfce (ubuntustudio)?

I went to Settings => Setting Manager => Window Manager => Shortcuts I can modify exist keyboard shortcuts, however, there's no Add option. I googled only found out that there's + (Add) button on Shortcut tab. Is there something wrong with my…
Nick
  • 8,451
  • 13
  • 57
  • 106
0
votes
2 answers

ADB doesn't see device

-Lsusb: Bus 001 Device 002: ID 8087:0020 Intel Corp. Integrated Rate Matching Hub Bus 002 Device 002: ID 8087:0020 Intel Corp. Integrated Rate Matching Hub Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 002 Device 001: ID…
Manguicho
  • 35
  • 1
  • 5
0
votes
5 answers

LDAP login works via terminal, but doesn't work via GUI

Please if you could give me some advice of what I'm doing wrong you would make me very happy. I've been struggling with this with no luck and I'm kinda desperate. I've got a virtual machine with an LDAP Server installed on Windows Xp. It's Apache…
Sembei
  • 41
  • 1
  • 1
  • 8
0
votes
1 answer

Scientific application suddenly slowed down on Linux

I do scientific computing using c++ with a couple of basic fortran routines in a Xubuntu 12.10 distribution. Things have been running well for years. All of the sudden today when messing with my code the time to complete each iteration would jump…
David Folkner
  • 1,171
  • 1
  • 13
  • 27
0
votes
1 answer

Boost C++ Serialization lib missing in xubuntu installation

I have xubuntu OS installed on my PC (12.04, Precise Pangolin) and installed C++ boost lib (1.49) using ubuntu's binary repository for boost by issuing the following command in the terminal: sudo apt-get install libboost-dev The command…
F. Aydemir
  • 2,665
  • 5
  • 40
  • 60
0
votes
2 answers

updating the JDK on a linux machine

I'm sure this is just my lack of experience with linux but I just cant seem to figure it out. I'm using XUbuntu annd I have the JDK6 installed and the full screen issue is really starting to bother me so I'd like to upgrade to version 7. I've tried…
Kevin Bigler
  • 256
  • 1
  • 2
  • 9
0
votes
2 answers

Do you need a certain shell program for Proxy Forwarding?

I am trying to set up a secure proxy for my work. This article perm linksuggests I should be using SSH Tunnel + SOCKS Proxy Forwarding. Do I need to have access to a particular shell program on the server, or any shell program will do? I have bash,…
Majid Fouladpour
  • 29,356
  • 21
  • 76
  • 127
0
votes
1 answer

Autostart/run "./abcd" file/program on xubuntu

How do I create an autostart entry for a program I have to start like this: /home/user/Desktop/app/./applicationname Help is much appreciated !
FireFox
  • 472
  • 2
  • 4
  • 14
0
votes
1 answer

Failing to connect to MySQL-server through SSH and JDBC with IntelliJ IDEA

My friend and I are working on a project where we try to SSH into a MySQL-database using JDBC, JSch and IntelliJ IDEA. The problem is most likely not the connection attempt itself but, and this is my guess, som sort of environmental issue. I can SSH…