Bug#1039533: Offer a way to just print the numbers, not also the units

2023-11-19 Thread Adrian Mariano
I added an example to the --terse entry in the manual. Debian should close this bug. On Thu, Jun 29, 2023 at 07:55:59AM -0500, Dan Jacobson wrote: > Ah ha! > You see the batch job user scours the man page, and only finds: > > >-1, --one-line > Give only one line of out

Bug#1039533: Offer a way to just print the numbers, not also the units

2023-06-29 Thread Adrian Mariano
> But in fact, --terse should say: > >-t, --terse > Print only a single conversion factor. This option can be used > when calling units from another program so that the output is > easy to parse. This option has the combined effect of these o

Bug#1039533: Offer a way to just print the numbers, not also the units

2023-06-28 Thread Adrian Mariano
On Wed, Jun 28, 2023 at 04:41:46AM -0500, Dan Jacobson wrote: > Here we see the "d" items are mixed with the "m" items, > but the "m" isn't shown: > set 42.1527288 -87.8284360 42.1817060 -87.8275970 > geod +ellps=GRS80 -I < $@ > EOF > 1d14'1.178" -178d45'56.794" 3219.433 > > But you are right, >

Bug#1039533: Offer a way to just print the numbers, not also the units

2023-06-27 Thread Adrian Mariano
On Tue, Jun 27, 2023 at 04:24:08AM -0500, Dan Jacobson wrote: > I am just saying that some commands, > like > > set 42.1527288 -87.8284360 42.1817060 -87.8275970 > geod +ellps=GRS80 -a -p -f %.6f -F %.4f -I +units=us-ft < $@ > EOF > 42.152729 -87.828436 42.181706 -87.827597 1.233661 181.234224 105

Bug#1039533: Offer a way to just print the numbers, not also the units

2023-06-26 Thread Adrian Mariano
The proposed option gives invalid/incorrect results. The value of 1 mile is not in fact 1609.334---the "m" is an essential part of the result. If you want the bare number you can do factor=$(units --terse 1mi m) If you don't know what the unit to convert to is---"m" in this case---then you don'

Bug#451485: acre not longer based on survey foot

2022-04-24 Thread Adrian Mariano
close this bug

Bug#956249: Not adding this

2022-04-24 Thread Adrian Mariano
Close this bug.

Bug#956016: Add Flight Levels

2022-04-24 Thread Adrian Mariano
This was implemented in 2.20. Please close the bug.

Bug#946574: --comformable implemented, close bug

2022-04-24 Thread Adrian Mariano
The --conformable option was added in 2.20 and the example script added to the manual. Close the bug.

Bug#968622: gnome-control-center: Cannot change my own profile photo using image from system

2020-08-18 Thread Mariano Garcia
password. - Press in the image thumbnail and then press "Select a File..." - In next window, when selecting any image file (jpg or png, for example), the up-right "Open" button keeps disabled. However, the application allows me to change the photo selecting one of the default on

Bug#610929: close this bug

2020-05-10 Thread Adrian Mariano
The proposed message was added to the help. Close this item.

Bug#926560: Idea: plain English speaking output mode

2020-04-21 Thread Adrian Mariano
This idea goes beyond the scope of units. We are not going to attempt to implement natural language parsing or output. This wishlist idea can be closed. On Sun, Apr 07, 2019 at 02:59:34AM +0800, Dan Jacobson wrote: > X-Debbugs-Cc: adri...@gnu.org > Package: units > Version: 2.18-1 > Severity:

Bug#956597: I even stared at the units file for a half an hour

2020-04-14 Thread Adrian Mariano
> Anyway in conclusion yes you are right. I'm just documenting here "how I > ended up thinking it was a bug." So no fixing needed... (I just hope > this doesn't one day cause some million dollar accident.) In scientific and engineering applications I think you're either going to want absolute temp

Bug#946574: Add --conformable option to output all conformable units

2020-04-13 Thread Adrian Mariano
coulomb = 2.9979246e+09 statcoulomb On Sat, Dec 21, 2019 at 04:00:47AM +0800, 積丹尼 Dan Jacobson wrote: > >>>>> "AM" == Adrian Mariano writes: > AM> So basically you're asking for a command line equivalent to the '?' > interactive command? >

Bug#956597: temperature busted

2020-04-13 Thread Adrian Mariano
Everything is working as it should. I think you want tempF(68) and tempC to get the result you expect. The notation degF means a temperature difference. See the manual for details. On Mon, Apr 13, 2020 at 07:49:51PM +0800, 積丹尼 Dan Jacobson wrote: > X-debbugs-Cc: adri...@gnu.org > Package: units

