Forum     

Go Back   Digit Technology Discussion Forum > Software > Open Source
Register FAQ Calendar Mark Forums Read

Open Source A place where you can talk to like-minded people about the fastest growing software movement today! Discuss anything and everything about Open Source software and Operating Systems.


Closed Thread
 
LinkBack Thread Tools Display Modes
Old 29-04-2007, 09:17 PM   #1 (permalink)
You gave been GXified
 
gxsaurav's Avatar
 
Join Date: Jan 2007
Location: New Delhi
Posts: 5,636
Default Help with using Ubuntu 7.04


Well, I just installed Ubuntu in VMWare & using it to type this messege right now. So far, it looks much like version 6.10. Here are few things I need help with

1) How to make a network share in Ubuntu & WIndows?

I have shared a folder using VMWare in Ubuntu & WIndows so that i can copy paste files between WIndows & ubuntu. Now in another VM Of WIndows XP the shared folder is easliy accisible, how to do it in Ubuntu?

2) I want to bring my firefox settings to Linux. For this i can simply copy the WIndows profiles folder to linux & it should work, right? So where is the profiles folder saves in Linux for firefox?

3) I need a password Manager for Ubuntu.

Actully if I can share files among WIndows & Linux in VMware I can just bring old things to Ubuntu straight.

More to come, someone plz help me in making a network share between Ubuntu & WIndows Vista\XP

OK I installed a password manager. KeypassX & the package was .deb which installed automatically on double click (neat). But where to launch it? There is no shortcut made on desktop or top menu bar.

Another things : What is the equivalent of C:\Documents & settings\user of WIndows in LInux? When I open my computer in Gnome, I get the FIlesystem drive showing & inside it are many files & folders. I went to the Home folder & then Saurav folder inside it, which shows 2 folders "Desktop" & "Examples". I just made a folder "FIles" here in which I will save everything. Guess this should be ok. This is more like my d:\ drive equivalent where i save movies etc, right?

Right now I m using the Application -> Add\remove programs to remove useless stuff which I don't need like open office. Here again it asked to update the package information from net. Is package info = Some internet database of all apps?

ANy linux user other then mehul online on Yahoo? he is not at his desk.
__________________
about.me/gxsaurav

Last edited by gxsaurav; 29-04-2007 at 09:46 PM. Reason: Automerged Doublepost
gxsaurav is offline  
Advertisements. Register and be a member of the community to get rid of them.
Advertisement

Old 29-04-2007, 10:56 PM   #2 (permalink)
Debian Rocks!
 
freebird's Avatar
 
Join Date: Feb 2007
Location: Coimbattore
Posts: 528
Smile Re: Ubuntu from scratch

for 1) u need to setup samba server for file sharing btw vista PC and linux PC.
2)firefox stores(in hidden files in UNIX or dot(.) files) its config in ~/.mozilla/firefox/some directory.OR
/home/user/.mozilla/firefox.there is some random named dir inside check there for backup.
3)there are lot of them.search in synaptic package manager(menu SYstem>admin>)
Quote:
Another things : What is the equivalent of C:\Documents & settings\user of WIndows in LInux? When I open my computer in Gnome, I get the FIlesystem drive showing & inside it are many files & folders. I went to the Home folder & then Saurav folder inside it, which shows 2 folders "Desktop" & "Examples". I just made a folder "FIles" here in which I will save everything. Guess this should be ok. This is more like my d:\ drive equivalent where i save movies etc, right?
In Linux,users are given groups and permissions that they can access.in menu>System>Administration>Users and Groups can help u in this.
/home/saurav is ur Home directory that means where u can freely work with all the powers.Linux file system hierarchy is "/" is the root file dir.also there is /root/ for root user also.all C:\>Program Files\directories are distributed in Linux to have the executables go into the /usr/bin dir and other config files for the program are at /usr/lib/dir
for filesystem explanation very well explained read this post in this fourm for picwise explanation @:
http://www.thinkdigit.com/forum/show...7&postcount=12
Quote:
Right now I m using the Application -> Add\remove programs to remove useless stuff which I don't need like open office. Here again it asked to update the package information from net. Is package info = Some internet database of all apps?
U need to get updated packages and new packages list from repositories using apt.if u prefer gui,use gnome-app-install(add/remove) or synaptic-press reload button.when finishes it will show u latest packages and upgrades similar is windows-update for vista.
In menu Press Applications>Accessories>Terminal to get a terminal.Now edit or look ur /etc/apt/sources.list for similarity as mine.u can add many a repositories.Now in gnome-terminal @ "$" prompt gedit is an editor for GNOME like wordpad in M$.
Code:
:~$gksudo gedit /etc/apt/sources.list
^ when prompted give ur password.(this can be all done via GUI in SYnaptic>Settings>repositories also!)
Now copy either mine or edit urself:
My
/etc/apt/sources.list:
Code:
# # If you get GPG errors with this sources.list, locate the GPG key in this file
# # and run these commands (where KEY is replaced with that key)
# #
# # gpg --keyserver hkp://subkeys.pgp.net --recv-keys KEY
# # gpg --export --armor KEY | sudo apt-key add -
#Ubuntu Security
deb http://archive.ubuntu.com/ubuntu/ feisty-security main restricted
deb-src http://archive.ubuntu.com/ubuntu/ feisty-security main restricted
deb http://archive.ubuntu.com/ubuntu/ feisty-security universe
deb-src http://archive.ubuntu.com/ubuntu/ feisty-security universe
deb http://archive.ubuntu.com/ubuntu/ feisty-security multiverse
deb-src http://archive.ubuntu.com/ubuntu/ feisty-security multiverse

