similar to: How to notify a native linux client for a piece of software?

Displaying 20 results from an estimated 5000 matches similar to: "How to notify a native linux client for a piece of software?"

2006 Jun 20
1
An application's icon raise "Invalid ico file format" during setup
Hi! Installing an application of mine under Wine 0.9.15, the application icon doesn't appear in the desktop and in the Wine -> Programs -> <application> menu because diring the setup I get the following error: --- err:menubuilder:ExtractFromICO Invalid ico file format err:menubuilder:InvokeShellLinker failed to fork and exec winshelllink --- The icon is obviously ok under
2004 May 12
1
Antialiasing?
Does wxRuby support font antialiasing on Linux or does it depend on the underlying toolkit? If not, are there plans to include it? If I use wxGTK, is antialiasing automatically enabled? Do I have to do something to make my fonts antialiased? Bill
2007 Jul 27
1
MRTG with 14all.cgi on centos 5
Hi, I have setup MRTG with 14all.cgi cgi script. I downloaded it from below URL. http://my14all.sourceforge.net/14all-1.1.txt and did only below 3 changes to that file. those can be seen in BOLDletters. # if MRTG_lib.pm (from mrtg) is not in the module search path (@INC) # uncomment the following line and change the path appropriatly: #use lib qw(/usr/local/mrtg-2/lib/mrtg2); use lib
2005 Dec 29
2
loop
Dear All, I have to use loop over an array so I am using following procedure count<-1 repeat{ count<-count + 1 c(g[count],1:i[count]) ->qw if(count>5)break } as a result qw is [1] 0.9643836 1.0000000 2.0000000 3.0000000 4.0000000 5.0000000 [7] 6.0000000 7.0000000 8.0000000 9.0000000 10.0000000 11.0000000 [13] 12.0000000 13.0000000 14.0000000 15.0000000 16.0000000
2009 Jun 05
1
Antialiasing plots and text on different devices
I have a question about antialiasing when R generates bitmaps. (This follows a thread on the ggplot2 mailing list.) I mostly use R on Linux, although I sometimes use it in Mac and Windows as well. On Linux, I've found that plotting shapes 15-18 via cairo results in bad-looking output. The points are not antialiased, and they are jagged and misshapen. Plots generated in Windows also aren't
2009 Sep 23
1
Sum of Product in a Matrix
Hi, I am new in R and I don?t know how to sum the product of two elements at the time in a matrix X=[ 1 5 9 13 2 6 10 14 3 7 11 15 4 8 12 16] I would like to do (1*5+2*6+3*7+4*8) I need to do it step by step because I will further put a conditional in the formula It worked this way x <- matrix ( c (1 : 16),ncol = 4) #generating my x matrix qw <- matrix (0,
2012 Aug 24
1
virt-v2v trouble converting Xen Centos 5.X to KVM Centos 6.3 or Fedora 17
Hi! I'm trying to convert some Xen guests running Centos 5.8 to KVM on Centos 6.3. Hopefully this is the right place to ask this question, if not, let me know and I'll go there instead! :) My setup: Centos 5.8 Host running Xen with a Centos 5.8 guest, and I want to transfer this guest to a different Centos 6.3 host running KVM. I am able to tweak the target server all I want, but the
2004 Sep 22
1
Protocol negotation failed
Hi all, I've compiled 3.0.7 on a test box which also has an LDAP server running on it. This is the first time for me trying to use Samba with LDAP. I copied the IdealX scripts into /usr/local/sbin and edited the _config.pm file. It is attached at the bottom, stripped of comments. I then edited my smb.conf to the effect of the following: passdb backend = ldapsam:ldap://localhost ldap
2011 Jan 17
1
[PATCH] Fix subclassing of LibVirtXMLSource
LibVirtXMLSource was subclassing an invalid class, and consequently didn't have copy_storage defined. Fixes RHBZ#670175 --- lib/Sys/VirtV2V/Connection/LibVirtXMLSource.pm | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/lib/Sys/VirtV2V/Connection/LibVirtXMLSource.pm b/lib/Sys/VirtV2V/Connection/LibVirtXMLSource.pm index e62d996..ffb9309 100644 ---
2019 Jul 10
1
[p2v PATCH] Use List::MoreUtils instead of List::Util
List::Util has "any" only from version 1.33, which older distros (like RHEL/CentOS 7/6) do not have. Instead use List::MoreUtils, which is available, and provides the same functionality. --- generate-p2v-config.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generate-p2v-config.pl b/generate-p2v-config.pl index 01387e0..be98838 100755 --- a/generate-p2v-config.pl
2008 May 03
3
Low Quality Sound and Video settings in TF2
I have managed to get TF2 working at an acceptable framerate under Wine. However 3 problems arise when playing it. When I run the game, it always sets my texture detail level to "Low" when I can run at "High" or "Very High" with very little performance loss, but no matter what I do, whenever I exit and restart the game, it reverts the texture detail level back to
2010 Jul 02
1
New test and rating not displayed in AppDB
Hi, I just added test details and rating for Winamp 5x on Slackware (Bronze), but they do not show up in the test results, even though I display all and refresh the page. I am a registered user there.
2008 Aug 29
2
Wine Feature suggestion
I don't know if this is the right place to suggest a feature, but would it be possible to integrate the app database into wine? What I mean is that when someone tries to install a program, wine would first check with the app database to see if there is an entry on it, and what its current ranking is for usability. Then it could possibly warn the user at maybe a self defined level (i.e. silver
2008 Sep 26
1
A questiob about photoshop rating.
In the Name Of God Hello I'll be thankfull if you guide me. in this page (http://appdb.winehq.org/objectManager.php?sClass=version&iId=6584&iTestingId=30531) i see two different rating . On left side , wine 1.1.1 has bronze rating . and in test results we can see wine 1.1.1 has gold rating in debian etch 4 . which one should i trust ? regards dehqan
2021 Oct 29
0
[Announce] Samba 4.13.13 Available for Download
Release Announcements --------------------- This is the latest stable release of the Samba 4.13 release series. Changes since 4.13.12 --------------------- o? Douglas Bagnall <douglas.bagnall at catalyst.net.nz> ?? * BUG 14868: rodc_rwdc test flaps. ?? * BUG 14881: Backport bronze bit fixes, tests, and selftest improvements. o? Andrew Bartlett <abartlet at samba.org> ?? * BUG
2021 Oct 29
0
[Announce] Samba 4.13.13 Available for Download
Release Announcements --------------------- This is the latest stable release of the Samba 4.13 release series. Changes since 4.13.12 --------------------- o? Douglas Bagnall <douglas.bagnall at catalyst.net.nz> ?? * BUG 14868: rodc_rwdc test flaps. ?? * BUG 14881: Backport bronze bit fixes, tests, and selftest improvements. o? Andrew Bartlett <abartlet at samba.org> ?? * BUG
2012 May 29
1
need help to find type I error rate for modified F statistic
Hello everyone, I want to calculate type I error rate for modified F statistic for one way robust anova. I need to find the j group trimmed mean and winsorized sum of squared deviations. Here I attached my code for j=2 to make it simple. Originally I have j=4. Hope you can help. I need to run it for 1000 times My problem is: i) the value of F-test obtain from my simulation below is in negative
2021 Oct 27
0
[Announce] Samba 4.14.9 Available for Download
Release Announcements --------------------- This is the latest stable release of the Samba 4.14 release series. Changes since 4.14.8 -------------------- o? Jeremy Allison <jra at samba.org> ?? * BUG 14682: vfs_shadow_copy2: core dump in make_relative_path. o? Douglas Bagnall <douglas.bagnall at catalyst.net.nz> ?? * BUG 14868: rodc_rwdc test flaps. ?? * BUG 14881: Backport
2021 Oct 27
0
[Announce] Samba 4.14.9 Available for Download
Release Announcements --------------------- This is the latest stable release of the Samba 4.14 release series. Changes since 4.14.8 -------------------- o? Jeremy Allison <jra at samba.org> ?? * BUG 14682: vfs_shadow_copy2: core dump in make_relative_path. o? Douglas Bagnall <douglas.bagnall at catalyst.net.nz> ?? * BUG 14868: rodc_rwdc test flaps. ?? * BUG 14881: Backport
2010 Aug 16
1
[PATCH] Install VirtIO storage and network drivers in Windows
Currently when converting a Windows guest we do a minimum installation of the viostor driver, configure the RHEV guest agent and leave RHEV to properly install viostor and all remaining drivers. This works well if RHEV is properly configured and the installation is not interrupted on first boot. However, if the target of the conversion is not RHEV, RHEV is not properly configured, or the first