<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Desktop Data Manager(DDM) for your Ubuntu Desktop</title>
	<atom:link href="http://www.ubuntugeek.com/desktop-data-managerddm-for-your-ubuntu-desktop.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.ubuntugeek.com/desktop-data-managerddm-for-your-ubuntu-desktop.html</link>
	<description>Ubuntu Linux Tutorials,Howtos,Tips &#38; News &#124; Oneiric,Natty,Maverick</description>
	<lastBuildDate>Mon, 06 Feb 2012 15:40:01 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: spiralofhope</title>
		<link>http://www.ubuntugeek.com/desktop-data-managerddm-for-your-ubuntu-desktop.html/comment-page-1#comment-57468</link>
		<dc:creator>spiralofhope</dc:creator>
		<pubDate>Sun, 14 Nov 2010 07:20:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/desktop-data-managerddm-for-your-ubuntu-desktop.html#comment-57468</guid>
		<description>These instructions didn&#039;t work for me because dependencies weren&#039;t being pulled in.

I only cared about ddm-screenshot.  To get it working on Lubuntu 10.10, I did the following.  I don&#039;t know if libmono1.0-cil was needed or if I should have installed libmono2.0-cil.

wget http://downloads.sourceforge.net/data-manager/desktop-data-manager_0.8.5_i386.deb
apt-get install mono-runtime libmono1.0-cil gtk-sharp2
dpkg -i desktop-data-manager_0.8.5_i386.deb

ddm-screenshot works when capturing a full screen, but explodes when trying to capture an area or a window.

&gt; ddm-screenshot

(ScreenshotWindow:4918): Gtk-WARNING **: GtkSpinButton: setting an adjustment with non-zero page size is deprecated

** (ScreenshotWindow:4918): WARNING **: Missing method .ctor in assembly /usr/lib/mono/gac/gtk-sharp/2.12.0.0__35e10195dab3c99f/gtk-sharp.dll, type System.Runtime.CompilerServices.RuntimeCompatibilityAttribute

** (ScreenshotWindow:4918): WARNING **: The class System.Runtime.CompilerServices.RuntimeCompatibilityAttribute could not be loaded, used in gtk-sharp

** (ScreenshotWindow:4918): WARNING **: Can&#039;t find custom attr constructor image: /usr/lib/mono/gac/gtk-sharp/2.12.0.0__35e10195dab3c99f/gtk-sharp.dll mtoken: 0x0a000121
Marshaling clicked signal
Exception in Gtk# callback delegate
  Note: Applications can use GLib.ExceptionManager.UnhandledException to handle the exception.
System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---&gt; System.TypeLoadException: Could not load type &#039;System.Runtime.CompilerServices.RuntimeCompatibilityAttribute&#039; from assembly &#039;gtk-sharp&#039;.
  at (wrapper managed-to-native) System.MonoType:GetMethodsByName (string,System.Reflection.BindingFlags,bool,System.Type)
  at System.MonoType.GetMethods (BindingFlags bindingAttr) [0x00000] in :0 
  at GLib.Object.InvokeClassInitializers (GType gtype, System.Type t) [0x00000] in :0 
  at GLib.Object.RegisterGType (System.Type t) [0x00000] in :0 
  at GLib.Object.LookupGType (System.Type t) [0x00000] in :0 
  at GLib.Object.LookupGType () [0x00000] in :0 
  at GLib.Object.CreateNativeObject (System.String[] names, GLib.Value[] vals) [0x00000] in :0 
  at Gtk.Object.CreateNativeObject (System.String[] names, GLib.Value[] vals) [0x00000] in :0 
  at Gtk.Widget.CreateNativeObject (System.String[] names, GLib.Value[] vals) [0x00000] in :0 
  at Gtk.Window..ctor (WindowType type) [0x00000] in :0 
  at GtkAdditional.TransparentWindow..ctor (Int32 x, Int32 y, Int32 sx, Int32 sy, WindowType wt) [0x00000] in :0 
  at GtkAdditional.Grabber.QueryWindow (Int32 depth) [0x00000] in :0 
  at DesktopDataManager.Gui.ScreenshotWindow.ScreenshotWindow.OnSelectWindow (System.Object o, System.EventArgs args) [0x00000] in :0 
  at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (object,object[],System.Exception&amp;)
  at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in :0 
  --- End of inner exception stack trace ---
  at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in :0 
  at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in :0 
  at System.Delegate.DynamicInvokeImpl (System.Object[] args) [0x00000] in :0 
  at System.MulticastDelegate.DynamicInvokeImpl (System.Object[] args) [0x00000] in :0 
  at System.Delegate.DynamicInvoke (System.Object[] args) [0x00000] in :0 
  at GLib.Signal.ClosureInvokedCB (System.Object o, GLib.ClosureInvokedArgs args) [0x00000] in :0 
  at GLib.SignalClosure.Invoke (GLib.ClosureInvokedArgs args) [0x00000] in :0 
  at GLib.SignalClosure.MarshalCallback (IntPtr raw_closure, IntPtr return_val, UInt32 n_param_vals, IntPtr param_values, IntPtr invocation_hint, IntPtr marshal_data) [0x00000] in :0 
   at GLib.ExceptionManager.RaiseUnhandledException(System.Exception e, Boolean is_terminal)
   at GLib.SignalClosure.MarshalCallback(IntPtr raw_closure, IntPtr return_val, UInt32 n_param_vals, IntPtr param_values, IntPtr invocation_hint, IntPtr marshal_data)
   at Gtk.Application.gtk_main()
   at Gtk.Application.Run()
   at DesktopDataManager.Gui.ScreenshotWindow.ScreenshotWindow.Main()

---

Trying 0.8.11 doesn&#039;t even launch.  I get

** (/usr/lib/desktop-data-manager/ScreenshotWindow.exe:4970): WARNING **: The following assembly referenced from /usr/lib/desktop-data-manager/ScreenshotWindow.exe could not be loaded:
     Assembly:   Mono.Posix    (assemblyref_index=5)
     Version:    1.0.5000.0
     Public Key: 0738eb9f132ed756
The assembly was not found in the Global Assembly Cache, a path listed in the MONO_PATH environment variable, or in the location of the executing assembly (/usr/lib/desktop-data-manager/).


** (/usr/lib/desktop-data-manager/ScreenshotWindow.exe:4970): WARNING **: Could not load file or assembly &#039;Mono.Posix, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756&#039; or one of its dependencies.

** (/usr/lib/desktop-data-manager/ScreenshotWindow.exe:4970): WARNING **: Missing method Init in assembly /usr/lib/desktop-data-manager/ScreenshotWindow.exe, type Mono.Unix.Catalog

Unhandled Exception: System.IO.FileNotFoundException: Could not load file or assembly &#039;Mono.Posix, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756&#039; or one of its dependencies.
File name: &quot;Mono.Posix, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756&quot;

---

Hope this helps someone out there.</description>
		<content:encoded><![CDATA[<p>These instructions didn&#8217;t work for me because dependencies weren&#8217;t being pulled in.</p>
<p>I only cared about ddm-screenshot.  To get it working on Lubuntu 10.10, I did the following.  I don&#8217;t know if libmono1.0-cil was needed or if I should have installed libmono2.0-cil.</p>
<p>wget <a href="http://downloads.sourceforge.net/data-manager/desktop-data-manager_0.8.5_i386.deb" rel="nofollow">http://downloads.sourceforge.net/data-manager/desktop-data-manager_0.8.5_i386.deb</a><br />
apt-get install mono-runtime libmono1.0-cil gtk-sharp2<br />
dpkg -i desktop-data-manager_0.8.5_i386.deb</p>
<p>ddm-screenshot works when capturing a full screen, but explodes when trying to capture an area or a window.</p>
<p>&gt; ddm-screenshot</p>
<p>(ScreenshotWindow:4918): Gtk-WARNING **: GtkSpinButton: setting an adjustment with non-zero page size is deprecated</p>
<p>** (ScreenshotWindow:4918): WARNING **: Missing method .ctor in assembly /usr/lib/mono/gac/gtk-sharp/2.12.0.0__35e10195dab3c99f/gtk-sharp.dll, type System.Runtime.CompilerServices.RuntimeCompatibilityAttribute</p>
<p>** (ScreenshotWindow:4918): WARNING **: The class System.Runtime.CompilerServices.RuntimeCompatibilityAttribute could not be loaded, used in gtk-sharp</p>
<p>** (ScreenshotWindow:4918): WARNING **: Can&#8217;t find custom attr constructor image: /usr/lib/mono/gac/gtk-sharp/2.12.0.0__35e10195dab3c99f/gtk-sharp.dll mtoken: 0x0a000121<br />
Marshaling clicked signal<br />
Exception in Gtk# callback delegate<br />
  Note: Applications can use GLib.ExceptionManager.UnhandledException to handle the exception.<br />
System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---&gt; System.TypeLoadException: Could not load type &#8216;System.Runtime.CompilerServices.RuntimeCompatibilityAttribute&#8217; from assembly &#8216;gtk-sharp&#8217;.<br />
  at (wrapper managed-to-native) System.MonoType:GetMethodsByName (string,System.Reflection.BindingFlags,bool,System.Type)<br />
  at System.MonoType.GetMethods (BindingFlags bindingAttr) [0x00000] in :0<br />
  at GLib.Object.InvokeClassInitializers (GType gtype, System.Type t) [0x00000] in :0<br />
  at GLib.Object.RegisterGType (System.Type t) [0x00000] in :0<br />
  at GLib.Object.LookupGType (System.Type t) [0x00000] in :0<br />
  at GLib.Object.LookupGType () [0x00000] in :0<br />
  at GLib.Object.CreateNativeObject (System.String[] names, GLib.Value[] vals) [0x00000] in :0<br />
  at Gtk.Object.CreateNativeObject (System.String[] names, GLib.Value[] vals) [0x00000] in :0<br />
  at Gtk.Widget.CreateNativeObject (System.String[] names, GLib.Value[] vals) [0x00000] in :0<br />
  at Gtk.Window..ctor (WindowType type) [0x00000] in :0<br />
  at GtkAdditional.TransparentWindow..ctor (Int32 x, Int32 y, Int32 sx, Int32 sy, WindowType wt) [0x00000] in :0<br />
  at GtkAdditional.Grabber.QueryWindow (Int32 depth) [0x00000] in :0<br />
  at DesktopDataManager.Gui.ScreenshotWindow.ScreenshotWindow.OnSelectWindow (System.Object o, System.EventArgs args) [0x00000] in :0<br />
  at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (object,object[],System.Exception&amp;)<br />
  at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in :0<br />
  --- End of inner exception stack trace ---<br />
  at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in :0<br />
  at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in :0<br />
  at System.Delegate.DynamicInvokeImpl (System.Object[] args) [0x00000] in :0<br />
  at System.MulticastDelegate.DynamicInvokeImpl (System.Object[] args) [0x00000] in :0<br />
  at System.Delegate.DynamicInvoke (System.Object[] args) [0x00000] in :0<br />
  at GLib.Signal.ClosureInvokedCB (System.Object o, GLib.ClosureInvokedArgs args) [0x00000] in :0<br />
  at GLib.SignalClosure.Invoke (GLib.ClosureInvokedArgs args) [0x00000] in :0<br />
  at GLib.SignalClosure.MarshalCallback (IntPtr raw_closure, IntPtr return_val, UInt32 n_param_vals, IntPtr param_values, IntPtr invocation_hint, IntPtr marshal_data) [0x00000] in :0<br />
   at GLib.ExceptionManager.RaiseUnhandledException(System.Exception e, Boolean is_terminal)<br />
   at GLib.SignalClosure.MarshalCallback(IntPtr raw_closure, IntPtr return_val, UInt32 n_param_vals, IntPtr param_values, IntPtr invocation_hint, IntPtr marshal_data)<br />
   at Gtk.Application.gtk_main()<br />
   at Gtk.Application.Run()<br />
   at DesktopDataManager.Gui.ScreenshotWindow.ScreenshotWindow.Main()</p>
<p>---</p>
<p>Trying 0.8.11 doesn&#8217;t even launch.  I get</p>
<p>** (/usr/lib/desktop-data-manager/ScreenshotWindow.exe:4970): WARNING **: The following assembly referenced from /usr/lib/desktop-data-manager/ScreenshotWindow.exe could not be loaded:<br />
     Assembly:   Mono.Posix    (assemblyref_index=5)<br />
     Version:    1.0.5000.0<br />
     Public Key: 0738eb9f132ed756<br />
The assembly was not found in the Global Assembly Cache, a path listed in the MONO_PATH environment variable, or in the location of the executing assembly (/usr/lib/desktop-data-manager/).</p>
<p>** (/usr/lib/desktop-data-manager/ScreenshotWindow.exe:4970): WARNING **: Could not load file or assembly &#8216;Mono.Posix, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756&#8242; or one of its dependencies.</p>
<p>** (/usr/lib/desktop-data-manager/ScreenshotWindow.exe:4970): WARNING **: Missing method Init in assembly /usr/lib/desktop-data-manager/ScreenshotWindow.exe, type Mono.Unix.Catalog</p>
<p>Unhandled Exception: System.IO.FileNotFoundException: Could not load file or assembly &#8216;Mono.Posix, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756&#8242; or one of its dependencies.<br />
File name: &#8220;Mono.Posix, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756&#8243;</p>
<p>---</p>
<p>Hope this helps someone out there.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zcat</title>
		<link>http://www.ubuntugeek.com/desktop-data-managerddm-for-your-ubuntu-desktop.html/comment-page-1#comment-509</link>
		<dc:creator>zcat</dc:creator>
		<pubDate>Sat, 16 Aug 2008 12:10:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/desktop-data-managerddm-for-your-ubuntu-desktop.html#comment-509</guid>
		<description>I like the clipboard but I cannot get the download manage to work and see these bugs in launchpad: but no fixes...ANY ideas?
Using Ubuntu 8.04.1 and up to date.
log:
Could not load type &#039;DesktopDataManager.Backend.DownloadManager.DownloadManagerRemotingClient&#039; from assembly &#039;DownloadManager, Version=0.8.11.8308, Culture=neutral&#039;.

Stacktrace:
  at (wrapper remoting-invoke-with-check) DesktopDataManager.Gui.DownloadManagerGui.DownloadManagerGui:.ctor ()
  at DesktopDataManager.Gui.DownloadManagerGui.DownloadManagerGui.Main (System.String[] args) [0x00000]</description>
		<content:encoded><![CDATA[<p>I like the clipboard but I cannot get the download manage to work and see these bugs in launchpad: but no fixes&#8230;ANY ideas?<br />
Using Ubuntu 8.04.1 and up to date.<br />
log:<br />
Could not load type &#8216;DesktopDataManager.Backend.DownloadManager.DownloadManagerRemotingClient&#8217; from assembly &#8216;DownloadManager, Version=0.8.11.8308, Culture=neutral&#8217;.</p>
<p>Stacktrace:<br />
  at (wrapper remoting-invoke-with-check) DesktopDataManager.Gui.DownloadManagerGui.DownloadManagerGui:.ctor ()<br />
  at DesktopDataManager.Gui.DownloadManagerGui.DownloadManagerGui.Main (System.String[] args) [0x00000]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Raúl Huarachi</title>
		<link>http://www.ubuntugeek.com/desktop-data-managerddm-for-your-ubuntu-desktop.html/comment-page-1#comment-508</link>
		<dc:creator>Raúl Huarachi</dc:creator>
		<pubDate>Mon, 25 Jun 2007 19:57:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/desktop-data-managerddm-for-your-ubuntu-desktop.html#comment-508</guid>
		<description>hola</description>
		<content:encoded><![CDATA[<p>hola</p>
]]></content:encoded>
	</item>
</channel>
</rss>

