Ubuntu :: Keep Getting The Below Msg Could Not Grab Your Mouse?

Jan 7, 2010

I just got a kernel update 2.6.31-17. Vmware needs to recomiple the drivers but I keep getting the below msg.Code:Could not grab your mouse.A malicious client may be eavesdropping on your session or you may have just clicked a menu or some application just decided to get focus.

View 3 Replies


ADVERTISEMENT

Ubuntu :: Can't Grab Title Bar With Mouse If Compiz Enabled

May 5, 2011

I'm now using natty, and Compiz, but if Compiz is enables, I can't move any window. If I try to drag a window with the title bar and my mouse, it has no effect. The cursor won't grab the window.

View 4 Replies View Related

Security :: Could Not Grab Mouse - Malicious Client Eavesdropping?

Oct 16, 2010

After visiting (and being booted from) pclinuxos.com's forum, I am getting the following error message on my system:Could not grab your mouse. A malicious client may be eavesdropping on your session or you may have just clicked a menu or some application just decided to get focus. Try again. I get this if I try to launch Unetbootin, Synaptic, Firewall... Did they put something into my puter? Or is some stuff simply broken after the latest update?

View 3 Replies View Related

Ubuntu :: Mouse Stuck On "move / Grab"?

Oct 15, 2010

Really wierd one this, Just installed Sugar Emulator (the laptop per child OS) with intent to start writing stuff for it. It also came with Xesmphy (can't remember how it's spelt) which generates the window.

Since this, everytime I try to click on anything (even after uninstalling both Sugar and Xesmphy) it grabs it and move it, unless I hold down the CTRL key. For some reason, it doesn't have any effect on either of my task bars, only on open windows.

View 2 Replies View Related

Ubuntu :: Using SED To Grab URLs?

May 30, 2010

Is there a way with SED to read this link:

[URL]

and then pull the individual links and list them in order each on a separate line? like...

[URL]

If SED can't do this is there another command or program that will?

View 1 Replies View Related

Ubuntu :: TV Grab Not Working Any Longer?

Jan 18, 2010

I noticed that tv_grab is not working any longer. It seems that they do not updated the pages. It is since long time the problem.

View 7 Replies View Related

Ubuntu :: Grab Handles Look Odd On Some Windows?

May 19, 2011

Does anyone else have this problem? [URL]There are ways of 'hiding' it as shown here, but I wanted to fix this bug rather than hide it.

View 8 Replies View Related

Ubuntu :: How To Grab Open Source Radeon Temps

May 2, 2010

Does anyone know if it's possible to grab the temperatures from an ATI card using the open source radeon driver (not fglrx/catalyst).

I must say that the radeon driver has come a long way and works wonderfully under Lucid for my needs. I'm just a bit worried about the lack of PM support and how high my temps might be. I would prefer some way to keep an eye on things

View 1 Replies View Related

Ubuntu :: Grab Information From Mediainfo And Output It To A File?

May 19, 2010

I want to grab information from mediainfo and output it to a file with text already in it.

How would I do that?

Code:

#declaring the variables
filename=$1
DATE=`mediainfo "$filename" | grep "Recorded date" | awk -F" : " '{ print $2 }' | tr -d '

[Code].....

View 1 Replies View Related

Ubuntu Multimedia :: Capture Streaming Video / Grab These?

Feb 13, 2011

Up untill this week I used to grab a streamed video from my root/tmp file. Video is nolonger streamed to this file. What has happened? and how can I grab streamed video?

View 9 Replies View Related

Software :: Xbmc Not To Grab Cursor?

Oct 27, 2010

I'd like to use xbmc, but at startup it grabs the mouse and keyboard focus. I'd like it to stop doing that, since I want to use X multi pointer feature, one pointer for xmbc screen, the other a working kde desktop. (proof of concept working with enna media center)

View 4 Replies View Related

Programming :: Grab One Number From A Row In Text But Not Another?

Apr 23, 2009

I have a text file that contains the following string of numbers and letters:

Code:
Mean track length: 3.45 +/- 1.23 mm
or

Code:
Mean track length: 22.45 +/- 12.23 mm

In the first example, I would like to grab only 3.45 and write it into a new file. Then I would like to grab only 1.23 and write it into another file.
I have 80,000 files to do and those numbers can be different every time.

View 9 Replies View Related

Ubuntu :: Grab Murrina Storm Cloud From XUbuntu Live CD

Mar 14, 2010

Where can I find the Murrina Storm Cloud GTK theme from the xUbuntu Live Disk? I've been looking on the net forever and cannot find xUbuntu's version.

View 3 Replies View Related

Ubuntu Networking :: Grab The Exe File Off Of Acer Website And Install It That Way?

Mar 18, 2010

I just have a question. I am having problems with my acer extensa 5620z wireless. I went on a few fourms and tried a few things they told me to do and It did not work. My question is this If i install wine can I grab the exe file off of acer website and install it that way?

View 5 Replies View Related

General :: Grab Audio From A Video Clip?

May 4, 2010

I'd like to take audio track from a video clip in FLV container and save it to something playable by portable music players. Are there any easy to use tools for that? I know how to do that using console tools (mplayer+lame/oggenc), but I'd like to get something clickable, preferably for GNOME.

View 3 Replies View Related

General :: Bash Scripting - Grab First And Last Number?

Jan 13, 2011

I'm trying to get an output of a file in numeric order. Basically I need the starting number and the ending number in sed this into anther file. The test2.lis file I'm just awk'ing for the first row and if its out of order put it in order so I can grab the first and last numbers. I'm sure I can do this all in an array. The first sed command gets rid of blank lines and outputs it to a file. Then I head and tail for the first and last number then I want to sed those numbers into a file that exsist.

[code]...

The error I get is:

sed: -e expression #1, char 24: unterminated `s' command.

