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


ADVERTISEMENT

Ubuntu :: Cut Random Text And When The Cursor Focus Jumps Back To The Location Of The Cursor On The Screen

Jul 1, 2010

Im running netbook remix on a eeepc 1005ha. It is my only OS and Im loving it except for one obnoxious quirk. It randomly cuts text and randomly pastes it. If there is something in the clipboard, it will usually paste that, but just as often it will cut random text and paste that. The pastes occur when the cursor focus jumps back to the location of the cursor on the screen. I dont know a better way to phrase that, but thats what it is doing. Say... I put the cursor over the word "pastes" in the paragraph above... even though Im typing in this paragraph, the focus will "jump" to the cursors physical locale (the word "pastes") and then paste whatever is in the clipboard. If the cursor is outside of the textbox, the page will jump to the bottom.

This behavior occurs across programs and in any place text can be entered. I can find no rhyme or reason for it... it just... happens. Sometimes even when Im away from my computer, so its not like Im hitting some key on accident. I have loved everything about this ubuntu distro, but this issue is just toany obnoxious. Writing psych papers on this thing is going to be near impossible if I dont get this fixed before I go back to school.

View 9 Replies View Related

Ubuntu Installation :: Cursor Is Always Busy Cursor After Upgrade To 10.04

May 1, 2010

Am running Ubuntu NBR as the sole OS on my Dell Mini 9. Switched over in March to 9.10 NBR. Everything worked fine.Upgraded to 10.04 when it was released. It's awesome EXCEPT for this busy cursor thing.As soon as I log in, all the time my cursor is the spinning wheel of busyness.... It works just as a normal cursor would - my computer also does not seem to be slower due to any operations.If I open an application, the cursor will behave as usual within the window but if I more my cursor to the title bar or switch out of the application, the "busy cursor" resumes.

View 9 Replies View Related

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 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

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

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 :: 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

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

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

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

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

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

OpenSUSE Network :: Laptop Wireless Wont Grab Route?

Jan 25, 2010

I can connect my laptop via the ethernet cable, and get an IP, Subnet mask, and a route. But if I connect via Wireless, I get an IP and Subnet mask.

More interesting, my Internet Tablet grabs the route via wireless with out issues.

View 1 Replies View Related

General :: Grab A Random Section In The Middle Of A Huge File?

Apr 23, 2011

I have a huge log file of around 3.5 GB and would like to sample random sections in the middle of say 10 MB for the purpose of debugging what my application is doing.

I could use head or tail commands to get the beginning or end of the file, how can I grab an arbitrary portion from the middle of the file? I guess I could do something like head -n 1.75GB | tail -n 10MB but that seems clumsy and I'd need to determine line numbers for the midpoint of the file to get 1.75GB and 10MB line counts.

View 2 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







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