Re: [libreoffice-users] LO not finding my scanner

2018-02-08 Thread Dave Howorth
On Thu, 8 Feb 2018 11:45:08 -0500
Tim-L  wrote:

> Yes, I tried Insert > Media > Select Source.  It does not show my
> print/scan/copy - Canon TS9020.
> 
> Canon's Linux driver for scanning does not work with xsane.  They
> call their interface "scangearmp2".  This has hardly and options
> compared to "scangearmp" which was use for the previous
> printer/scanners I have had [all dead now].

scangearmp is a command-line program, not an interface. LibreOffice
uses the SANE backends, just as xsane does, just as pretty much every
other scanning program does. Do you have the sane package installed?

Your scanner is listed as using the sane-pixma driver, but is marked as
untested. See http://www.sane-project.org/sane-mfgs.html#Z-CANON

Generally, buying a scanner or other hardware device for use with linux
is unwise unless it has been tested and reported as compatible. This is
especially true with linux-hostile manufacturers like Canon.

> Yes, I have 64-bit Ubuntu Mate, LibreOffice, and Canon drivers.
> 
> 
> 
> 
> On a side note:
> 
> This is the first Canon printer that I bought that has Linux drivers
> in their USA web site.  I always had to go to the UK site to get the
> drivers. At least Canon is starting to get the picture that a lot of
> people in the USA are Linux users.
> 
> 
> 
> On 02/07/2018 07:32 PM, Dave Howorth wrote:
> > On Wed, 7 Feb 2018 15:27:33 -0800
> > Girvin Herr  wrote:  
> >> Another datapoint:
> >>
> >> I tried it with LO 5.3.4.2 under xfce and Slackware 14.2 Linux with
> >> my Epson 1660 Photo USB scanner and it worked fine with Insert >
> >> Media > Scan > Select Source.
> >>
> >> Girvin Herr  
> > And another datapoint:
> >
> > I tried with LO 5.4.4.2 under LXDE on openSUSE Leap 42.3 with an
> > Epson Stylus Photo RX620 and got a 'Due to an unexpected error,
> > LibreOffice crashed.' (It's one of those annoyingly unhelpful error
> > dialogs that won't let you copy the text. GRR!)
> >
> > After restarting LO, it scanned fine. I'll still prefer to use
> > xsane. 
> >> On 02/07/2018 03:12 PM, Dave Barton wrote:  
> >>> After seeing Tim's post I checked and Insert > Media > Scan >
> >>> Select Source... opens an empty dialog and Insert > Media > Scan >
> >>> Request... silently fails.
> >>> Version: 6.0.0.3 (x64) Build ID:
> >>> 64a0f66915f38c6217de274f0aa8e15618924765 CPU threads: 8; OS:
> >>> Windows 6.1; UI render: GL;
> >>>
> >>> No issues with scan in either AOO or MS Office on the same
> >>> machine.
> >>>
> >>> Dave
> >>>
> >>> On 07.02.2018 22:50, Joe Conner wrote:  
>  Did you use the menu tree INSERT -> MEDIA -> SCAN?
> 
> 
>  On 02/07/2018 02:25 PM, Tim-L wrote:  
> > I just installed 6.0.0.3 64-bit DEB for Ubuntu MATE 16.04LTS.
> >
> > I was looking at some things and I went to
> > "Insert/Media/Scan/Select Source".  LO could not find my Canon
> > TS9020 printer/scanner. I even opened the printer's scan utility
> > and still LO could not find the scanner.
> >
> > This is the first time I looked into using a scanner withing LO,
> > so I do not know if it is a 6.0.0 issue or 5.4.4 or earlier
> > issue.
> >
> > Any ideas?
> >>>   >>  
> >  
> 
> 


-- 
To unsubscribe e-mail to: users+unsubscr...@global.libreoffice.org
Problems? https://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: https://wiki.documentfoundation.org/Netiquette
List archive: https://listarchives.libreoffice.org/global/users/
All messages sent to this list will be publicly archived and cannot be deleted


[libreoffice-users] [LibreOffice 6.0.0.3] SVG export filter bug and suggested fix

2018-02-08 Thread Carlo Strata

Hi Everyone,

I'm using the LibreOffice vanilla (x64 deb) on Debian 9 stretch:
/Versione: 6.0.0.3//
//Build ID: 64a0f66915f38c6217de274f0aa8e15618924765//
//Thread CPU: 4; SO: Linux 4.9; Resa interfaccia: predefinito; VCL: gtk2; //
//Versione locale: it-IT (it_IT.UTF-8); Calc: group/

Exporting a Draw images (odg file) in SVG format, I see a perfect 
export, but a little text position error on the second line in a two 
line vertical oriented TextShape! I see it both opening the svg with 
specific software/viewer (Eye of GNOME (eog) 3.20.5 or Inkscape 0.92.1 
r15371) and reimporting it in the same LibreOffice version on a Writer 
native document.


In manually fixing the correct text position, I see that the second line 
good coordinate can be computed from the bad ones with the simple 
following rules.


From the wrong XML we can define:

deltaX = x2bad - x1
deltaY = y2bad - y1

the good one seems to be corrected by computing these calculus:

x2good = x1 - deltaY   // minus and the delta of the other variable
y2good = y1 + deltaX   // plus and the delta of the other variable

It seems that the C/C++ code of the new svg filter is very good with 
respect to the 5.4.x one, but that in some case (multi-line vertical 
text shape) the second (and the following?) line position coordinates 
are computed with the delta swapped (and in one case added instead of 
subtracted).


In the p.s. you can find the good and bad portions of the SVG code.

Can I file the bug? Is it already known? Could you replicate the 
behaviour? May my solution be useful for the fix?


Have a nice eventing,

Carlo

p.s.

_*Good:*_

  
   
    y="12787" width="1362" height="2764"/>
    font-family="Liberation Sans, sans-serif" font-size="494px" 
font-weight="400">y="15287"*>stroke="none">Integratedclass="TextParagraph" font-family="Liberation Sans, sans-serif" 
font-size="494px" font-weight="400">*x="4851" y="15842"*>USB 
ports

   
  


_*Wrong:*_

  
   
    y="12787" width="1362" height="2764"/>
    font-family="Liberation Sans, sans-serif" font-size="494px" 
font-weight="400">y="15287"*>stroke="none">Integratedclass="TextParagraph" font-family="Liberation Sans, sans-serif" 
font-size="494px" font-weight="400">*x="5419" y="15300"*>USB 
ports

   
  


--
ing. Carlo Strata
-
via Botticelli 1/4
30031 Dolo - VE
Italia - Italy
-
tel. +39.041.822.0665
mobile +39.347.85.69.824
Skype carlo.strata
Google carlo.strata.69
-
carlo.str...@tiscali.it
PEC: carlo.str...@ingpec.eu


--
To unsubscribe e-mail to: users+unsubscr...@global.libreoffice.org
Problems? https://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: https://wiki.documentfoundation.org/Netiquette
List archive: https://listarchives.libreoffice.org/global/users/
All messages sent to this list will be publicly archived and cannot be deleted



Re: [libreoffice-users] LO not finding my scanner

2018-02-08 Thread Tim-L


Yes, I tried Insert > Media > Select Source.  It does not show my 
print/scan/copy - Canon TS9020.


Canon's Linux driver for scanning does not work with xsane.  They call 
their interface "scangearmp2".  This has hardly and options compared to 
"scangearmp" which was use for the previous printer/scanners I have had 
[all dead now].


Yes, I have 64-bit Ubuntu Mate, LibreOffice, and Canon drivers.




On a side note:

This is the first Canon printer that I bought that has Linux drivers in 
their USA web site.  I always had to go to the UK site to get the 
drivers. At least Canon is starting to get the picture that a lot of 
people in the USA are Linux users.




On 02/07/2018 07:32 PM, Dave Howorth wrote:

On Wed, 7 Feb 2018 15:27:33 -0800
Girvin Herr  wrote:

Another datapoint:

I tried it with LO 5.3.4.2 under xfce and Slackware 14.2 Linux with
my Epson 1660 Photo USB scanner and it worked fine with Insert >
Media > Scan > Select Source.

Girvin Herr

And another datapoint:

I tried with LO 5.4.4.2 under LXDE on openSUSE Leap 42.3 with an Epson
Stylus Photo RX620 and got a 'Due to an unexpected error, LibreOffice
crashed.' (It's one of those annoyingly unhelpful error dialogs that
won't let you copy the text. GRR!)