# # Ubuntu supported packages
# # GPG key: 437D05B5
deb http://archive.ubuntu.com/ubuntu/ feisty main restricted
deb-src http://archive.ubuntu.com/ubuntu/ feisty main restricted
deb http://archive.ubuntu.com/ubuntu/ feisty-updates main restricted
deb-src http://archive.ubuntu.com/ubuntu/ feisty-updates main restricted

#
# # Ubuntu community supported packages
# # GPG key: 437D05B5
deb http://archive.ubuntu.com/ubuntu/ feisty universe multiverse
deb-src http://archive.ubuntu.com/ubuntu/ feisty universe multiverse
deb http://archive.ubuntu.com/ubuntu/ feisty-updates universe multiverse
deb-src http://archive.ubuntu.com/ubuntu/ feisty-updates universe multiverse

# # Ubuntu backports project
# # GPG key: 437D05B5
deb http://archive.ubuntu.com/ubuntu/ feisty-backports main restricted universe multiverse
deb-src http://archive.ubuntu.com/ubuntu/ feisty-backports main restricted universe multiverse

#### Proposed Multiverse ####
deb http://archive.ubuntu.com/ubuntu/ feisty-proposed main restricted universe multiverse
deb-src http://archive.ubuntu.com/ubuntu/ feisty-proposed main restricted universe multiverse


#### Canonical Commercial ####
deb http://archive.canonical.com/ubuntu feisty-commercial main
BTW have U seen
http://ubuntuguide.org
for feisty?
__________________
"The day windows users wake up to reality, it will be doomsday for Microsoft."UNIX like OS are more secure.get urself out 4m M$ http://whylinuxisbetter.net http://tinyurl.com/2amjjc http://fsf.org

Last edited by freebird; 29-04-2007 at 11:09 PM.
freebird is offline  
Old 29-04-2007, 11:19 PM   #3 (permalink)
You gave been GXified
 
gxsaurav's Avatar
 
Join Date: Jan 2007
Location: New Delhi
Posts: 5,636
Default Re: Ubuntu from scratch

thanx atleast someone replied.

1) I went to System Menu -> Administration -> Shared folder it said to install 2 things SMP & NFS which I clicked ok to download. Now everything is installed here.

2) But, now what? I hope you know about VMWare. I went to VMware to edit this virtual machine. Now I enabled share & enabled a folder d:\downloads\ to be shared to the guest OS.

3) Now I get the shared folder WIndows in Ubuntu & I m asked to add a folder to it. Clicked on Add & it asks for path. Here is what I selected



So I guess by this I shared my Ubuntu folder to WIndows, while I want to do reverse. See my WIndows shared folder in Ubuntu.

I am looking in Vista whether i disabled some service kya

The file system problem is solved. I just made a folder in home\saurav\ Files besides desktop & example folder & save all my files in it
__________________
about.me/gxsaurav
gxsaurav is offline  
Old 29-04-2007, 11:31 PM   #4 (permalink)
Debian Rocks!
 
freebird's Avatar
 
Join Date: Feb 2007
Location: Coimbattore
Posts: 528
Smile Re: Ubuntu from scratch

if u got files shared from Vista,try in Menu>Places>Network to launch nautilus network whether showing ur vista items.
edit: i found a neat howto on Mounting Windows shares permanantly on Ubuntu GNU/Linux.
http://www.cyberciti.biz/tips/browse...-nautilus.html
https://help.ubuntu.com/community/Mo...resPermanently

I am sorry.I dont know anything about vmware.
__________________
"The day windows users wake up to reality, it will be doomsday for Microsoft."UNIX like OS are more secure.get urself out 4m M$ http://whylinuxisbetter.net http://tinyurl.com/2amjjc http://fsf.org

Last edited by freebird; 29-04-2007 at 11:47 PM.
freebird is offline  
Old 30-04-2007, 12:06 AM   #5 (permalink)
You gave been GXified
 
gxsaurav's Avatar
 
Join Date: Jan 2007
Location: New Delhi
Posts: 5,636
Default Re: Ubuntu from scratch

hey, i haven't been able to share files yet but giving them a halt.

I installed few things using synaptic. Flash PLugin & VLC Player, KeypassX, gcursor.

Right now making Ubuntu look more like OS X using a guide & have succeded in it a bit too . I m still looking for some Vista icon theme so that I can be a bit familier with the icon & UI. I downloaded avant window nevigatar which is a dock actully but it is tar.gz file which on extraction gives many files. How to install this? Is there some dock for Ubuntu available in Synaptic? plz tell me the name. FIrst change the UI & then the usability...maloom to ho ki main kar kya rahan hun.
__________________
about.me/gxsaurav
gxsaurav is offline  
Old 30-04-2007, 12:11 AM   #6 (permalink)
Debian Rocks!
 
freebird's Avatar
 
Join Date: Feb 2007
Location: Coimbattore
Posts: 528
Smile Re: Ubuntu from scratch

install themes using menus>System>Preferences>Themes.open it and brows e to tdat tar.gz file.that's it will install.
Just do some research on menu for urself.
also be somewhat aware of the terminal,CLI tool in Linux.also be familiarised with some commands atleast.
http://www.gnome.org/learn/users-guide/latest/
__________________
"The day windows users wake up to reality, it will be doomsday for Microsoft."UNIX like OS are more secure.get urself out 4m M$ http://whylinuxisbetter.net http://tinyurl.com/2amjjc http://fsf.org

Last edited by freebird; 30-04-2007 at 12:16 AM.
freebird is offline  
Old 30-04-2007, 12:23 AM   #7 (permalink)
You gave been GXified
 
gxsaurav's Avatar
 
Join Date: Jan 2007
Location: New Delhi
Posts: 5,636
Default Re: Ubuntu from scratch

Ya ya, themes installation is done. I m refraining from using the terminal as much as possible though I installed gcursor using sudo apt-get install gcursor in terminal

anyway, here is where i m so far. RIght now trying to customize GAIM for Macish look


OK firefox is safari now.

Now how to change the GAIM icons & emoticons? Where are they saved
__________________
about.me/gxsaurav

Last edited by gxsaurav; 30-04-2007 at 12:23 AM. Reason: Automerged Doublepost
gxsaurav is offline  
Old 30-04-2007, 12:25 AM   #8 (permalink)
Debian Rocks!
 
freebird's Avatar
 
Join Date: Feb 2007
Location: Coimbattore
Posts: 528
Smile Re: Ubuntu from scratch

good one.for mouse cursor customizations goto menu System>preferences>Mouse:ointers
:~$ sudo apt-get install chameleon-cursor-theme
^ is a nice theme or comix cursor or crystal cursor(i use!)

u can browse synaptic(search! ctrl+f) manager for mouse themes.the first thing i did with feisty is i installed blubuntu(blue theme) from synaptic.

do u got installed compiz (by default installed afaik) or beryl.

and do u have success with windows file share in Linux?
Use nautilus file manager(like win explorer) from Places>Network.
try connecting by giving the details by File>Connect to Server.
the guide i've given u already.hope u read the link
http://www.cyberciti.biz/tips/browse...-nautilus.html

