Icons in the Applications folder
- ralcocer
- Samurai
- Posts: 187
- Joined: 02 Jan 2011, 12:53
- Distribution: 3.2rc5 Xfce
- Location: Puerto Rico
- Contact:
Icons in the Applications folder
Every time I go to the applications folder in another drive with the File manager only text files are displayed in the .desktop , if I import a .desktop file fron LXDE they show . I added the alsa mixer to the menu from LXDE and it shows the icon instead of a text file, I also added a caja-action in order to be able to read them with the text editor. How do I make the programs I have in 3D-Printer show either in programming or in 3D , the show under other.
- brokenman
- Site Admin
- Posts: 6104
- Joined: 27 Dec 2010, 03:50
- Distribution: Porteus v4 all desktops
- Location: Brazil
- Contact:
Re: Icons in the Applications folder
When browsing the /usr/share/applications folder in caja the files will show as icons. This is normal. Be sure that when you create the action you have the following:
command tab:
path: gksu leafpad
parameters: %f
basenames tab: *.desktop
This means you will need to enter the root password when you right click on a .desktop file and select your action to open in a text editor. This is required in order to save the file.
To have the program show under 'Programming' change the line that says 'categories' ... and add 'development' for example:
Categories=AudioVideo;Audio;Development;
This will show in audio and programming.
command tab:
path: gksu leafpad
parameters: %f
basenames tab: *.desktop
This means you will need to enter the root password when you right click on a .desktop file and select your action to open in a text editor. This is required in order to save the file.
To have the program show under 'Programming' change the line that says 'categories' ... and add 'development' for example:
Categories=AudioVideo;Audio;Development;
This will show in audio and programming.
How do i become super user?
Wear your underpants on the outside and put on a cape.
Wear your underpants on the outside and put on a cape.