Bug#956249: No command to show all the aliases of a unit

2020-04-10 Thread Adrian Mariano
We have pondered the matter of listing all the units that have the same value as a given unit, and we're not feeling like this is a particularly useful capability. For the most part, units tend to be defined twice, once in a full name form and once in an abbreviated form, and both definitions are

Bug#956016: Add Flight Levels

2020-04-08 Thread Adrian Mariano
On Mon, Apr 06, 2020 at 04:00:15PM +0800, 積丹尼 Dan Jacobson wrote: > X-debbugs-Cc: adri...@gnu.org > Package: units > Version: 2.19-1 > Severity: wishlist > File: /usr/share/units/definitions.units > > Add https://en.wikipedia.org/wiki/Flight_level > 1 FL = 1 hectoft = 1e2 ft > > By the way one wa

Bug#946574: Add --conformable option to output all conformable units

2019-12-20 Thread Adrian Mariano
So basically you're asking for a command line equivalent to the '?' interactive command? You have: FORCE You want: ? FORCEnewton Mag Maz gravity Nnewton dyn dyne dyne cm gram / s^2 funalsthene kgf kg force kip 1000 lbf kp kilopond lbf lb force new

Bug#929440: spacezero FTCBFS: builds for the wrong architecture

2019-05-24 Thread mariano
Thanks for the patch. added to the svn version: spacezero 0.87.16 El jue, 23-05-2019 a las 15:45 +0200, Helmut Grohne escribi??: > Source: spacezero > Version: 0.80.06-1 > Tags: patch > User: helm...@debian.org > Usertags: rebootstrap > > spacezero fails to cross build from source, because it d

Bug#926559: On man page AUTHOR is blank

2019-04-06 Thread Adrian Mariano
Note that the man page is not the primary manual, but a hacked output for people that really like a man page. So we adjusted the hack and I believe the empty sections are fixed. See attached. On Sun, Apr 07, 2019 at 02:44:24AM +0800, 積丹尼 Dan Jacobson wrote: > X-Debbugs-Cc: adri...@gnu.org > Pa

Bug#902935: units_cur: missing input validation

2018-07-23 Thread Adrian Mariano
On Mon, Jul 23, 2018 at 05:11:04PM +0200, Jakub Wilk wrote: > * Adrian Mariano , 2018-07-22, 18:04: > > > > I'm not sure about exactly the right way to validate the metals. > > > > I took the most relaxed route of just banning '!', > > > En

Bug#902935: units_cur: missing input validation

2018-07-22 Thread Adrian Mariano
On Sun, Jul 22, 2018 at 09:41:00PM +0200, Jakub Wilk wrote: > * Adrian Mariano , 2018-07-20, 19:49: > > I'm not sure about exactly the right way to validate the metals. I took > > the most relaxed route of just banning '!', > > Enumerating badness makes me n

Bug#902935: units_cur: missing input validation

2018-07-20 Thread Adrian Mariano
On Fri, Jul 20, 2018 at 11:26:44PM +0200, Jakub Wilk wrote: > * Adrian Mariano , 2018-07-20, 16:55: > > Validating the data is pretty easy. The only data is the rate and it is > > supposed to be a floating point number. > [...] > > Is it enough? > > I think the

Bug#902935: units_cur: missing input validation

2018-07-20 Thread Adrian Mariano
Validating the data is pretty easy. The only data is the rate and it is supposed to be a floating point number. Switching to https is easy too. The attached patch does both. Is it enough? On Tue, Jul 03, 2018 at 09:04:14PM +0200, Stephen Kitt wrote: > Control: forwarded adri...@gnu.org > >

Bug#887788: plasma-workspace: plasmashell process leaks memory: memory is lost proportionally with time

2018-01-19 Thread Mariano Lazzaro
Package: plasma-workspace Version: 4:5.10.5-2+b1 Severity: important Dear Maintainer, (using Debian 10 testing/buster, every package updated to latest as of2018-1-19) I've discovered that the plasmashell process is leaking memory at a fast rate, actions needed to reproduce: log in to K

Bug#801377: Bug#787953: ITP: insubstantial -- Swing libraries (flamingo/substance/trident)

2016-04-12 Thread José Robson Mariano Alves
Hi, the package can be removed. I will continue to update the software, but I will no longer maintain the package. > Date: Mon, 11 Apr 2016 16:33:37 -0300 > Subject: Re: Bug#787953: ITP: insubstantial -- Swing libraries > (flamingo/substance/trident) > From: eribe...@eriberto.pro.br > To: fnat..

Bug#813648: [linux-image] WARNING: at /build/linux-38KGl9/linux-3.2.73/drivers/gpu/drm/i915/intel_display.c:967 assert_pipe+0x62/0x69 [i915]()

2016-02-03 Thread Pedro Mariano
Package: linux-image Version: 3.2.0-4-686-pae Severity: normal --- Please enter the report below this line. --- When I turn on the laptop after hibernation, I get the following message during boot. Sometimes the system freezes and I have to reset the laptop. [ 3710.876233] [ cut he

Bug#813276: inconsistent input vs. output

2016-01-30 Thread Adrian Mariano
On Sun, Jan 31, 2016 at 11:29:33AM +0800, 積丹尼 Dan Jacobson wrote: > More: > $ units m/1000 > Definition: 0.001 m > $ units '1/(1000m)' > Definition: 0.001 / m > >>>>> "AM" == Adrian Mariano writes: > > AM> I don&#

Bug#813276: inconsistent input vs. output

2016-01-30 Thread Adrian Mariano
I don't understand what the problem is here. Everything is working as it is supposed to. The product by juxtaposition (between "1000" and "m") has higher precedence than '/'. The '/' operator is evaluated left to right. On Sun, Jan 31, 2016 at 10:59:24AM +0800, 積丹尼 Dan Jacobson wrote: > Packa

Bug#801377: bgfinancas: build-depends on unmaintained substance library

2015-10-27 Thread José Robson Mariano Alves
Hi, I finished the development of the new version of bgfinancas in JavaFX which no longer uses the substance, I am preparing the sending to the repositories > Subject: Bug#801377: bgfinancas: build-depends on unmaintained substance > library > From: a...@gambaru.de > To: sub...@bugs.debian.org

Bug#758715: RFS: bgfinancas/2.0-1 [ITP]‏

2014-10-15 Thread José Robson Mariano Alves
bgfinancas DSC: http://mentors.debian.net/debian/pool/main/b/bgfinancas/bgfinancas_2.0-1.dsc You can upload it again? Regards, José Robson Mariano Alves

Bug#758715: RFS: bgfinancas/2.0-1 [ITP]‏

2014-09-24 Thread José Robson Mariano Alves
/main/b/bgfinancas/bgfinancas_2.0-1.dsc Thanks for all. Regards, José Robson Mariano Alves

Bug#758715: RFS: bgfinancas/2.0-1 [ITP]‏

2014-09-22 Thread José Robson Mariano Alves
some documentation for the program you use and how you execute the compiled software I appreciate it. Regards, José Robson Mariano Alves

Bug#758715: RFS: bgfinancas/2.0-1 [ITP]‏

2014-09-22 Thread José Robson Mariano Alves
changes in the language files, I hope the problem has been solved. Thanks for all. Regards, José Robson Mariano Alves

Bug#758715: RFS: bgfinancas/2.0-1 [ITP]‏

2014-08-22 Thread José Robson Mariano Alves
eliminated the accents. I change it to GPL3.0+ Thanks for the great help. Regards, José Robson Mariano Alves

Bug#757265: Bug#758715: RFS: bgfinancas/2.0-1 [ITP]‏

2014-08-21 Thread José Robson Mariano Alves
> Your package and program are in Brazilian Portuguese. Hi, i change my package to english. The program is in English and Brazilian Portuguese. I will add more languages in the future. Regards, José Robson Mariano Alves

Bug#758715: RFS: bgfinancas/2.0-1 [ITP]‏

2014-08-21 Thread José Robson Mariano Alves
> I think it would be best to just use the user's locale to decide which > language to display. Hi Paul, the user decide is better, because some users have systems in English and prefer the Portuguese language, or otherwise. I have friends who think this way. Example: people learning new languag

Bug#758715: RFS: bgfinancas/2.0-1 [ITP]‏

2014-08-20 Thread José Robson Mariano Alves
Ok, I will make the change. Thanks.

Bug#758715: RFS: bgfinancas/2.0-1 [ITP]‏

2014-08-20 Thread José Robson Mariano Alves
> Your package and program are in Brazilian Portuguese. Debian is an > universal OS and the default languange is English. You can transform > your code to English and add translations to other languages using a > system as gettext. Hi Eriberto, my program is in English and Brazilian Portuguese. U

Bug#758715: RFS: bgfinancas/2.0-1 [ITP]‏

2014-08-20 Thread José Robson Mariano Alves
Package: sponsorship-requests Severity: wishlist Dear mentors, I am looking for a sponsor for my package "bgfinancas" Package name: bgfinancas Version : 2.0-1 Upstream Author : José Robson Mariano Alves URL : http://bgfinancas.sourceforge.net License

Bug#757265: ITP: bgfinancas -- personal finances manager

2014-08-06 Thread José Robson Mariano Alves
Package: wnpp Owner: binarygroup Severity: wishlist Package name : bgfinancas Version: 2.0 Upstream Author : Jose Robson Mariano Alves URL : http://bgfinancas.sourceforge.net/ License : GPL3 Programming Lang

Bug#739605: pm-utils: sudo pm-hibernate does hibernate but when trying to wake it reboots

2014-02-20 Thread Mariano Ignacio Baragiola
Package: pm-utils Version: 1.4.1-13 Severity: grave Justification: causes non-serious data loss When trying to pm-hibernate being root, there's no problem. But when you sudo it, it hibernates; but then when trying to wake it crashes and reboots. -- System Information: Debian Release: jessie/sid

Bug#717951: Bug loop sendmail on jessie - sendmail-bin: fails to install: postinst gets stuck in an infinite loop - #717951

2013-09-18 Thread Mariano Acciardi
Hey guys, I've just installed jessie on fresh system and the bug persists. Fortunately the workaround proposed by Flo fix the problem and sendmail install without problems. Thanks Flo Regards -- Cordialmente Lic. Mariano Acciardi http://www.marianoacciardi.com.ar -- Qué es

Bug#661903: units --help should mention how to see the list of all the units

2012-03-02 Thread Adrian Mariano
On Sat, Mar 03, 2012 at 09:05:36AM +0800, jida...@jidanni.org wrote: > >>>>> "AM" == Adrian Mariano writes: > AM> The current testing version (1.89e) does this already: > http://packages.debian.org/units says testing is still at 1.87-2, in > case that is w

Bug#661903: units --help should mention how to see the list of all the units

2012-03-02 Thread Adrian Mariano
On Fri, Mar 02, 2012 at 08:27:14PM +0800, jida...@jidanni.org wrote: > X-debbugs-Cc: adr...@cam.cornell.edu > Package: units > Version: 1.87-2 > Severity: wishlist > > $ units --help should mention how to see the list of all the units. > > E.g., > To see all the units, do cat /usr/share/misc/unit

Bug#660509: ITA: sup-mail -- thread-centric mailer with tagging and fast search

2012-03-01 Thread Mariano Andrés
retitle 660509 O: sup-mail -- thread-centric mailer with tagging and fast search thanks I'm sorry, looks like I won't be able to maintain this package. I'm changing back its title, perhaps some other person might be interested. -- Regards, Mariano Casco -- To UNSUBSCRIBE,

Bug#651520: live-build: booting a custom image fails because of missing /live/vmlinuz and /live/initrd symlinks

2011-12-22 Thread Georges Mariano
2011/12/9 Vincent Fourmond : >  That does the trick, thanks ! (although mind it is not initrd.lz but > initrd.img). Not in all cases. I'm facing the same problem (I think) building a simple live-iso following tutorial1 of live-build manual. Thus I have : filesystem.packages filesystem.packages

Bug#645378: iceweasel: Application calling "glXCreatePixmap" when GLX 1.3 is not supported!

2011-10-14 Thread Adrian Mariano
Package: iceweasel Version: 7.0.1-2 Severity: normal When I start iceweasel I get the following message proclaiming that I have hit an application bug: WARNING: Application calling GLX 1.3 function "glXCreatePixmap" when GLX 1.3 is not supported! This is an application bug! failed to create d

Bug#610929: units --list

2011-01-23 Thread Adrian Mariano
On Mon, Jan 24, 2011 at 09:51:30AM +0800, jida...@jidanni.org wrote: > X-debbugs-Cc: adr...@cam.cornell.edu > Package: units > Version: 1.87-2 > Severity: wishlist > > Perhaps add a units --list to list all units the program knows about, > even though there are much better ways to get that info. >

Bug#609322: Dropbox throws rubber into an infinite loop

2011-01-08 Thread Francisco Mariano Neto
Package: rubber Version: 1.1-2.2 Severity: important When I run rubber on a directory that is watched by dropbox (downloaded package from http://forums.dropbox.com/topic.php?id=17410 - filing a bug against that too) it goes into an infinite loop while compiling latex. I believe this is because

Bug#604615: [hojia] Bug#604615: add Taiwanese units

2010-11-24 Thread Adrian Mariano
On Wed, Nov 24, 2010 at 01:33:21PM +0800, jida...@jidanni.org wrote: > OK, here are my changes to > ftp://alpha.gnu.org/gnu/units/units-1.88a.tar.gz to add the Taiwanese > units. The Japanese people I Cc'd might consider doing the same. > > Note I only added units that seem to me to be still in us

Bug#551195: tzdata2009p is out

2009-10-26 Thread Mariano Absatz - El Baby
Hi Marga et al. upstream tzdata2009p is out today which fixes the Argentina October 2009 problems... it includes a special case for the Provincia de San Luis which has a provincial Law with a different timezone and different DST rules. Regards. -- Mariano Absatz - "El Ba

Bug#500398: [Pkg-alsa-devel] Bug#500398: alsa-base: no sound after upgrade until running alsaconf

2009-07-04 Thread Adrian Mariano
On Sat, Jul 04, 2009 at 09:17:48PM +0200, Elimar Riesebieter wrote: > * Adrian Mariano [090704 14:07 -0400] > > On Sat, Dec 06, 2008 at 07:00:56PM +0100, Elimar Riesebieter wrote: > > > * Adrian Mariano [081205 13:10 +0100] > > > [...] > > > > Upgrading i

Bug#500398: [Pkg-alsa-devel] Bug#500398: alsa-base: no sound after upgrade until running alsaconf

2009-07-04 Thread Adrian Mariano
On Sat, Dec 06, 2008 at 07:00:56PM +0100, Elimar Riesebieter wrote: > * Adrian Mariano [081205 13:10 +0100] > [...] > > Upgrading iceweasel didn't help. I think that the problem may be > > caused by flash or some other plugin rather than the browser itself. > > But on

Bug#524430: gforge-plugin-scmsvn: gforge doen't create the svn repositories automatically

2009-05-03 Thread Mariano Guerra
I did a clean install of gforge and the reporsitoriy was created. Maybe it was some thing that I modified without noticing. you can close this bug. Thanks. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists

Bug#500398: [Pkg-alsa-devel] Bug#500398: alsa-base: no sound after upgrade until running alsaconf

2008-12-28 Thread Adrian Mariano
On Sat, Dec 06, 2008 at 07:00:56PM +0100, Elimar Riesebieter wrote: > * Adrian Mariano [081205 13:10 +0100] > [...] > > Upgrading iceweasel didn't help. I think that the problem may be > > caused by flash or some other plugin rather than the browser itself. > > But on

Bug#500398: [Pkg-alsa-devel] Bug#500398: alsa-base: no sound after upgrade until running alsaconf

2008-12-08 Thread Adrian Mariano
On Sat, Dec 06, 2008 at 07:00:56PM +0100, Elimar Riesebieter wrote: > * Adrian Mariano [081205 13:10 +0100] > [...] > > Upgrading iceweasel didn't help. I think that the problem may be > > caused by flash or some other plugin rather than the browser itself. > > But on

Bug#502430: Updated Argentina data

2008-10-17 Thread Mariano Absatz
he tzdata2008h.tar.gz last published in http://thread.gmane.org/gmane.comp.time.tz/2346/focus=2410 Regards. -- Mariano Absatz - "El Baby" [EMAIL PROTECTED] www.clueless.com.ar -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Errors have b

Bug#500398: alsa-base: no sound after upgrade until running alsaconf

2008-09-27 Thread Adrian Mariano
Package: alsa-base Version: 1.0.17.dfsg-2 Severity: minor I didn't have any sound after I ran a dist-upgrade. Any attempt to generate sound would give error messages about being unable to open a slave. Running alsaconf fixed this problem. (But surely this should have been done during the upgrad

Bug#273054: Improve your resume in less than 40 days

2008-06-25 Thread Mariano Maddox
Add the title "MBA" to your resume Add the title "MBA" to your resume Call 24/7 on For US: 1-419-735-9250 Outside US: +1-419-735-9250 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#477300: Acknowledgement (/etc/init.d/fuse: line 24: /lib/init/vars.sh: No such file or directory)

2008-04-22 Thread Georges Mariano
> > If you wish to submit further information on this problem, please > send it to [EMAIL PROTECTED], as before. Upgrading initscripts solves the problem : ii initscripts 2.86.ds1-38 -- mailto:[EMAIL PROTECTED] jabber:[EMAIL PROTECTED] blog : http://cabernet138.hd.free.fr/plu

Bug#477300: /etc/init.d/fuse: line 24: /lib/init/vars.sh: No such file or directory

2008-04-22 Thread Georges Mariano
Package: fuse-utils Version: 2.7.3-4 Severity: grave Justification: renders package unusable Installing fuse-utils fails on this (see title). May be initscripts (providing /var/lib/vars.sh) should be upgraded (thus a stronger dependance is required) -- System Information: Debian Release: 4.0

Bug#339064: You Don't Need To Inherit Good Genes

2008-03-22 Thread Haibin mariano
Don’t feel insecure because your weener is tiny, when you can change that in just weeks. http://www.christoma.com/ As big as a cannon -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#52544: Cum again and shoot harder

2008-03-22 Thread Mariano michel
Take her in 100 different positions, everything is possible when you are 9 inches long. http://www.secopls.com/ I peeked at my neighbor’s daughter -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#383573: 3 inches, but a world of difference

2008-03-22 Thread Mariano Plender
Have a 9 inch pecker and open doors and legs every night. http://www.aweeatlah.com/ I peeked at my neighbor’s daughter -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#340462: arum afoot baldy

2008-03-17 Thread Mariano Wynn
Order Prsecriptions and Meidcations immediately http://adenineassume.bangui%2Epotorswe.com the arumafoot -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#248247: abdomen acetylene asteroid

2008-03-17 Thread Mariano Gibbons
Redeem Precsriptions and Meidcations asap http://amanitaacculturate.actor.potorswe.com try abdomenacetylene -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#463815: [Pkg-xfce-devel] Bug#463815: Upgrade makes xfce4-sensors-plugin unusable

2008-02-26 Thread Mariano Besio
Hi, I had the same problem but solved it with the patch I'm attaching . I've also noticed that the actual svn version of the plugin solves this problem in other way (not sure what's the right one), I've posted a question about that in the xfce's goodies-dev list. Regar

Bug#443573: fvwm: mishandling of UnmapNotify event causes gnucash window to vanish

2008-02-10 Thread Adrian Mariano
Package: fvwm Version: 1:2.5.21-1+b1 Followup-For: Bug #443573 In Gnucash, the find window immediately vanishes. I reported this as a bug against gnucash. The gnucash author reported that this is a window manager bug. I don't personally understand these details, but here is a report about the

Bug#233538: Get nominated for MBA

2007-11-25 Thread Mariano Barnard
Try to think of a better coreer option for you! Start right ahead!WE now happy to introduce to you a tatally different option to acquire your qualification online!Whatever your specialization is now obtaining your diploma degree becomes a reality. Millions of people all over the world took advan

Bug#78926: Hi.

2007-10-26 Thread Mariano Roth
Hi again... Need to meet you. Call me please. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#436271: PS/2 mouse not working

2007-08-08 Thread Adrian Mariano
On Wed, Aug 08, 2007 at 01:07:23PM +0200, Brice Goglin wrote: > Adrian Mariano wrote: > > When I first installed, the mouse was on the ps/2 port. The > > configuration that was supplied by the installer was > > > > Section "InputDevice" > >

Bug#436271: PS/2 mouse not working

2007-08-08 Thread Adrian Mariano
On Wed, Aug 08, 2007 at 07:31:14AM +0200, Brice Goglin wrote: > Adrian Mariano wrote: > > I have never observed /dev/input/mice to work when the mouse was > > plugged into the PS/2 port. At the moment I am using evdev and have > > the mouse plugged into the USB and the mous

Bug#436271: PS/2 mouse not working

2007-08-08 Thread Adrian Mariano
On Wed, Aug 08, 2007 at 07:31:14AM +0200, Brice Goglin wrote: > Adrian Mariano wrote: > > I have never observed /dev/input/mice to work when the mouse was > > plugged into the PS/2 port. At the moment I am using evdev and have > > the mouse plugged into the USB and the mous

Bug#436271: PS/2 mouse not working

2007-08-07 Thread Adrian Mariano
On Tue, Aug 07, 2007 at 02:42:17PM +0200, Brice Goglin wrote: > Adrian Mariano wrote: > > I have messed around with the mouse settings as I have tried to > > gain full functionality of the mouse. I've attached xorg.conf.bak > > which I believe is the original file that

Bug#434036: iceweasel-l10n-es-ar: Spanish-ar localization broken

2007-07-20 Thread Mariano Besio
s to apply to all languages so I'm not sure if this relates somehow to bug #433494, but doesn't seems to be the same problem. Regards, Mariano -- System Information: Debian Release: lenny/sid APT prefers testing APT policy: (500, 'testing') Architecture: i386 (i686) Kernel:

Bug#423018: localization not active/used ?

2007-05-09 Thread Georges Mariano
Package: rapidsvn Version: 0.9.4-1 Severity: important Tags: l10n --- Please enter the report below this line. --- While po files are available in the source. Seems that they are nor compiled nor involved in the package. (I can't find the call to "compile-po.sh") should add the line : cd src/lco

Bug#421855: libcunit1-doc: Broken links in many documentation files

2007-05-01 Thread Mariano Besio
Package: libcunit1-doc Version: 2.1-0.dfsg-3 Severity: minor I've just installed CUnit documentation in my system and when clicking in the links to header files, the browser shows the files doesn't exists. I've looked for the directory it references and it seems to be missing (/usr/share/doc/libcu

Bug#376252: hardware including

2007-04-03 Thread Mariano Karazivan
soon felt friendly painter Marc http://img444.imageshack.us/my.php?image=fefi1.gif member Personnel lineup detailsThe globally -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#412024: libmysqlclient running in multi-threaded enviroments

2007-03-12 Thread Mariano Santamarina
Hello Christian Yes, it's thread-safe. I'm using mysqlclient_r one thread is calling mysql_query and mysql_store_result and the other thread is calling mysql_free_result. The threads are synchronized in the java side. Thanks Mariano Christian Hammers wrote: Hello

Bug#412024: libmysqlclient running in multi-threaded enviroments

2007-02-22 Thread Mariano Santamarina
Package: libmysqlclient15off Version: 5.0.32-3 Using libmysqlclient in multi-threaded enviroments like java can result in: # # An unexpected error has been detected by HotSpot Virtual Machine: # # SIGILL (0x4) at pc=0x, pid=10933, tid=2877021104 # # Java VM: Java HotSpot(TM) Client VM (

Bug#383894: I cannot add songs to my collection

2006-08-23 Thread Mariano Garcia
I guys, This is the first time I have installed Amarok and I have some problems. I have created my MySql database as amarok documentation recomends (http://amarok.kde.org/wiki/MySQL_HowTo#MySQL_Setup) and it seems that Amarok is able to connect to database (no warning and errors). The problem is

Bug#368599: Collaborative Artwork

2006-06-27 Thread Mariano Viola
h.debian.org/projects/debianseyes/, this is the first theme draft/example/incomplete to populate it http://mockuplab.googlepages.com/DebiansEyes-Preview.svg. P.S. Sorry for the bad english -- Mariano Viola @ mockup lab - communication design web: http://mockuplab.blogspot.com mail/talk: [EMAIL

Bug#316294: my chance

2006-02-27 Thread Mariano
Hire, i am here sitting in the internet caffe. Found your email and decided to write. I might be coming to your place in 14 days, so I decided to email you. May be we can meet? I am 25 y.o. girl. I have a picture if you want. No need to reply here as this is not my email. Write me at [EMAIL PROT

Bug#59518: Boss has been lying to you

2006-02-04 Thread Mariano
Hello, Generate a real income, 1.5 - 3.5k daily! Call me - 360-925-3400 Get back to you later, Mariano -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#340294: openswan-modules-source: fails to build with 2.4.27 on sarge

2005-11-22 Thread Mariano Aliaga
Package: openswan-modules-source Version: 1:2.4.3-1 Severity: important Tags: patch Justification: fails to build from source When I try to build binary modules with 2.4.27 kernel following README.Debian instructions I get the following: # debian/rules binary-modules KVERS="2.4.27-2-686" KSRC="/

Bug#61212: i tried to call

2005-10-25 Thread Mariano Daley
I noticed this no-charge dating place filled that has a bunch of sex-addicts No flowers, no walks on the beach, just get together for some action :) There might also be a few people who want something serious though And if your into a long-term relationship, or a one-night-stand, you got it ;) Wh

Bug#121201: Fwd: Authorization Needed

2005-10-07 Thread Mariano Root
Title: erikdiscrete shuntnape and so he becomes jaded and haggard Do not be alarmed by what I say Gail but in this state I saw himlike a couple of knaves And to take care said Mr Farr that youre not imposed on ehgiven all I had for lawful permission to get down and thrash him and let

Bug#293162: apt-listbugs warns about bugs that are resolved

2005-09-22 Thread Mariano Absatz
Package: apt-listbugs Version: 0.0.48 Followup-For: Bug #293162 In the first sweep of package upgrades (a bunch of kde and X upgrades), apt-listbugs showed a bunch of bugs in the to be upgraded packages. Example... upgrading kdebase (using synaptic), the window shows: Reading package fields... D

Bug#35358: No selling no boss!!

2005-08-09 Thread Mariano Ochoa
Hello Keisha Rios, Would you like at least $1500.00 to $3500.00 per day just for returning phone calls? I do! If you have a telephone and can return calls you are fully qualified for this program. Give Us A Call 888 238 3164 connive choirmaster consonantal jenkins occultation kirkpatrick

Bug#290601: Acknowledgement (fvwm: post installation script error)

2005-05-21 Thread Adrian Mariano
After extensive mangling of the debconf perl scripts with print statements I was finally able to track the problem with fvwm configuration back to the fvwm post install shell script. There is a line near the end of this script which reads: BROKEN_X_WM_ALTERNATIVE=`readlink /etc/alternatives/x-w

Bug#300900: Only some keyboard keys are sent

2005-03-22 Thread Mariano García
keyboard keys. I mean, when I press some keys from my keyboard, only some of them are sent to the vino-server side. I only can use vocals, numbers, and the 'm' character. Do you know something about that? Regards, Mariano. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of &qu

Bug#300414: add e2link in amulecmd makes amule to crash

2005-03-19 Thread Mariano García
Package: amule-utils Version: 1.2.6+rc8-2 Amule crashs when I try to add a new ed2k from the amulecmd text client. This is the error showed: aMulecmd$ add ed2k://|file|Team.America.La.Policia.Del.Mundo.Spanish.DVDScreener.VCD.www.eMuleSoft.com.mpg|822630932|C387572CA89599A82B5B90354D07C6B6| ECSock

Bug#232094: gnome-commander v1.1.6

2005-03-18 Thread Mariano García
Hi guys, I have installed the Gnome Commander package you provided in your web, and it is working properly. I think it should be upload to Debian unstable. Regards, Mariano. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#299439: xterm: Request for underline cursor.

2005-03-13 Thread Mariano Alvira
Package: xterm Version: 4.3.0.dfsg.1-10 Severity: wishlist Tags: patch I'd like an option for xterm to use a underline cursor instead of the block. The attached patch is included as proof-of-concept and is not intended for actual use. -Mar. -- System Information: Debian Release: 3.1 APT pref

Bug#260044: Beagles and Dbus-sharp

2005-02-21 Thread Mariano García
1 (the one you provided). What is wrong? Thanks, Mariano. -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.0 (GNU/Linux) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFCGitA4+2RWfqDPI4RAuzWAJ94CQ7bwbD50YEvouO6S7OO3hJAlgCeKizK Q8VCQS1h8Gs6PKaOi2n1+p8= =cGjw -END PGP

Bug#290601: fvwm: post installation script error

2005-01-25 Thread Adrian Mariano
It appears that the problem I'm experiencing occurs at the end of /usr/share/debconf/frontend where the program reads 1 while ($confmodule->communicate); After this line executes, $confmodule->exitcode is set to 1 and this is then returned to the calling shell script, which then returns failure.

Bug#290601: fvwm: post installation script error

2005-01-17 Thread Adrian Mariano
> As root, can you run: > bash -x /var/lib/dpkg/info/fvwm.postinst configure > > and post the results back? At this point it is hard to tell > where the problem is occurring. That gives this result: root# bash -x /var/lib/dpkg/info/fvwm.postinst configure + set -e + package_name

Bug#42158: Wa -nt t o s .ur.pr. i.se her?

2005-01-15 Thread Mariano Whittaker
I got this forwarded to me from a friend of mine, thought you might want to see it.http://www.2oo5-downloads.com/info.html You're able to download dvd movies, console games, music. I managed to download 4 CD's so far. Once you've seen it get ahold of me, I want to hear your reaction - you'll

Bug#290601: fvwm: post installation script error

2005-01-14 Thread Adrian Mariano
Package: fvwm Version: 2.5.12-4 Severity: minor When I install fvwm I get the following message: --- Unpacking fvwm (from .../fvwm_2.5.12-4_i386.deb) ... Setting up fvwm (2.5.12-4) ... Installing new version of config file /etc/menu-methods/fvwm

  1   2   >