After restarting LO, it scanned fine. I'll still prefer to use xsane.


On 02/07/2018 03:12 PM, Dave Barton wrote:

After seeing Tim's post I checked and Insert > Media > Scan > Select
Source... opens an empty dialog and Insert > Media > Scan >
Request... silently fails.
Version: 6.0.0.3 (x64) Build ID:
64a0f66915f38c6217de274f0aa8e15618924765 CPU threads: 8; OS: Windows
6.1; UI render: GL;

No issues with scan in either AOO or MS Office on the same machine.

Dave

On 07.02.2018 22:50, Joe Conner wrote:

Did you use the menu tree INSERT -> MEDIA -> SCAN?


On 02/07/2018 02:25 PM, Tim-L wrote:

I just installed 6.0.0.3 64-bit DEB for Ubuntu MATE 16.04LTS.

I was looking at some things and I went to
"Insert/Media/Scan/Select Source".  LO could not find my Canon
TS9020 printer/scanner. I even opened the printer's scan utility
and still LO could not find the scanner.

This is the first time I looked into using a scanner withing LO,
so I do not know if it is a 6.0.0 issue or 5.4.4 or earlier issue.

Any ideas?
  







--
To unsubscribe e-mail to: users+unsubscr...@global.libreoffice.org
Problems? https://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: https://wiki.documentfoundation.org/Netiquette
List archive: https://listarchives.libreoffice.org/global/users/
All messages sent to this list will be publicly archived and cannot be deleted


Re: [libreoffice-users] avoiding recalculate on loading of Calc files

2018-02-08 Thread Luuk
make sure this is not checked  (before saving):
Data/Calculate/AutoCalculate

When re-opening, there should not be an automatic  recalclulation

On 07-02-18 13:26, Philip Jackson wrote:
> Using Calc 5.1.6.2
>
> I would like a Calc file to load without recalculating so that I can
> recalculate manually at a moment of my choosing.
>
> While trying to find how to do this, I came across mention of
> AutoCalculate in the on-board help files (F1) - it refers to "Tools -
> Cell Contents - Autocalculate"  but this does not exist on my version of
> Calc.
>
> I found Tools > Options > LibreOffice Calc > Formula which provides an
> option for 'never recaculate' for ODF spreadsheets (Not saved by
> LibreOffice). The corresponding entry in the F1 Help says as a tip -
>
>  "LibreOffice saved ODF spreadsheets will honor Never recalculate and
> Always recalculate options".
>
> I have that set to Never recalculate but it is not honoured by Calc.
>
> Any suggestions for preventing recalc on load will be much appreciated.
>
> Philip
>


-- 
To unsubscribe e-mail to: users+unsubscr...@global.libreoffice.org
Problems? https://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: https://wiki.documentfoundation.org/Netiquette
List archive: https://listarchives.libreoffice.org/global/users/
All messages sent to this list will be publicly archived and cannot be deleted


[libreoffice-users] Writer: how to disable table's tool tips

2018-02-08 Thread Mike
LO 5.4.4.2 (x64) on Windows AMD64

Is there any way to turn off the tool tips associated with tables
("Select table row", "Adjust table row" etc., etc.)?

They are incredibly annoying, constantly popping up over the text I am
trying to read and/or edit.  In addition to being annoying, they are
also incorrect in what they say.  For example, when the "Select table
row" tool tip is seen and I click the mouse button, I'd expect the table
row to be selected.  It is not.

But my main concern is that the tool tips pop up and blot out the text I
want to see and provide me little to no usefulness with their
appearance.  The tool tips are one of the most irritating parts of a UI
that I've experienced in a long, long while.

I've disabled extended tool tips but that does not seem to resolve the
problem.

Is there a way to disable the table tool tips? (and only the table tool
tips)

thx.


-- 
To unsubscribe e-mail to: users+unsubscr...@global.libreoffice.org
Problems? https://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: https://wiki.documentfoundation.org/Netiquette
List archive: https://listarchives.libreoffice.org/global/users/
All messages sent to this list will be publicly archived and cannot be deleted


Re: [libreoffice-users] LO not finding my scanner

2018-02-08 Thread Philip Jackson
On my (getting old now) 5.1.6.2 under UbuntuStudio, LO Writer works fine.