:~$ apt-get install gaim {pressed TAB key }
gaim gaim-extendedprefs gaim-otr
gaim-autoprofile gaim-guifications gaim-themes
gaim-data gaim-hotkeys gaim-thinklight
gaim-dbg gaim-irchelper gaim-xmms-remote
gaim-dev gaim-libnotify
gaim-encryption gaim-meanwhile
^^ these are some options.
gaim-guifications may be the theme pkg.wait will see:
:~$ apt-cache show gaim-guifications
Package: gaim-guifications
Priority: optional
Section: universe/net

Description: toaster popups for gaim
Guifications are notifications windows styled after those found in msn,
deadaim, and newer version of aim, yahoo instant messenger, and a lot of
other applications. The notifications are user customizable/themable
and a few example themes ship in the package.
for themes did u probed gnome-look.org ?
there is amsn for msn users.
__________________
"The day windows users wake up to reality, it will be doomsday for Microsoft."UNIX like OS are more secure.get urself out 4m M$ http://whylinuxisbetter.net http://tinyurl.com/2amjjc http://fsf.org
freebird is offline  
Old 30-04-2007, 12:29 AM   #9 (permalink)
You gave been GXified
 
gxsaurav's Avatar
 
Join Date: Jan 2007
Location: New Delhi
Posts: 5,636
Default Re: Ubuntu from scratch

Nope, no compiz or beryl on VMWare. I wanted to get some shaodw effect below windows like Vista or OS X but I don't think that can work in VMWare.

No success in file sharing so far that I will check tomorrow morning.

SO, where are GAIM settings saved? I need to reach the folder \GAIM\pixmaps so that I can put new emoticons there.
__________________
about.me/gxsaurav
gxsaurav is offline  
Old 30-04-2007, 12:32 AM   #10 (permalink)
Debian Rocks!
 
freebird's Avatar
 
Join Date: Feb 2007
Location: Coimbattore
Posts: 528
Smile Re: Ubuntu from scratch

igaim OS X style theme:
http://gnome-look.org/content/show.p...?content=55858
__________________
"The day windows users wake up to reality, it will be doomsday for Microsoft."UNIX like OS are more secure.get urself out 4m M$ http://whylinuxisbetter.net http://tinyurl.com/2amjjc http://fsf.org
freebird is offline  
Old 30-04-2007, 12:55 AM   #11 (permalink)
You gave been GXified
 
gxsaurav's Avatar
 
Join Date: Jan 2007
Location: New Delhi
Posts: 5,636
Default Re: Ubuntu from scratch

Thanx for the theme. But where do i put the extracted files?
__________________
about.me/gxsaurav
gxsaurav is offline  
Old 30-04-2007, 01:02 AM   #12 (permalink)
Debian Rocks!
 
freebird's Avatar
 
Join Date: Feb 2007
Location: Coimbattore
Posts: 528
Smile Re: Ubuntu from scratch

^^i dont know much about gaim customizations. U need to install gaim-themes and related packages.btw it seems gaim changed its name to pidgin
edit:found some link on:
http://www.supriyadisw.net/2006/04/g...ext-icon-theme
__________________
"The day windows users wake up to reality, it will be doomsday for Microsoft."UNIX like OS are more secure.get urself out 4m M$ http://whylinuxisbetter.net http://tinyurl.com/2amjjc http://fsf.org

Last edited by freebird; 30-04-2007 at 01:08 AM.
freebird is offline  
Old 30-04-2007, 01:05 AM   #13 (permalink)
You gave been GXified
 
gxsaurav's Avatar
 
Join Date: Jan 2007
Location: New Delhi
Posts: 5,636
Default Re: Ubuntu from scratch

THose are installed & i can see them too. But where is the gaim/pixmaps folder
__________________
about.me/gxsaurav
gxsaurav is offline  
Old 30-04-2007, 01:08 AM   #14 (permalink)
Debian Rocks!
 
freebird's Avatar
 
Join Date: Feb 2007
Location: Coimbattore
Posts: 528
Default Re: Ubuntu from scratch

