General :: Clear Bad Shortcuts From Gnome-do Cache?
Feb 11, 2010
I am using ubuntu and gnome-do and have in my gnome-do some bad shortcuts ( they even have a grey X icon ) that i cant figure out how to delete from the list. I thought gnome do has some cache but its been a while and they are still there :(
how to clear them from the list ?
Update: I deleted the ~/local/share/gnome-do folder and still no success
View 3 Replies
ADVERTISEMENT
Aug 4, 2011
In a performance test, I want to bypass the influence of cache of linux system (including page cache/inode cache and so on). I have tried O_DIRECT flag, but it's turned out that direct I/O is still "enjoy" the effect of some cache.Is there a thorough way to close the effect of system cache?
View 2 Replies
View Related
Jan 18, 2011
A friend has a website. the site has been moved to another server. I am inside of a private network.
Problem: when trying to reach his website, my browser keeps connecting to the old server which is on another continent
Windows machines have no problem with this. They connect to the new server without issues.
NOW what is hard to understand: even the PING utility is pinging the old server.
I tried these and none works:
- computer restart
- Clear private data in Iceweasel (has ntg to do with PING, but tried...)
- installed nscd and restarted the service
- modified /etc/resolv.conf to point to another nameserver than modified it back
At the same computer, if I reboot and load Windows, the browser has no problem connecting to the new server.
View 8 Replies
View Related
Apr 12, 2010
I can't find how to clear ABRT cache (other than to forcibly 'rm -rf /var/cache/abrt/'). How does one clear out the pile (which has grown to 1.2 GB here)?
View 3 Replies
View Related
Sep 1, 2010
I'm getting a weird situation where even though I updated an image in a folder for a website in apache, it's still showing the old image. And yes, I checked it in multiple browsers and on diff. computers. (Apache is in a virtualbox OS)
Here's what I've done:
1. Checked it in firefox on the host, cleared cache, reloaded
2. Restarted apache
3. Checked it in konqueror for first time, still showing old version
4. Checked it in the actual file folder and it's correct there
5. Checked it for first time on virtual machine's OS in its firefox, and it shows the wrong/old image
View 9 Replies
View Related
Jul 23, 2010
I've been advised to "clear the java cache", and to do so under Windows, one would open the java control panel. Of course, I'm using OpenJDK, and not Java's java.
Can anyone tell me how I would clear the java cache?
View 1 Replies
View Related
Jun 23, 2010
I just noticed that my hard drive is filling up with unnecessary files. what is the command to clean it up?
I've had to do this in Mandriva a while ago on my other pc. I'm running opensuse 11.2 KDE 64 bit
View 5 Replies
View Related
Aug 22, 2010
Ubuntu 10.4 64-bit.I am almost certainly using the wrong term here, but if I knew for sure what I was looking for I probably would have managed to google it.In a fit of minor insanity, I used ffmpeg to convert all my video files I've impulse downloaded over the last decade or so to mp4, mostly because Easytag will happily tag them an assist in reorganizing them, but of course some videos didn't convert, either properly or at all due to issues with the original file.
But - every 108 -123 (Going by the filecount in my trash when it happens; I've wondered if the actual number is 127 or 128 but haven't gotten that definitive yet.) videos or so, totem dies, and so does every other video player I can use, VLC, mplayer, et al. For awhile I rebooted, then I figured out just logging out/in cleared the error, but I've yet to narrow down what exactly is causing it.Since it crosses all players I can only assume that there is some kind of cache that is getting filled up that is cleared when you logout, but after doing some digging it's nothing cleared by anything I've found like bitbleach.
View 6 Replies
View Related
Feb 15, 2011
Ubuntu 10.10
How do I clear the System cache memory.
For the past few days , I am facing problem in opening websites (firefox & Chrome).
I have to restart the laptop and then access the web sites.
View 3 Replies
View Related
Aug 21, 2010
How to reduce the cached swap from the server?
[root@CMS-UAT ~]# free -m
total used free shared buffers cached
Mem: 7985 4146 3839 0 3 2300
-/+ buffers/cache: 1842 6143
Swap: 12479 4721 7758
[root@CMS-UAT ~]#
My server is showing swap usage of 4.7 GB.
View 2 Replies
View Related
Feb 4, 2010
I have a dedicated server and I am having email issues etc (seemingly) because the /var directory is 97% full
I would like to know if it is safe to clear it and how to clear it (assuming it will not disrupt/kill server services to do so).
I have a 'Matrix' control panel so i can view the storage etc but it does not have an way of clearing the /Var directory.
I have Putty Access to root but do not know much about command line access.
I found a few threads but the information is not clear to me as there seems to be an assumption of (basic?) knowledge I don't yet have.
My linux support guru that usually does this kind of thing for me is away and not contactable and my server is grinding to a halt and unable to store/send email.
I have only a very basic understanding of command line but really need to get this sorted ASAP.
Is it possible and SAFE to delete files via FTP from the /var/cache/apt/archives?
View 12 Replies
View Related
Jan 16, 2010
I just wanna clear database(postgresql) cache so how to do that..and also adempiere cache...
View 1 Replies
View Related
Jan 10, 2010
My cache is full, and I've tried doing "apt-get clean" to no avail. I also can't find any apt.conf file in my system.Here is a screenshot of the error message that pops up when I open Synaptic Package Manager:PS: I'm pretty new to Linux, especially Debian; most of my Unix-like OS experience is with Mac OS X. My Musix installation is in a VMWare machine.
View 1 Replies
View Related
Nov 9, 2009
is there any way to scheduled cache clear auomatically instead of manual in squid.
View 1 Replies
View Related
Aug 3, 2009
I just installed F9 and updated to F11 (fedora 11) and I updated the system because I couldn't get the media player working and then I installed all these packages for two days. I have tried yum clear cache and the rpm update. Here are some of the ones I tried:
rm -f /var/lib/rpm/__db*
yum update PackageKit
; yum clean all;
And this is the error:
Error Type: <type 'exceptions.TypeError'>
Error Value: 'NoneType' object is unsubscriptable
File : /usr/share/PackageKit/helpers/yum/yumBackend.py, line 2280, in <module>
main()
File : /usr/share/PackageKit/helpers/yum/yumBackend.py, line 2277, in main
backend.dispatcher(sys.argv[1:])
File : /usr/lib/python2.5/site-packages/packagekit/backend.py, line 600, in dispatcher
self.dispatch_command(args[0], args[1:])
File : /usr/lib/python2.5/site-packages/packagekit/backend.py, line 508, in dispatch_command self.get_updates(filters)
File : /usr/share/PackageKit/helpers/yum/yumBackend.py, line 1743, in get_updates self._check_init()
File : /usr/share/PackageKit/helpers/yum/yumBackend.py, line 1965, in _check_init self.yumbase.repos.doSetup()
File : /usr/lib/python2.5/site-packages/yum/repos.py, line 71, in doSetup self.ayum.plugins.run('postreposetup&apos
File : /usr/lib/python2.5/site-packages/yum/plugins.py, line 178, in run func(conduitcls(self, self.base, conf, **kwargs))
File : /usr/lib/yum-plugins/rpm-warm-cache.py, line 32, in postreposetup_hook
cmd = commands[0]
View 1 Replies
View Related
Nov 30, 2010
My synaptic stops responding when I try to clear cache of old deb install packages
View 3 Replies
View Related
Oct 22, 2010
since arch has started using python3, bleachbit is broken, so i am looking for a system cleaner to replace it. i need something that will overwrite file contents and clear firefox cache + the all the normal functions of a system cleaner.
View 8 Replies
View Related
Jun 24, 2011
I don't know when this started happening, but my shortcuts such as Super+D to minimize all and go to the desktop and Ctrl+Alt+T to open a terminal, etc, have stopped working.
Other shortcuts, such as Alt+F1 and Alt+F2 work correctly, as well as the compiz ones.
View 6 Replies
View Related
Jan 11, 2010
let me know how to clear cache memory ( RHEL 5.1 ) as it consumes almost 100% physical memory.
View 3 Replies
View Related
Feb 4, 2010
Any one have an idea How to clear apache cache without restarting apache server.
View 5 Replies
View Related
Nov 22, 2010
I am reading slab allocator, it defines slab cache, i am quite confuse is it same as hardware cache?
View 2 Replies
View Related
Jul 8, 2011
I opened firefox and it restored some ~15 windows I had open last time I rebooted. The problem is that for each window it opened it gave me a notification that it's ready, and now they won't go away. I know that I could simply remove them one by one, but that's a bit tedious and I really want to know if there's a faster way to clear all notifications when I'm not intending to look at any of them.
Here's what's happening at the bottom of my screen: I just find it really annoying because it pops up every time I accidentally touch the bottom edge of the desktop.
View 1 Replies
View Related
Jun 5, 2011
How do I clear the list of recent documents in Fedora 15 Gnome 3? There were a few files that I've already deleted from the system, but when I search for them, they still appear under the 'Recent Documents' list. This is proving to be a bit of a privacy nightmare.
View 12 Replies
View Related
Nov 24, 2010
Recently I have upgraded from Fedora 13 to Fedora 14 using preupgrade. Everything is working fine except menus on Gnome desktop. Sometimes menus are not cleared. They just hang on the desktop infinitely.
View 1 Replies
View Related
Dec 29, 2010
My computer keeps spawning new and massive numbers of "gnome-keyring-d" which require me to reboot the PC to clear.
What is happening? Why? And how do I stop it?
Code:
View 6 Replies
View Related
Jun 8, 2010
yesterday I was moving some launchers in the menu editor, going a bit too fast, and I accidentally hit delete on the "Internet" menu. In an attempt to get it back, I deleted ~/.local/share/applications and ~/.gconf/apps/panel, assuming they'd be automatically replaced. I ran the updater today and it updated gnome-panel, so I $ killall gnome-panel 'd just in case, and once again nothing. I have all the custom launchers from ~/.local/share/applications saved onto my desktop, but right now I need all the original launchers back. I don't even have the software management launcher! It just shows me a little tiny black stripe because it's completely empty. BTW, I'm running Lucid 64.
View 9 Replies
View Related
Mar 30, 2011
After using KDE 3.5 for years, I defected to Gnome when KDE 4.0 came out. I have recently installed Kubuntu Maverick on my netbook and have decided that I now like KDE again The one bit of functionality that I am missing is the keyboard short cuts of Gnome-Do. So if I type Windows key Em, return and Emacs launches.
The search box in Kubuntu sort of does this. However, I have to click in the box and when I have typed the first few characters I have to click on the icon with the mouse. Is there any way I can do this just using the keyboard and not the mouse? I have searched the help and Googled without much success.
View 2 Replies
View Related
Jun 8, 2011
I installed gnome-do to see what it was like (useless - doesn't work properly with Unity as far as I can tell). After trying it out for a while I noticed that my browser and email keyboard shortcuts didn't work anymore. I have a Microsoft Ergo 4000 keyboard with dedicated browser and email buttons that I always used to start Firefox and Thunderbird. Now the browser button starts the browser, but instead of starting my home page it attempts to load a non-url number. All settings, like keyboard shortcuts, software preferences and in the browser are still set correctly, but it doesn't work anymore.The email button doesn't do anything anymore.Once again, all settings like keyboard shortcuts and software preferences are still correct, but the button no longer works.
View 1 Replies
View Related
Apr 11, 2010
how i can access to gnome-panel with keyboard shortcuts?(for example trl+Alt+p or Alt+Ctrl+1 to open application launcher widget in panel?)
View 1 Replies
View Related
Nov 12, 2010
Curious if there is a simple way to duplicate a gnome panel?for example I have a laptop that I sometimes plug in a 2nd monitor for, when I do I would like to have top & bottom panels duplicate onto the 2nd monitor
View 1 Replies
View Related