On Sb, 01 nov 14, 11:25:31, Joel Rees wrote:
>
> I take it there's a developer somewhere that has taken an active
> dislike to debian menus and is deliberately trying to make everyone
> hate them. (Especially considering the TC bug you mention above.)
...
> Be careful when you see conspiracy.
> L
On Sat, Nov 1, 2014 at 12:48 PM, Carl Johnson wrote:
> Joel Rees writes:
>
>> On Wed, Oct 29, 2014 at 11:59 PM, Christian Seiler
>> wrote:
>>> I suspect XFCE4, like most DEs available, only parses XDG .desktop
>>> files, and doesn't parse Debian's menu system.
>>
>> Yeah. That seems to be the c
Joel Rees writes:
> On Wed, Oct 29, 2014 at 11:59 PM, Christian Seiler wrote:
>> I suspect XFCE4, like most DEs available, only parses XDG .desktop
>> files, and doesn't parse Debian's menu system.
>
> Yeah. That seems to be the case.
I asked about a similar issue and somebody told me how to cr
On Wed, Oct 29, 2014 at 11:59 PM, Christian Seiler wrote:
> Am 2014-10-29 15:42, schrieb Joel Rees:
>>
>> And that tells me exactly zip about why bc doesn't show up in my XFCE4
>> menus. (I mean the pointy-clicky ones.)
>
>
> I suspect XFCE4, like most DEs available, only parses XDG .desktop
> fil
Am 2014-10-29 15:42, schrieb Joel Rees:
And that tells me exactly zip about why bc doesn't show up in my
XFCE4
menus. (I mean the pointy-clicky ones.)
I suspect XFCE4, like most DEs available, only parses XDG .desktop
files, and doesn't parse Debian's menu system. If you read through the
TC bu
On Wed, Oct 29, 2014 at 9:02 PM, Christian Seiler wrote:
> Am 29.10.2014 12:35, schrieb Joel Rees:
>> On Mon, Oct 27, 2014 at 9:53 PM, Christian Seiler wrote:
>>> [...]
>>> Quite a few packages ship Debian menu files and/or freedesktop.org
>>> .desktop files for the inclusion in menus. For exampl
Am 29.10.2014 12:35, schrieb Joel Rees:
> On Mon, Oct 27, 2014 at 9:53 PM, Christian Seiler wrote:
>> [...]
>> Quite a few packages ship Debian menu files and/or freedesktop.org
>> .desktop files for the inclusion in menus. For example, bc installs a
>> Debian menu file.
>
> No kidding?
>
> (Loo
On 29/10/14 22:35, Joel Rees wrote:
> On Mon, Oct 27, 2014 at 9:53 PM, Christian Seiler wrote:
>> [...]
>> Quite a few packages ship Debian menu files and/or freedesktop.org
>> .desktop files for the inclusion in menus. For example, bc installs a
>> Debian menu file.
>
> No kidding?
>
> (Looking
On Tue, Jul 02, 2013 at 11:33:20PM -0600, Bob Proulx wrote:
> Regid Ichira wrote:
> > I didn't get response for a similar post on
> > http://lists.debian.org/debian-kernel/2013/06/msg01262.html. Is it
> > because the answers are too obvious?
>
> Probably because debian-kernel is overwhelmed w
Regid Ichira wrote:
> I didn't get response for a similar post on
> http://lists.debian.org/debian-kernel/2013/06/msg01262.html. Is it
> because the answers are too obvious?
Probably because debian-kernel is overwhelmed with the daily grind of
urgent bug reports. What you are asking about is
On Wed, Jul 3, 2013 at 7:19 AM, Regid Ichira wrote:
> On Tue, 2 Jul 2013 08:14:40 +0900, Joel Rees wrote:
>
> > 1. What exactly are you concerned about that we can do something
> >about on the users list? Has bc been dropped from being a default
> >part of the most basic install?
>
> bc i
On Tue, 2 Jul 2013 08:14:40 +0900, Joel Rees wrote:
> 1. What exactly are you concerned about that we can do something
>about on the users list? Has bc been dropped from being a default
>part of the most basic install?
bc is priority standard. Doesn't that mean that there are Debian
ins
bc is a great shell calculator gadget!
It also needs to be completely re-written. Re-designed, too, which probably
factored into the motivations for writing Python and Ruby.
Heh. bc is one of those tools you want to fix, but aren't sure how, and so
you keep using it and keep ignoring that you wan
On 0, Oleg <[EMAIL PROTECTED]> wrote:
> OK I would like to know how this monstrosity made it into Debian Stable:
>
> $ whatis bc
> bc (1) - An arbitrary precision calculator language
> $ bc
> bc 1.06
> Copyright 1991-1994, 1997, 1998, 2000 Free Software Foundation, Inc.
> This is fr
* Oleg <[EMAIL PROTECTED]> [2002-10-31 08:37:00 -0500]:
> 6.2/0.3
> 20
By now, many others have set you straight about the scale variable. I just
wanted to let you know that invocated bc with the "-l" switch will set the
scale to 20, and load some math functions as well. Unless you have a good
rea
On Thu, Oct 31, 2002 at 08:37:00AM -0500, Oleg wrote:
> OK I would like to know how this monstrosity made it into Debian Stable:
Maybe you could consider relaxing a little and reading more carefully.
> $ whatis bc
> bc (1) - An arbitrary precision calculator language
> $ bc
> bc 1.0
On Thu, Oct 31, 2002 at 08:37:00AM -0500, Oleg wrote:
> OK I would like to know how this monstrosity made it into Debian Stable:
>
> $ whatis bc
> bc (1) - An arbitrary precision calculator language
> $ bc
> bc 1.06
> Copyright 1991-1994, 1997, 1998, 2000 Free Software Foundation, In
Oleg sez:
} OK I would like to know how this monstrosity made it into Debian Stable:
}
} $ whatis bc
} bc (1) - An arbitrary precision calculator language
} $ bc
} bc 1.06
} Copyright 1991-1994, 1997, 1998, 2000 Free Software Foundation, Inc.
} This is free software with ABSOLUTELY N
On Thu, Oct 31, 2002 at 08:37:00AM -0500, Oleg wrote:
> $ bc
> 6.2/0.3
> 20
scale=2
6.2/0.3
20.66
HTH
--
Vinai
Registered Linux User #280755, Debian GNU/Linux http://counter.li.org/
Secure eMail with gnupg http://www.gnupg.org/
msg10234/pgp0.pgp
Description: PGP
the way to get natural logarithm of x is l(x)
When you start bc type bc -l or mc --mathlib to make the math library
available.
Also type
man bc
to get more about the capabilities of bc.
Hope this helps.
Sebastian Canagaratna
Department of Chemistry
Ohio Northern University
Ada, OH 4581
Or you could just use:
'bc -l' on invocation to get bc to treat numbers as 'longs'
HTH
-Daniel
> From: Christoph Simon <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Cc: debian-user@lists.debian.org
> Subject: Re: bc - calculator
> Message-Id: <[
On Fri, 17 Nov 2000, Christoph Simon wrote:
> On Fri, 17 Nov 2000 13:39:21 +0100
> Joerg Johannes <[EMAIL PROTECTED]> wrote:
>
> > This was really great and saved me hours of time. The problem is now,
> > that I have to do the same thing with divisions, meaning 3/4 = 0.75. But
> > bc spits out 3/
Hi:
Re using bc.
Start bc.
then type scale=5 ( for five decimal places for example)
Then you can do your divisions.
Hope this helps.
Sebastian Canagaratna
Department of Chemistry
Ohio Northern University
Ada, OH 45810
[EMAIL PROTECTED] wrote:
>This was really great and saved me hours of time. The problem is now,
>that I have to do the same thing with divisions, meaning 3/4 = 0.75. But
>bc spits out 3/4 => 0 and 4/3 => 1. Any Idea how I can change this
>behaviour to get the real results? Would save me some more h
On Fri, 17 Nov 2000 13:39:21 +0100
Joerg Johannes <[EMAIL PROTECTED]> wrote:
> This was really great and saved me hours of time. The problem is now,
> that I have to do the same thing with divisions, meaning 3/4 = 0.75. But
> bc spits out 3/4 => 0 and 4/3 => 1. Any Idea how I can change this
> beh
25 matches
Mail list logo