
- #Could not set current working directory rapidsvn install
- #Could not set current working directory rapidsvn update
- #Could not set current working directory rapidsvn Patch
- #Could not set current working directory rapidsvn download
#Could not set current working directory rapidsvn Patch
I created a new bug in the launchpad bug tracker, and I attached the patch there. Meld previous/gnome-rdp-svn/branches/experimental gnome-rdp/branches/experimental/ĭiff -Naur gnome-rdp-compare/branches/experimental/ gnome-rdp/branches/experimental/ > change.patch Step 3: Compare and Copy my changes into what I checked out Here is how I have been making my patches to contribute: So, I have been trying to contribute a few changes here and there. The Gnome-RDP application has been very helpful to me in connecting to various remote machines. I probably already have it installed somewhere. I found a post suggesting to pull it from Gnome-Do. Well, I am running out of time for this one on my lunch break, so I will have to come back to it.
#Could not set current working directory rapidsvn download
Then, I used the command from the homepage to download the code: hg clone īut, that is a broken link.
#Could not set current working directory rapidsvn install
First, I had to have the hg command installed: sudo apt-get install mercurial So, I had to download from the repository. I found the library’s home page, but I didn’t see a release yet. ** (/home/skp/app/gnome-rdp/monodevelop/lib/mono/2.0/gmcs.exe:4434): WARNING **: The following assembly referenced from /home/skp/app/gnome-rdp/gnome-rdp-temp/gnome-rdp/gnome-rdp-dockyplugin/References/ could not be loaded: Assembly: notify-sharp (assemblyref_index=17) Version: 0.4.0.0 Public Key: 2df29c54e245917aThe 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 (/home/skp/app/gnome-rdp/gnome-rdp-temp/gnome-rdp/gnome-rdp-dockyplugin/References/). 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 (/home/skp/app/gnome-rdp/gnome-rdp-temp/gnome-rdp/gnome-rdp-dockyplugin/References/). configure -prefix=$MONO_PREFIXįinally, the /tmp/tmp22c1daf8.tmp problem was caused by this message: Again, I added the prefix option because I had a special path for MonoDevelop. Then, I uncompressed it into the folder “ndesk-dbus-0.6.0”. So, I just unchecked the require version flag:įor the “Assembly ‘NDesk.DBus'” error, I downloaded the library from the DBusSharp page. configure -prefix=$MONO_PREFIXįinally, my project was requiring a specific version, and I downloaded a newer version. I ran the configure with my custom path because I have a specially compiled version of MonoDevelop that I am using. I uncompressed the download into “cairo-1.8.8”, and opened a command-line into that directory. I downloaded the latest version from the releases page. I pulled the latest version of Gnome-RDP, and ran into a few errors when compiling.įor the “Reference ‘Mono.Cairo’ not found on system”, I found a tutorial page with links to the download. Now, for the time of reconing - start monodevelop: monodevelop With the help of this page, I found I could download it here: wget Tar -xjvf gnome-keyring-sharp-1.0.0.tar.bz2 With the help of a link or two, I found I could download it here: wget Tar -xjvf gnome-desktop-sharp-2.24.0.tar.bz2 Next, I installed gnome-desktop-sharp from the same releases page: wget


Next, I installed gnome-sharp from the same releases page: wget Next, I installed monodevelop from the same releases page: wget Next, I installed mono-addins from the same releases page: wget Next, I installed mono-tools from the same releases page: wget Next, I installed gtk-sharp from the same releases page: wget Next, I installed mono from the releases page with these commands: wget I uncompressed it and installed it with these commands: wget Next, I downloaded libgdiplus from the releases page. I setup a special directory called “downloads” for those file that I downloaded. I downloaded the various packages mostly from this page. Here is my file: #!/bin/bashĮxport DYLD_LIBRARY_PATH=$MONO_PREFIX/lib:$DYLD_LIBRARY_PATHĮxport LD_LIBRARY_PATH=$MONO_PREFIX/lib:$LD_LIBRARY_PATHĮxport C_INCLUDE_PATH=$MONO_PREFIX/include:$GNOME_PREFIX/includeĮxport ACLOCAL_PATH=$MONO_PREFIX/share/aclocalĮxport PKG_CONFIG_PATH=$MONO_PREFIX/lib/pkgconfig:$GNOME_PREFIX/lib/pkgconfig Like the instructions, I created a mono-dev-env file: gedit mono-dev-env.

The first step settings up your environment variables to separate your environment out. So, I embarked on installed a standalone version self-contained in this directory: Rather than change all the libraries that other programs might be using, I thought these instructions might provide a safe solution anyway.
#Could not set current working directory rapidsvn update
I needed a newer version of Monodevelop, and I couldn’t find a repository that would allow me to just update it with apt-get.
