Ubuntu :: Stop Folder Popping Up When Connecting HDD?

Jan 25, 2010

I have an external hard drive that i keep my media on for use with XBMC. The problem is that when media centre is on and i attach the hard drive, Ubuntu's file browser pops up with the contents of my drive and this is over XBMC. When using a remote i am left stuck as i can't alt+tab out of the file browser. How do i disable this?

View 6 Replies


ADVERTISEMENT

Ubuntu :: Open Office Keeps Popping Up In Update Manager / Stop It To Do So?

Mar 8, 2010

OK, So whenever I need to read or write a text file, I'd always use text editor, And therefore and no need for the big and bulky open office, But now that I've un-installed it, It keeps popping up in update manager.

Is their anyway to stop receiving updates for it?

View 3 Replies View Related

OpenSUSE :: Media Folder Popping Up In Nautilus?

Jul 15, 2010

I close Nautilus and it pops open again and always to the folder "media". The only thing I had in the media was a CDROM, which I unmounted and that made no difference. I then removed the CD from the CDROM drive and that made no difference. Any ideas why opensuse 11.2 would insist on keeping a Nautilus window open all the time -- defaulting the "/media" folder on initial opening?

View 5 Replies View Related

Networking :: UDP - Stop Netcat Connecting?

Dec 9, 2010

I'm wondering if I can use netcat to listen to a UDP port and display ALL incoming packets, no matter where they're from. If I just do 'nc -u -l 1234' then netcat will listen for incoming packets and connect() to the source address of the first one it sees (I can see this with strace). Is there any (standard) way to stop the connect() call? I can make a hack to block connect() with a function of my own, but that'd be ugly

View 6 Replies View Related

Security :: Stop An IP From Connecting To Server?

Nov 9, 2010

Im using ubuntu and i run a game server. Ever since i posted my server i have an IP address trying to join my game on a different port everytime, seems random and its nonstop for a week since its been up.

[INFO]/72.52.102.33:[random 5 digit port] lost connection NONstop

I port scanned them and i think its not a person but some service or server type buisness.

I use a linksys router, i couldnt find anything on blocking IP's at the router from the outside.

Is there anything i can do to stop them before the get to this server to login?

View 12 Replies View Related

Networking :: Ubuntu Keeps Connecting And Disconnecting From Wireless Router / Stop It?

Aug 13, 2010

Need help, ubuntu keeps connecting and disconnecting to my wireless router. whenever i am able to get it to connect for a significant amount of time, i still have no access to the internet.

using ubuntu 10.04

using Linksys router, not sure what model but can find out.

using toshiba satellite laptop

I am able to access my router and internet in Windows without any problem

dont have anything of importance on ubuntu install, so i could reinstall but would rather not so that i could fix this problem in the future.

View 1 Replies View Related

Fedora :: Wifi Stop Connecting After Windows Boot?

Jun 29, 2011

I first booted into Fedora and it connected to the Interneting was working brilliantly. I then booted into windows for a session of TF2. After I booted back into Fedora, it wouldn't connect to my network.I did fix this by doing a hard reset on my router, BT homehub. It's just that I don't want to reset and apply custom settings all the time.

View 1 Replies View Related

Ubuntu One :: Can't Stop Synchronizing Folder?

Apr 30, 2010

I installed 10.04 today and while messing around with it I decided to try syncing a folder. While it worked and the file in it was uploaded and removed when deleted I can't stop syncing the folder.

View 6 Replies View Related

Ubuntu Servers :: Connecting To A Shared Folder - From The Terminal On Guest?

Feb 11, 2010

I have Ubuntu karmic as my host OS and Ubuntu Server as a guest on Virtualbox. I have set a folder on my host as shared with the guest, but how can i connect to it from the terminal on my guest? I am also using webmin as i was trying to stay away from install a desktop

View 1 Replies View Related

Server :: Stop Users Moving Up Folder Structure?

May 12, 2011

I have a Ubuntu 10.10 server; I have created several users and wish them to have their own web space (with a unique domain name for each). I have therefore created www folders within their home folder and created new Virtual Servers to host each domain name and point to the users www folder in their home folder. They can then use an FTP client to upload files. This all works well.

However, I would like to stop a user from going back up a level and traversing the tree.They can currently go back up to /home and see other users names.

View 6 Replies View Related

Ubuntu :: Get Rid Of The Keying Nonsense That Keeps Popping Up?

Jan 1, 2010

I'm starting to use SuperUbuntu, and am trying to set up Evolution email prog. This is on a USB stick. Anyone know how to get rid of the keyring nonsense that keeps popping up? Google searches reveal that others are highly annoyed too, but can't cure it easily. Is it easy to put Thunderbird on and remove Evolution? And before anyone starts to preach security to me - I don't want to hear it. No offence meant. All I'm looking for is a correction.

View 3 Replies View Related

Ubuntu :: Get Rid Of Nepomuk - Keeps Popping Up On Startup?

May 30, 2010

I don't know what program Nepomuk came with. I thought I got rid of it but this keeps popping up on startup [picture attached].

View 4 Replies View Related

Ubuntu :: Applications Popping Up Automatically?