^^ /usr/share/pixmaps/gaim/
for ur theme to work just do this:
press ALT+F2 to get run dialog
Code:
gksudo nautilus
browse to /usr/share/pixmaps/gaim/
now the extracted igaim theme;ie a "gaim" folder-copy the contents of that folder into /usr/share/pixmaps/gaim/
__________________
"The day windows users wake up to reality, it will be doomsday for Microsoft."UNIX like OS are more secure.get urself out 4m M$ http://whylinuxisbetter.net http://tinyurl.com/2amjjc http://fsf.org

Last edited by freebird; 30-04-2007 at 01:16 AM.
freebird is offline  
Old 30-04-2007, 01:23 AM   #15 (permalink)
You gave been GXified
 
gxsaurav's Avatar
 
Join Date: Jan 2007
Location: New Delhi
Posts: 5,636
Default Re: Ubuntu from scratch

Phew, done atlast. I prefer the Tango icons for GAIM more then OS X Icons so atleast something familier. Thanx for the gksudo nautilas tip. I was wondering why is the paste option disabled in /usr/share

Now configuring GAIM guification.

There is an icon on the top menu at far right which on clicking gives option to shut down OS. Can I put inside the menu somewhere? I don't like it there.

& now coming to configure firefox. I m trying to find a way to copy paste between WIndows & VMware, might be able to just bring my firefox profile folder from there
__________________
about.me/gxsaurav
gxsaurav is offline  
Old 30-04-2007, 01:27 AM   #16 (permalink)
Debian Rocks!
 
freebird's Avatar
 
Join Date: Feb 2007
Location: Coimbattore
Posts: 528
Smile Re: Ubuntu from scratch

^^ for gaining root access with nautilus every time,u can create a menu for nautilus(root) in ur Applications>System menu>nautilus(root) its easy.check it out below:
Code:
 How to browse files/folders as root user in Nautilus 
  • To install File Browser (Root)
gksudo gedit /usr/share/applications/Nautilus-root.desktop
    • Insert the following lines into the new file
[Desktop Entry] Name=File Browser (Root) Comment=Browse the filesystem with the file manager Exec=gksudo "nautilus --browser %U" Icon=file-manager Terminal=false Type=Application Categories=Application;System;
  • To browse files/folders as root user in Nautilus
    • Applications -> System Tools -> File Browser (Root)
http://ubuntuguide.org/wiki/Ubuntu:F...er_in_Nautilus
__________________
"The day windows users wake up to reality, it will be doomsday for Microsoft."UNIX like OS are more secure.get urself out 4m M$ http://whylinuxisbetter.net http://tinyurl.com/2amjjc http://fsf.org
freebird is offline  
Old 30-04-2007, 01:45 AM   #17 (permalink)
El mooooo
 
eddie's Avatar
 
Join Date: Jan 2006
Location: India
Posts: 1,414
Default Re: Help with using Ubuntu 7.04

Quote:
Originally Posted by gx_saurav
1) How to make a network share in Ubuntu & WIndows?

I have shared a folder using VMWare in Ubuntu & WIndows so that i can copy paste files between WIndows & ubuntu. Now in another VM Of WIndows XP the shared folder is easliy accisible, how to do it in Ubuntu?
If that is the only requirement you have then you don't need to have SAMBA or anything else installed but you need to have vmware tools installed. Once you do that, your shared folder will be available under /mnt/hgfs or something like that (don't remember exactly). Just install vmware tools and look under /mnt...you should be able to find something relevant.

Quote:
Originally Posted by gx_saurav
& now coming to configure firefox. I m trying to find a way to copy paste between WIndows & VMware, might be able to just bring my firefox profile folder from there
iirc you were using VMWare 6 no? It has drag and drop support now. You can use that...?

Last edited by eddie; 30-04-2007 at 01:45 AM. Reason: Automerged Doublepost
eddie is offline  
Old 30-04-2007, 01:57 AM   #18 (permalink)
You gave been GXified
 
gxsaurav's Avatar
 
Join Date: Jan 2007
Location: New Delhi
Posts: 5,636
Default Re: Ubuntu from scratch

@ eddie

Ya I m using VMWare 6, but drag & drop is not working from Windows to Linux

& VMWare tools, damn I forgot to install that one. I got 2 files one tar.gz & one rpm. How to install now? Is vmware tool for VMWare 6 available in deb ?

