[Mono-bugs] [Bug 649994] PrinterSettings.InstalledPrinters throws an exception

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Tue Nov 2 16:58:22 EDT 2010


https://bugzilla.novell.com/show_bug.cgi?id=649994

https://bugzilla.novell.com/show_bug.cgi?id=649994#c3


Andrew Jorgensen <ajorgensen at novell.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED

--- Comment #3 from Andrew Jorgensen <ajorgensen at novell.com> 2010-11-02 20:58:21 UTC ---
libcups is mapped in /etc/mono/config, so I'm guessing the correct way to fix
this is something like:

diff --git a/data/config.in b/data/config.in
index a56f7d1..ecc7692 100644
--- a/data/config.in
+++ b/data/config.in
@@ -18,6 +18,7 @@
        <dllmap dll="libX11" target="@X11@" os="!windows" />
        <dllmap dll="libcairo-2.dll" target="libcairo.so.2" os="!windows"/>
        <dllmap dll="libcups" target="libcups.so.2" os="!windows"/>
+       <dllmap dll="libcups" target="libcups.dylib" os="osx"/>
        <dllmap dll="i:kernel32.dll">
                <dllentry dll="__Internal" name="CopyMemory"
target="mono_win32_compat_CopyMemory"/>
                <dllentry dll="__Internal" name="FillMemory"
target="mono_win32_compat_FillMemory"/>

-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the mono-bugs mailing list