View 13 Replies View Related

General :: How To Grab Tricky Fields In A String

Mar 28, 2010

I'm writing a script that picks out the time offset in a string, but am trying to figure out a way to print a field based on a match (likely needs to be regex).

Here are some sample fields:
09.900. Either add -12:-1: 0 to existing offset, or restart the slicer with no offset or with offset=00
09.900. Either add -12:-1:30 to existing offset, or restart the slicer with no offset or with offset=00
09.900. Either add -10: 0:-47 to existing offset, or restart the slicer with no offset or with offset=00

What I need would be "-12:-1: 0" from the first line, for example. I was just using "awk '{print $4}'" originally but because of the damn space in the 1st and 3rd lines by the 0, that doesn't work for me. How to grab those fields correctly for all cases?

View 3 Replies View Related

Networking :: Grab Certain Data From Trace File?

Jul 28, 2010

Alright, I have a network trace file that I want to parse through.

The file looks like this:

+ 1.002 /NodeList/1/DeviceList/0/$ns3::PointToPointNetDevice/TxQueue/Enqueue ns3::PppHeader (Point-to-Point Protocol: IP (0x0021)) ns3::Ipv4Header (tos 0x0 ttl 62 id 0 protocol 6 offset 0 flags [none] length: 40 10.2.1.1 > 10.1.1.1) ns3::TcpHeader (49153 > 26 [ SYN ] Seq=0 Ack=0 Win=65535)
- 1.002 /NodeList/1/DeviceList/0/$ns3::PointToPointNetDevice/TxQueue/Dequeue ns3::PppHeader (Point-to-Point Protocol: IP (0x0021)) ns3::Ipv4Header (tos 0x0 ttl 62 id 0 protocol 6 offset 0 flags [none] length: 40 10.2.1.1 > 10.1.1.1) ns3::TcpHeader (49153 > 26 [ SYN ] Seq=0 Ack=0 Win=65535)

[Code]....

View 2 Replies View Related

General :: Grab Line Based On String?

Aug 9, 2011

i have a file with a lot of lines in it, and iould like to grab just the line that contains a string i've specified in a variable... Let me know if you want a sample of the file.

View 3 Replies View Related

General :: How To Grab Data And Display Image

Nov 4, 2010

'I am attempting to grab roughly 40 pieces of data that is a combination of 0 and 1 flags from mysql. based off of the 0 or 1... either pictA or pictB will be displayed. How to evaluate my code? I believe the logic is incorrect.

PHP Code:
$status = 'mysql -u username -ppassword -h x.x.x.x -e 'SELECT help FROM table' database';
declare -A ARRAY
for ((i=1; i=$status; i++));
do
echo ${ARRAY[$(i)]}
done
if [${ARRAY[]} = 1];
then echo "<img src='pictA.gif'>";
else [${ARRAY[]} = 0];
echo "<img src='pictB.gif'>";
fi

View 4 Replies View Related

Ubuntu Installation :: Grab Local Copy Of Packages To Save Downloading Twice?

Apr 16, 2010

if I can grab a copy of the Lucid packages that my laptop's downloading and dump them into a directory on the desktop computer, then upgrade the desktop in a way it makes use of the packages it wants and that I have to hand already.

View 2 Replies View Related

Networking :: Grab The Exe File Off Of Acer Website And Install?

Mar 18, 2010

I am having problems with my acer extensa 5620z wireless. I went on a few fourms and tried a few things they told me to do and It did not work. My question is this If i install wine can I grab the exe file off of acer website and install it that way?

