Displaying 20 results from an estimated 600 matches similar to: "Desktop Icons"
2006 Jun 05
0
Camping Troubles
On Sat, Jun 03, 2006 at 10:27:28PM -0400, Axis Sivitz wrote:
> I removed the specified lines of code, as that only dealt with detection
> of non-camping apps anyway, and tried to run it again. The server
> started, but going to localhost:3301/ yields the following error:
In order to use bin/camping these days, you must use Camping.goes.
So make sure:
* Before you do anything else --
2006 Jun 12
1
[Fwd: Re: Re: Re: Internet Explorer 6 Setup &]
Le lundi 12 juin 2006 ? 22:30 +0200, Peter ?strand a ?crit :
> But one problem remains: When running:
>
> wine ~/.wine/drive_c/Program\ Files/Internet\ Explorer/IEXPLORE.EXE
>
> Wines built-in Internet explorer starts. How can it be disabled? I've
> tried:
>
> WINEDLLOVERRIDES=iexplore.exe=n
>
> and even renaming /usr/lib/wine/iexplore.exe.so, without luck.
2017 Aug 31
2
Re: network configuration for guest specific dns-servers
Thanks a lot, Martin!
Am Donnerstag, den 31.08.2017, 10:11 +0200 schrieb Martin Kletzander:
> On Thu, Aug 31, 2017 at 12:10:22AM +0200, David Ayers wrote:
> >
> >We would like to configure guest specific dns-servers as would be done
> >with the --dhcp-option of dnsmasq. I was expecting to be able to do
> >something like:
> >
> > <host
2017 Aug 30
2
network configuration for guest specific dns-servers
Hello,
similar to how one can configure guest specific IP addresses via mac
addresses:
<ip address="192.168.122.1" netmask="255.255.255.0" localPtr="yes">
<dhcp>
<range start="192.168.122.100" end="192.168.122.254"/>
<host mac="00:16:3e:77:e2:ed" name="foo.example.com"
2005 Dec 14
1
Re: running TextAloudMP3
Hello
I've succeeded running older version ov TextAloud on
my machine (to some extend). It means that now I can
type my registration code in the application and
continue with running TextAloud. Later at some moment
it ties to use TTS engines and then it shows the
message that TTS engine isn't installed. I've
installed AT&T Natural voices in TextAloud directory
and have instructed
2005 Jul 15
6
Problems setting up nested qdisc, feedback to LARTC HOWTO
Hi all,
based on the information in the "Linux Advanced Routing & Traffic
Control HOWTO", I was trying to set up traffic shaping on my firewall.
While I found the HOWTO very useful, in the process I ran into some
problems that I did not forsee: According to the HOWTO it seems that
it should have worked, even after spending some time going through the
sections looking for answers,
2009 Jan 31
3
thanks for the help guys
this was the first time I ever needed help with wine, and I get chased away... I get attitude and nothing more...
I always thought WINE was a project like other GNU projects, with fellowship and support for each other... but I just get sodded off...
I am now sitting with a game, which YOUR website claims runs in YOUR software, but I can't get it to run, and YOU won't advise me...
looks
2006 Jun 27
3
Capgem 0.1 Released
I''ve put up a first release of Capgem on Rubyforge. It''s available under the
MIT license.
Capgem is an extension to Capistrano which adds a pack task to Capistrano so
you can package up your Rails application as a Gem. This is useful if you
are in an environment where Capistrano''s remote deployment tools aren''t an
option. Capgem currently adds start and stop
2006 Mar 01
1
(no subject)
Hi all
I am not sure this question is better suitted for the R-devel or R-help,
but here it goes anyway
I am not a software developer but I have produced a personal set of
functions that I would like now to combine in a package.
I am finding this really hard to do only by following the manuals provided
(the language is for software developers I guess which I am far to be).
Even so I could
2007 Jan 31
0
Re: wine-users Digest, Vol 18, Issue 35
Hi,
May I ask you for a favour? I'm in the process of applying for a
govenment-assistance for small-business startup, and they require me to hand
in a survey form before Friday. Would please reply me and in reply, fill the
survey form below? I appreciate your help very much!
Thank you very much in advacne!,
Yi Richard Jiang
www.2ptech.com
Canada
=================Survey Form===============
2005 Nov 09
1
Re: Wine may not like cups printer classes
You should open a bug for that problem.
Le mardi 08 novembre 2005 ? 20:53 -0800, Brian Litzinger a ?crit :
> I have two real printers (samsung and samsung2) and a printer class
> (front).
>
> wine 0.9 reports
>
> err:psdrv:PSDRV_FindPrinterInfo Error 2 getting PPD file name for
> printer 'front'
>
> when starting.
>
> In my particular case the
2005 Oct 19
3
RE: how do I (now) specify wine "Path"?
Jonathan Ernst wrote:
>Le mercredi 19 octobre 2005 à 11:35 -0400, John Lumby a écrit :
> > I had previously been using wine 20041019. In
> > that wine, the .wine dir had a config file where you could specify
> > [wine]
> > ...
> > "Path" = "C:\\Windows;C:\\Windows\\System"
> >
>
>Settings have been moved in the registry. You
2013 Jan 02
8
Apache Passenger and Reloader
Hi Guys,
I just started playing with camping and so far it''s pretty awesomo.
After much messing around I was finally able to get Apache Passenger,
Camping and ActiveRecord to PostgreSQL working.
One thing I was wondering about, can I use reloader with Apache Passenger?
Always having to touch/rm a tmp/restart.txt to see changes or reloading
apache altogether is kinda a pain and I was
2002 Mar 20
2
include exclude help please.
hi.
I know this is a big topic on the list, please forgive me.
rsync -avv --include "/film/jonah/**/sourceimages/*.tif" --exclude "*" /film /tmp
i'm trying to copy all *.tif 's that are in a */sourceimages/ directory
and that are only under /film/jonah.
i would like to copy the directory tree and tif files to /tmp
i was able to copy ever tif with:
rsync -a
2006 Jul 06
0
+ camping 1.4.120
Okay, let''s see.
gem install camping --source code.whytheluckystiff.net
A bunch of great stuff.
* Camping::Apps stores constants for all loaded apps.
* bin/camping can be given a directory. [1]
Like: camping examples/
* Console mode -- thank zimbatm.
Use: camping -C yourapp.rb
* Call controllers with Camping.method_missing.
Tepee.get(:Index) #=> (Response)
2006 May 22
0
Bug in text_helper.rb
I think there''s a logical mistake in ActionViews text_helper.rb. The
TextHelper modul defines the methods textilize and
textilize_without_paragraph in a begin rescue block that calls
require_library_or_gem "redcloth".
The problem is, that this call will always fail and the methods will
never be defined when you install RedCloth as a plugin under
vendor/plugins.
That is
2001 May 21
0
Rep:Re: [HELP] file access
Hi!
A .ST file actually is a file representing an Atari
ST disk. As Atari used Dos format, I can do (if I
want):
mount /pathTo/file.st /pathTo/mntPoint -t msdos -o
loop
So Stew (the Atari emulator) actually does file
access, not disk access.
Still, I'll follow Mr Patel's suggestion, and try to
send the resulting file.
Yves.
-----Message d'origine De: g.patel@wanadoo.fr-----
>I use
2007 Apr 26
3
A coding question involving variable assignments in ifelse()
Dear List,
Below is a simple, standard loss model that takes into account the
terms of an insurance policy:
deductible <- 15
coverage.limit <- 75
insurance.threshold <- deductible + coverage.limit
tmpf <- function() {
loss <- rlnorm(rpois(1, 3), 2, 5)
sum(ifelse(loss > insurance.threshold, loss - coverage.limit,
pmin(loss, deductible)))
}
net <- replicate(1000000, tmpf())
2008 Mar 07
1
How to deploy Rails apps on Servage.net
Okay, so I''ve had quite a bit of struggle with the tech support before
the app deployed. So I''ll post my experiences here if anyone''s looking
for info about deploying Rails apps on Servage.
First off, Servage has great service, but the tech support staff is
utterly inexperienced as far as Rails goes. Also, you don''t have ssh
access so you won''t be able
2015 Mar 30
0
Building a newer glibc RPM for CentOS 6 and installing into an alternate path
On Mon, Mar 30, 2015 at 11:58 AM, Alfred von Campe <alfred at von-campe.com>
wrote:
> We have a third party shared library from a vendor that requires glib 2.15
> or newer. We are using CentOS 6.6 which comes with glibc 2.12, and I know
> it can't be replaced as it's an integral part of the OS.
>
> However, is it possible to build a glib 2.15 RPM from source to be