Displaying 1 result from an estimated 1 matches for "ooowriter".
Did you mean:
ooo_writer
2008 Jan 30
3
Fun Wine Project -- Configure Some Default Registry Entries
...cher", and would probably confuse people.
Here's it's code:
#!/bin/sh
#/usr/bin/winelaunch
$1 `winepath $2 $3`;
exit 1;
And here's a sample registry entry:
REGEDIT4
[HKEY_CLASSES_ROOT\.doc]
@="docfile"
"Content Type"="application/ooowriter"
[HKEY_CLASSES_ROOT\docfile]
[HKEY_CLASSES_ROOT\docfile\shell]
[HKEY_CLASSES_ROOT\docfile\shell\open]
[HKEY_CLASSES_ROOT\docfile\shell\open\command]
@="/usr/bin/winelaunch /usr/bin/openoffice %1"
Although icons don't display properly, it does open the attachme...