Ubuntu :: How To Edit /etc/environment

Mar 20, 2011

I'm trying to add environment variable. i added the following line in /etc/environment:

Code:
ANT_HOME="/usr/local/ant"

and when i run the following i get nothing:

Code:
echo $ANT_HOME

what may be wrong here?

View 2 Replies


ADVERTISEMENT

Ubuntu Servers :: Edit /etc/environment File And Write There My Variable

May 7, 2011

I edit /etc/environment file and write there my variable by it's not effected, what i need to restart daemon that it's show on echo $VARIABLE.

View 1 Replies View Related

Ubuntu :: Edit File Inside It, Open It, Edit A File, Then Remake The Bin File?

Mar 3, 2011

I have a linux.img image for ubuntu.I want to edit file inside it, how can open it, edit a file, then remake the bin file?

View 7 Replies View Related

Fedora :: Edit "Places" Menu Way One Can Edit "Apps" And "System" Menus On Gnome?

Jan 14, 2010

Is it possible to edit the "Places" menu the way one can edit the "Applications" and "System" menus on gnome?

Right-clicking on the bar gives only Applications and System as editable menus. I would like to remove some items from the places menu and add others of my own liking

View 4 Replies View Related

Debian :: Edit Link Target / Edit The Link Target To Force Ip String At End?

Jun 16, 2011

What I am trying to do is edit the link target to force ip=xxxx.xxx.xxx string at end. I have a software program which access 4 different servers running the software but with different configs. In xp I can copy links and modify as above to correctly force the program to the various servers.

I have read the various how tos on hard vs sym links which I get. Playing around with hardlinks and sysmlinks (the examples I find) does not seem to be what I need. Feel like this is pretty basic stuff but I am a bit stumped.

View 1 Replies View Related

Ubuntu :: Set Up Php Environment ?

Jan 13, 2011

How to set up PHP, Mysql, Apache in my newly setup ubuntu 10.10 ?

View 9 Replies View Related

Ubuntu :: Qt4 Applications In Gtk Environment?

May 30, 2010

the only qt application i use is vlc.in ubuntu 9.10 vlc color scheme used to match my gtk theme (by default) but it doesn't happen now in 10.04.

View 3 Replies View Related

Ubuntu :: How To Set Environment Variable

Jun 28, 2010

Well on a Rsps forum it says that the reason i keep crashing in the client is cause my Envieronment Variable isnt set for Java. i was wondering how to do this.please make it deatailed since i am new to ubuntu and i dont know most of the things like usr/java

View 9 Replies View Related

Ubuntu :: Best Desktop Environment For A Old Pc?

Nov 25, 2010

what best desktop environment for a pentiun iii 1GHz, 256 Mb RAM and 64 Mb of video card. Like Gnome, KDE, Fluxbox, Openbox, Blackbox, XFCE or other, don't care if have or not menus or docks, I need it became fast and can see videos not in slow-motion.

View 4 Replies View Related

Ubuntu :: How To Set Java Environment

Feb 16, 2011

I am working on other's pc. I got a problem. I put the export sentence in the user's ~/.bashrc and root's ~/.bashrc. So when I type java -version either in user account or root account in the terminal, it works correctly. But when I type sudo java -version, the error appears, it cannot find the java. I am really confused. Is sudo different from directly using root account? How to set java environment when I type sudo in user account?

View 1 Replies View Related

Ubuntu :: Set The Environment Variable?

Feb 4, 2010

I'm trying to set the environment variable. java_home and path.

I used the following instruction:
export JAVA_HOME=/usr/lib/jvm/java-6-sun-1.6.0.14
and to check :
echo "java_home=$JAVA_HOME"
and every thing is ok.

But since i close the terminal every thing is deleted.

View 13 Replies View Related

Ubuntu :: Way To Change The Desktop Environment ?

Jan 12, 2010

Now I know this is an Ubuntu forum, but my question is really for Linux distros in general. An obvious newbie to linux, I was just wondering if I could change the default desktop environment that comes with distros: for example Ubuntu comes with GNOME. There is a way to change that to something like, for example, xfce or Openbox right? Or are these environments set for each distro?

View 1 Replies View Related

Ubuntu :: Crash Cannot Log In To The GNOME Environment?

Feb 6, 2010

After a crash I cannot log in to the GNOME environment anymore, after entering the password the login animation is being displayed for a while and then screen returns to gdm. GNOME failsafe works fine. I don't know what information may be useful to debug this problem. ~/.xsession-errors contains

Code:
/etc/gdm/Xsession: Beginning session setup...
Setting IM through im-switch for locale=en_US.
Start IM through /etc/X11/xinit/xinput.d/all_ALL linked to /etc/X11/xinit

[Code]...

View 1 Replies View Related

Ubuntu Servers :: How To Load The GUI Environment

Mar 13, 2010

I have installed x-11 server using the command

"sudo apt-get install xserver-xorg xserver-xorg-core"

and

"sudo apt-get install openbox"

On the Ubuntu server 9.10 I dont know how to load the GUI environment .

View 1 Replies View Related

Ubuntu :: Distro That Uses ROX As The Default Environment?

Mar 24, 2010

I am curious if anyone has played around with this desktop environment? I would love to see a Linux distro use this as default. I think one thing Mac does well is self contained apps. Has anyone been able to get ROX to work on Ubuntu? Does anyone know of a distro that uses ROX as the default environment?

View 9 Replies View Related