View 2 Replies View Related

Server :: Script To Grab A Specific Message From IMAP?

Feb 14, 2011

Is there some way to grab a single message from an IMAP server with a shell script? I'd prefer to avoid "scraping" an IMAP protocol session and instead use something like wget ... with some clever options.

The second half of this question involves specification of the message that I want to retrieve. Learning a specific "message number" is messy. I will likely know the TO: and maybe the FROM: details. I might also know the SUBJECT: I'm eager for your suggestions here as well.

View 4 Replies View Related

Software :: Grab Cpu Grabber - Non-interactive Cpu And Process Monitor

Jun 14, 2011

I have a few AWS instances (linux micro, fedora-like) that occasionally (4x every 24hours) trip a CloudWatch monitor for CPU utilization. alarm => 85% at 5 minute slices.

The problem with this is that we're unsure WHAT is causing it. I have an idea to poll cpu usage every 5 mins and if there's a spike (eg, => 85%) then dump some process table stuff exposing the offenders.

View 9 Replies View Related

Software :: Way To Grab Video And Sound Via Ssh For Surveillance Purposes

Apr 25, 2011

I have an ubuntu machine installed at home, and I'd like to turn on video and sound to be transmitted via ssh to another machine.
I am not willing to install apache and zoneminder..
Is there any other way?

View 1 Replies View Related

Programming :: Grab Variables Specified In A Data File And Use Them In The Script?

Dec 23, 2010

I have a script which uses a Menu file (containing several different Menus). I start out with

Code:

Menu=Main

and grep my VRMenuData file for

Code:

$Menu:code:$txtring

where txtring contains the value entered from the keyboard, and cut that line for the code I want executed. So my data looks like:

Quote:

Main:code:1:declare Menu=Download
Main:code:2:soffice -calc VRSched.ods
Main:code:3:echo Load Refresh Menu here

My code acting on the data looks like:

Code:

`grep $Menu:code:$txtring VRMenuData | cut -d: -f4`

When I chose options 1 thru 3, that executes with no problem (Menu=Download does not work). The program sees into field four, but field four is not able to see outside itself. For instance:

Code:

Download:chan:
Download:pitm:1:echo $numpi. Return to Main Menu
Download:pitm:2:

[code]....

is used to generate a numbered list of channels. It could be four or 40. Whatever the number is, I want the next line to read, for example, 32. Return to Main Menu.

Code:

num

is the variable in the script I use to number the list of channels. The number following Download: pitm: is numpi, which should be added to num. How do I take

Code:

Download:pitm:1:echo $numpi. Return to Main Menu

from my VRMenuData file and generate

Code:

32. Return to Main Menu

Code:

$ declare -p Menu
declare -- Menu="Download"
$ declare -p numpi

[code]....

View 3 Replies View Related

Programming :: Write Project To Grab UI Into A Image Bitmap?

Mar 28, 2011

The Project is for writing a generic program which extracts list of applications that is running on Unix, and for each application, determine if it has a corresponding graphical UI interface, is so, the program should be able to grab the UI into a image bitmap. The program should be able to run in any Unix UI framework, such as CDE, KDE, X, Motif, et al.

View 2 Replies View Related

General :: Mpu401_uart And Cmipci Error In Ubuntu - Unable To Grab Port 0x330

May 26, 2011

I recently installed ubuntu 10.10 replacing fedora 10. installation was successful but when I start Ubuntu, computer halts showing two line error [18.929065]mpu401_uart:unable to grab port 0x330 size 2 [18.929125]cmipci: no UART401 device at 0x330 Even reinstalling could not solve problem If this is related to audio then in Fedora 10 everything was working fine. But I could start Ubuntu selecting recovery mode with option 'single' then from recovery menu 'boot as normal', providing username and password and typing 'startx'. How can fix this error?

View 2 Replies View Related

Debian Multimedia :: Gnome-screenshot And Select Area To Grab?

Dec 13, 2010

I have a problem with Gnome-screenshot and Select area to grab : a crosshair appears, but no lines to select an area. I've also added a Custom ApplicationLauncher to my gnome-panel with command :import -frame screenshot.png having the same problem..The weird thing is that after using ksnapshot ( I've been using KDE before ) the aforementioned applications will work as they should

View 7 Replies View Related

OpenSUSE Multimedia :: Grab Whatever Sound / Music Being Made On My Computer?

May 13, 2010

I'd like to be able to grab the actual bytes of sound that's being played/executed on my computer (whether from microphone, mp3 or flash) and be able to use the stream in realtime in a program (either c, c++ or java). Anyone know how to do this?

View 9 Replies View Related







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