But Calc displays Insert > Media but the next 2 offers [Select Source
and Request] are greyed out and not available. Maybe not intended to
work with Scan ?

Philip

On 08/02/18 01:32, Dave Howorth wrote:
> On Wed, 7 Feb 2018 15:27:33 -0800
> Girvin Herr  wrote:
>> Another datapoint:
>>
>> I tried it with LO 5.3.4.2 under xfce and Slackware 14.2 Linux with
>> my Epson 1660 Photo USB scanner and it worked fine with Insert >
>> Media > Scan > Select Source.
>>
>> Girvin Herr
> 
> And another datapoint:
> 
> I tried with LO 5.4.4.2 under LXDE on openSUSE Leap 42.3 with an Epson
> Stylus Photo RX620 and got a 'Due to an unexpected error, LibreOffice
> crashed.' (It's one of those annoyingly unhelpful error dialogs that
> won't let you copy the text. GRR!)
> 
> After restarting LO, it scanned fine. I'll still prefer to use xsane.
> 
>> On 02/07/2018 03:12 PM, Dave Barton wrote:
>>> After seeing Tim's post I checked and Insert > Media > Scan > Select
>>> Source... opens an empty dialog and Insert > Media > Scan >
>>> Request... silently fails.
>>> Version: 6.0.0.3 (x64) Build ID:
>>> 64a0f66915f38c6217de274f0aa8e15618924765 CPU threads: 8; OS: Windows
>>> 6.1; UI render: GL;
>>>
>>> No issues with scan in either AOO or MS Office on the same machine.
>>>
>>> Dave
>>>
>>> On 07.02.2018 22:50, Joe Conner wrote:  
 Did you use the menu tree INSERT -> MEDIA -> SCAN?


 On 02/07/2018 02:25 PM, Tim-L wrote:  
> I just installed 6.0.0.3 64-bit DEB for Ubuntu MATE 16.04LTS.
>
> I was looking at some things and I went to
> "Insert/Media/Scan/Select Source".  LO could not find my Canon
> TS9020 printer/scanner. I even opened the printer's scan utility
> and still LO could not find the scanner.
>
> This is the first time I looked into using a scanner withing LO,
> so I do not know if it is a 6.0.0 issue or 5.4.4 or earlier issue.
>
> Any ideas?  


-- 
Philip Jackson
Domain le Theron
34210 Siran
France  Tel : +33.780508769

Open pgp public key : fingerprint = 92B9 5310 37BE C6FE 2B2C  B922 26BD
500A 2354 3A63

author of "The Circle of Fifths" for improvising musicians
Get it here  https://www.books2read.com/u/bWnRM4

auteur : "Le Cycle des Quintes" pour musiciens improvisateurs
disponibilité : https://www.books2read.com/u/bw8rv9

-- 
To unsubscribe e-mail to: users+unsubscr...@global.libreoffice.org
Problems? https://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: https://wiki.documentfoundation.org/Netiquette
List archive: https://listarchives.libreoffice.org/global/users/
All messages sent to this list will be publicly archived and cannot be deleted


Re: [libreoffice-users] unsubscribe

2018-02-08 Thread Tom Davies
Hi :)
Most organisations have instructions in the footer of any and all emails
they send.  It usually involves using a slightly different email address,
often with the word "unsubscribe" in the address, rather than simply using
"Reply to".  The Document Foundation are no different. At the bottom of all
LibreOffice emails it says;
"To unsubscribe e-mail to: users+unsubscr...@global.libreoffice.org
"

Good luck and regards from
a Tom :)


On 2 February 2018 at 05:32, jacques revera  wrote:

> unsubscribe
>
> --
> To unsubscribe e-mail to: users+unsubscr...@global.libreoffice.org
> Problems? https://www.libreoffice.org/get-help/mailing-lists/how-to-
> unsubscribe/
> Posting guidelines + more: https://wiki.documentfoundation.org/Netiquette
> List archive: https://listarchives.libreoffice.org/global/users/
> All messages sent to this list will be publicly archived and cannot be
> deleted
>

-- 
To unsubscribe e-mail to: users+unsubscr...@global.libreoffice.org
Problems? https://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: https://wiki.documentfoundation.org/Netiquette
List archive: https://listarchives.libreoffice.org/global/users/
All messages sent to this list will be publicly archived and cannot be deleted