Bug#613014: localc crashes on Macro Security dialog

2011-02-12 Thread Craig Sanders
running it from the command line gives slightly more info: cas@ganesh:~$ localc cas@ganesh:~$ terminate called after throwing an instance of 'std::bad_alloc' what(): std::bad_alloc craig -- craig sanders -- To UNSUBSCRIBE, email to debian-openoffice-requ...@lists.debian.org with a subj

how to find a paragraph break (newline)

2011-02-12 Thread Marcelo Laia
I would like to find any character, newline, and any character to replace to the previous ($1) and next ($3) above. I am trying this regex: [A-Za-z]\n[A-Za-z] result: "Search Key not Found" [grrr] [A-Za-z]\\n[A-Za-z] result: "Search Key not Found" [grrr] [A-Za-z]$[A-Za-z] result: "Search Key

Bug#613083: libreoffice-common: Deletes /share and /user in preinst

2011-02-12 Thread Stefan Fritsch
On Saturday 12 February 2011, Rene Engelhard wrote: > On Sat, Feb 12, 2011 at 07:21:41PM +0100, Stefan Fritsch wrote: > > If you know that this is the complete list, including 15 lines of > > "rm -f" and 31 lines of "rmdir ... 2> /dev/null || true" in > > depth-first order would seem best to me. Or

Bug#613083: libreoffice-common: Deletes /share and /user in preinst

2011-02-12 Thread Rene Engelhard
On Sat, Feb 12, 2011 at 07:46:46PM +0100, Rene Engelhard wrote: > + rmdir /share/config2> /dev/null && rmdir /share 2> > /dev/null || true 2> /dev/null and || true reversed of course. Grüße/Regards, René -- To UNSUBSCRIBE, email to debian-openoffice-requ...@lists.debi

Processed: Re: Bug#613083: libreoffice-common: Deletes /share and /user in preinst

2011-02-12 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > tag 613083 + pending Bug #613083 [libreoffice-common] libreoffice-common: Deletes /share and /user in preinst Added tag(s) pending. > thanks Stopping processing here. Please contact me if you need assistance. -- 613083: http://bugs.debian.org/c

Bug#613083: libreoffice-common: Deletes /share and /user in preinst

2011-02-12 Thread Rene Engelhard
tag 613083 + pending thanks Hi, On Sat, Feb 12, 2011 at 07:21:41PM +0100, Stefan Fritsch wrote: > If you know that this is the complete list, including 15 lines of "rm > -f" and 31 lines of "rmdir ... 2> /dev/null || true" in depth-first > order would seem best to me. Or do I dont, it's the o

Bug#613083: libreoffice-common: Deletes /share and /user in preinst

2011-02-12 Thread Rene Engelhard
On Sat, Feb 12, 2011 at 07:28:17PM +0100, Stefan Fritsch wrote: > On Saturday 12 February 2011, Rene Engelhard wrote: > > > if dpkg --compare-versions "$2" lt "1:3.3.0-3"; then > > BTW, it would be good if you limited the cleanup to the cases where > the problematic version was actually i

Bug#613083: libreoffice-common: Deletes /share and /user in preinst

2011-02-12 Thread Stefan Fritsch
On Saturday 12 February 2011, Rene Engelhard wrote: > > if dpkg --compare-versions "$2" lt "1:3.3.0-3"; then BTW, it would be good if you limited the cleanup to the cases where the problematic version was actually installed, i.e. don't clean

Bug#613083: libreoffice-common: Deletes /share and /user in preinst

