similar to: File association in wine

Displaying 20 results from an estimated 1000 matches similar to: "File association in wine"

2005 Jan 10
0
file associations in wine
hi there first of all, please excuse my poor english... I know I can associate a file extension in wine with a linux application like i did for .sxw in this .reg-file: REGEDIT4 [HKEY_CLASSES_ROOT\.sxw] @="sxw.document" [HKEY_CLASSES_ROOT\sxw.document] @="sxw.document" [HKEY_CLASSES_ROOT\sxw.document\shell] [HKEY_CLASSES_ROOT\sxw.document\shell\open]
2010 Sep 10
1
camstudio does'nt detect compressors. Err creating avi file
Hi mates, I've just installed camstudio on wine 1.2 without any problem. As a known issue, after trying to run for the first time, it complained a missing dll (mfc42.dll). That was easy to solve and I got camstudio opening the recorder. The problem started where, when I click on record. It says: Error creating avi file! I tryed so many things but the problem I found was the compressors
2008 Jan 02
2
Windows Shell Command under Vista
Dear R2008, In Windows 2000, I used the following shell extension to allow right-click rgui start in a directory (assuming rgui.exe is on the path: ----- REGEDIT4 [HKEY_CLASSES_ROOT\Directory\shell\Run R] [HKEY_CLASSES_ROOT\Directory\shell\Run R\command] @="Rgui.exe --no-restore --no-save --internet2" ---- I switched to Vista this year. For reasons I don't understand, I have
2008 Jan 30
3
Fun Wine Project -- Configure Some Default Registry Entries
My first post. Fun Wine Project -- Configure Some Default Registry Entries I've begun working on this to import some native calls into wine. More specifically, OpenOffice.org. I'm trying to get Lotus Notes attachments to display proper icons, and open natively with OOo. I've come across a dilemma. I can't seem to "easily" open a Windows path, i.e.
2009 Jan 16
2
regshell only goes to HKEY_CLASSES_ROOT
Hi all, I've compiled samba 4 from branches and it worked like a charm. I'm trying to use regshell to read (remotely) the following Windows registry key: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall I can connect to the remote machine with no problems: ./regshell --remote=192.168.50.142 --user=Administrador%xxx HKEY_CLASSES_ROOT> HKEY_CLASSES_ROOT>
2005 Jul 06
1
Problem with Scripting.FileSystemObject
Hi: I'm trying to make run a windows application with wine. It has been made with visual foxpro (I don't know if this information is useful, but just in case...). The application uses the class Scripting.FileSystemObject included in scrrun.dll The application starts properly, but at one point it shows a message stating that it cannot find the Scripting.FileSystemObject class, and stops
2011 Apr 27
2
trouble with chm files
Hi, I have been trying to configure Wine to associate kchmviewer with chm files in hopes of having kchmviewer launch whenever I push a help button within SkyTools 3 (http://www.skyhound.com). I am running Wine 1.3.18 under Ubuntu 10.10 on an amd64 machine. I followed the instructions in the Wine FAQ at http://wiki.winehq.org/FAQ#head-91bf3f0a8ccbfab8dee96f82fae2f1a489e0d243 and have tried
2020 Aug 26
2
accessing foreign AD users to NT domain
Per chi vuole guardare il log generato aggiungo una piccola legenda: ZIZI (192.168.70.3) ? il server samba, win7pro-v01 (192.168.64.12) ? il client win7; inoltre il dominio AD si chiama CSATEST mentre il dominio NT (anche se non compare nei logs) si chiama DOMINIOCSA. Piviul
2012 Jan 16
1
[PATCH] generator: Add an explicit Cancellable flag
Currently any api which takes a FileIn or FileOut parameter is implicitly cancellable. This change make cancellable an explicit flag in anticipation of it being added to other apis. --- generator/generator_actions.ml | 53 ++++++++++++++++++++++++++------------- generator/generator_checks.ml | 3 +- generator/generator_types.ml | 1 + 3 files changed, 38 insertions(+), 19 deletions(-)
2017 Oct 30
0
OPUS vs MP3
Hi, Before I comment on the graphics you posted to visualize the difference between two audio signals, I'd like to ask for your help in evaluating my JPEG encoder. I've encoded an image with JPEG and then computed the difference with the original. I then converted the difference to sound. You can listen to the image difference on this clip: https://jmvalin.ca/misc_stuff/diff.wav Can you
2017 Oct 18
3
OPUS vs MP3
Good morning. I've ran a test against MP3 format. Code: (first convert tested audio file to 16 bit 48khz with sox.exe if needed) lame.exe -b 320 48khzfilein.wav -o fileout.mp3 lame --decode fileout.mp3 -o fileout.mp3.wav opusenc.exe --bitrate 320 48khzfilein.wav fileout.opus opusdec.exe fileout.opus fileout.opus.wav wavdiff.exe 48khzfilein.wav fileout.mp3.wav -diff fileout.mp3.delta.wav
2017 Oct 31
0
OPUS vs MP3
Just to be clear, my goal here wasn't to make fun of anyone, but to drive the point that spectrograms should *never* be used to demonstrate quality. The only case where they can sometimes be useful is for diagnostic purposes. If you hear something and you're not sure what you're hearing exactly, then sometimes a spectrogram can help you figure out what it is. That's pretty much it.
2017 Oct 31
3
OPUS vs MP3
Jean-Mark sarkasm. Jean-Markasm. (Bonus points for providing an actual noisy WAV! ^_^) On 30/10/2017 20:28, Jean-Marc Valin wrote: Hi, Before I comment on the graphics you posted to visualize the difference between two audio signals, I'd like to ask for your help in evaluating my JPEG encoder. I've encoded an image with JPEG and then computed the difference with the original. I then
2017 Apr 21
0
[PATCH 1/2] generator: Simplify the handling of string parameters.
Previously we had lots of types like String, Device, StringList, DeviceList, etc. where Device was just a String with magical properties (but only inside the daemon), and DeviceList was just a list of Device strings. Replace these with some simple top-level types: String StringList and move the magic into a subtype. The change is mechanical, for example: old
2007 Apr 08
1
winefile/explorer hardcoded ? HKEY_CLASSES_ROOT\Folder\shell\open\command ignored
Winefile seems to be hardcoded when it comes to opening folders. No matter what I do it always pops up. I tried deleting HKEY_CLASSES_ROOT\Folder and nothing changed. What can I do to convince wine to open folders with /usr/bin/nautilus ? I allready made it open ordinary files with gnome-open. -- Who logs in to gdm? Not I, said the duck.
2007 Apr 23
1
Bug in R 2.4.1 ?
Hello everybody, I'm using hdf5 files to store results from intermediate calculations. These are usually part of a list, called "res". As I want the hdf-files to contain all the members of res in its top "directory", I used to do attach(res) do.call("hdf5save", args=c(fileout=file.path(dir, ofile), as.list(names(res)))) detach(res) which did what I
2010 Jan 14
0
Windows Shell: R Gui Here
Some years ago I published the reg string here to start RGui in a selected Windows directory via right key click without keeping a cmd window open. That string no longer works in Vista/Windows 7. Below is the alternative. It assumes that rgui is on your path, or that you have Gabor's rbatch installed and on you path. http://batchfiles.googlecode.com If you must use an explicit path to RGui,
2017 Oct 31
3
Antw: Re: OPUS vs MP3
Hi guys, as MP3 and Opus have very similar objectives, I think the original poster's question was a valid one: Why does Opus have more artefacts in the lower frequency ranges than MP3 has? The spontaneous suspect that lower frequency artefacts may be more noticeably than higher frequency artefacts seems plausible, also. Is it a matter of energy (which is higher for higher frequencies)? When
2015 Oct 20
3
[PATCH 1/2] generator: add a RelativePathnameList parameter type
Mostly like StringList (so it can used in current StringList parameters), but checking client- and daemon-side that the elements are relative paths. --- generator/bindtests.ml | 3 ++- generator/c.ml | 29 ++++++++++++++++++++++++----- generator/csharp.ml | 4 ++-- generator/daemon.ml | 20 ++++++++++++++++++-- generator/erlang.ml | 2 +- generator/fish.ml |
2015 Oct 21
2
[PATCH 1/2] generator: add a FilenameList parameter type
Mostly like StringList (so it can used in current StringList parameters), but checking client- and daemon-side that the elements are file names. --- generator/bindtests.ml | 3 ++- generator/c.ml | 29 ++++++++++++++++++++++++----- generator/csharp.ml | 4 ++-- generator/daemon.ml | 20 ++++++++++++++++++-- generator/erlang.ml | 2 +- generator/fish.ml | 10