Ubuntu :: VM Application Doesn't Close?
Jan 28, 2010
I'm running Ubuntu in a virtual machine inside win7. I've installed the game FreeCol, played a bit and when i try to quit the game doesn't close. I can continue playing but i'm basically trap in the application. Is there any keyboard command i can use to force quiting the application? Or any other idea on how to proceed? Could it be a limitation of the virtualization?
View 2 Replies
ADVERTISEMENT
Apr 11, 2010
recently installed via synaptic some packages about netbook to try the new appearance. Having decided that I didnt like it, I chose to revert, by uninstalling those packagesMy problem now is that on every application I execute, the icons that are usually found on top right of the screen (minimize, maximize and close) cannot be seen and, if I want to shut an application down I must do it via control q or control w depending of the application. I mean every application, be it firefox, opening folders on the hard drive, open officeIt may be that there is still a package I must uninstall.
View 9 Replies
View Related
Oct 23, 2010
I opend terminal and typed the command..
sudo apt-get install torcs
While downloading was in process I accidentally closed the terminal clicking X on the windows. I cant open synaptic Package manger when I try to open it says:
"This usually means that another package management application (like apt-get or aptitude) is already running. Please close that application first".
How can I close that apt-get application?
View 3 Replies
View Related
Jul 3, 2010
I am using GNOME Ubuntu 64 bit Lucid Lynx with Cairo Dock, Compiz Fusion, Screenlets
Sometimes when I start up linux the buttons to close, maximize, and minimize windows and the Application title bar disappear. Restarting usually fixes the problem.
Do you have any ideas why this would happen? Is there a command that will restart gnome without having to restart the computer?
View 9 Replies
View Related
Jul 7, 2011
I am using Fedora 13 64bit. My eclipse program starts a server on port 9050 but I shutdown the program, eclipse fails to properly shutdown the server. Restarting eclipse has no effect.
How can I close or unbind a port forcibly from command line?
I know rebooting or log off and back on will clear the ports but this much slower process for me. I am looking for forcibly closing the port in command line.
View 1 Replies
View Related
Jul 24, 2011
I've tried to look this problem up on Google but I haven't found much consensus on what to do. I have the HP g6-1070us
View 3 Replies
View Related
May 1, 2010
When I close the lid on my Macbook Pro 5,2 running Ubuntu 10.04 nothing happens.. it doesn't turn off the screen, suspend, hibernate or anything. Everything that i've looked at says to change the setting in power management but there's no option there for what to do when the lid closes. I've also checked out gconf-editor and the setting appear to be right in that... so I don't know what the issue could be.
View 5 Replies
View Related
Aug 11, 2010
I'm trying to close the CD tray with the command eject -T on a laptop. It works only to open it, but not to close it, i have to do it with my hands
View 2 Replies
View Related
Jan 30, 2011
i have a habit of frequently changing my desktop themes in gnome desktop. off late i found that whenever i close the appearance settings window, the process diesnt seem to stop and it becomes a runaway process, increasing fan speed in my laptop and ofcourse the temp that shoots beyond 70, every time i change the theme i have to issue top command in terminal, identify the gnome-appearance process id and kill it. the instant i kill it, temp drops down to 32 / 32....
View 1 Replies
View Related
Aug 23, 2010
I like the features of Terminator very much. It save my time. But on 2.6.31-gentoo-r10, I got a little problem: after typing 'exit', the system echo 'exit' and hang at with a mouse cursor (can't type anything):
Code:
quanta@dhcppc6 ~ $ exit
exit
[code]....
View 3 Replies
View Related
Jul 14, 2010
I have a hda-intel soundcard which is working perfectly with alsa on Kubuntu 10.4. The only problem is the microphone.
Apparently I am not able to make it capture any sound or the sound is horrible:
- it works only in QArecord after I check the "Capture" checkbox.
-it doesn't work at all for Flash even if I Allow Flsh to use my mic
-it doesn't work at all for vmware player (I have a winxp guest os)
-in Skype for Linux it works only if I set Microphone boost to 100%, but the sound is too weak and distorted.
In alsa mixer I have enabled all 3 Capture sliders to 100%, the Mic is at 100%, Input sources are all 3 set up as Mic.
The microphone doesn't work at all for any application if I use FrontMic instead of Mic.
Being able to use the microphone in Skype and VMware player is very important to me and it's the only thing keeping me from using linux as my main OS.
Note: I have tried Slackware and I have the same issues there too.
View 1 Replies
View Related
Oct 12, 2010
I really liked the new Appmenu included in the netbook version of Ubuntu so I installed it on my desktop. Unfortunately in regular Ubuntu the appmenu doesn't show the application title, just File, Edit, and so on. The old globalmenu package showed the application title in bold, and the netbook version of ubuntu seems to as well. How can I get this in normal Ubuntu?
View 8 Replies
View Related
Dec 8, 2010
I've been using kubuntu from time to time, and one thing that i love was the option to install/uninstall as if it was another common windows application. A few days ago, i downloaded the 10.10 release, and after i executed wubi, i just get 2 option: Full demo and install and learn more So, am I doing something wrong? BTW, i also run wubi with an ISO next to it, but it shows the same window. So, is there a way to install kubuntu as a windows appa again? I've tried google, but everything seems to point that that feature still exists, but i cant find it.
View 3 Replies
View Related
Mar 19, 2011
I've run into a problem that the combination ALT+F2 doesn't launch Run Application I have Linux Mint 10, the key combination is assigned all right in 'Keyboard shortcuts' and in gconf-editor.
View 4 Replies
View Related
Oct 25, 2009
Using F11, when the Rosetta Stone 3 application cd is inserted it is mounted but no files appears. df -h shows it is mounted (/media/RS_App) with 409M but it appears empty when you list it. The cd drive does work on other cds, and the application the cd itself works in Windows. Wine hq says it works but I cannot find the problem and I found one person using Ubuntu with a similar problem but there was no answer on how to fix.
View 1 Replies
View Related
Feb 26, 2010
I working on a project, where a central unit (we call it System Controller ) should talk to several peripheral units on different input ports. The system controller have 4 RS485 ports, 1 RS232, 1 USB A, 1 USB B and a switch with 2 TCP/IP ports. The problem is that when the peripheral unit that is supposed to be connected to one of the two TCP/IP inputs isn't connected (which the system should be able to handle), the software thinks that data from the unit connected to the RS232 port is from the unit that should be connected to the TCP/IP.
The input peripherals are defined as:
#define CR_DEVICE "/dev/ttyS1" // ttyS1
#define SL_PORT "/dev/ttyUSB0"
#define BO_PORT ""
It is the last one which are supposed to receive from the TCP/IP port, and of course the first one which should receive data from the RS232 port.
View 6 Replies
View Related
Mar 17, 2011
I recently installed kinternet from a repository and when I enter Menu -> Applications -> Internet, there is no kinternet application.
I need this, to display the icon in the tray bar, so I can see if Internet is connected or not, and if it isn't I connect clicking on the icon.
View 6 Replies
View Related
Sep 22, 2010
My application is developed using GCC and an binary executable created out of it which initializes successfully. By initialization, I meant all the threads in the application are created and I get the required response from the executable. There was a need to create a .so file out of my application instead of binary executable, as it needs to be integrated with another .so file to create a final patch. So we used -fPIC compiler option and created a .so and also an binary executable. But with -fPIC included, the executable fails to initialize at all. It executes some instructions in the main program, before finally haulting down with a " Program received signal SIGSEGV, Segmentation fault." error. And it always fails at the same faulty address which points to nothing in my application code. What is that -fPIC adds to the code, which makes my code fail with strange behaviour.
View 2 Replies
View Related
Jun 20, 2010
I would like to know if there is a solution to this problem. The multimedia hotkeys (play/pause, stop, volume up/down, volume mute, ecc) stop working when i open any menu (for example mintmenu, that i use, or any menu of firefox like bookmarks) or if i start an application, such as openarena. The major problem is for volumes keys, that stop working in these cases.
Any ideas? I tried to change keyboard model, disable hotkeys mapped in prefereces->keyboard shortcut (with this they just stop working), but nothing changed.
View 3 Replies
View Related
Aug 3, 2010
I'm trying to install kweather in 11.2. I have downloaded and installed. I can find it in usr/bin and usr/lib but I can't add an application as in 11 or 11.1. It doesn't show up in the list of apps. It's there but I can't get it on the desktop.
View 14 Replies
View Related
Mar 4, 2010
So, supposedly Gnome Shell is available through synaptic. I just downloaded and installed it and then ran gnome-shell --replace. It doesn't work at all. I hit the windows key and get nothing and there is no application launcher in the upper left hand corner and Alt-f2 produces nothing at all. Alt-tab gives me the option of choosing the windows that were running when I ran gnome-shell --replace but nothing else works at all. Just a vast expanse of digital nothingness. Does anyone know why this might be? I have an nvidia video card (see sig below) and two monitors running from "twin view".
View 1 Replies
View Related
Jan 28, 2010
Newbie with 1.4 Ghz Athlon and a 320 Gig HD.
Have Windows XP installed and decided to go with Ubuntu 9.10. Installed fine but I have had frequent problems resulting from installing Ubutu "approved" software. The chief problem is that I lose my ability to login easily and end up having to reinstall Ubuntu.
My primary computer use is the jukebox since I have around 12+k music files as mostly ogg vorbis and mp3. Also do some arranging and want Musescore.
Have taken the "newbie distro" quiz and top recommendations are Linux Mint, Mandriva, Ubuntu, Open SuSe.
Would like a Linuz OS with a "restore" feature since I know I'll propably need it and would prefer to "restore" rather than re-install.
Ubuntu doesn't appear to have a "restore" application. And I've re-installed it about 5 times in the last week due to corruption of files when adding programs (Avast, Musescore .6, Swiftfox, and deleting the games installed with the Ubuntu.
View 9 Replies
View Related
Feb 17, 2010
application to monitor application wise network usage?
View 3 Replies
View Related
Mar 16, 2010
How do I make an application launcher in the panel launch more than one application? Is there some sort of a symbol I type between the apps in the command line? Like ;
View 1 Replies
View Related
Apr 30, 2011
when an application is opened or minimized the icon of that particular application is not showing up in the top bar of ubuntu 11.04...how can i see the icons in the top bar?
View 1 Replies
View Related
May 24, 2010
I have installed Redshift But do not know what to do Next.There is no icon for the application or anything to launch the application.
View 1 Replies
View Related
Jan 31, 2010
I've downloaded VideoLan (VLC) via Yast but the icon was placed in the audio folder. How do I move it to the video player folder? Also, where are additional icons stored? I run SuSE 11.2 (boxed version) with KDE.
View 9 Replies
View Related
Jun 30, 2009
I am getting no packages listed in Gnome application manager gpk-application 2.27.2. I have tried 'yum clean all' and get the following error messages.
View 3 Replies
View Related
Apr 14, 2010
So, I have this application called Impact, it is an explicit time integration Finite Elements code written in Java...
[url]
I untar the pack, and launch the application calling a script, from within the untarred folder,
Code:
This launches a gui which allows me to setup a case, which needs some setup file, tipically some *.in and a mesh file, tipically some *.msh.
Other mode of executuion consists of calling the setup file as argument to Impact.sh script ( CLI execution mode, for g33k5 )
My problem is : I have packed the whole stuff into a Slackware .tgz, that places it in /usr/local/Impact, and placed a calling script in /usr/local/bin,
Code:
Code:
I decided to hack the ImpactGUI_OGL_linux_amd64.sh script from
Code:
Code:
no avail,
Code:
even after adding /usr/local/Impact/bin to PATH... won't go...
I can run this thing from within its directory... but I do not like messing within the directories of my applications, this is why I sent this to /usr/local, and placed a calling script in /usr/local/bin...
View 4 Replies
View Related
Feb 19, 2009
I am trying to troubleshoot an application that is generating several segfaults with an error 14, but the application is not crashing.The program continues to run. I would assume I can connect to a running process to debug it, but I'm not sure what to gather. The program has several background processes associated with it so I'm sure I'll need to attach to the actual internal process. Does anyone have any experience in this to offer some insight?
View 3 Replies
View Related