If I extract the tar.gz file it gives me a folder & I got instruction to run the install.pl file with admin privilage in terminal. I again did the gksudo nautilas & this time clicked on the .pl file to install the application drivers. It opened terminal & i just went on clicking enter enter so that it can take default location & now it is building the installer after asking me many more things. Damn, i do miss the .mo approch. Will tell here if it installes
__________________
about.me/gxsaurav

Last edited by gxsaurav; 30-04-2007 at 02:09 AM.
gxsaurav is offline  
Old 30-04-2007, 02:11 AM   #19 (permalink)
Wire muncher!
 
infra_red_dude's Avatar
 
Join Date: Nov 2003
Posts: 6,173
Default Re: Ubuntu from scratch

just extract the .tar.gz file and run the vmware install script. u dun hafta do anything. it'll automatically install everything!

as easy as 123.....

just select the default options.. keep pressing enter.
__________________
"The true measure of a man is how he treats someone who can do him absolutely no good."

http://phoenix-ani.blogspot.com

Last edited by infra_red_dude; 30-04-2007 at 02:11 AM. Reason: Automerged Doublepost
infra_red_dude is offline  
Old 30-04-2007, 02:20 AM   #20 (permalink)
You gave been GXified
 
gxsaurav's Avatar
 
Join Date: Jan 2007
Location: New Delhi
Posts: 5,636
Default Re: Ubuntu from scratch

VMware tools installed. I just kept on pressing enter enter & in the end it restart X at 1024X768, the res i selected.

But I don't see any entry in Menus for VMWare tools? If I can share files, half of my problems will be solved as i can bring things from my friends home too who uses linux.
__________________
about.me/gxsaurav
gxsaurav is offline  
Old 30-04-2007, 02:23 AM   #21 (permalink)
Wire muncher!
 
infra_red_dude's Avatar
 
Join Date: Nov 2003
Posts: 6,173
Default Re: Ubuntu from scratch

you do not haf any menu entries for vmware tools. it installs the vmware svga driver, ethernet drivers, mouse drivers etc.

did u check out the documentation thing? it wud be usually /usr/share/docs/vmwaretools or something like that. it mite be of some help.

actually even i've installed vmware tools but didn't haf time to check it out (i need to share files b/w ubuntu and windows too!). am on a holiday for a week!!
__________________
"The true measure of a man is how he treats someone who can do him absolutely no good."

http://phoenix-ani.blogspot.com
infra_red_dude is offline  
Old 30-04-2007, 02:25 AM   #22 (permalink)
El mooooo
 
eddie's Avatar
 
Join Date: Jan 2006
Location: India
Posts: 1,414
Default Re: Ubuntu from scratch

Just restart your system and look for a directory under /mnt/hgfs. Your shares should be there.

As far as drag-drop is concerned. Have a look at this page
http://www.vmware.com/products/beta/...ws60_beta.html
Quote:
# Cross-Platform Drag-and-Drop Functionality — You can now drag and drop files and directories from a Linux or Windows host to a Linux, Solaris, or Windows guest, and vice versa.
I wonder why it is not working for you.
eddie is offline  
Old 30-04-2007, 02:27 AM   #23 (permalink)
You gave been GXified
 
gxsaurav's Avatar
 
Join Date: Jan 2007
Location: New Delhi
Posts: 5,636
Default Re: Ubuntu from scratch

Yahoo, it worked. After installing VMWare tools I can drag & drop files. 80% problems solved now.

But my cursors are reversed now. U know like they are for left hand person.
__________________
about.me/gxsaurav
gxsaurav is offline  
Old 30-04-2007, 02:38 AM   #24 (permalink)
Wire muncher!
 
infra_red_dude's Avatar
 
Join Date: Nov 2003
Posts: 6,173
Default Re: Ubuntu from scratch

for the cursors, just goto system>prefs and select the theme u want. problem solved!
__________________
"The true measure of a man is how he treats someone who can do him absolutely no good."

http://phoenix-ani.blogspot.com
infra_red_dude is offline  
Old 30-04-2007, 02:38 AM   #25 (permalink)
left this forum longback
 
praka123's Avatar
 
Join Date: Sep 2005
Location: -
Posts: 7,536
Lightbulb Re: Ubuntu from scratch