Oct 5, 2010

i m using ubuntu 10.04 Lucidi m reposting this thread.few days back when i setup evolution client i m facing this problem since then.when i open my system i always find three applications opening automatically.1. Evolution2. A open office Word Processor (untitled3. Documents folder window.

View 2 Replies View Related

Ubuntu :: Launcher Bar Gets Stuck After Popping Out?

Jun 18, 2011

This is an annoying problem I've been having with Unity. I'll be moving the mouse around and sometimes hit the right or left mouse clicker and the launcher bar pops out and stays stuck out. I can't get it to auto hide unless the browser is closed. Then I have to reopen the browser and start all over again. What makes this very annoying is there may be several tabs open in the browser that have to be all reloaded again.How do you get the launcher bar to auto hide again after it is stuck popped out?

View 9 Replies View Related

Ubuntu :: How To Fix Popping Sound In 11.04 Natty

Jun 22, 2011

Since I installed Natty recently, I had this "popping" sound from the speakers when the laptop was running on battery. Turns out this popping has to do with a power-saving feature for "hda-intel" sound-chips.

Open terminal and do:
Code:
gksudo gedit /usr/lib/pm-utils/power.d/intel-audio-powersave
Find this line:
INTEL_AUDIO_POWERSAVE=${INTEL_AUDIO_POWERSAVE:-true}

And comment it out by putting a "#" in front of it like this:
# INTEL_AUDIO_POWERSAVE=${INTEL_AUDIO_POWERSAVE:-true}

Just below this line you make a new line, like this:
INTEL_AUDIO_POWERSAVE=false

So now you will have:
# INTEL_AUDIO_POWERSAVE=${INTEL_AUDIO_POWERSAVE:-true}
INTEL_AUDIO_POWERSAVE=false
Save the file (File > Save) and exit.
Reboot the computer.
The popping sound will be gone.

If you for some reason need to undo the setting, just open the file again and remove the "#" from:
INTEL_AUDIO_POWERSAVE=${INTEL_AUDIO_POWERSAVE:-true}

And delete this line:
INTEL_AUDIO_POWERSAVE=false
Save the file.
Reboot.

View 4 Replies View Related

Ubuntu :: Screen Popping Up Whenever Start?

Jul 14, 2011

I just got Ubuntu a few days ago and recently updated it. I now have a screen popping up whenever I start Ubuntu that says I have less than a gig of space left on my hard drive. I dont want windows xp on my computer anymore but have no idea how to get rid of it.

View 3 Replies View Related

Ubuntu :: Broadcast Accounts Popping Up (Lucid)?

Apr 23, 2010

I installed the Lucid Release Candidate today, and for some reason Broadcast Accounts keeps opening itself, even after I've added all the accounts I'm going to. Is this happening with anyone else, and how can I make it stop?

View 9 Replies View Related

Ubuntu Multimedia :: Popping And Distorted Sound On 10.04?

Jul 6, 2010

I did a clean install to 10.04. Not too many issues except any sound I play sounds like it's underwater and pops while playing. I have tried to do the Pulse Audio install, but every time I loaded pauvcontrol (I think was the title), it would pop up "Connection Failure: Connection Refused." I tried to follow other guides, but they'd all fail because I'd be missing half of the files it changed. I have a Creative Labs X-Fi Fatality card that has given me troubles in the past, but usually, it works. I tried to install Creative's open driver, but again, I had an error when I attempted to Make the directory.

View 6 Replies View Related

Ubuntu :: Appearance Window Popping Up On Start Up?

Nov 3, 2010

every time i start up my laptop, "appearance preferances" window pops up with no reason whatsoever..

View 2 Replies View Related

Ubuntu Multimedia :: Banshee Won't Close - Keeps Popping Back?

Aug 11, 2010

I seem to be having a problem with Banshee. When I boot up, it automatically starts up, which seems innocent enough. However, I opened up Exaile (because Banshee had this problem of not recognizing spaces in some of my songs' filenames, replacing them with '%20'), and closed Banshee from its notifications icon. It closed, but about 3-5 seconds later its window pops up again. I used Ctrl+Q to quit, but it still came back after a few seconds. I've tried opening up a terminal and typing "killall banshee-1", but still, Banshee keeps coming back. Even though I restart and not open Exaile, Banshee still keeps coming back when I try to kill it.

View 1 Replies View Related

Fedora :: Sound Crackling & Popping With F12

Feb 13, 2010

I have a Creative Labs SB X-Fi sound card and I am getting a lot of crackling & popping with it. Plus I have to kill and restart pulseaudio a lot. Does anyone know of anything that can be done to help this out? I have the latest F12 kernel and rpms installed.

View 2 Replies View Related

CentOS 5 :: Firefox Popping Window Instead Of Tab / Fix It?

Apr 23, 2009

I loaded CentOS from a USB net install as I am trying to get an eeeBox to run CentOS 5.3 as a low power usage firewall. As you might know this box doesn't have an optical drive so everything has to be loaded from something USB. After the net install I ran a yum update and then went to some websites that I use and Firefox would pop a small window which looked like a vertical blue bar with a white dot at the bottom. I could grab it with the mouse and expand it and it would open as a normal window but inside there would be nothing. Usually in other CentOS installations Firefox would put the new window in another tab. When I go to the Edit/Preferences area and click on the tab icon nothing appears on the page...only the mail and security icons work. I unloaded Firefox using yum remove and reloaded it using yum install and now when I start Firefox it pops three windows and every site I go to pops another window with nothing in it. Am I losing my mind, or is there something wrong with my hardware, or is this a bug?

View 3 Replies View Related

General :: Nautilus Popping Up After Inserting USB Stick In KDE?

Aug 28, 2011

I am using Debian testing with KDE 4.6.5. However, when I insert my ubs stick, on top of the expected kde response I get a Nautilus window popping up (which is the Gnome file manager). How can I disable this?

View 1 Replies View Related

Programming :: Popping Off More Than One Item At A Time In A List?

Jul 14, 2010

I was reading some code the other day and thought that I saw they were using the list.pop method to pop of more than one item at a time. Something like this.

Code:

l = [ 'a', 'b', 'c', 'd', 'e' ]
l.pop(0:3)
['a','b','c']
l
['d','e']

But of course when I looked at invoking the method, it only works for one item at a time. I'm working on a data structure where I'm parcing weather data that is 15 items long that are return in as data in a list that has 3,000 + items. I was wanting to pop off a lists of the 1st 15 items breaking them into chuncks (still trying to figure out how I'm going to store the associations as each day has 2-4 readings an hour for the past 72 hours, so I was wanting to group the days together but have each data point for each time).

I know I can just write a function (with some additional tweaking needed for neg starts to work on the right end):

Code:

def longpop (seq, length=1, start=0):
slice = seq[start:start+length]
del seq[start:start+length]
return slice

But with increasing data sizes, I was wondering if there was a faster built-in way of doing this (perhaps implemented under the hood written originally in C as an extention, for example).

View 6 Replies View Related

SUSE :: Loud Popping Sound When On Battery Power Only

Mar 10, 2010

Loud popping sound approx. 11 secs after switching to battery power if audio hasnt been used for awhile (11 secs probably?) It will pop when audio is started (like movie, alert etc etc). It appears to be a power saving problem. And is not occurring for me on other distros, and only started happening recently on OpenSuSE. I found the exact same problem on the OpenSuSE forums dated 2008 (see: [URL]) but no solution as of yet. And by loud popping sound imagine one of those 'black cat' snappers you throw on the ground and they pop, it sounds almost identical.

View 1 Replies View Related

Hardware :: Terrible Sound Quality / Popping During Music

Aug 27, 2010

So I recently installed Linux mint 64 bit version, and when I play certain songs, and it hits a certain bass, it crackles and pops. A lot. And I have tried a lot, but cannot figure it out. Any ideas? Musics fine on windows :/

View 1 Replies View Related

Ubuntu Multimedia :: Graphics Seem Very Sluggish Doing Things Like Opening And Closing Windows, Popping Up Menus?

May 25, 2010

I've just installed kubuntu 10.04 x64 and I'm slowly working through lots of little niggly problems that I'm having getting it all set up.My graphics seem VERY sluggish doing things like opening and closing windows, popping up menus etc.I have an Athlon II 250 3.0ghz processor, 2GB RAM and onboard graphics ATI HD2100 (740G chipset).I tried to get the proprietary graphics driver installed to see if that made any difference but it wouldn't recognise the onboard graphics, a bit of googling seems to suggest they have actually dropped support for this model?After removing the proprietary stuff it seems even more sluggish than it did before.

View 3 Replies View Related

Ubuntu Networking :: 9.10 Not Connecting To Internet At Home But Connecting From Work

Feb 9, 2010

I just installed Ubuntu 9.10 and its great. However when I connect to the internet at home it shows that the connection has been established but I still cant connect to the internet. My flatmates are all able to connect. However, I am able to connect from work both wirelessly and through an ethernet cable.

View 2 Replies View Related

Fedora :: Keep Getting Updates Icon Popping Up - Error 'failed To Install Signature: Traceback'

Aug 27, 2010

I keep getting the updates icon popping up asking me to install software that is either already installed (Adobe Flash Player 10.1) or something that fails when I actually try to install is but I am sure it is also already installed (RPM Fusion Repository Config -free and nonfree). When I try to install the RPM Fusion packages it asked me for a Software Signature and then fails with the following message: failed to install signature: Traceback

[code]...

I have the flash player installed already and I am sure I already installed RPM Fusion. how can I resolve this and stop it from constantly asking me to install these packages?

View 2 Replies View Related

Ubuntu :: Disable The Ubuntu Unity Sidepanel From Popping Out?

May 26, 2011

How do you disable the sidepanel from popping out all the time? When i change workspace it pops out. Also when i tab between open windows. Also sometimes when i just browse or type, it pops out. And it just sits there. And it's in the way. How do you make sure it ONLY pops out when i ask it to, by keyboard bindings? I changed the 'reveal mode' in unity behavior in compiz to 'none', but this didn't resolve the problem.

View 2 Replies View Related







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