Quote:
Originally Posted by CrC-3rr0r
Guys is there an easy way to change default program on double click for nautilus ?
It looks way to complicated on ubuntu.
The way I have solved opening old .url file is to do this
By using gnome-actions plus this script I wrote
cat open-ie-shortcut
#!/bin/sh
test -e "$1" || exit 0
cat "$1" | grep URL | cut -d'=' -f2 | xargs mozilla-firefox &
Its not pretty and really not quite right as you have to right click on the .url file then run this script
What do u guys think or should I just dump nautilus for something else ?
|
dont know what file to edit by hand but theres an option to change the DC action
http://www.gnome.org/learn/users-guide/2.0/ch07s08.html
"
Table 7.7. Files and Folders Preferences
Option
Description
Open each file or folder in a new window
Select this option to open a new window when you open a file or folder.
Activate items with a single click
Select this option to perform the default action for an item when you click on the item. When this option is selected, and you point to an item, the title of the item is underlined.
Activate items with a double click
Select this option to perform the
default action for an item when you double-click on the item.
Execute scripts when they are clicked
Select this option to run an executable file when you choose the executable file. An executable file is a text file that can execute, that is, a shell script.
View scripts when they are clicked
Select this option to display the contents of an executable file when you choose the executable file.
Ask each time
Select this option to display a dialog when you choose an executable file. The dialog asks whether you want to execute the file or display the file.
Ask before emptying the Trash or deleting files
Select this option to display a confirmation message before
Trash is emptied, or files are deleted.
Include a Delete command that bypasses Trash
Select this option to add a
Delete menu item to the following menus:
- The Edit menu.
- The popup menu that is displayed when you right-click on a file, folder, or desktop background object.
When you select an item then choose the
Delete menu item, the item is deleted from your file system
"