Ubuntu :: Files Location That Computer Probes To Regenerate Menu?

Nov 20, 2010

I recently forced a reset on my applications menu, this system has been updated since at least Intrepid all the way through to Maverick and so I have decided to start having a bit of a clean up. Having deleted my ~/.config/menus directory and logged out/in, I noticed that I now have a menu for 'Other' within my applications menu, there must be around 200 entries in there, detailing every app I have ever installed through wine (whether they are still installed or not) along with a few others (VMWare player for one example).

Where are the files located that the computer probes to regenerate this menu? I'd like to clear the list as much as possible as the same list gets in the way when choosing what program a file should be opened with (it's far easier to choose from a list of currently installed apps than a list of 300 or so possibly installed apps).

View 3 Replies


ADVERTISEMENT

Slackware :: Xfce Menu Desktop Files Location?

Feb 24, 2011

I want to add an app to an xfce menu, but I cannot find the .destop files. I tried the how-to at he xfce site, but it refers to ~/.config/menus, but I do not have that and I can find none of the .desktop files anywhere in my home directory.So, where the heck are the files I need to modify?

View 3 Replies View Related

Ubuntu Installation :: Regenerate Grub.cfg For Only One Specified Hdd?

Jun 27, 2011

I have copied my system to new hdd. Now I would like to generate new grub.cfg file with grub-mkconfig but the file should contain _only_ entries for this new hdd. When I try to do this normally it generates entries for both bootable disk (current and new) but for the new one there is no memtest entries. I would like to generate exactly the same entries as I have for the current disk but referencing to partition(s) on the new one. Should I do it manually? Isn't there any automated method?

And the second one: I'm suprised that there is no "grub" program with its own simple shell when grub2 is installed. Is it replaced by sth?

Now I can see that additional entries generated for new hdd have root set to the old one - it is complete nonsense

Code:
menuentry "Ubuntu, with Linux 2.6.35-28-generic (on /dev/sdb3)" {
insmod part_msdos
insmod ext2

[Code].....

View 9 Replies View Related

OpenSUSE :: Menu Editor: Change Computer Menu?

Sep 8, 2010

I wanna find a way to change the Computer menu from Kickoff.

View 6 Replies View Related

OpenSUSE :: WARNING: Errors 0 Skipped Probes Xx

May 13, 2011

I have recently moved over to opensuse 11.4 (never used any Linux before), I have installed all updates and am using the latest KDE. (I am using a laptop, not sure if this is relevant) I have found using the system fairly easy and found all the help I need either here, or out on the net. However, I cannot find much information about the above error message that I sometimes get. I have only noticed this error occasionally when I resume from sleep mode, or when I turn the computer off. I haven't seen the message anywhere else (pop up window, konsole etc) Sometimes the skipped probes is as high as 70, other times as low as 10. I don't know what it is scanning(?)

View 9 Replies View Related

Ubuntu :: Firefox Menu Bar And Location Bar Dropdown Is Unresponsive?

Nov 11, 2010

I have been having issues with the Firefox browser for the past few months. Firefox version: 3.6.11 Ubuntu x86_64 OS: Ubuntu 10.04 x86_64
Add ons: Flash block, Ad Block+, image block Occasionally on booting up and starting Firefox, the top menu bar, the location bar drop down do not work. Clicking them has no effect. Though I can enter a URL in the location bar, the drop down that gives recently browsed sites is unavailable. Using the keyboard shortcuts for these doesn't work too. So essentially all my browsing history, bookmarks, saved passwords are not accessible.

Restarting the browser/system doesn't . Deleting the whole profile folder restores the functionality, though it takes me back to a blank slate as far as my personalisation and browsing history is concerned and everything needs to be rebuilt. Restoring the profile folder causes the issue to reappear. So it appears to have something to do with the profile stored. Would like to look if any one has has similar issues but can't get a hang of how to best describe this or how others would have described it. I am sure you understand how bad it feels when all the history, bookmarks, passwords etc are in a way lost when this happens. Also how and where to post this or search if already similar bug is posted with Ubuntu and Firefox.

P.S: Is there a way to separate the personal info like history, passwords and bookmarks from the profile somehow?

View 2 Replies View Related

Ubuntu :: Command Line To Copy Files From One Location To Another / Retain Source Files Group / User?

Feb 20, 2011

Is there a method at the command line to copy files from one location to another and retain the source files group and user?I'm migrating some MySQL files from one machine to another.I want to back-up the original files in the directory presently. They have owner:group of mysql, some have owner:group root:mysql and so on. To copy them under cli or Nautilus everything changes to root for I execute sudo cp or gksudo nautilus and copy via gui.

Since it is MySQL data I could simply do a dump of the database and restore it on the other machine. But there's about 20 db's and I want to do this via a copy for it will be faster - at least that is what I think.

View 5 Replies View Related

Fedora Installation :: Finding A Terminal Command That Probes Other OS's?

Nov 3, 2010

Whenever I install Fedora other distros don't show up in GRUB. Windows shows up in "other," and I can see the other distro still intact when I run G Parted, but I don't know how to get it to show up in GRUB. Is there a terminal-command in F14 that probes other OS's on the hard drive and restores them to GRUB?

View 6 Replies View Related

Ubuntu :: Copy Files From Ldd To Location?

Jan 30, 2010

When I use ldd it prints the location of the depends.Is there a way to copy the depends listed to a location in a single command or streamline it? I don't want to copy each dependence once at a time.

View 1 Replies View Related

Ubuntu :: Set My Log Files To Copy Themselves To A Different Location ?

Dec 12, 2010

How can I set my log files to copy themselves to a different location every, say, two weeks? Thanks in advance.

View 1 Replies View Related

General :: Location Of MySQL Log Files On Ubuntu

May 11, 2011

I would like to delete the MySQL ib_logfile but do not know where the files are located on my machine. I am running the latest version of Ubuntu.

View 1 Replies View Related

Ubuntu :: Location Of Gedit Configuration Files?

Jan 27, 2010

Does anyone know where the Gedit configuration file/s are located?I knowthat the ~/.cache/ contains some information and deleting it removes the most recent documents list in the File menu.However, if I wanted to remove the most recent Find and Replace information which appears in the drop-down box when you choose Find or Replace, what file would I need to remove or edit.

View 4 Replies View Related

Ubuntu :: Copying All Files In Folder To Another Location?

Feb 21, 2011

suppose I have a tree structure like this:

/home/mahmood/sim/a/b/file1.cpp
/home/mahmood/sim/a/b/file2.h
/home/mahmood/sim/a/c/file3.txt
/home/mahmood/sim/d/file4.txt

How can I copy all of them to /home/mahmood/sim. So that when I run "ls" in /home/mahmood/sim, I see all files:

file1.cpp
file2.h
file3.txt
file4.txt

Can 'cp' search for all file and copy them in another folder?

View 2 Replies View Related

General :: Location Of .MYD Files?

Jun 29, 2010

We are on a vps with godaddy and i was just curious that where are all the .MYI files saved

View 1 Replies View Related

Ubuntu Installation :: Location Of The Directory Of C Header Files?

Jan 4, 2011

I am running VMware inside windows 7 64bit.I have installed ubuntu 2.8 ultimate edition on a 20gb partition and used 1gb of ram....everything is updated etc and running good. I checked in the VMware tools bar the entity tab,and says tools is not installed.

So when i run the install everything goes well untill it reaches the point where it says "What is the location of the directory of C header files that match your running kernel?

I have tried everything,different tutorials,installed a build package etc and it still asks for the directory. here is the uname r output :
uname r : 2.6.35-24-generic

View 7 Replies View Related

General :: Location Of C Header Files ?

Jan 30, 2011

I'm trying to install vmware tools in mint.

All goes well until I get to this -

What is the location of the directory of C header files that match your running kernel? [usr/src/linux/include]

When installing the vmware tools it says to just hit enter and the default will be used.

Hitting enter just keeps giving me the error message- The path "usr/src/linux/include" is not an existing directory.

View 14 Replies View Related

OpenSUSE :: Location Of Calendar Files In Kontact?

Jul 23, 2010

me where I can find out about file locations in kde4?

View 1 Replies View Related

General :: Find The Location Of The Files Listed Using Rpm -qa?

Feb 24, 2011

does any one have any idea how can I find the location of the files I listed using rpm -qa?

eg, 1 of the result returned from rpm -qa is yum-3.2.22-20.el5 how can I find the location of this program?

View 4 Replies View Related

Software :: Script For Copying Files From One Location To Another?

Feb 10, 2010

I'm working on a little bash script for copying files from one location to another, while sending the verbose output of cp to a text file.

how can I append a time stamp to the verbose lines in the log file.

The command:

Code:
cp -fRcp dir1/* dir2/ >> log/$(date +%y-%m-%d)_log.txt

Again, I want to know how I make the time stamp appear in front of the line inside of the log.txt.

View 3 Replies View Related

CentOS 5 :: The Location Of The Directory Of C Header Files?

Jan 5, 2010

While setup of vmware on CentOS5.4 i am facing the below error.What is the location of the directory of C header files that match your runningkernel? [/usr/src/linux/include]

View 5 Replies View Related

Ubuntu One :: Deleting Files From Web Interface Erase Files From Computer?

Nov 27, 2010

Does deleting files using the Ubuntu One web interface delete the files stored on my computer?

View 1 Replies View Related

Fedora Installation :: Location Of Kernel-header Files

Dec 24, 2009

I am using Fedora 12 with VMWare Player 3. I want to install the vmware tools. To get them properly working i need the location of the kernel header files. In which directory are they usually stored?

View 2 Replies View Related

Fedora :: Default Location For Newly Installed Files?

Jan 14, 2010

I installed fedora 12 very recently after which I installed a few files. I don't know where these files get installed. Is there a default location for newly installed files?
If there is one, is it possible to change the location?

View 1 Replies View Related

General :: Move Some Of The Files From Multiple Directories To One Location?

Jun 17, 2010

I'd like to move a selection of files from all the sub-directories within an overall directory to a single destination. I don't want any of the directory structure, just the files themselves. This is what I tried so far:

mv /dir1/*/igs*.sp3.Z /dir2

There are other .sp3.Z files in the * directories within /dir1 but I just need the ones that start with igs..

View 4 Replies View Related

Security :: Change Location Of Stored Audit Files?

May 5, 2011

We have setup a separate partition to keep our audit files, but I am at a loss to figure out how to redirect the log files to be stored there instead of the default.

I am sure it is a simple matter but I have been unable to locate the information.

View 1 Replies View Related

Software :: Program To Inspect Harddisk Location Of Files?

May 9, 2010

Does anybody here know a program (Linux-based or even Windows-based) which permits looking at the files structure of a harddisk in such a way that you can find out what file lies where on the harddisk?To specify further what I mean, back in the DOS days the Norton Utilities would show the distribution of files on a harddisk. It would show the harddisk as row upon row of rectangles, marked as used or not used, and the top left rectangles were the beginning of the harddisk while the lower right were the end of it.Now if a program put some files at the end of the harddisk it was possible to mark the filled rectangles and find out exactly which files were there.

View 9 Replies View Related

Programming :: Codeblocks Plugins And Header Files Location?

Jan 29, 2010

I installed Codeblocks and build some programs, but I have two questions:1. Where are my header files placed, since I don't know where codeblocks is installed. Soemetimes I have to remove header file extension (.h) to be able to compile some source. I use gcc as setting for codeblocks to compile and build programs.2. Plugins for Codeblocks can be installed, but when browse codeblocks's wiki I can't find download links neither developer pages

View 3 Replies View Related

Ubuntu :: OpenMotif : Create Network Location Link As Local Filesystem Location?

Apr 26, 2011

I'm working with a program that uses Open Motif to create all of the widgets, including the Open File dialog box (obviously). However, Open Motif being kinda old-timey, 80's vintage, and for the most part now an abandoned project, it is quite clunky. So, actually what I need to do is to open some files located on my work server. I have already successfully connected to the relevant server directories with Samba, and with programs built with GTK+ (such as GIMP) I can open files across the network because I have created a bookmark in Nautilus, and those bookmarks appear in the Open File dialog box created by GTK+. Now, Open Motif is different: it doesn't see network locations, orNautilus shortcuts. When I type "smb://serveripyadayada" in the search folder, it really doesn't like it and complains. So, what do I do? Can I get somehow Open Motif to open a network location? Or can I do a run-around and place a shortcut in the file system that points to the network location?

View 2 Replies View Related

Ubuntu :: Can't Get Means Of Installing Global Menu On Computer (vr 10.04) / Fix It?

May 16, 2010

So I've been trying franticly to get a means of installing Global Menu on my computer (vr 10.04) and have had no success so far. I have downloaded the files, but at this point have no idea what to do with them.

View 2 Replies View Related

Ubuntu :: Saving Menu Format To Port It On Another Computer?

Jun 2, 2010

Well I have a very custom menu and I want to save it to port it to other computer... so how do I do it? Without doing the whole thing over again if possible!

View 2 Replies View Related







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