2011-02-12 Thread Stefan Fritsch
On Saturday 12 February 2011, Rene Engelhard wrote: > On Sat, Feb 12, 2011 at 06:54:22PM +0100, Stefan Fritsch wrote: > > On Saturday 12 February 2011, you wrote: > > > And what do people store in /share and /user? > > > > /share is a common name for additional file systems (e.g. remote > > NFS sh

Bug#613083: libreoffice-common: Deletes /share and /user in preinst

2011-02-12 Thread Rene Engelhard
On Sat, Feb 12, 2011 at 06:54:22PM +0100, Stefan Fritsch wrote: > On Saturday 12 February 2011, you wrote: > > And what do people store in /share and /user? > > /share is a common name for additional file systems (e.g. remote NFS > shares). You cannot assume that just because a dir is not in the

Bug#613083: libreoffice-common: Deletes /share and /user in preinst

2011-02-12 Thread Rene Engelhard
Hi, On Sat, Feb 12, 2011 at 06:47:22PM +0100, Rene Engelhard wrote: > On Sat, Feb 12, 2011 at 06:43:17PM +0100, Stefan Fritsch wrote: > > if dpkg --compare-versions "$2" lt "1:3.3.0-3"; then > > rm -rf /share > > rm -rf /user > > fi > > > > > > Are

Bug#613083: libreoffice-common: Deletes /share and /user in preinst

2011-02-12 Thread Stefan Fritsch
On Saturday 12 February 2011, you wrote: > And what do people store in /share and /user? /share is a common name for additional file systems (e.g. remote NFS shares). You cannot assume that just because a dir is not in the FHS, people don't use it. > And you hopefully suggest an alternative wa

Bug#613083: libreoffice-common: Deletes /share and /user in preinst

2011-02-12 Thread Rene Engelhard
On Sat, Feb 12, 2011 at 06:43:17PM +0100, Stefan Fritsch wrote: > if dpkg --compare-versions "$2" lt "1:3.3.0-3"; then > rm -rf /share > rm -rf /user > fi > > > Are you mad? You must nod delete arbitrary directories! Some people > store important in

Processed: found 613083 in 1:3.3.1~rc1-1, notfound 613083 in 1:3a3.3.1~rc1-1

2011-02-12 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > found 613083 1:3.3.1~rc1-1 Bug #613083 [libreoffice-common] libreoffice-common: Deletes /share and /user in preinst Bug Marked as found in versions libreoffice/1:3.3.1~rc1-1. > notfound 613083 1:3a3.3.1~rc1-1 Bug #613083 [libreoffice-common] libr

Bug#613083: libreoffice-common: Deletes /share and /user in preinst

2011-02-12 Thread Stefan Fritsch
Package: libreoffice-common Version: 1:3a3.3.1~rc1-1 Severity: critical Justification: causes serious data loss from preinst: if dpkg --compare-versions "$2" lt "1:3.3.0-3"; then rm -rf /share rm -rf /user fi Are you mad? You must nod delete arb

Bug#613014: localc crashes on Macro Security dialog

2011-02-12 Thread Craig Sanders
On Sat, Feb 12, 2011 at 02:07:50PM +0100, Rene Engelhard wrote: > tag 613014 + unreproducible > tag 613014 + moreinfo what "moreinfo" do you need? > On Sat, Feb 12, 2011 at 08:08:12PM +1100, Craig Sanders wrote: > > run localc, click on Tools -> Options -> LibreOffice -> Security > > > > click o

Processed: closing 612883

2011-02-12 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > close 612883 1:3.3.0-1 Bug#612883: Cannot install openoffice.org 'close' is deprecated; see http://www.debian.org/Bugs/Developer#closing. Bug marked as fixed in version 1:3.3.0-1, send any further explanations to Thilo Pfennig > thanks Stopping

Processed (with 5 errors): Re: Bug#613014: localc crashes on Macro Security dialog

2011-02-12 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > tag 613014 + unreproducible Bug #613014 [libreoffice-calc] localc crashes on Macro Security dialog Added tag(s) unreproducible. > tag 613014 + moreinfo Bug #613014 [libreoffice-calc] localc crashes on Macro Security dialog Added tag(s) moreinfo. >

Bug#613014: localc crashes on Macro Security dialog

2011-02-12 Thread Rene Engelhard
tag 613014 + unreproducible tag 613014 + moreinfo On Sat, Feb 12, 2011 at 08:08:12PM +1100, Craig Sanders wrote: > run localc, click on Tools -> Options -> LibreOffice -> Security > > click on "Macro Security" button. localc crashes every time. > > this makes it impossible to change the Macro S

Bug#613014: localc crashes on Macro Security dialog

2011-02-12 Thread Craig Sanders
Package: libreoffice-calc Version: 1:3.3.1~rc1-1 run localc, click on Tools -> Options -> LibreOffice -> Security click on "Macro Security" button. localc crashes every time. this makes it impossible to change the Macro Security settings to run spreadsheets that require macros. craig -- crai