How?
Install a package from synaptic called "galternatives"
run "galternatives" from a terminal

.browse in the left pane for x-cursor-theme.select it and look at right pane and select the right one for U.perhaps the first option:
/etc/X11/core.theme fits.
U may have earlier selected left handers theme(some packages does have)
Hope it fixes.
__________________
left this forum long back.Admin Can Delete this Account and posts Permanantly.Thank You
Get GNU/Linux - http://getgnulinux.org
praka123 is offline  
Old 30-04-2007, 02:44 AM   #26 (permalink)
You gave been GXified
 
gxsaurav's Avatar
 
Join Date: Jan 2007
Location: New Delhi
Posts: 5,636
Default Re: Help with using Ubuntu 7.04

Oh...k, so I can drag & drop files now which are good enough for file sharing. Atleast something better then nothing.

Now after installing vmware tools & rebooting the VMWare 2 problems are there

1) My cursors are all fliped horizontaly. I haven't touched the cursor pointer orientation thing so far, just installed gcursor & the JaguarX cursor theme.

2) Windows Borders are gone (((( no more close minimize maximize buttons are showing.

Infra_red_dude

I am a Windows User, whose gonna uses manuals anyway
__________________
about.me/gxsaurav
gxsaurav is offline  
Old 30-04-2007, 02:47 AM   #27 (permalink)
Wire muncher!
 
infra_red_dude's Avatar
 
Join Date: Nov 2003
Posts: 6,173
Default Re: Help with using Ubuntu 7.04

you need to haf gcursor installed for that, sorry missed that point!

hmm.. the manuals' thing u said is true
__________________
"The true measure of a man is how he treats someone who can do him absolutely no good."

http://phoenix-ani.blogspot.com
infra_red_dude is offline  
Old 30-04-2007, 02:52 AM   #28 (permalink)
You gave been GXified
 
gxsaurav's Avatar
 
Join Date: Jan 2007
Location: New Delhi
Posts: 5,636
Default Re: Help with using Ubuntu 7.04

Looks like i may have to re-install ubuntu again. After installing VMWare tool, System menu-> Preference -> Windows says " Cannot start the preference manager for your Windows manager".

I m going to try to uninstall VMware tools, if i don't get the close minimize buttons back then i may have to reinstall Ubuntu. Good thing it is VM
__________________
about.me/gxsaurav
gxsaurav is offline  
Old 30-04-2007, 02:57 AM   #29 (permalink)
El mooooo
 
eddie's Avatar
 
Join Date: Jan 2006
Location: India
Posts: 1,414
Default Re: Help with using Ubuntu 7.04

Try starting metacity from a terminal window. I am not a GNOME user so can't help you much but we do have lots of them in here...so wait for sometime before you plan a reinstall. Reinstall is a very bad solution in Linux world
eddie is offline  
Old 30-04-2007, 02:57 AM   #30 (permalink)
left this forum longback
 
praka123's Avatar
 
Join Date: Sep 2005
Location: -
Posts: 7,536
Default Re: Help with using Ubuntu 7.04

^^ dont know about vmware,but before reinstalling ubuntu,try when in ubuntu this cmd:
press ALT+F2 to get run dialog
enter "metacity --replace" and run.whether it gets back ur window borders etc.
__________________
left this forum long back.Admin Can Delete this Account and posts Permanantly.Thank You
Get GNU/Linux - http://getgnulinux.org
praka123 is offline  
Closed Thread

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Ubuntu Dapper ( 6.06 ) | vs.| Ubuntu Edgy (6.10) Maverick340 Open Source 24 28-12-2006 05:19 PM
Ubuntu 6.06 + xp sariq Open Source 29 27-09-2006 04:35 PM
Trying out ubuntu gxsaurav Open Source 14 16-07-2006 01:36 PM
Ubuntu --- Bug No 1 :-) Satissh S Open Source 13 30-12-2005 05:17 PM
Where to get Ubuntu DVD Aijaz Akhtar Open Source 8 10-09-2005 08:33 AM

 
Latest Threads
- by Sujeet
- by soumya
- by clmlbx
- by Charan
- by reddick

Advertisement




All times are GMT +5.5. The time now is 12:30 PM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.

Search Engine Optimization by vBSEO 3.3.2