Ubuntu :: Use A Mono App As A Desktop Environment?

Apr 19, 2010

I have a shell I have written in C# for Windows. I have ported it over to Linux (Ubuntu) and it works well as an app running under Gnome.

What I would like to know is how to use the shell I have written instead of Gnome? What I want is a way of booting straight into my custom shell without the default desktop environment loading.

View 7 Replies View Related

Ubuntu Servers :: Any Desktop Environment With 9.10?

Apr 24, 2010

I am a different distribution Linux user but considering to install Ubuntu Server 9.10 to run my personal website.

Question about Ubuntu Server version - does it come with some desktop environment like Gnome or KDE? I would be running Ubuntu Server on my home machine so it would be a nice bonus if I could use it to browse internet or check email.

View 9 Replies View Related

Ubuntu :: Just Install Desktop Environment?

May 6, 2010

I know you can install the Kubuntu desktop in ubuntu via synaptic. But as many of you well know this also installs a whole bunch of KDE programs and such like. Is there a way just to install the desktop environment?

View 7 Replies View Related

Ubuntu :: Cannot Boot In To Graphical Environment

Jun 2, 2010

I am using 10.04. The grub is working properly but i can't login in graphical environment because the system stops at the ubuntu boot logo. However, TTY is working properly and i am able to login in all the tty [F1-F6]. I think the problem is with xserver but I don't know how to fix it.

View 4 Replies View Related

Ubuntu :: How To Set A Environment Variable For Gnome

Jun 19, 2010

I'm trying to configure subclipse with JAVAHL for ganymede. I have everything installed and the right version of the JAVAHL.

I have seen that a lot of people uses java.library.path in the eclipse.ini file to set it up or just write a script for launching eclipse.

I have read about the .gnomerc file but i couldn't find it or create one and make it work. I'm using a 9.04 ubuntu.. is there anyway to configure an environment variable for gnome? What i want is just click on the shotcut and have it working, not having to run a script or all that stuff.

View 1 Replies View Related

Ubuntu :: TERM Environment Variable Not Set?

Oct 10, 2010

I just upgraded to 10.10, I use Tilda (terminal client) on my desktop but now when I type "clear" it says "TERM environment variable not set." instead of clearing the screen. Also commands like "tree" does not show folders and iles in color like they did before upgrading.

View 4 Replies View Related

Ubuntu :: PATH Environment Variable?

Oct 20, 2010

I have just installed Ubuntu onto my machine and my question is if it automatically comes with the PATH environment variable?If so, how do I add something such as python.exe to the PATH environment variable?

View 2 Replies View Related

Ubuntu :: Desktop Environment Not Showing In 10.10

Oct 26, 2010

I just updated today my ubuntu from 10.04 to 10.10. All worked ok until I rebooted my computer. After that, it showed me the terminal window instead of the desktop environment i had. I tried to reinstall ubuntu_desktop, but nothing.

View 2 Replies View Related

Ubuntu :: Netbook Desktop Environment

Nov 5, 2010

I recently upgraded from 10.04 to maverick(desktop edition). the problem is my netbook edition environment is not working properly.. can any1 tell me how to reset/reinstall the packages for netbook environment?

View 4 Replies View Related

Ubuntu :: Install Kde Environment On My Installed 10.04?

Nov 6, 2010

I have Ubuntu 10.04 installed on my system and I have Kubuntu 10.04 live CD.

and I want to install kde environment on my current system with live-CD and without connecting to the Internet.

View 6 Replies View Related

Ubuntu :: Use The Desktop Environment From Plan 9?

Nov 29, 2010

Instead having a large desktop environment why dont we use the desktop environment from plan 9.

View 2 Replies View Related

Ubuntu :: How To Reboot A Chroot Environment

Nov 30, 2010

i created a chroot environment for maverick. while installing packages and ubuntu-desktop it says that i need to restart. when i pass the command " sudo shutdown -r 0" my whole system gets restarted. how can i restart that particular environment.

View 3 Replies View Related

Ubuntu :: Set Environment Variable In A Launcher?

Dec 1, 2010

I am trying to create a launcher which runs virtual box from a custom config directory. For this I have to set an environment variable first then call VirtualBox command. From terminal it looks like:

Code:
helena@mint ~ $ export VBOX_USER_HOME=/mnt/shared/VirtualBox/
helena@mint ~ $ nohup VirtualBox > /dev/null 2> /dev/null &

If I have to create a shortcut for this, I am not sure how to define variable & call the command in a single command. There are some examples on:

[URL]

Code:
"DISPLAY=:0 xterm"

but when I try this, it wont work. My test.Desktop entry (I have started x on :1):

Code:
[Desktop Entry]
Encoding=UTF-8
Version=1.0

pCode]....

View 2 Replies View Related

Ubuntu :: No Names In Chroot Environment

Dec 4, 2010

I created a chroot environment for lucid. when i log in by executing this command "sudo chroot /var/chroot/lucid" it logged me in as a root user. i created a new account there, when i log in by that account i cant see anything written before $ sign. even if i change directory or anything else i cant see anything.

View 1 Replies View Related

Ubuntu :: LiveCD Of Installed Environment?

Dec 18, 2010

I would like to make a LiveCD type iso image of my system as it is currently configured. Do I just use mkisofs to make an iso of my existing system, then use Startup Disk Creator to make it bootable? I have used Startup Disk Creator to make bootable flash drives using the install iso; maybe I should somehow just add my /usr directory?

View 3 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved