similar to: beagle, tomboy, mono in the testing repository for CentOS-5

Displaying 20 results from an estimated 20000 matches similar to: "beagle, tomboy, mono in the testing repository for CentOS-5"

2007 Dec 02
2
Searching for beagle
Hi, there was a message in the list at Fri 26 Oct 2007 21:13:58, that beagle was added to centos testing repo. But I could not find it there. Please could someone give me an advice. Thank's a lot! "We have added beagle-0.2.18, tomboy-0.8.1, and mono-1.2.4 to the CentOS-5 testing repo for both x86_64 and i386." Are there any experiences with beagle under centos 5? Is it usable now
2013 Jul 27
1
Tomboy on F12 to Gnote on Centos
I'm trying to convert my Tomboy notes from an old F12 system to Gnote on this CentOS 6 system. What I have found buy googling so far: - Tomboy notes used to be stored in $HOME/.tomboy - Some Tomboy upgrade moved them to $HOME/.local/share/.tomboy - Gnote stores its notes in $HOME/.local/share/gnote - Gnote has a Tomboy note converter add-in My Tomboy notes are in /home/steve/.tomboy so I had
2006 Nov 06
1
Beagled on CentOS 4.4?
I'm needing a way to full text index a bunch of pdfs so that I can search them from a web front end. Beagle would be ideal. Unfortunately (or fortunately, depending upon your viewpoint), mono, and mono apps, will likely never see the light of day in RHEL. I'm looking for the most straightforward way to get beagle installed. I don't need the gnome gui, just beaglelib, beagled, and
2007 Feb 08
0
Beagle on CentOS 4.4
Hi Folks, is there someone who has desktop-search-engine Beagle installed on CentOS 4.4? If so - can you give me some hints (links, howtos)? Thx Timothy
2010 Oct 25
1
can't install mono-devel because mono-basic requires mono-core. But I have mono-core! What to do? I need gmcs.
Hi. I'm trying to install gmcs so that I can build gbrainy, a mental exerciser. I am not sure what package provides, maybe mono-devel? however mono-devel fails to install because, it says, mono-basic requires mono-core. I have mono-core installed. Why is this failing? $ sudo yum install mono-devel.i386 ...-> Finished Dependency Resolution mono-basic-1.0.6-1.el5.rf.i386 from installed
2011 Oct 25
1
Uninstalling mono
I'm trying to run my first application through wine, and it requires the .NET framework. So I did "winetricks mono28". After installing that, I still got "wine: Install the Windows version of Mono to run .NET executables". So I played with moving the mono folder around in ~/.wine/drive_C/Program files. (I saw on one of the winehw.org pages that it needed to be in
2004 Jul 01
0
.Net & Mono language news: C, C++, C#, Java, Python & Perl
For those interested in experimenting with (compiling / developing) a version of R for the Common Language Runtime (CLR) environment (Microsoft .Net, Novell Ximan Mono & DotGNU) -- a few links to some "free" compliers: C DotGNU (the official GNU project) http://dotgnu.org/ http://www.southern-storm.com.au/pnet_faq.html#q1_7 FAQ "1.7. What is pnetC? Since version 0.4.4 of
2013 Aug 12
0
.net / mono problem in wine-1.7
I am trying to get a third-party software working under wine (it also requires dotnet 35 or 40) System: FreeBSD.9.2_amd64_wine-1.7.0,1_winetricks-20130707. In FreeBSD 64bit wine does not exist, so my wine is 32bit. I have tried many things to get the software to work, but I run into problems each time. The first error I would like to get out of the way involves MONO. I have tried the software
2001 Mar 28
1
mono files don't compress well
I am considering using OGG for sending mono files across the net. OGG sounds great and I like the philosophy. But when I compress a mono file using OGGDROP or OGGENC Beta4, I can only get compression ratios of about 3:1. If I take the original mono file and convert it to stereo, then encode it, I can get a compression ratio of about 10:1. So the final encoded file for stereo is actually smaller
2008 Mar 17
2
AutoWikiBrowser (.NET 2.0 app) with mono 1.9
AutoWikiBrowser (AWB) is a Wikipedia-oriented browser for doing repetitive editing: http://en.wikipedia.org/wiki/WP:AWB AWB is a .NET 2.0 application. It doesn't work in Wine under Mono 1.2: http://bugs.winehq.org/show_bug.cgi?id=8499 - but I see Mono 1.9 (preview of 2.0) is out, so decided to give it a go: http://www.go-mono.com/mono-downloads/download.html It doesn't actually
2012 Jan 05
5
Install the Windows version of Mono to run .NET problem
Hi to all, I'm trying to run a windows app that needs mono under wine 1.2 I installed mono through winetricks with 'winetricks mono210' but when I try to run the app with 'wine appname' I obtain 'wine: Install the Windows version of Mono to run .NET executables' and if I run 'wine uninstaller' I can see mono on app installed.... I tried also to clean .wine
2009 Jul 17
1
[LLVMdev] "LLVM powered Mono"
Hi, mono implements its own exception handling mostly for historical reasons, and for compatibility with ms.net (as ms.net exception handling is based on windows seh, and I'm not sure the linux c++ abi can implement all .net exception handling features like filter clauses). So to make this work with llvm, we would have to throw out mono's current exception handling system, which we are
2011 Aug 04
4
Mono to use for Writers Blocks 4?
Writers Blocks has issued a new version. Version 3 ran with winetricks v6run and mfc40 But it appears that Version 4 needs something else. I tried it with the above, I tried it with all the mono versions, but installed mono after I installed the program. wine: Install Mono for Windows to run .NET 2.0 applications. And ideas? There is a free trial version on the web site.
2008 Sep 19
2
family="mono" does not work (PR#12931)
Full_Name: Jaan Vajakas Version: 2.7.2 OS: Windows XP Submission from: (NULL) (193.40.5.245) When I execute the following code in the R GUI, the text "mono" is printed in monotype font in the first plot, but in normal (sans-serif) font in the remaining three plots: op=par(mfrow=c(2,2)) for (i in 1:4) { hist(1:10,xlab="") mtext("normal",side=1,line=2)
2007 Dec 11
1
Mono in postscript device
Hi, Plotting a graphic into a postscript device using family="mono" returns the following error message: >> family 'mono' not included in PostScript device Looking at postscriptFonts() however lists the "Courier" font as availeable mono font. So where is the problem? Thanks guys for your help. Best regards Benjamin sessionInfo() R version 2.5.0
2007 Mar 19
1
Wine and Mono
Hello everyone! Wine is an excellent emulator for Windows applications, and Mono is excellent .net framework for Linux. But there is one problem: most new applications combine .net with win32 API, so it is not possible to run them via mono nor via wine. Is wine going to be combined with mono so such applications will work?
2009 Mar 09
2
Wine and mono
I want to run a .net program (HoldemManager) under Linux. I can install wine and mono but I still get an error when I try to run from the command line: fixme:ntdll:NtQueryObject Unsupported information class 1 fixme:ntdll:NtQueryObject Unsupported information class 1 fixme:ntdll:NtQueryObject Unsupported information class 1 fixme:module:LdrAddRefDll 0x7e4b0000 flags 1 not implemented install
2004 Dec 21
0
mono fonts (was RE: RE: [R] SAS or R software)
> > > > I've tested values of cex. Anything above 2.1249 seems to > segfault. > > > The X11 device works pretty hard to find a font to use and if > it really > can't find anything it should throw an error, not segfault. Are you > able to debug this and see where it is failing? I haven't had time to get gdb correctly pointed at a source tree
2007 Aug 07
0
CENTOS 4 and mono
Hello, Im trying to configure my centos machine to run webservices. Im using the mono repo from www.*mono*-project.com, for rhel-4. After configuring every thing, it all seemed to work fine with a simple webservice for testing purposes. For that, a friendo of mine created a vb webservice on a windows machine and I copied the all resulting files(asmx, dll, etc). When I access the webservice via
2003 Aug 02
0
playing mono files with pyvorbis
hi list.. did anyone of you ever try to play mono files with pyvorbis (1.0)? when i try such a file, generated from a mono wave file with oggenc, with ogg123.py, it sounds like being on speed. i believe, it plays with double speed, because pyvorbis always assumes a stereo file to be read, though i did not measure it. playing the same file with ogg123 (the c program), it works fine. i also