[Desktop-packages] [Bug 2048433] Re: scanning from ADF on Epson WF-7710 has page offset

2024-01-13 Thread Bernard Moreton
Epson WF7710 supports A3 scanning, and this may be the cause of the
problem.

scanimage --help gives
Options specific to device `escl:https://192.168.1.73:443':
  Scan mode:
--mode Lineart|Gray|Color [Lineart]
Selects the scan mode (e.g., lineart, monochrome, or color).
--resolution 100|200|300|600|1200dpi [100]
Sets the resolution of the scanned image.
--source Flatbed|ADF|ADF Duplex [Flatbed]
Selects the scan source (such as a document-feeder).
  Geometry:
-l 0..289.052mm [0]
Top-left x position of scan area.
-t 0..423.672mm [0]
Top-left y position of scan area.
-x 8.12799..297.18mm [297.18]
Width of scan-area.
-y 8.12799..431.8mm [431.8]
Height of scan-area.
  Enhancement:
--preview[=(yes|no)] [no]
Request a preview-quality scan.
--preview-in-gray[=(yes|no)] [no]
Request that all previews are done in monochrome mode.  On a
three-pass scanner this cuts down the number of passes to one and on a
one-pass scanner, it reduces the memory requirements and scan-time of
the preview.
--brightness -100..100 (in steps of 1) [inactive]
Controls the brightness of the acquired image.
--contrast -100..100 (in steps of 1) [inactive]
Controls the contrast of the acquired image.
--sharpen 0..3 (in steps of 1) [inactive]
Set sharpen value.
--threshold 0..255 (in steps of 1) [-1226889112]
Select minimum-brightness to get a white point

Type ``scanimage --help -d DEVICE'' to get list of all options for
DEVICE.

List of available devices:
escl:https://192.168.1.73:443 airscan:e0:EPSON WF-7710 Series

scanimage -d 'escl:https://192.168.1.73:443' --format=pdf --mode Gray --source 
ADFgives an A3 scan
scanimage -d 'escl:https://192.168.1.73:443' --format=pdf --mode Gray --source 
ADF -x 277 -y 297 gives an A4 scan, with left-offset again
scanimage -d 'escl:https://192.168.1.73:443' --format=pdf --mode Gray --source 
ADF -l 0 -x 277 -y 297 does the same
BUT
scanimage -d 'escl:https://192.168.1.73:443' --format=pdf --mode Gray --source 
ADF -l 5 -x 277 -y 297 gives:
scanimage: rounded value of tl-x from 5 to 5
scanimage: rounded value of br-x from 215 to 215
scanimage: rounded value of br-y from 297 to 297
Segmentation fault (core dumped)
and the same is true for any value other than 0 given to "-l N".
The scan is physically started before the segmentation fault occurs.

Giving "-l N" seems to be the way to fix the left-offset, and
autochanges br-x. A value of about 67 would seem right - but we can't
get to that point.

I have got the Epson proprietary linux scan utility to work; and (apart
from single-sided scan seeming to scan only the reverse side of the
paper!) it scans correctly.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to simple-scan in Ubuntu.
https://bugs.launchpad.net/bugs/2048433

Title:
  scanning from ADF on Epson WF-7710 has page offset

Status in simple-scan package in Ubuntu:
  New

Bug description:
  Scanning from the ADF on my Epson WF-7710 produces images with a left margin 
about 4 times as large as when scanning from the flatbed, so that the 
right-hand side of the page is lost.  
  Top and bottom margins are handled correctly.
  The scanner is connected via the local ethernet.

  Memory tells me that it used to scan ok from the ADF, and that the
  problem may have started sometime in 2023 - but memory is terribly
  fallible ...

  $ lsb_release -rd
  Description:  Ubuntu 22.04.3 LTS
  Release:  22.04

  Synaptic gives the package version as 42.0-1, the latest available.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/simple-scan/+bug/2048433/+subscriptions


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 2048433] Re: scanning from ADF on Epson WF-7710 has page offset

2024-01-13 Thread Bernard Moreton
** Tags added: libsane

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to simple-scan in Ubuntu.
https://bugs.launchpad.net/bugs/2048433

Title:
  scanning from ADF on Epson WF-7710 has page offset

Status in simple-scan package in Ubuntu:
  New

Bug description:
  Scanning from the ADF on my Epson WF-7710 produces images with a left margin 
about 4 times as large as when scanning from the flatbed, so that the 
right-hand side of the page is lost.  
  Top and bottom margins are handled correctly.
  The scanner is connected via the local ethernet.

  Memory tells me that it used to scan ok from the ADF, and that the
  problem may have started sometime in 2023 - but memory is terribly
  fallible ...

  $ lsb_release -rd
  Description:  Ubuntu 22.04.3 LTS
  Release:  22.04

  Synaptic gives the package version as 42.0-1, the latest available.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/simple-scan/+bug/2048433/+subscriptions


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 2048433] Re: scanning from ADF on Epson WF-7710 has page offset

2024-01-11 Thread Bernard Moreton
I commented out "airscan" in /etc/sane.d/dll.d/airscan, and now simple-scan 
sees just the one device, presumably discovered now simply from libsane and no 
longer from sane-airscan? -
but the result is still the same - an over-large left margin, and loss of image 
on the right-hand side.

Running "scanimage -d 'escl:https://192.168.1.73:443' --format=pdf
--mode Gray --source ADF -x 210 -y 297 > /tmp/scanimage.out" gives the
same result,  so the apparent confusion in simple-scan when there appear
to be multiple devices is probably not the cause of the output
problem...

Plugging a usb stick into the Epson device and scanning from the device itself 
gives a perfect result,
but it would be good to be able to scan correctly from Ubuntu.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to simple-scan in Ubuntu.
https://bugs.launchpad.net/bugs/2048433

Title:
  scanning from ADF on Epson WF-7710 has page offset

Status in simple-scan package in Ubuntu:
  New

Bug description:
  Scanning from the ADF on my Epson WF-7710 produces images with a left margin 
about 4 times as large as when scanning from the flatbed, so that the 
right-hand side of the page is lost.  
  Top and bottom margins are handled correctly.
  The scanner is connected via the local ethernet.

  Memory tells me that it used to scan ok from the ADF, and that the
  problem may have started sometime in 2023 - but memory is terribly
  fallible ...

  $ lsb_release -rd
  Description:  Ubuntu 22.04.3 LTS
  Release:  22.04

  Synaptic gives the package version as 42.0-1, the latest available.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/simple-scan/+bug/2048433/+subscriptions


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 2048433] Re: scanning from ADF on Epson WF-7710 has page offset

2024-01-11 Thread Bernard Moreton
simple-scan -d gives
[+10.76s] DEBUG: scanner.vala:348: sane_get_devices () -> SANE_STATUS_GOOD
[+10.76s] DEBUG: scanner.vala:374: Device: name="escl:https://192.168.1.73:443; 
vendor="Epson" model="WF-7710 Series" type="platen,adf scanner"
[+10.76s] DEBUG: scanner.vala:374: Device: name="airscan:e0:EPSON WF-7710 
Series" vendor="eSCL" model="EPSON WF-7710 Series" type="ip=192.168.1.73"
[+61.34s] DEBUG: simple-scan.vala:1820: Requesting scan at 300 dpi from device 
'airscan:e0:EPSON WF-7710 Series'
[+61.34s] DEBUG: scanner.vala:1778: Scanner.scan ("airscan:e0:EPSON WF-7710 
Series", dpi=300, scan_mode=ScanMode.GRAY, depth=2, type=adf, side=front, 
paper_width=2100, paper_height=2970, brightness=-11, contrast=10, delay=0ms)
[+61.34s] DEBUG: scanner.vala:863: Processing request
[+61.35s] DEBUG: scanner.vala:924: sane_open ("airscan:e0:EPSON WF-7710 
Series") -> SANE_STATUS_GOOD

The first entry was requested (escl:https://192.168.1.73:443), but the second 
entry was obviously taken instead; and "type" for that device was discovered as 
an IP address, though in the request "type" is shown correctly as "adf". 
It may be that "adf" is being ignored, and that the scan is actually assuming a 
use of 'platen'?

At least twice later in the output there are entries of the form
[+87.21s] DEBUG: simple-scan.vala:1669: Unable to find colord device 
airscan:e0:EPSON WF-7710 Series: property match 'Serial'='sane:airscan:e0:EPSON 
WF-7710 Series' does not exist

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to simple-scan in Ubuntu.
https://bugs.launchpad.net/bugs/2048433

Title:
  scanning from ADF on Epson WF-7710 has page offset

Status in simple-scan package in Ubuntu:
  New

Bug description:
  Scanning from the ADF on my Epson WF-7710 produces images with a left margin 
about 4 times as large as when scanning from the flatbed, so that the 
right-hand side of the page is lost.  
  Top and bottom margins are handled correctly.
  The scanner is connected via the local ethernet.

  Memory tells me that it used to scan ok from the ADF, and that the
  problem may have started sometime in 2023 - but memory is terribly
  fallible ...

  $ lsb_release -rd
  Description:  Ubuntu 22.04.3 LTS
  Release:  22.04

  Synaptic gives the package version as 42.0-1, the latest available.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/simple-scan/+bug/2048433/+subscriptions


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 2048433] [NEW] scanning from ADF on Epson WF-7710 has page offset

2024-01-06 Thread Bernard Moreton
Public bug reported:

Scanning from the ADF on my Epson WF-7710 produces images with a left margin 
about 4 times as large as when scanning from the flatbed, so that the 
right-hand side of the page is lost.  
Top and bottom margins are handled correctly.
The scanner is connected via the local ethernet.

Memory tells me that it used to scan ok from the ADF, and that the
problem may have started sometime in 2023 - but memory is terribly
fallible ...

$ lsb_release -rd
Description:Ubuntu 22.04.3 LTS
Release:22.04

Synaptic gives the package version as 42.0-1, the latest available.

** Affects: simple-scan (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to simple-scan in Ubuntu.
https://bugs.launchpad.net/bugs/2048433

Title:
  scanning from ADF on Epson WF-7710 has page offset

Status in simple-scan package in Ubuntu:
  New

Bug description:
  Scanning from the ADF on my Epson WF-7710 produces images with a left margin 
about 4 times as large as when scanning from the flatbed, so that the 
right-hand side of the page is lost.  
  Top and bottom margins are handled correctly.
  The scanner is connected via the local ethernet.

  Memory tells me that it used to scan ok from the ADF, and that the
  problem may have started sometime in 2023 - but memory is terribly
  fallible ...

  $ lsb_release -rd
  Description:  Ubuntu 22.04.3 LTS
  Release:  22.04

  Synaptic gives the package version as 42.0-1, the latest available.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/simple-scan/+bug/2048433/+subscriptions


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1991448] Re: evince hangs when print requested on Ubuntu 22.04.1

2022-10-21 Thread Bernard Moreton
Another Debian bug reference ( #1002725) provided a better (for me!)
clue:

In /etc/apparmor.d/usr.bin.evince
adding after 
   /usr/bin/pcmanfm Cx -> sanitized_helper,  # LXDE
   /usr/bin/krusader Cx -> sanitized_helper, # KDE
   /usr/bin/thunar Cx -> sanitized_helper,   # XFCE
the line
  /usr/lib/x86_64-linux-gnu/libproxy/0.4.17/pxgsettings Cx -> sanitized_helper, 
# Print Dialog

After restarting apparmor, the print problem was fixed

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to evince in Ubuntu.
https://bugs.launchpad.net/bugs/1991448

Title:
  evince hangs when print requested on Ubuntu 22.04.1

Status in evince package in Ubuntu:
  New

Bug description:
  evince /tmp/royalt*pdf
  sh: 1: /usr/lib/x86_64-linux-gnu/libproxy/0.4.17/pxgsettings: Permission 
denied
  Killed

  
  Evince does not respond at all, and has to be stopped

  ProblemType: Bug
  DistroRelease: Ubuntu 22.04
  Package: evince 42.3-0ubuntu2
  ProcVersionSignature: Ubuntu 5.15.0-48.54-generic 5.15.53
  Uname: Linux 5.15.0-48-generic x86_64
  ApportVersion: 2.20.11-0ubuntu82.1
  Architecture: amd64
  CasperMD5CheckResult: unknown
  CurrentDesktop: X-Cinnamon
  Date: Sat Oct  1 16:11:51 2022
  InstallationDate: Installed on 2017-03-09 (2031 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  SourcePackage: evince
  UpgradeStatus: Upgraded to jammy on 2022-08-12 (50 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/evince/+bug/1991448/+subscriptions


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1991448] Re: evince hangs when print requested on Ubuntu 22.04.1

2022-10-02 Thread Bernard Moreton
There is a Debian fix,
https://www.mail-archive.com/debian-bugs-dist@lists.debian.org/msg1870625.html

Apparently the problem occurs under Cinnamon, but not under Gnome-
Desktop

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to evince in Ubuntu.
https://bugs.launchpad.net/bugs/1991448

Title:
  evince hangs when print requested on Ubuntu 22.04.1

Status in evince package in Ubuntu:
  New

Bug description:
  evince /tmp/royalt*pdf
  sh: 1: /usr/lib/x86_64-linux-gnu/libproxy/0.4.17/pxgsettings: Permission 
denied
  Killed

  
  Evince does not respond at all, and has to be stopped

  ProblemType: Bug
  DistroRelease: Ubuntu 22.04
  Package: evince 42.3-0ubuntu2
  ProcVersionSignature: Ubuntu 5.15.0-48.54-generic 5.15.53
  Uname: Linux 5.15.0-48-generic x86_64
  ApportVersion: 2.20.11-0ubuntu82.1
  Architecture: amd64
  CasperMD5CheckResult: unknown
  CurrentDesktop: X-Cinnamon
  Date: Sat Oct  1 16:11:51 2022
  InstallationDate: Installed on 2017-03-09 (2031 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  SourcePackage: evince
  UpgradeStatus: Upgraded to jammy on 2022-08-12 (50 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/evince/+bug/1991448/+subscriptions


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1991448] [NEW] evince hangs when print requested on Ubuntu 22.04.1

2022-10-01 Thread Bernard Moreton
Public bug reported:

evince /tmp/royalt*pdf
sh: 1: /usr/lib/x86_64-linux-gnu/libproxy/0.4.17/pxgsettings: Permission denied
Killed


Evince does not respond at all, and has to be stopped

ProblemType: Bug
DistroRelease: Ubuntu 22.04
Package: evince 42.3-0ubuntu2
ProcVersionSignature: Ubuntu 5.15.0-48.54-generic 5.15.53
Uname: Linux 5.15.0-48-generic x86_64
ApportVersion: 2.20.11-0ubuntu82.1
Architecture: amd64
CasperMD5CheckResult: unknown
CurrentDesktop: X-Cinnamon
Date: Sat Oct  1 16:11:51 2022
InstallationDate: Installed on 2017-03-09 (2031 days ago)
InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 (20160420.1)
SourcePackage: evince
UpgradeStatus: Upgraded to jammy on 2022-08-12 (50 days ago)

** Affects: evince (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug jammy

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to evince in Ubuntu.
https://bugs.launchpad.net/bugs/1991448

Title:
  evince hangs when print requested on Ubuntu 22.04.1

Status in evince package in Ubuntu:
  New

Bug description:
  evince /tmp/royalt*pdf
  sh: 1: /usr/lib/x86_64-linux-gnu/libproxy/0.4.17/pxgsettings: Permission 
denied
  Killed

  
  Evince does not respond at all, and has to be stopped

  ProblemType: Bug
  DistroRelease: Ubuntu 22.04
  Package: evince 42.3-0ubuntu2
  ProcVersionSignature: Ubuntu 5.15.0-48.54-generic 5.15.53
  Uname: Linux 5.15.0-48-generic x86_64
  ApportVersion: 2.20.11-0ubuntu82.1
  Architecture: amd64
  CasperMD5CheckResult: unknown
  CurrentDesktop: X-Cinnamon
  Date: Sat Oct  1 16:11:51 2022
  InstallationDate: Installed on 2017-03-09 (2031 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  SourcePackage: evince
  UpgradeStatus: Upgraded to jammy on 2022-08-12 (50 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/evince/+bug/1991448/+subscriptions


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1748895]

2022-07-10 Thread Z-bernard-moreton
Created attachment 181206
revision of (current) senddoc to correct problems

Revisions labelled #001 enable sending email when Tools-Options-
Internet-Email is set to /usr/bin/xdg-email (under Ubuntu 20.04 LTS)

The revision labelled #002 enable sending document as email when Option-
Email is blank - in this case LO currently does NOT supply any MAILER to
senddoc.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to libreoffice in Ubuntu.
https://bugs.launchpad.net/bugs/1748895

Title:
  LO unable to find a working email configuration

Status in LibreOffice:
  New
Status in libreoffice package in Ubuntu:
  Fix Released

Bug description:
  Installed from PPA: ppa:libreoffice/ppa

  $ lsb_release -a
  LSB Version:  
core-9.20160110ubuntu0.2-amd64:core-9.20160110ubuntu0.2-noarch:printing-9.20160110ubuntu0.2-amd64:printing-9.20160110ubuntu0.2-noarch:security-9.20160110ubuntu0.2-amd64:security-9.20160110ubuntu0.2-noarch
  Distributor ID:   Ubuntu
  Description:  Ubuntu 16.04.3 LTS
  Release:  16.04
  Codename: xenial

  $ apt-cache policy libreoffice
  libreoffice:
Installed: 1:6.0.1~rc1-0ubuntu0.16.04.1~lo1
Candidate: 1:6.0.1~rc1-0ubuntu0.16.04.1~lo1
Version table:
   *** 1:6.0.1~rc1-0ubuntu0.16.04.1~lo1 500
  500 http://ppa.launchpad.net/libreoffice/ppa/ubuntu xenial/main amd64 
Packages
  100 /var/lib/dpkg/status
   1:5.1.6~rc2-0ubuntu1~xenial2 500
  500 http://archive.ubuntu.com/ubuntu xenial-updates/universe amd64 
Packages
  500 http://archive.ubuntu.com/ubuntu xenial-security/universe amd64 
Packages
   1:5.1.2-0ubuntu1 500
  500 http://archive.ubuntu.com/ubuntu xenial/universe amd64 Packages

  WHAT YOU EXPECT TO HAPPEN:

Should spawn an new Evolution eMAIL with attached ODF document

  WHAT HAPPENED INSTEAD:

Error Dialogue: LibreOffice is unable to find a working email
  configuration.  Please save your document locally and attached from
  within your eMAIL client.

To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/1748895/+subscriptions


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1748895]

2022-07-10 Thread Z-bernard-moreton
Against Timurs comment #29, "(3) I asked you to clarify, to have all
here, but that would be another issue anyway.",

- the Browse button doesn't really help the user (it listes all files in the 
HOME directory
- and though the user might want to enter a simple application name (and 
perhaps should be given a list of found names to choose from), past experience 
suggested that a full path may be desirable.
- the button might be better to validate an entered application name?

The user can't be assumed to know the file system!

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to libreoffice in Ubuntu.
https://bugs.launchpad.net/bugs/1748895

Title:
  LO unable to find a working email configuration

Status in LibreOffice:
  New
Status in libreoffice package in Ubuntu:
  Fix Released

Bug description:
  Installed from PPA: ppa:libreoffice/ppa

  $ lsb_release -a
  LSB Version:  
core-9.20160110ubuntu0.2-amd64:core-9.20160110ubuntu0.2-noarch:printing-9.20160110ubuntu0.2-amd64:printing-9.20160110ubuntu0.2-noarch:security-9.20160110ubuntu0.2-amd64:security-9.20160110ubuntu0.2-noarch
  Distributor ID:   Ubuntu
  Description:  Ubuntu 16.04.3 LTS
  Release:  16.04
  Codename: xenial

  $ apt-cache policy libreoffice
  libreoffice:
Installed: 1:6.0.1~rc1-0ubuntu0.16.04.1~lo1
Candidate: 1:6.0.1~rc1-0ubuntu0.16.04.1~lo1
Version table:
   *** 1:6.0.1~rc1-0ubuntu0.16.04.1~lo1 500
  500 http://ppa.launchpad.net/libreoffice/ppa/ubuntu xenial/main amd64 
Packages
  100 /var/lib/dpkg/status
   1:5.1.6~rc2-0ubuntu1~xenial2 500
  500 http://archive.ubuntu.com/ubuntu xenial-updates/universe amd64 
Packages
  500 http://archive.ubuntu.com/ubuntu xenial-security/universe amd64 
Packages
   1:5.1.2-0ubuntu1 500
  500 http://archive.ubuntu.com/ubuntu xenial/universe amd64 Packages

  WHAT YOU EXPECT TO HAPPEN:

Should spawn an new Evolution eMAIL with attached ODF document

  WHAT HAPPENED INSTEAD:

Error Dialogue: LibreOffice is unable to find a working email
  configuration.  Please save your document locally and attached from
  within your eMAIL client.

To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/1748895/+subscriptions


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1803604]

2022-07-10 Thread Z-bernard-moreton
Against Timurs comment #29, "(3) I asked you to clarify, to have all
here, but that would be another issue anyway.",

- the Browse button doesn't really help the user (it listes all files in the 
HOME directory
- and though the user might want to enter a simple application name (and 
perhaps should be given a list of found names to choose from), past experience 
suggested that a full path may be desirable.
- the button might be better to validate an entered application name?

The user can't be assumed to know the file system!

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to libreoffice in Ubuntu.
https://bugs.launchpad.net/bugs/1803604

Title:
  [upstream] "Send -> Document as e-mail" in Writer / Calc does not work

Status in LibreOffice:
  New
Status in libreoffice package in Ubuntu:
  Confirmed

Bug description:
  Description:  Linux Mint 18.3 Sylvia
  Release:  18.3
  LO: Version: 6.1.3.2
  Build-ID: 1:6.1.3~rc2-0ubuntu0.16.04.1

  In writer I have an open document. If I then want to send it:

  "File - send - document as e-mail"

  **Nothing happens**

  Same with send e-mail as open-document and word document. Only send
  with pdf opens at least the pdf dialogue. But then nothing happens.

  Path to thunderbird: /usr/bin/thunderbird
  Thunderbird opens if I use this path so the path seems correct. No error 
message received.

  Expect: Mail is opened and document attached. (which worked before)

  Update: Just checked in Ubuntu 18.04 and LO 6.06.2
  There it works as expected. Will check my other system again. Maybe it just 
does not work on my other system.

To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/1803604/+subscriptions


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1803604]

2022-07-10 Thread Z-bernard-moreton
Created attachment 181206
revision of (current) senddoc to correct problems

Revisions labelled #001 enable sending email when Tools-Options-
Internet-Email is set to /usr/bin/xdg-email (under Ubuntu 20.04 LTS)

The revision labelled #002 enable sending document as email when Option-
Email is blank - in this case LO currently does NOT supply any MAILER to
senddoc.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to libreoffice in Ubuntu.
https://bugs.launchpad.net/bugs/1803604

Title:
  [upstream] "Send -> Document as e-mail" in Writer / Calc does not work

Status in LibreOffice:
  New
Status in libreoffice package in Ubuntu:
  Confirmed

Bug description:
  Description:  Linux Mint 18.3 Sylvia
  Release:  18.3
  LO: Version: 6.1.3.2
  Build-ID: 1:6.1.3~rc2-0ubuntu0.16.04.1

  In writer I have an open document. If I then want to send it:

  "File - send - document as e-mail"

  **Nothing happens**

  Same with send e-mail as open-document and word document. Only send
  with pdf opens at least the pdf dialogue. But then nothing happens.

  Path to thunderbird: /usr/bin/thunderbird
  Thunderbird opens if I use this path so the path seems correct. No error 
message received.

  Expect: Mail is opened and document attached. (which worked before)

  Update: Just checked in Ubuntu 18.04 and LO 6.06.2
  There it works as expected. Will check my other system again. Maybe it just 
does not work on my other system.

To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/1803604/+subscriptions


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1748895]

2022-07-08 Thread Z-bernard-moreton
I get over the problem by inserting a line for claws-mail in apparmor
profile for senddoc, and specifying claws-mail (with full path) in
Options-Tools-...Email.

A better option would be to rewrite the xdg-email code in senddoc along
the lines of the block for claws|sylpheed (though in LO, the 'To' field
is presumably not required ...).  This would make the default generally
useful for all email clients, where currently it simply doesn't attach,
which is the whole point of senddoc ...


I'll continue to hope that Ubuntu 22.04 xdg-utils will fix the attachment 
problem, since it affects scanning to email as well as LO;  but there'' be many 
LO users who remain on current (non-functioning) xdg-email maitto: style.  They 
should be helped, even if the rest of us do find salvation ...

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to libreoffice in Ubuntu.
https://bugs.launchpad.net/bugs/1748895

Title:
  LO unable to find a working email configuration

Status in LibreOffice:
  New
Status in libreoffice package in Ubuntu:
  Fix Released

Bug description:
  Installed from PPA: ppa:libreoffice/ppa

  $ lsb_release -a
  LSB Version:  
core-9.20160110ubuntu0.2-amd64:core-9.20160110ubuntu0.2-noarch:printing-9.20160110ubuntu0.2-amd64:printing-9.20160110ubuntu0.2-noarch:security-9.20160110ubuntu0.2-amd64:security-9.20160110ubuntu0.2-noarch
  Distributor ID:   Ubuntu
  Description:  Ubuntu 16.04.3 LTS
  Release:  16.04
  Codename: xenial

  $ apt-cache policy libreoffice
  libreoffice:
Installed: 1:6.0.1~rc1-0ubuntu0.16.04.1~lo1
Candidate: 1:6.0.1~rc1-0ubuntu0.16.04.1~lo1
Version table:
   *** 1:6.0.1~rc1-0ubuntu0.16.04.1~lo1 500
  500 http://ppa.launchpad.net/libreoffice/ppa/ubuntu xenial/main amd64 
Packages
  100 /var/lib/dpkg/status
   1:5.1.6~rc2-0ubuntu1~xenial2 500
  500 http://archive.ubuntu.com/ubuntu xenial-updates/universe amd64 
Packages
  500 http://archive.ubuntu.com/ubuntu xenial-security/universe amd64 
Packages
   1:5.1.2-0ubuntu1 500
  500 http://archive.ubuntu.com/ubuntu xenial/universe amd64 Packages

  WHAT YOU EXPECT TO HAPPEN:

Should spawn an new Evolution eMAIL with attached ODF document

  WHAT HAPPENED INSTEAD:

Error Dialogue: LibreOffice is unable to find a working email
  configuration.  Please save your document locally and attached from
  within your eMAIL client.

To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/1748895/+subscriptions


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1803604]

2022-07-08 Thread Z-bernard-moreton
I get over the problem by inserting a line for claws-mail in apparmor
profile for senddoc, and specifying claws-mail (with full path) in
Options-Tools-...Email.

A better option would be to rewrite the xdg-email code in senddoc along
the lines of the block for claws|sylpheed (though in LO, the 'To' field
is presumably not required ...).  This would make the default generally
useful for all email clients, where currently it simply doesn't attach,
which is the whole point of senddoc ...


I'll continue to hope that Ubuntu 22.04 xdg-utils will fix the attachment 
problem, since it affects scanning to email as well as LO;  but there'' be many 
LO users who remain on current (non-functioning) xdg-email maitto: style.  They 
should be helped, even if the rest of us do find salvation ...

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to libreoffice in Ubuntu.
https://bugs.launchpad.net/bugs/1803604

Title:
  [upstream] "Send -> Document as e-mail" in Writer / Calc does not work

Status in LibreOffice:
  New
Status in libreoffice package in Ubuntu:
  Confirmed

Bug description:
  Description:  Linux Mint 18.3 Sylvia
  Release:  18.3
  LO: Version: 6.1.3.2
  Build-ID: 1:6.1.3~rc2-0ubuntu0.16.04.1

  In writer I have an open document. If I then want to send it:

  "File - send - document as e-mail"

  **Nothing happens**

  Same with send e-mail as open-document and word document. Only send
  with pdf opens at least the pdf dialogue. But then nothing happens.

  Path to thunderbird: /usr/bin/thunderbird
  Thunderbird opens if I use this path so the path seems correct. No error 
message received.

  Expect: Mail is opened and document attached. (which worked before)

  Update: Just checked in Ubuntu 18.04 and LO 6.06.2
  There it works as expected. Will check my other system again. Maybe it just 
does not work on my other system.

To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/1803604/+subscriptions


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1748895]

2022-07-07 Thread Z-bernard-moreton
There are 3 levels at which this is an LO bug:

(1)  senddoc provides settings for claws-mail (claws|sylpheed), which
work fine, EXCEPT that since apparmor was enforced, these settings only
work if claws-mail is included in the apparmor settings

(2) xdg-email is seen as the default email application, but the coding
in senddoc uses the 'mailto:' command format.  The manual for xdg-email
is explicit "xdg-email limits support to, cc, subject and body fields in
mailto-uri, all other fields are silently ignored."

This makes xdg-email with mailto: command format a bad choice for LO's
senddoc. If the alternative command-line-style were used, with simple
email addresses rather than the mailto: style, I think all would be
well.  It certainly works well for me from the command line.

(3) the screen prompts for the setting of Tools-Options-Internet-Email
are not helpful.  Perhaps they couldn't be until senddoc works
dependably for all reasonable email clients.

Evolution, kmail, icedove, and thunderbird are given specific entries in
senddoc; I don;t know how well they work - but all other clients must be
a potential problem.

The implication in this user configuration setting is that any email
application should work.  That simply is not so.


I agree with Timur (#27) that a main problem in in xdg-email, but I can find no 
indication that its maintainers are likely to extend the capabilities of the 
mailto: option.  In the meantime, however, LO could and should use the command 
option that does the essential job of attaching the document to the email.  And 
then improve the Tools-Options email entry screen.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to libreoffice in Ubuntu.
https://bugs.launchpad.net/bugs/1748895

Title:
  LO unable to find a working email configuration

Status in LibreOffice:
  Incomplete
Status in libreoffice package in Ubuntu:
  Fix Released

Bug description:
  Installed from PPA: ppa:libreoffice/ppa

  $ lsb_release -a
  LSB Version:  
core-9.20160110ubuntu0.2-amd64:core-9.20160110ubuntu0.2-noarch:printing-9.20160110ubuntu0.2-amd64:printing-9.20160110ubuntu0.2-noarch:security-9.20160110ubuntu0.2-amd64:security-9.20160110ubuntu0.2-noarch
  Distributor ID:   Ubuntu
  Description:  Ubuntu 16.04.3 LTS
  Release:  16.04
  Codename: xenial

  $ apt-cache policy libreoffice
  libreoffice:
Installed: 1:6.0.1~rc1-0ubuntu0.16.04.1~lo1
Candidate: 1:6.0.1~rc1-0ubuntu0.16.04.1~lo1
Version table:
   *** 1:6.0.1~rc1-0ubuntu0.16.04.1~lo1 500
  500 http://ppa.launchpad.net/libreoffice/ppa/ubuntu xenial/main amd64 
Packages
  100 /var/lib/dpkg/status
   1:5.1.6~rc2-0ubuntu1~xenial2 500
  500 http://archive.ubuntu.com/ubuntu xenial-updates/universe amd64 
Packages
  500 http://archive.ubuntu.com/ubuntu xenial-security/universe amd64 
Packages
   1:5.1.2-0ubuntu1 500
  500 http://archive.ubuntu.com/ubuntu xenial/universe amd64 Packages

  WHAT YOU EXPECT TO HAPPEN:

Should spawn an new Evolution eMAIL with attached ODF document

  WHAT HAPPENED INSTEAD:

Error Dialogue: LibreOffice is unable to find a working email
  configuration.  Please save your document locally and attached from
  within your eMAIL client.

To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/1748895/+subscriptions


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1803604]

2022-07-07 Thread Z-bernard-moreton
There are 3 levels at which this is an LO bug:

(1)  senddoc provides settings for claws-mail (claws|sylpheed), which
work fine, EXCEPT that since apparmor was enforced, these settings only
work if claws-mail is included in the apparmor settings

(2) xdg-email is seen as the default email application, but the coding
in senddoc uses the 'mailto:' command format.  The manual for xdg-email
is explicit "xdg-email limits support to, cc, subject and body fields in
mailto-uri, all other fields are silently ignored."

This makes xdg-email with mailto: command format a bad choice for LO's
senddoc. If the alternative command-line-style were used, with simple
email addresses rather than the mailto: style, I think all would be
well.  It certainly works well for me from the command line.

(3) the screen prompts for the setting of Tools-Options-Internet-Email
are not helpful.  Perhaps they couldn't be until senddoc works
dependably for all reasonable email clients.

Evolution, kmail, icedove, and thunderbird are given specific entries in
senddoc; I don;t know how well they work - but all other clients must be
a potential problem.

The implication in this user configuration setting is that any email
application should work.  That simply is not so.


I agree with Timur (#27) that a main problem in in xdg-email, but I can find no 
indication that its maintainers are likely to extend the capabilities of the 
mailto: option.  In the meantime, however, LO could and should use the command 
option that does the essential job of attaching the document to the email.  And 
then improve the Tools-Options email entry screen.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to libreoffice in Ubuntu.
https://bugs.launchpad.net/bugs/1803604

Title:
  [upstream] "Send -> Document as e-mail" in Writer / Calc does not work

Status in LibreOffice:
  Incomplete
Status in libreoffice package in Ubuntu:
  Confirmed

Bug description:
  Description:  Linux Mint 18.3 Sylvia
  Release:  18.3
  LO: Version: 6.1.3.2
  Build-ID: 1:6.1.3~rc2-0ubuntu0.16.04.1

  In writer I have an open document. If I then want to send it:

  "File - send - document as e-mail"

  **Nothing happens**

  Same with send e-mail as open-document and word document. Only send
  with pdf opens at least the pdf dialogue. But then nothing happens.

  Path to thunderbird: /usr/bin/thunderbird
  Thunderbird opens if I use this path so the path seems correct. No error 
message received.

  Expect: Mail is opened and document attached. (which worked before)

  Update: Just checked in Ubuntu 18.04 and LO 6.06.2
  There it works as expected. Will check my other system again. Maybe it just 
does not work on my other system.

To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/1803604/+subscriptions


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1748895]

2021-05-12 Thread Bernard Moreton
Until communication between xdg-email and claws-mail is fixed in Ubuntu LTS, 
I've resolved the problem by (a) adding a claws-mail line in the apparmor 
profile for senddoc and reloading the policy. and (b) setting 
Tools/Options/Internet/Email to specify /usr/bin/claws-mail.
I don't like messing with system files like that, but it now works again 
properly.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to libreoffice in Ubuntu.
https://bugs.launchpad.net/bugs/1748895

Title:
  LO unable to find a working email configuration

Status in LibreOffice:
  Confirmed
Status in libreoffice package in Ubuntu:
  Fix Released

Bug description:
  Installed from PPA: ppa:libreoffice/ppa

  $ lsb_release -a
  LSB Version:  
core-9.20160110ubuntu0.2-amd64:core-9.20160110ubuntu0.2-noarch:printing-9.20160110ubuntu0.2-amd64:printing-9.20160110ubuntu0.2-noarch:security-9.20160110ubuntu0.2-amd64:security-9.20160110ubuntu0.2-noarch
  Distributor ID:   Ubuntu
  Description:  Ubuntu 16.04.3 LTS
  Release:  16.04
  Codename: xenial

  $ apt-cache policy libreoffice
  libreoffice:
Installed: 1:6.0.1~rc1-0ubuntu0.16.04.1~lo1
Candidate: 1:6.0.1~rc1-0ubuntu0.16.04.1~lo1
Version table:
   *** 1:6.0.1~rc1-0ubuntu0.16.04.1~lo1 500
  500 http://ppa.launchpad.net/libreoffice/ppa/ubuntu xenial/main amd64 
Packages
  100 /var/lib/dpkg/status
   1:5.1.6~rc2-0ubuntu1~xenial2 500
  500 http://archive.ubuntu.com/ubuntu xenial-updates/universe amd64 
Packages
  500 http://archive.ubuntu.com/ubuntu xenial-security/universe amd64 
Packages
   1:5.1.2-0ubuntu1 500
  500 http://archive.ubuntu.com/ubuntu xenial/universe amd64 Packages

  WHAT YOU EXPECT TO HAPPEN:

Should spawn an new Evolution eMAIL with attached ODF document

  WHAT HAPPENED INSTEAD:

Error Dialogue: LibreOffice is unable to find a working email
  configuration.  Please save your document locally and attached from
  within your eMAIL client.

To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/1748895/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1803604]

2021-05-12 Thread Bernard Moreton
Until communication between xdg-email and claws-mail is fixed in Ubuntu LTS, 
I've resolved the problem by (a) adding a claws-mail line in the apparmor 
profile for senddoc and reloading the policy. and (b) setting 
Tools/Options/Internet/Email to specify /usr/bin/claws-mail.
I don't like messing with system files like that, but it now works again 
properly.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to libreoffice in Ubuntu.
https://bugs.launchpad.net/bugs/1803604

Title:
  [upstream] "Send -> Document as e-mail" in Writer / Calc does not work

Status in LibreOffice:
  Confirmed
Status in libreoffice package in Ubuntu:
  Confirmed

Bug description:
  Description:  Linux Mint 18.3 Sylvia
  Release:  18.3
  LO: Version: 6.1.3.2
  Build-ID: 1:6.1.3~rc2-0ubuntu0.16.04.1

  In writer I have an open document. If I then want to send it:

  "File - send - document as e-mail"

  **Nothing happens**

  Same with send e-mail as open-document and word document. Only send
  with pdf opens at least the pdf dialogue. But then nothing happens.

  Path to thunderbird: /usr/bin/thunderbird
  Thunderbird opens if I use this path so the path seems correct. No error 
message received.

  Expect: Mail is opened and document attached. (which worked before)

  Update: Just checked in Ubuntu 18.04 and LO 6.06.2
  There it works as expected. Will check my other system again. Maybe it just 
does not work on my other system.

To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/1803604/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1748895]

2021-05-07 Thread Bernard Moreton
In the current version of LO, 7.1.2.2 (Ubuntu build, on Ubuntu 20.04 LTS),
there has been no change to senddoc since the last installed version (7.0.1.2),
but the behaviour is significantly different.

1
Using the supplied senddoc (7.1.2.2), and trying to send a PDF attachment,

(a)
if Tools/Options/Internet/Email is set as , 
Claws-mail freezes, so that no ALT-TAB is possible, and has to be shut down,
and I gete a message on Terminal:
 /home/mbm/.claws-mail/mimetmp/.comments: unlink: Is a directory
** (claws-mail:7281): WARNING **: 11:27:50.598: failed to convert encoding of 
file name: Invalid byte sequence in conversion input

(b)
If Tools/Options/... is set to /usr/bin/claws-mail
I get an LO error window 'unable to find a working email configuration
and an error on Terminal
"/usr/lib/libreoffice/program/senddoc: 387: /usr/bin/claws-mail: Permission 
denied"  (perhaps from AppArmor ???)

(c)
If Tools/Options/... is set to /usr/bin/xdg-email
then focus switches to the Claws-mail client, but no Compose window appears, 
and no error message is given,  but the Claws-mail window is frozen, without 
focus, and needs to be clicked intofocus before anything more can be done.

2
Using the fix script I suggested some while ago, and trying to send a PDF 
attachment,
if Tools/Options/Internet/Email is set to /usr/bin/claws-mail (my standard 
client), I get a LO error "unable to find a working email configuration".
If I set the option to either /usr/bin/xdg-email or to ,
I get an error on my Claws-mail client, File  doesn't exist or 
permission denied", and the email clinet is closed altogether when I close the 
er3ror message window.
and sometimes (not always) I get an error on my Terminal,
** (claws-mail:7281): WARNING **: 11:27:50.598: failed to convert encoding of 
file name: Invalid byte sequence in conversion input

3
I note that in senddoc, against the "sylpheed | claws" entry, there is
ATTACH="${ATTACH:-}${ATTACH:+ }$2"
and against xdg-email there is
MAILTO="${MAILTO:-}${MAILTO:+&}attachment="$(echo "file://$2" | "${URI_ENCODE}")

The use of URI_ENCODE here is probably not right,  the UTI file usage
(file://$2) certainly doesn't work when passed to Claws-mail, and xdg-
email doesn't seem to recognize it either.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to libreoffice in Ubuntu.
https://bugs.launchpad.net/bugs/1748895

Title:
  LO unable to find a working email configuration

Status in LibreOffice:
  Confirmed
Status in libreoffice package in Ubuntu:
  Fix Released

Bug description:
  Installed from PPA: ppa:libreoffice/ppa

  $ lsb_release -a
  LSB Version:  
core-9.20160110ubuntu0.2-amd64:core-9.20160110ubuntu0.2-noarch:printing-9.20160110ubuntu0.2-amd64:printing-9.20160110ubuntu0.2-noarch:security-9.20160110ubuntu0.2-amd64:security-9.20160110ubuntu0.2-noarch
  Distributor ID:   Ubuntu
  Description:  Ubuntu 16.04.3 LTS
  Release:  16.04
  Codename: xenial

  $ apt-cache policy libreoffice
  libreoffice:
Installed: 1:6.0.1~rc1-0ubuntu0.16.04.1~lo1
Candidate: 1:6.0.1~rc1-0ubuntu0.16.04.1~lo1
Version table:
   *** 1:6.0.1~rc1-0ubuntu0.16.04.1~lo1 500
  500 http://ppa.launchpad.net/libreoffice/ppa/ubuntu xenial/main amd64 
Packages
  100 /var/lib/dpkg/status
   1:5.1.6~rc2-0ubuntu1~xenial2 500
  500 http://archive.ubuntu.com/ubuntu xenial-updates/universe amd64 
Packages
  500 http://archive.ubuntu.com/ubuntu xenial-security/universe amd64 
Packages
   1:5.1.2-0ubuntu1 500
  500 http://archive.ubuntu.com/ubuntu xenial/universe amd64 Packages

  WHAT YOU EXPECT TO HAPPEN:

Should spawn an new Evolution eMAIL with attached ODF document

  WHAT HAPPENED INSTEAD:

Error Dialogue: LibreOffice is unable to find a working email
  configuration.  Please save your document locally and attached from
  within your eMAIL client.

To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/1748895/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1748895]

2021-05-07 Thread Bernard Moreton
I believe there is a bug in xdg-email affecting --attach
(https://bugs.launchpad.net/ubuntu/+source/xdg-utils/+bug/1909941?comments=all)

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to libreoffice in Ubuntu.
https://bugs.launchpad.net/bugs/1748895

Title:
  LO unable to find a working email configuration

Status in LibreOffice:
  Confirmed
Status in libreoffice package in Ubuntu:
  Fix Released

Bug description:
  Installed from PPA: ppa:libreoffice/ppa

  $ lsb_release -a
  LSB Version:  
core-9.20160110ubuntu0.2-amd64:core-9.20160110ubuntu0.2-noarch:printing-9.20160110ubuntu0.2-amd64:printing-9.20160110ubuntu0.2-noarch:security-9.20160110ubuntu0.2-amd64:security-9.20160110ubuntu0.2-noarch
  Distributor ID:   Ubuntu
  Description:  Ubuntu 16.04.3 LTS
  Release:  16.04
  Codename: xenial

  $ apt-cache policy libreoffice
  libreoffice:
Installed: 1:6.0.1~rc1-0ubuntu0.16.04.1~lo1
Candidate: 1:6.0.1~rc1-0ubuntu0.16.04.1~lo1
Version table:
   *** 1:6.0.1~rc1-0ubuntu0.16.04.1~lo1 500
  500 http://ppa.launchpad.net/libreoffice/ppa/ubuntu xenial/main amd64 
Packages
  100 /var/lib/dpkg/status
   1:5.1.6~rc2-0ubuntu1~xenial2 500
  500 http://archive.ubuntu.com/ubuntu xenial-updates/universe amd64 
Packages
  500 http://archive.ubuntu.com/ubuntu xenial-security/universe amd64 
Packages
   1:5.1.2-0ubuntu1 500
  500 http://archive.ubuntu.com/ubuntu xenial/universe amd64 Packages

  WHAT YOU EXPECT TO HAPPEN:

Should spawn an new Evolution eMAIL with attached ODF document

  WHAT HAPPENED INSTEAD:

Error Dialogue: LibreOffice is unable to find a working email
  configuration.  Please save your document locally and attached from
  within your eMAIL client.

To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/1748895/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1803604]

2021-05-07 Thread Bernard Moreton
I believe there is a bug in xdg-email affecting --attach
(https://bugs.launchpad.net/ubuntu/+source/xdg-utils/+bug/1909941?comments=all)
(sorry, the last attempt closed on me before I'd finished)

The fix for that wor3ks in Claws-mail 3.17.8, but not in 3.17.5 which is
the latest version for Ubuntu 20.04 LTS.

I get the same error when calling xdg-email --attach FILENAME from the
command-line as seems to be occurring when it is run from senddoc.

I've asked for a backport of Claws 3.17.8 to Ubuntu 20.04 ... !

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to libreoffice in Ubuntu.
https://bugs.launchpad.net/bugs/1803604

Title:
  [upstream] "Send -> Document as e-mail" in Writer / Calc does not work

Status in LibreOffice:
  Confirmed
Status in libreoffice package in Ubuntu:
  Confirmed

Bug description:
  Description:  Linux Mint 18.3 Sylvia
  Release:  18.3
  LO: Version: 6.1.3.2
  Build-ID: 1:6.1.3~rc2-0ubuntu0.16.04.1

  In writer I have an open document. If I then want to send it:

  "File - send - document as e-mail"

  **Nothing happens**

  Same with send e-mail as open-document and word document. Only send
  with pdf opens at least the pdf dialogue. But then nothing happens.

  Path to thunderbird: /usr/bin/thunderbird
  Thunderbird opens if I use this path so the path seems correct. No error 
message received.

  Expect: Mail is opened and document attached. (which worked before)

  Update: Just checked in Ubuntu 18.04 and LO 6.06.2
  There it works as expected. Will check my other system again. Maybe it just 
does not work on my other system.

To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/1803604/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1803604]

2021-05-07 Thread Bernard Moreton
I believe there is a bug in xdg-email affecting --attach
(https://bugs.launchpad.net/ubuntu/+source/xdg-utils/+bug/1909941?comments=all)

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to libreoffice in Ubuntu.
https://bugs.launchpad.net/bugs/1803604

Title:
  [upstream] "Send -> Document as e-mail" in Writer / Calc does not work

Status in LibreOffice:
  Confirmed
Status in libreoffice package in Ubuntu:
  Confirmed

Bug description:
  Description:  Linux Mint 18.3 Sylvia
  Release:  18.3
  LO: Version: 6.1.3.2
  Build-ID: 1:6.1.3~rc2-0ubuntu0.16.04.1

  In writer I have an open document. If I then want to send it:

  "File - send - document as e-mail"

  **Nothing happens**

  Same with send e-mail as open-document and word document. Only send
  with pdf opens at least the pdf dialogue. But then nothing happens.

  Path to thunderbird: /usr/bin/thunderbird
  Thunderbird opens if I use this path so the path seems correct. No error 
message received.

  Expect: Mail is opened and document attached. (which worked before)

  Update: Just checked in Ubuntu 18.04 and LO 6.06.2
  There it works as expected. Will check my other system again. Maybe it just 
does not work on my other system.

To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/1803604/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1748895]

2021-05-07 Thread Bernard Moreton
I believe there is a bug in xdg-email affecting --attach
(https://bugs.launchpad.net/ubuntu/+source/xdg-utils/+bug/1909941?comments=all)
(sorry, the last attempt closed on me before I'd finished)

The fix for that wor3ks in Claws-mail 3.17.8, but not in 3.17.5 which is
the latest version for Ubuntu 20.04 LTS.

I get the same error when calling xdg-email --attach FILENAME from the
command-line as seems to be occurring when it is run from senddoc.

I've asked for a backport of Claws 3.17.8 to Ubuntu 20.04 ... !

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to libreoffice in Ubuntu.
https://bugs.launchpad.net/bugs/1748895

Title:
  LO unable to find a working email configuration

Status in LibreOffice:
  Confirmed
Status in libreoffice package in Ubuntu:
  Fix Released

Bug description:
  Installed from PPA: ppa:libreoffice/ppa

  $ lsb_release -a
  LSB Version:  
core-9.20160110ubuntu0.2-amd64:core-9.20160110ubuntu0.2-noarch:printing-9.20160110ubuntu0.2-amd64:printing-9.20160110ubuntu0.2-noarch:security-9.20160110ubuntu0.2-amd64:security-9.20160110ubuntu0.2-noarch
  Distributor ID:   Ubuntu
  Description:  Ubuntu 16.04.3 LTS
  Release:  16.04
  Codename: xenial

  $ apt-cache policy libreoffice
  libreoffice:
Installed: 1:6.0.1~rc1-0ubuntu0.16.04.1~lo1
Candidate: 1:6.0.1~rc1-0ubuntu0.16.04.1~lo1
Version table:
   *** 1:6.0.1~rc1-0ubuntu0.16.04.1~lo1 500
  500 http://ppa.launchpad.net/libreoffice/ppa/ubuntu xenial/main amd64 
Packages
  100 /var/lib/dpkg/status
   1:5.1.6~rc2-0ubuntu1~xenial2 500
  500 http://archive.ubuntu.com/ubuntu xenial-updates/universe amd64 
Packages
  500 http://archive.ubuntu.com/ubuntu xenial-security/universe amd64 
Packages
   1:5.1.2-0ubuntu1 500
  500 http://archive.ubuntu.com/ubuntu xenial/universe amd64 Packages

  WHAT YOU EXPECT TO HAPPEN:

Should spawn an new Evolution eMAIL with attached ODF document

  WHAT HAPPENED INSTEAD:

Error Dialogue: LibreOffice is unable to find a working email
  configuration.  Please save your document locally and attached from
  within your eMAIL client.

To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/1748895/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1803604]

2021-05-07 Thread Bernard Moreton
In the current version of LO, 7.1.2.2 (Ubuntu build, on Ubuntu 20.04 LTS),
there has been no change to senddoc since the last installed version (7.0.1.2),
but the behaviour is significantly different.

1
Using the supplied senddoc (7.1.2.2), and trying to send a PDF attachment,

(a)
if Tools/Options/Internet/Email is set as , 
Claws-mail freezes, so that no ALT-TAB is possible, and has to be shut down,
and I gete a message on Terminal:
 /home/mbm/.claws-mail/mimetmp/.comments: unlink: Is a directory
** (claws-mail:7281): WARNING **: 11:27:50.598: failed to convert encoding of 
file name: Invalid byte sequence in conversion input

(b)
If Tools/Options/... is set to /usr/bin/claws-mail
I get an LO error window 'unable to find a working email configuration
and an error on Terminal
"/usr/lib/libreoffice/program/senddoc: 387: /usr/bin/claws-mail: Permission 
denied"  (perhaps from AppArmor ???)

(c)
If Tools/Options/... is set to /usr/bin/xdg-email
then focus switches to the Claws-mail client, but no Compose window appears, 
and no error message is given,  but the Claws-mail window is frozen, without 
focus, and needs to be clicked intofocus before anything more can be done.

2
Using the fix script I suggested some while ago, and trying to send a PDF 
attachment,
if Tools/Options/Internet/Email is set to /usr/bin/claws-mail (my standard 
client), I get a LO error "unable to find a working email configuration".
If I set the option to either /usr/bin/xdg-email or to ,
I get an error on my Claws-mail client, File  doesn't exist or 
permission denied", and the email clinet is closed altogether when I close the 
er3ror message window.
and sometimes (not always) I get an error on my Terminal,
** (claws-mail:7281): WARNING **: 11:27:50.598: failed to convert encoding of 
file name: Invalid byte sequence in conversion input

3
I note that in senddoc, against the "sylpheed | claws" entry, there is
ATTACH="${ATTACH:-}${ATTACH:+ }$2"
and against xdg-email there is
MAILTO="${MAILTO:-}${MAILTO:+&}attachment="$(echo "file://$2" | "${URI_ENCODE}")

The use of URI_ENCODE here is probably not right,  the UTI file usage
(file://$2) certainly doesn't work when passed to Claws-mail, and xdg-
email doesn't seem to recognize it either.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to libreoffice in Ubuntu.
https://bugs.launchpad.net/bugs/1803604

Title:
  [upstream] "Send -> Document as e-mail" in Writer / Calc does not work

Status in LibreOffice:
  Confirmed
Status in libreoffice package in Ubuntu:
  Confirmed

Bug description:
  Description:  Linux Mint 18.3 Sylvia
  Release:  18.3
  LO: Version: 6.1.3.2
  Build-ID: 1:6.1.3~rc2-0ubuntu0.16.04.1

  In writer I have an open document. If I then want to send it:

  "File - send - document as e-mail"

  **Nothing happens**

  Same with send e-mail as open-document and word document. Only send
  with pdf opens at least the pdf dialogue. But then nothing happens.

  Path to thunderbird: /usr/bin/thunderbird
  Thunderbird opens if I use this path so the path seems correct. No error 
message received.

  Expect: Mail is opened and document attached. (which worked before)

  Update: Just checked in Ubuntu 18.04 and LO 6.06.2
  There it works as expected. Will check my other system again. Maybe it just 
does not work on my other system.

To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/1803604/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1909941] Re: xdg-email changes break simple-scan email functionality

2021-05-05 Thread Bernard Moreton
I have the same problem on 20.04 LTS (fully updated).
xdg-email --subject SUBJ --attach HAR.pdf
gives:
/home/mbm/.claws-mail/mimetmp/.comments: unlink: Is a directory

** (claws-mail:10611): WARNING **: 15:50:25.346: failed to convert
encoding of file name: Invalid byte sequence in conversion input

If the fix to xdg-utils works in claws-mail 3.17.8 , can that be back-
ported to 20.04 LTS, please?

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xdg-utils in Ubuntu.
https://bugs.launchpad.net/bugs/1909941

Title:
  xdg-email changes break simple-scan email functionality

Status in xdg-utils package in Ubuntu:
  Confirmed

Bug description:
  Observed on 16.04 to 20.04
  xdg-email no longer actions "-attach filename" arguments when running 
thunderbird following recent security fixes to protect against malicious use 
from browser ( https://security-tracker.debian.org/tracker/CVE-2020-27748 and 
https://ubuntu.com/security/CVE-2020-27748 )

  This breaks simple-scan "send by email" functionality and other
  applications too.

  https://gitlab.gnome.org/GNOME/simple-scan/-/issues/216
  https://forums.linuxmint.com/viewtopic.php?f=208=336053
  https://gitlab.freedesktop.org/xdg/xdg-utils/-/merge_requests/28 (see 
comments)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xdg-utils/+bug/1909941/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1906166] [NEW] Acroread prints only first page of a range (recent change in behaviour)

2020-11-29 Thread Bernard Moreton
Public bug reported:

This problem has occurred before

https://www.spinics.net/linux/fedora/fedora-users/msg439365.html
proposed "In Adobe Reader 9:

Choose File > Print.
Click on Advanced.
Under Font and Resource Policy, select Send for Each Page."
but this does not solve the problem, and the change is not persistent anyway.

This bug report (sorry, I know RedHat is different!)
https://bugzilla.redhat.com/show_bug.cgi?id=1008166
where the problem was traced to a cups filter
"  I updated to cups-filters-1.0.41-4.fc20, and this fixed my acroread 
printing problem: ranges are now printed well."

which is why I report the bug against cups, not against Acroread - which
of course is 3rd-party anyway.  As I say, printing worked ok until
recently.  Evince prints the same documet ok on the same printer - but
isn't so good on booklet printing.

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: cups 2.3.1-9ubuntu1.1
ProcVersionSignature: Ubuntu 5.4.0-54.60-generic 5.4.65
Uname: Linux 5.4.0-54-generic x86_64
ApportVersion: 2.20.11-0ubuntu27.13
Architecture: amd64
CasperMD5CheckResult: skip
CupsErrorLog: E [29/Nov/2020:15:45:33 +] [Job 1150] File \'\' not found
CurrentDesktop: X-Cinnamon
Date: Sun Nov 29 15:54:46 2020
InstallationDate: Installed on 2017-03-09 (1360 days ago)
InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 (20160420.1)
Lpstat:
 device for EPSON_WF_7710_Series: implicitclass://EPSON_WF_7710_Series/
 device for HP-Officejet: hp:/net/Officejet_6300_series?ip=192.168.1.65
 device for HP-z-Fax: socket://localhost:9900
MachineType: Dell Inc. Inspiron 5767
Papersize: a4
PpdFiles:
 Error: command ['fgrep', '-H', '*NickName', '/etc/cups/ppd/HP-Officejet.ppd', 
'/etc/cups/ppd/EPSON_WF_7710_Series.ppd', '/etc/cups/ppd/HP-z-Fax.ppd'] failed 
with exit code 2: grep: /etc/cups/ppd/HP-Officejet.ppd: Permission denied
 grep: /etc/cups/ppd/EPSON_WF_7710_Series.ppd: Permission denied
 grep: /etc/cups/ppd/HP-z-Fax.ppd: Permission denied
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-54-generic 
root=UUID=beba05d5-5ee1-4288-a1c2-c425658b569f ro quiet splash pcie_aspm=off 
vt.handoff=7
SourcePackage: cups
UpgradeStatus: Upgraded to focal on 2020-09-30 (60 days ago)
dmi.bios.date: 11/30/2016
dmi.bios.vendor: Dell Inc.
dmi.bios.version: 1.0.9
dmi.board.name: 0PH0G6
dmi.board.vendor: Dell Inc.
dmi.board.version: A00
dmi.chassis.type: 10
dmi.chassis.vendor: Dell Inc.
dmi.modalias: 
dmi:bvnDellInc.:bvr1.0.9:bd11/30/2016:svnDellInc.:pnInspiron5767:pvr:rvnDellInc.:rn0PH0G6:rvrA00:cvnDellInc.:ct10:cvr:
dmi.product.family: Inspiron
dmi.product.name: Inspiron 5767
dmi.product.sku: 077E
dmi.sys.vendor: Dell Inc.

** Affects: cups (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug focal

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to cups in Ubuntu.
https://bugs.launchpad.net/bugs/1906166

Title:
  Acroread prints only first page of a range (recent change in
  behaviour)

Status in cups package in Ubuntu:
  New

Bug description:
  This problem has occurred before

  https://www.spinics.net/linux/fedora/fedora-users/msg439365.html
  proposed "In Adobe Reader 9:

  Choose File > Print.
  Click on Advanced.
  Under Font and Resource Policy, select Send for Each Page."
  but this does not solve the problem, and the change is not persistent anyway.

  This bug report (sorry, I know RedHat is different!)
  https://bugzilla.redhat.com/show_bug.cgi?id=1008166
  where the problem was traced to a cups filter
  "  I updated to cups-filters-1.0.41-4.fc20, and this fixed my acroread 
printing problem: ranges are now printed well."

  which is why I report the bug against cups, not against Acroread -
  which of course is 3rd-party anyway.  As I say, printing worked ok
  until recently.  Evince prints the same documet ok on the same printer
  - but isn't so good on booklet printing.

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: cups 2.3.1-9ubuntu1.1
  ProcVersionSignature: Ubuntu 5.4.0-54.60-generic 5.4.65
  Uname: Linux 5.4.0-54-generic x86_64
  ApportVersion: 2.20.11-0ubuntu27.13
  Architecture: amd64
  CasperMD5CheckResult: skip
  CupsErrorLog: E [29/Nov/2020:15:45:33 +] [Job 1150] File \'\' not found
  CurrentDesktop: X-Cinnamon
  Date: Sun Nov 29 15:54:46 2020
  InstallationDate: Installed on 2017-03-09 (1360 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  Lpstat:
   device for EPSON_WF_7710_Series: implicitclass://EPSON_WF_7710_Series/
   device for HP-Officejet: hp:/net/Officejet_6300_series?ip=192.168.1.65
   device for HP-z-Fax: socket://localhost:9900
  MachineType: Dell Inc. Inspiron 5767
  Papersize: a4
  PpdFiles:
   Error: command ['fgrep', '-H', '*NickName', 
'/etc/cups/ppd/HP-Officejet.ppd', '/etc/cups/ppd/EPSON_WF_7710_Series.ppd', 
'/etc/cups/ppd/HP-z-Fax.ppd'] failed with exit code 2: grep: 

[Desktop-packages] [Bug 1803604]

2020-11-27 Thread Bernard Moreton
Just to clarify my remarks yesterday,
the error window in Claws-mail showed a filename that looked very much as 
though it had been encoded.

There may be some upgrade to the system that caused the change in behaviour -
simplescan has taken to ignoring the ADG and scanning from the glass,
Acroread has also taken to printing only the first page of any page selection.
It's difficult not to suspect some common cause.

But in senddoc
attachment="$(echo "file://$2" | "${URI_ENCODE}")
may be suspect anyway?

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to libreoffice in Ubuntu.
https://bugs.launchpad.net/bugs/1803604

Title:
  [upstream] "Send -> Document as e-mail" in Writer / Calc does not work

Status in LibreOffice:
  Confirmed
Status in libreoffice package in Ubuntu:
  Confirmed

Bug description:
  Description:  Linux Mint 18.3 Sylvia
  Release:  18.3
  LO: Version: 6.1.3.2
  Build-ID: 1:6.1.3~rc2-0ubuntu0.16.04.1

  In writer I have an open document. If I then want to send it:

  "File - send - document as e-mail"

  **Nothing happens**

  Same with send e-mail as open-document and word document. Only send
  with pdf opens at least the pdf dialogue. But then nothing happens.

  Path to thunderbird: /usr/bin/thunderbird
  Thunderbird opens if I use this path so the path seems correct. No error 
message received.

  Expect: Mail is opened and document attached. (which worked before)

  Update: Just checked in Ubuntu 18.04 and LO 6.06.2
  There it works as expected. Will check my other system again. Maybe it just 
does not work on my other system.

To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/1803604/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1803604]

2020-11-27 Thread Bernard Moreton
And further to my last comment, the point is proved.
Claws[-mail] is set in senddoc to use
ATTACH="${ATTACH:-}${ATTACH:+ }$2"
without any reference to encoding.

In Tools.Options, I set email to /usr/bin/claws-mail
and all is well, the document is attached to a draft email in  a Compose window.

The use of URI_ENCODE in conjunction with the attachment filename seems
to be wrong - though why it caused no problems until recently I do not
understand!

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to libreoffice in Ubuntu.
https://bugs.launchpad.net/bugs/1803604

Title:
  [upstream] "Send -> Document as e-mail" in Writer / Calc does not work

Status in LibreOffice:
  Confirmed
Status in libreoffice package in Ubuntu:
  Confirmed

Bug description:
  Description:  Linux Mint 18.3 Sylvia
  Release:  18.3
  LO: Version: 6.1.3.2
  Build-ID: 1:6.1.3~rc2-0ubuntu0.16.04.1

  In writer I have an open document. If I then want to send it:

  "File - send - document as e-mail"

  **Nothing happens**

  Same with send e-mail as open-document and word document. Only send
  with pdf opens at least the pdf dialogue. But then nothing happens.

  Path to thunderbird: /usr/bin/thunderbird
  Thunderbird opens if I use this path so the path seems correct. No error 
message received.

  Expect: Mail is opened and document attached. (which worked before)

  Update: Just checked in Ubuntu 18.04 and LO 6.06.2
  There it works as expected. Will check my other system again. Maybe it just 
does not work on my other system.

To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/1803604/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1748895]

2020-11-27 Thread Bernard Moreton
And further to my last comment, the point is proved.
Claws[-mail] is set in senddoc to use
ATTACH="${ATTACH:-}${ATTACH:+ }$2"
without any reference to encoding.

In Tools.Options, I set email to /usr/bin/claws-mail
and all is well, the document is attached to a draft email in  a Compose window.

The use of URI_ENCODE in conjunction with the attachment filename seems
to be wrong - though why it caused no problems until recently I do not
understand!

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to libreoffice in Ubuntu.
https://bugs.launchpad.net/bugs/1748895

Title:
  LO unable to find a working email configuration

Status in LibreOffice:
  Confirmed
Status in libreoffice package in Ubuntu:
  Fix Released

Bug description:
  Installed from PPA: ppa:libreoffice/ppa

  $ lsb_release -a
  LSB Version:  
core-9.20160110ubuntu0.2-amd64:core-9.20160110ubuntu0.2-noarch:printing-9.20160110ubuntu0.2-amd64:printing-9.20160110ubuntu0.2-noarch:security-9.20160110ubuntu0.2-amd64:security-9.20160110ubuntu0.2-noarch
  Distributor ID:   Ubuntu
  Description:  Ubuntu 16.04.3 LTS
  Release:  16.04
  Codename: xenial

  $ apt-cache policy libreoffice
  libreoffice:
Installed: 1:6.0.1~rc1-0ubuntu0.16.04.1~lo1
Candidate: 1:6.0.1~rc1-0ubuntu0.16.04.1~lo1
Version table:
   *** 1:6.0.1~rc1-0ubuntu0.16.04.1~lo1 500
  500 http://ppa.launchpad.net/libreoffice/ppa/ubuntu xenial/main amd64 
Packages
  100 /var/lib/dpkg/status
   1:5.1.6~rc2-0ubuntu1~xenial2 500
  500 http://archive.ubuntu.com/ubuntu xenial-updates/universe amd64 
Packages
  500 http://archive.ubuntu.com/ubuntu xenial-security/universe amd64 
Packages
   1:5.1.2-0ubuntu1 500
  500 http://archive.ubuntu.com/ubuntu xenial/universe amd64 Packages

  WHAT YOU EXPECT TO HAPPEN:

Should spawn an new Evolution eMAIL with attached ODF document

  WHAT HAPPENED INSTEAD:

Error Dialogue: LibreOffice is unable to find a working email
  configuration.  Please save your document locally and attached from
  within your eMAIL client.

To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/1748895/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1748895]

2020-11-27 Thread Bernard Moreton
Just to clarify my remarks yesterday,
the error window in Claws-mail showed a filename that looked very much as 
though it had been encoded.

There may be some upgrade to the system that caused the change in behaviour -
simplescan has taken to ignoring the ADG and scanning from the glass,
Acroread has also taken to printing only the first page of any page selection.
It's difficult not to suspect some common cause.

But in senddoc
attachment="$(echo "file://$2" | "${URI_ENCODE}")
may be suspect anyway?

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to libreoffice in Ubuntu.
https://bugs.launchpad.net/bugs/1748895

Title:
  LO unable to find a working email configuration

Status in LibreOffice:
  Confirmed
Status in libreoffice package in Ubuntu:
  Fix Released

Bug description:
  Installed from PPA: ppa:libreoffice/ppa

  $ lsb_release -a
  LSB Version:  
core-9.20160110ubuntu0.2-amd64:core-9.20160110ubuntu0.2-noarch:printing-9.20160110ubuntu0.2-amd64:printing-9.20160110ubuntu0.2-noarch:security-9.20160110ubuntu0.2-amd64:security-9.20160110ubuntu0.2-noarch
  Distributor ID:   Ubuntu
  Description:  Ubuntu 16.04.3 LTS
  Release:  16.04
  Codename: xenial

  $ apt-cache policy libreoffice
  libreoffice:
Installed: 1:6.0.1~rc1-0ubuntu0.16.04.1~lo1
Candidate: 1:6.0.1~rc1-0ubuntu0.16.04.1~lo1
Version table:
   *** 1:6.0.1~rc1-0ubuntu0.16.04.1~lo1 500
  500 http://ppa.launchpad.net/libreoffice/ppa/ubuntu xenial/main amd64 
Packages
  100 /var/lib/dpkg/status
   1:5.1.6~rc2-0ubuntu1~xenial2 500
  500 http://archive.ubuntu.com/ubuntu xenial-updates/universe amd64 
Packages
  500 http://archive.ubuntu.com/ubuntu xenial-security/universe amd64 
Packages
   1:5.1.2-0ubuntu1 500
  500 http://archive.ubuntu.com/ubuntu xenial/universe amd64 Packages

  WHAT YOU EXPECT TO HAPPEN:

Should spawn an new Evolution eMAIL with attached ODF document

  WHAT HAPPENED INSTEAD:

Error Dialogue: LibreOffice is unable to find a working email
  configuration.  Please save your document locally and attached from
  within your eMAIL client.

To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/1748895/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1748895]

2020-11-26 Thread Bernard Moreton
There is a new twist to this saga.
With LO 7.0.1.2 today I get an error message
/home/mbm/.claws-mail/mimetmp/.comments: unlink: Is a directory

** (claws-mail:12915): WARNING **: 10:04:23.190: failed to convert encoding of 
file name: Invalid byte sequence in conversion input
malloc_consolidate(): invalid chunk size

This happens whether I set email (Tools,Option) as blank, or as xdg-email
In either case, using my proposed patched form of sesnddoc, I get a Claws-mail 
error window within a Compose window.  On acknowledging the message, Claws 
crashes.

If I use the version of senddoc that comes with LO 7.0.1.2, I get no
Compose window, and Claws-mail simply crashes.

This was working ok a fortnight ago, with LO 7.0.1.2
Claws-mail has not changed in Ubuntu 20.04 since then.
I wonder whether uri-encode is no longer working properly?

And if I export my LO document to a file, then I can Compose, and attach
that file, and send, all ok

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to libreoffice in Ubuntu.
https://bugs.launchpad.net/bugs/1748895

Title:
  LO unable to find a working email configuration

Status in LibreOffice:
  Confirmed
Status in libreoffice package in Ubuntu:
  Fix Released

Bug description:
  Installed from PPA: ppa:libreoffice/ppa

  $ lsb_release -a
  LSB Version:  
core-9.20160110ubuntu0.2-amd64:core-9.20160110ubuntu0.2-noarch:printing-9.20160110ubuntu0.2-amd64:printing-9.20160110ubuntu0.2-noarch:security-9.20160110ubuntu0.2-amd64:security-9.20160110ubuntu0.2-noarch
  Distributor ID:   Ubuntu
  Description:  Ubuntu 16.04.3 LTS
  Release:  16.04
  Codename: xenial

  $ apt-cache policy libreoffice
  libreoffice:
Installed: 1:6.0.1~rc1-0ubuntu0.16.04.1~lo1
Candidate: 1:6.0.1~rc1-0ubuntu0.16.04.1~lo1
Version table:
   *** 1:6.0.1~rc1-0ubuntu0.16.04.1~lo1 500
  500 http://ppa.launchpad.net/libreoffice/ppa/ubuntu xenial/main amd64 
Packages
  100 /var/lib/dpkg/status
   1:5.1.6~rc2-0ubuntu1~xenial2 500
  500 http://archive.ubuntu.com/ubuntu xenial-updates/universe amd64 
Packages
  500 http://archive.ubuntu.com/ubuntu xenial-security/universe amd64 
Packages
   1:5.1.2-0ubuntu1 500
  500 http://archive.ubuntu.com/ubuntu xenial/universe amd64 Packages

  WHAT YOU EXPECT TO HAPPEN:

Should spawn an new Evolution eMAIL with attached ODF document

  WHAT HAPPENED INSTEAD:

Error Dialogue: LibreOffice is unable to find a working email
  configuration.  Please save your document locally and attached from
  within your eMAIL client.

To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/1748895/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1803604]

2020-11-26 Thread Bernard Moreton
There is a new twist to this saga.
With LO 7.0.1.2 today I get an error message
/home/mbm/.claws-mail/mimetmp/.comments: unlink: Is a directory

** (claws-mail:12915): WARNING **: 10:04:23.190: failed to convert encoding of 
file name: Invalid byte sequence in conversion input
malloc_consolidate(): invalid chunk size

This happens whether I set email (Tools,Option) as blank, or as xdg-email
In either case, using my proposed patched form of sesnddoc, I get a Claws-mail 
error window within a Compose window.  On acknowledging the message, Claws 
crashes.

If I use the version of senddoc that comes with LO 7.0.1.2, I get no
Compose window, and Claws-mail simply crashes.

This was working ok a fortnight ago, with LO 7.0.1.2
Claws-mail has not changed in Ubuntu 20.04 since then.
I wonder whether uri-encode is no longer working properly?

And if I export my LO document to a file, then I can Compose, and attach
that file, and send, all ok

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to libreoffice in Ubuntu.
https://bugs.launchpad.net/bugs/1803604

Title:
  [upstream] "Send -> Document as e-mail" in Writer / Calc does not work

Status in LibreOffice:
  Confirmed
Status in libreoffice package in Ubuntu:
  Confirmed

Bug description:
  Description:  Linux Mint 18.3 Sylvia
  Release:  18.3
  LO: Version: 6.1.3.2
  Build-ID: 1:6.1.3~rc2-0ubuntu0.16.04.1

  In writer I have an open document. If I then want to send it:

  "File - send - document as e-mail"

  **Nothing happens**

  Same with send e-mail as open-document and word document. Only send
  with pdf opens at least the pdf dialogue. But then nothing happens.

  Path to thunderbird: /usr/bin/thunderbird
  Thunderbird opens if I use this path so the path seems correct. No error 
message received.

  Expect: Mail is opened and document attached. (which worked before)

  Update: Just checked in Ubuntu 18.04 and LO 6.06.2
  There it works as expected. Will check my other system again. Maybe it just 
does not work on my other system.

To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/1803604/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1902088] Re: u8_totitle() fails to handle "." as a word separator

2020-11-09 Thread Bernard Moreton
u8_totitle accepts most of the non-alphanumeric ascii codes as word-
separators, but besides the 'dot', it fails to recognize the colon (:)
and the underscore (_) as separators (can't see why), and also fails the
recognize the apostrophe.

I can see reason for this last - one wouldn't want "Adam'S House", or (for that 
matter) "Wouldn'T".  
But I suspect that there would be more cases of "M de l'Isle", or "Charles 
o'Hara", where the names do require capitalisation.  
The abbreviative use would normally be followed by a single character (and that 
normally "s"), so could be allowed for with a test on the length of the 
following "word".

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to libunistring in Ubuntu.
https://bugs.launchpad.net/bugs/1902088

Title:
  u8_totitle() fails to handle "." as a word separator

Status in libunistring package in Ubuntu:
  New

Bug description:
  u8_totitle() fails to handle "." as a word separator, though the dot is 
commonly used without any space-character where initials precede a surname.
  for example, the street address "Largo A.Gemelli"is rendered "Largo A.gemelli"

  I find it necessary to include the dot (.), comma (,), opening and
  closing parentheses [(,)], hyphen (-), single and double quotes (',"),
  and the forward slash (/) as word separators;  but the dot (.) is the
  most common, after the correctly-handled space ( ).

  I have libunistring 0.9.10-2 
  under Ubuntu 20.04 LTS

   lsb_release -rd
  Description:  Ubuntu 20.04.1 LTS
  Release:  20.04

  apt-cache policy  libunistring2
  libunistring2:
Installed: 0.9.10-2
Candidate: 0.9.10-2
Version table:
   *** 0.9.10-2 500
  500 http://gb.archive.ubuntu.com/ubuntu focal/main amd64 Packages
  100 /var/lib/dpkg/status

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libunistring/+bug/1902088/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1902088] [NEW] u8_totitle() fails to handle "." as a word separator

2020-10-29 Thread Bernard Moreton
Public bug reported:

u8_totitle() fails to handle "." as a word separator, though the dot is 
commonly used without any space-character where initials precede a surname.
for example, the street address "Largo A.Gemelli"is rendered "Largo A.gemelli"

I find it necessary to include the dot (.), comma (,), opening and
closing parentheses [(,)], hyphen (-), single and double quotes (',"),
and the forward slash (/) as word separators;  but the dot (.) is the
most common, after the correctly-handled space ( ).

I have libunistring 0.9.10-2 
under Ubuntu 20.04 LTS

 lsb_release -rd
Description:Ubuntu 20.04.1 LTS
Release:20.04

apt-cache policy  libunistring2
libunistring2:
  Installed: 0.9.10-2
  Candidate: 0.9.10-2
  Version table:
 *** 0.9.10-2 500
500 http://gb.archive.ubuntu.com/ubuntu focal/main amd64 Packages
100 /var/lib/dpkg/status

** Affects: libunistring (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to libunistring in Ubuntu.
https://bugs.launchpad.net/bugs/1902088

Title:
  u8_totitle() fails to handle "." as a word separator

Status in libunistring package in Ubuntu:
  New

Bug description:
  u8_totitle() fails to handle "." as a word separator, though the dot is 
commonly used without any space-character where initials precede a surname.
  for example, the street address "Largo A.Gemelli"is rendered "Largo A.gemelli"

  I find it necessary to include the dot (.), comma (,), opening and
  closing parentheses [(,)], hyphen (-), single and double quotes (',"),
  and the forward slash (/) as word separators;  but the dot (.) is the
  most common, after the correctly-handled space ( ).

  I have libunistring 0.9.10-2 
  under Ubuntu 20.04 LTS

   lsb_release -rd
  Description:  Ubuntu 20.04.1 LTS
  Release:  20.04

  apt-cache policy  libunistring2
  libunistring2:
Installed: 0.9.10-2
Candidate: 0.9.10-2
Version table:
   *** 0.9.10-2 500
  500 http://gb.archive.ubuntu.com/ubuntu focal/main amd64 Packages
  100 /var/lib/dpkg/status

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libunistring/+bug/1902088/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1803604]

2019-09-02 Thread Bernard Moreton
6.3.0.4 includes most of the changes I suggested, but still fails to
operate properly - it switches the focus to the email client, but fails
to create a new email.

I thnk the problem may be at senddoc line 293,
MAILTO="${MAILTO:-}${MAILTO:+&}attach="$(echo "file://$2" | "${URI_ENCODE}")

My email client (Claws-mail) fails to handle the "file://" syntax, as do
some other email clients.

My suggestion (lines 269-276 of my proposed revision) was to omit the file:// 
(at least for xdg-email), so that the command then is
MAILTO="${MAILTO:-}${MAILTO:+&}attach="$(echo "$2" | "${URI_ENCODE}")

That then works;  though I found it advisable to omit the ampersand in the mail 
command (can't immediately remember why, sorry!), so that that command became 
simply
${MAILER} "${MAILTO}"

Version: 6.3.0.4
Build ID: 1:6.3.0-0ubuntu0.18.04.1~lo2
CPU threads: 4; OS: Linux 4.15; UI render: default; VCL: gtk3; 
Locale: en-GB (en_GB.UTF-8); UI-Language: en-GB
Calc: threaded

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to libreoffice in Ubuntu.
https://bugs.launchpad.net/bugs/1803604

Title:
  "Send -> Document as e-mail" in Writer / Calc does not work

Status in LibreOffice:
  Confirmed
Status in libreoffice package in Ubuntu:
  Confirmed

Bug description:
  Description:  Linux Mint 18.3 Sylvia
  Release:  18.3
  LO: Version: 6.1.3.2
  Build-ID: 1:6.1.3~rc2-0ubuntu0.16.04.1

  In writer I have an open document. If I then want to send it:

  "File - send - document as e-mail"

  **Nothing happens**

  Same with send e-mail as open-document and word document. Only send
  with pdf opens at least the pdf dialogue. But then nothing happens.

  Path to thunderbird: /usr/bin/thunderbird
  Thunderbird opens if I use this path so the path seems correct. No error 
message received.

  Expect: Mail is opened and document attached. (which worked before)

  Update: Just checked in Ubuntu 18.04 and LO 6.06.2
  There it works as expected. Will check my other system again. Maybe it just 
does not work on my other system.

To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/1803604/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1748895]

2019-09-02 Thread Bernard Moreton
6.3.0.4 includes most of the changes I suggested, but still fails to
operate properly - it switches the focus to the email client, but fails
to create a new email.

I thnk the problem may be at senddoc line 293,
MAILTO="${MAILTO:-}${MAILTO:+&}attach="$(echo "file://$2" | "${URI_ENCODE}")

My email client (Claws-mail) fails to handle the "file://" syntax, as do
some other email clients.

My suggestion (lines 269-276 of my proposed revision) was to omit the file:// 
(at least for xdg-email), so that the command then is
MAILTO="${MAILTO:-}${MAILTO:+&}attach="$(echo "$2" | "${URI_ENCODE}")

That then works;  though I found it advisable to omit the ampersand in the mail 
command (can't immediately remember why, sorry!), so that that command became 
simply
${MAILER} "${MAILTO}"

Version: 6.3.0.4
Build ID: 1:6.3.0-0ubuntu0.18.04.1~lo2
CPU threads: 4; OS: Linux 4.15; UI render: default; VCL: gtk3; 
Locale: en-GB (en_GB.UTF-8); UI-Language: en-GB
Calc: threaded

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to libreoffice in Ubuntu.
https://bugs.launchpad.net/bugs/1748895

Title:
  LO unable to find a working email configuration

Status in LibreOffice:
  Confirmed
Status in libreoffice package in Ubuntu:
  Fix Released

Bug description:
  Installed from PPA: ppa:libreoffice/ppa

  $ lsb_release -a
  LSB Version:  
core-9.20160110ubuntu0.2-amd64:core-9.20160110ubuntu0.2-noarch:printing-9.20160110ubuntu0.2-amd64:printing-9.20160110ubuntu0.2-noarch:security-9.20160110ubuntu0.2-amd64:security-9.20160110ubuntu0.2-noarch
  Distributor ID:   Ubuntu
  Description:  Ubuntu 16.04.3 LTS
  Release:  16.04
  Codename: xenial

  $ apt-cache policy libreoffice
  libreoffice:
Installed: 1:6.0.1~rc1-0ubuntu0.16.04.1~lo1
Candidate: 1:6.0.1~rc1-0ubuntu0.16.04.1~lo1
Version table:
   *** 1:6.0.1~rc1-0ubuntu0.16.04.1~lo1 500
  500 http://ppa.launchpad.net/libreoffice/ppa/ubuntu xenial/main amd64 
Packages
  100 /var/lib/dpkg/status
   1:5.1.6~rc2-0ubuntu1~xenial2 500
  500 http://archive.ubuntu.com/ubuntu xenial-updates/universe amd64 
Packages
  500 http://archive.ubuntu.com/ubuntu xenial-security/universe amd64 
Packages
   1:5.1.2-0ubuntu1 500
  500 http://archive.ubuntu.com/ubuntu xenial/universe amd64 Packages

  WHAT YOU EXPECT TO HAPPEN:

Should spawn an new Evolution eMAIL with attached ODF document

  WHAT HAPPENED INSTEAD:

Error Dialogue: LibreOffice is unable to find a working email
  configuration.  Please save your document locally and attached from
  within your eMAIL client.

To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/1748895/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1748895]

2018-11-11 Thread Bernard Moreton
GEARY works simply because it is not named in program senddoc, which
then uses xdg-email as a default, to call the system email client,
whatever it is.  But hey, as an entry in Tools/.../Internet, it works!

So, possibly, would "/usr/bin/wxyz" ...

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to libreoffice in Ubuntu.
https://bugs.launchpad.net/bugs/1748895

Title:
  LO unable to find a working email configuration

Status in LibreOffice:
  Confirmed
Status in libreoffice package in Ubuntu:
  Confirmed

Bug description:
  Installed from PPA: ppa:libreoffice/ppa

  $ lsb_release -a
  LSB Version:  
core-9.20160110ubuntu0.2-amd64:core-9.20160110ubuntu0.2-noarch:printing-9.20160110ubuntu0.2-amd64:printing-9.20160110ubuntu0.2-noarch:security-9.20160110ubuntu0.2-amd64:security-9.20160110ubuntu0.2-noarch
  Distributor ID:   Ubuntu
  Description:  Ubuntu 16.04.3 LTS
  Release:  16.04
  Codename: xenial

  $ apt-cache policy libreoffice
  libreoffice:
Installed: 1:6.0.1~rc1-0ubuntu0.16.04.1~lo1
Candidate: 1:6.0.1~rc1-0ubuntu0.16.04.1~lo1
Version table:
   *** 1:6.0.1~rc1-0ubuntu0.16.04.1~lo1 500
  500 http://ppa.launchpad.net/libreoffice/ppa/ubuntu xenial/main amd64 
Packages
  100 /var/lib/dpkg/status
   1:5.1.6~rc2-0ubuntu1~xenial2 500
  500 http://archive.ubuntu.com/ubuntu xenial-updates/universe amd64 
Packages
  500 http://archive.ubuntu.com/ubuntu xenial-security/universe amd64 
Packages
   1:5.1.2-0ubuntu1 500
  500 http://archive.ubuntu.com/ubuntu xenial/universe amd64 Packages

  WHAT YOU EXPECT TO HAPPEN:

Should spawn an new Evolution eMAIL with attached ODF document

  WHAT HAPPENED INSTEAD:

Error Dialogue: LibreOffice is unable to find a working email
  configuration.  Please save your document locally and attached from
  within your eMAIL client.

To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/1748895/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1748895] Re: LO unable to find a working email configuration

2018-09-18 Thread Bernard Moreton
The problem still affects me:
Ubuntu 18.04.1
LO 6.1.1.2
claws-mail
senddoc will not call claws-mail, or 'ls', or 'sleep'

See LibreOffice Bugzilla:  Bug 116211 - LO Send by email fails in Writer

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to libreoffice in Ubuntu.
https://bugs.launchpad.net/bugs/1748895

Title:
  LO unable to find a working email configuration

Status in libreoffice package in Ubuntu:
  Fix Released

Bug description:
  Installed from PPA: ppa:libreoffice/ppa

  $ lsb_release -a
  LSB Version:  
core-9.20160110ubuntu0.2-amd64:core-9.20160110ubuntu0.2-noarch:printing-9.20160110ubuntu0.2-amd64:printing-9.20160110ubuntu0.2-noarch:security-9.20160110ubuntu0.2-amd64:security-9.20160110ubuntu0.2-noarch
  Distributor ID:   Ubuntu
  Description:  Ubuntu 16.04.3 LTS
  Release:  16.04
  Codename: xenial

  $ apt-cache policy libreoffice
  libreoffice:
Installed: 1:6.0.1~rc1-0ubuntu0.16.04.1~lo1
Candidate: 1:6.0.1~rc1-0ubuntu0.16.04.1~lo1
Version table:
   *** 1:6.0.1~rc1-0ubuntu0.16.04.1~lo1 500
  500 http://ppa.launchpad.net/libreoffice/ppa/ubuntu xenial/main amd64 
Packages
  100 /var/lib/dpkg/status
   1:5.1.6~rc2-0ubuntu1~xenial2 500
  500 http://archive.ubuntu.com/ubuntu xenial-updates/universe amd64 
Packages
  500 http://archive.ubuntu.com/ubuntu xenial-security/universe amd64 
Packages
   1:5.1.2-0ubuntu1 500
  500 http://archive.ubuntu.com/ubuntu xenial/universe amd64 Packages

  WHAT YOU EXPECT TO HAPPEN:

Should spawn an new Evolution eMAIL with attached ODF document

  WHAT HAPPENED INSTEAD:

Error Dialogue: LibreOffice is unable to find a working email
  configuration.  Please save your document locally and attached from
  within your eMAIL client.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1748895/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1697692] Re: package libpoppler-qt5-1:amd64 0.41.0-0ubuntu1.1 failed to install/upgrade: package is in a very bad inconsistent state; you should reinstall it before attempting

2018-09-03 Thread Bernard Moreton
I tried to install Qpdfview, but failed with the error message
W: Failed to fetch 
http://security.ubuntu.com/ubuntu/pool/universe/p/poppler/libpoppler-qt5-1_0.62.0-2ubuntu2.1_amd64.deb
  404  Not Found [IP: 91.189.88.149 80]

Ubuntu 18.04.1

Now I can't either install libpoppler-qt5, or un-install qpdfview from Synaptic.
The inconsistency needs urgent attention, I think.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to poppler in Ubuntu.
https://bugs.launchpad.net/bugs/1697692

Title:
  package libpoppler-qt5-1:amd64 0.41.0-0ubuntu1.1 failed to
  install/upgrade: package is in a very bad inconsistent state; you
  should  reinstall it before attempting a removal

Status in poppler package in Ubuntu:
  New

Bug description:
  I have no further details since I don't know the precise thing that
  has failed. I hope the logs are enough for you, sorry not to be more
  helpful.

  Thank you a lot!

  ProblemType: Package
  DistroRelease: Ubuntu 16.04
  Package: libpoppler-qt5-1:amd64 0.41.0-0ubuntu1.1
  ProcVersionSignature: Ubuntu 4.8.0-54.57~16.04.1-generic 4.8.17
  Uname: Linux 4.8.0-54-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.6
  Architecture: amd64
  Date: Tue Jun 13 14:23:13 2017
  DpkgTerminalLog:
   dpkg: error processing package libpoppler-qt5-1:amd64 (--remove):
package is in a very bad inconsistent state; you should
reinstall it before attempting a removal
  ErrorMessage: package is in a very bad inconsistent state; you should  
reinstall it before attempting a removal
  InstallationDate: Installed on 2017-06-01 (11 days ago)
  InstallationMedia: Ubuntu 16.04.2 LTS "Xenial Xerus" - Release amd64 
(20170215.2)
  RelatedPackageVersions:
   dpkg 1.18.4ubuntu1.2
   apt  1.2.20
  SourcePackage: poppler
  Title: package libpoppler-qt5-1:amd64 0.41.0-0ubuntu1.1 failed to 
install/upgrade: package is in a very bad inconsistent state; you should  
reinstall it before attempting a removal
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/poppler/+bug/1697692/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1789905] [NEW] lp margin settings

2018-08-30 Thread Bernard Moreton
Public bug reported:

lp seems not to obey margin settings as expected.

Description:Ubuntu 18.04.1 LTS
Release:18.04

CUPS 2.2.7-1 ubuntu2.1


Sending a fairly dense text file using
lp -P1 
gives output on my HP OfficeJet 6310 with top margin 0.5”, left margin 0.14”, 
right margin 0.5”, bottom margin 0.5”
/etc/cups/ppd/HP-Officejet.ppd has
*ImageableArea A4/A4 210x297mm: "18 36 577.440002441406 805.679992675781"
*HWMargins: 18 36 18 36
so top and bottom are ok, but left and right margins aren’t.

Sending the same file with options set in ~/.cups/lpoptions
Default HP-Officejet
Dest Officejet 6300 ColorModel=KGray MediaType=Plain OutputMode=Draft 
outputorder=reverse page-bottom=36 page-left=36 page-right=36 page_top=54 
PrintoutMode=Normal.Gray Quality=300GrayscaleK
has no effect whatsoever.

Sending the same file with options set in the commandline,
lp-o page-left=36 -o page-right=36 -o page_top=54 -o page-bottom=36  -P1 

gives top margin of 0.5” (no change!), left margin of 0.4”(less than expected), 
right margin 0.7” (more than expected), and bottom margin of 0.5”.

There is no /etc/cups/lpoptions.

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: cups 2.2.7-1ubuntu2.1
ProcVersionSignature: Ubuntu 4.15.0-32.35-generic 4.15.18
Uname: Linux 4.15.0-32-generic x86_64
ApportVersion: 2.20.9-0ubuntu7.2
Architecture: amd64
CurrentDesktop: X-Cinnamon
Date: Thu Aug 30 14:47:17 2018
InstallationDate: Installed on 2017-03-09 (538 days ago)
InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 (20160420.1)
Lpstat:
 device for HP-Officejet: hp:/net/Officejet_6300_series?ip=192.168.1.65
 device for HP-z-Fax: socket://localhost:9900
MachineType: Dell Inc. Inspiron 5767
Papersize: a4
PpdFiles:
 Error: command ['fgrep', '-H', '*NickName', '/etc/cups/ppd/HP-Officejet.ppd', 
'/etc/cups/ppd/HP-z-Fax.ppd'] failed with exit code 2: grep: 
/etc/cups/ppd/HP-Officejet.ppd: Permission denied
 grep: /etc/cups/ppd/HP-z-Fax.ppd: Permission denied
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-32-generic 
root=UUID=beba05d5-5ee1-4288-a1c2-c425658b569f ro quiet splash pcie_aspm=off 
vt.handoff=1
SourcePackage: cups
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 11/30/2016
dmi.bios.vendor: Dell Inc.
dmi.bios.version: 1.0.9
dmi.board.name: 0PH0G6
dmi.board.vendor: Dell Inc.
dmi.board.version: A00
dmi.chassis.type: 10
dmi.chassis.vendor: Dell Inc.
dmi.modalias: 
dmi:bvnDellInc.:bvr1.0.9:bd11/30/2016:svnDellInc.:pnInspiron5767:pvr:rvnDellInc.:rn0PH0G6:rvrA00:cvnDellInc.:ct10:cvr:
dmi.product.family: Inspiron
dmi.product.name: Inspiron 5767
dmi.sys.vendor: Dell Inc.

** Affects: cups (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apparmor apport-bug bionic

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to cups in Ubuntu.
https://bugs.launchpad.net/bugs/1789905

Title:
  lp margin settings

Status in cups package in Ubuntu:
  New

Bug description:
  lp seems not to obey margin settings as expected.

  Description:  Ubuntu 18.04.1 LTS
  Release:  18.04

  CUPS 2.2.7-1 ubuntu2.1

  
  Sending a fairly dense text file using
  lp -P1 
  gives output on my HP OfficeJet 6310 with top margin 0.5”, left margin 0.14”, 
right margin 0.5”, bottom margin 0.5”
  /etc/cups/ppd/HP-Officejet.ppd has
  *ImageableArea A4/A4 210x297mm: "18 36 577.440002441406 805.679992675781"
  *HWMargins: 18 36 18 36
  so top and bottom are ok, but left and right margins aren’t.

  Sending the same file with options set in ~/.cups/lpoptions
  Default HP-Officejet
  Dest Officejet 6300 ColorModel=KGray MediaType=Plain OutputMode=Draft 
outputorder=reverse page-bottom=36 page-left=36 page-right=36 page_top=54 
PrintoutMode=Normal.Gray Quality=300GrayscaleK
  has no effect whatsoever.

  Sending the same file with options set in the commandline,
  lp-o page-left=36 -o page-right=36 -o page_top=54 -o page-bottom=36  -P1 

  gives top margin of 0.5” (no change!), left margin of 0.4”(less than 
expected), right margin 0.7” (more than expected), and bottom margin of 0.5”.

  There is no /etc/cups/lpoptions.

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: cups 2.2.7-1ubuntu2.1
  ProcVersionSignature: Ubuntu 4.15.0-32.35-generic 4.15.18
  Uname: Linux 4.15.0-32-generic x86_64
  ApportVersion: 2.20.9-0ubuntu7.2
  Architecture: amd64
  CurrentDesktop: X-Cinnamon
  Date: Thu Aug 30 14:47:17 2018
  InstallationDate: Installed on 2017-03-09 (538 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  Lpstat:
   device for HP-Officejet: hp:/net/Officejet_6300_series?ip=192.168.1.65
   device for HP-z-Fax: socket://localhost:9900
  MachineType: Dell Inc. Inspiron 5767
  Papersize: a4
  PpdFiles:
   Error: command ['fgrep', '-H', '*NickName', 
'/etc/cups/ppd/HP-Officejet.ppd', '/etc/cups/ppd/HP-z-Fax.ppd'] failed with 
exit code 2: grep: /etc/cups/ppd/HP-Officejet.ppd: Permission 

[Desktop-packages] [Bug 1723369] [NEW] man m-tx has bad 'see also' reference

2017-10-13 Thread Bernard Moreton
Public bug reported:

man m-tx has a reference 'SEE ALSO: ... mtx260.pdf'.
That doesn't seem to exist, either on the system or on the web.
The reference should perhaps be to 'mtx060.pdf' ?

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: texlive-music 2015.20160320-1
ProcVersionSignature: Ubuntu 4.4.0-97.120-generic 4.4.87
Uname: Linux 4.4.0-97-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.10
Architecture: amd64
CurrentDesktop: X-Cinnamon
Date: Fri Oct 13 09:53:13 2017
InstallationDate: Installed on 2017-03-09 (217 days ago)
InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 (20160420.1)
PackageArchitecture: all
SourcePackage: texlive-extra
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: texlive-extra (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug xenial

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to texlive-extra in Ubuntu.
https://bugs.launchpad.net/bugs/1723369

Title:
  man m-tx has bad 'see also' reference

Status in texlive-extra package in Ubuntu:
  New

Bug description:
  man m-tx has a reference 'SEE ALSO: ... mtx260.pdf'.
  That doesn't seem to exist, either on the system or on the web.
  The reference should perhaps be to 'mtx060.pdf' ?

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: texlive-music 2015.20160320-1
  ProcVersionSignature: Ubuntu 4.4.0-97.120-generic 4.4.87
  Uname: Linux 4.4.0-97-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.10
  Architecture: amd64
  CurrentDesktop: X-Cinnamon
  Date: Fri Oct 13 09:53:13 2017
  InstallationDate: Installed on 2017-03-09 (217 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  PackageArchitecture: all
  SourcePackage: texlive-extra
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/texlive-extra/+bug/1723369/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


Re: [Desktop-packages] [Bug 1149354] Re: pg_upgradecluster (8.4 to 9.1) failed

2013-12-03 Thread Bernard Moreton
I'm afraid I gave up on pg_upgradecluster, and resorted to force majeur
to get 9.1 going.  No relevant logs exist any more.


-- 
Bernard Moreton


On Mon, 02 Dec 2013 13:42:10 -
Laust Rud Jacobsen la...@object.io wrote:

 Would you mind sharing any specific errors in the log when starting the
 9.1 cluster?
 
 -- 
 You received this bug notification because you are subscribed to the bug
 report.
 https://bugs.launchpad.net/bugs/1149354
 
 Title:
   pg_upgradecluster (8.4 to 9.1) failed
 
 Status in “postgresql-common” package in Ubuntu:
   New
 
 Bug description:
   After upgrading to ubuntu 12.04, PG9.1 was running ok alongside the live 
 8.4.
   A recent migration effort using 'pg_upgradecluster 8.4 main' ran ok until
   'Starting target cluster on the original port...'
   when I got
   The PostgreSQL server failed to start. Please check the log output
   ERROR: Could not start targt cluster; please check configuration and log 
 files.
 
   After resetting the port numbers for 8.4 and 9.1, 8.4 is working ok,
   but I cannot get 9.1 to start again, and cannot spot any problem in
   the config. files.  The log files (when finally found) gave no help.
 
   I propose to apt-get purge postgresql-9.1, then reinstall, then simply
   load my data into 9.1 from datadumps.  But will this be sufficient?
   And would the current settings be helpful before I do?
 
   
lsb_release -rd
   Description:Ubuntu 12.04.2 LTS
   Release:12.04
 
apt-cache policy postgresql-common
   postgresql-common:
 Installed: 129ubuntu1
 Candidate: 129ubuntu1
 Version table:
*** 129ubuntu1 0
   500 http://gb.archive.ubuntu.com/ubuntu/ precise-updates/main i386 
 Packages
   100 /var/lib/dpkg/status
129 0
   500 http://gb.archive.ubuntu.com/ubuntu/ precise/main i386 Packages
 
 To manage notifications about this bug go to:
 https://bugs.launchpad.net/ubuntu/+source/postgresql-common/+bug/1149354/+subscriptions


-- 
Bernard Moreton

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to postgresql-common in Ubuntu.
https://bugs.launchpad.net/bugs/1149354

Title:
  pg_upgradecluster (8.4 to 9.1) failed

Status in “postgresql-common” package in Ubuntu:
  New

Bug description:
  After upgrading to ubuntu 12.04, PG9.1 was running ok alongside the live 8.4.
  A recent migration effort using 'pg_upgradecluster 8.4 main' ran ok until
  'Starting target cluster on the original port...'
  when I got
  The PostgreSQL server failed to start. Please check the log output
  ERROR: Could not start targt cluster; please check configuration and log 
files.

  After resetting the port numbers for 8.4 and 9.1, 8.4 is working ok,
  but I cannot get 9.1 to start again, and cannot spot any problem in
  the config. files.  The log files (when finally found) gave no help.

  I propose to apt-get purge postgresql-9.1, then reinstall, then simply
  load my data into 9.1 from datadumps.  But will this be sufficient?
  And would the current settings be helpful before I do?

  
   lsb_release -rd
  Description:  Ubuntu 12.04.2 LTS
  Release:  12.04

   apt-cache policy postgresql-common
  postgresql-common:
Installed: 129ubuntu1
Candidate: 129ubuntu1
Version table:
   *** 129ubuntu1 0
  500 http://gb.archive.ubuntu.com/ubuntu/ precise-updates/main i386 
Packages
  100 /var/lib/dpkg/status
   129 0
  500 http://gb.archive.ubuntu.com/ubuntu/ precise/main i386 Packages

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/postgresql-common/+bug/1149354/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1149354] [NEW] pg_upgradecluster (8.4 to 9.1) failed

2013-03-06 Thread Bernard Moreton
Public bug reported:

After upgrading to ubuntu 12.04, PG9.1 was running ok alongside the live 8.4.
A recent migration effort using 'pg_upgradecluster 8.4 main' ran ok until
'Starting target cluster on the original port...'
when I got
The PostgreSQL server failed to start. Please check the log output
ERROR: Could not start targt cluster; please check configuration and log files.

After resetting the port numbers for 8.4 and 9.1, 8.4 is working ok, but
I cannot get 9.1 to start again, and cannot spot any problem in the
config. files.  The log files (when finally found) gave no help.

I propose to apt-get purge postgresql-9.1, then reinstall, then simply
load my data into 9.1 from datadumps.  But will this be sufficient? And
would the current settings be helpful before I do?


 lsb_release -rd
Description:Ubuntu 12.04.2 LTS
Release:12.04

 apt-cache policy postgresql-common
postgresql-common:
  Installed: 129ubuntu1
  Candidate: 129ubuntu1
  Version table:
 *** 129ubuntu1 0
500 http://gb.archive.ubuntu.com/ubuntu/ precise-updates/main i386 
Packages
100 /var/lib/dpkg/status
 129 0
500 http://gb.archive.ubuntu.com/ubuntu/ precise/main i386 Packages

** Affects: postgresql-common (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to postgresql-common in Ubuntu.
https://bugs.launchpad.net/bugs/1149354

Title:
  pg_upgradecluster (8.4 to 9.1) failed

Status in “postgresql-common” package in Ubuntu:
  New

Bug description:
  After upgrading to ubuntu 12.04, PG9.1 was running ok alongside the live 8.4.
  A recent migration effort using 'pg_upgradecluster 8.4 main' ran ok until
  'Starting target cluster on the original port...'
  when I got
  The PostgreSQL server failed to start. Please check the log output
  ERROR: Could not start targt cluster; please check configuration and log 
files.

  After resetting the port numbers for 8.4 and 9.1, 8.4 is working ok,
  but I cannot get 9.1 to start again, and cannot spot any problem in
  the config. files.  The log files (when finally found) gave no help.

  I propose to apt-get purge postgresql-9.1, then reinstall, then simply
  load my data into 9.1 from datadumps.  But will this be sufficient?
  And would the current settings be helpful before I do?

  
   lsb_release -rd
  Description:  Ubuntu 12.04.2 LTS
  Release:  12.04

   apt-cache policy postgresql-common
  postgresql-common:
Installed: 129ubuntu1
Candidate: 129ubuntu1
Version table:
   *** 129ubuntu1 0
  500 http://gb.archive.ubuntu.com/ubuntu/ precise-updates/main i386 
Packages
  100 /var/lib/dpkg/status
   129 0
  500 http://gb.archive.ubuntu.com/ubuntu/ precise/main i386 Packages

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/postgresql-common/+bug/1149354/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp