[Desktop-packages] [Bug 1437235] Re: libreoffice fails to launch due to symlink /usr/bin/X11/libreoffice

2019-08-12 Thread Marcus Tomlinson
** Changed in: libreoffice (Ubuntu)
   Status: Confirmed => Invalid

-- 
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/1437235

Title:
  libreoffice fails to launch due to symlink  /usr/bin/X11/libreoffice

Status in libreoffice package in Ubuntu:
  Invalid

Bug description:
  I can no longer open files from nautilus with libreoffice.
  Double-clicking on a file does nothing for example.

  Trying to open libreoffice from the commandline gives the following:
  => libreoffice
  /usr/bin/X11/libreoffice: 54: cd: can't cd to ../lib/libreoffice/program
  /usr/bin/X11/libreoffice: 163: exec: /usr/bin/X11/oosplash: not found

  The problem is that I have "/usr/bin/X11" in my PATH before "/usr/bin".
  The command "/usr/bin/libreoffice" works.

  I'm wondering why libreoffice is installed in "/usr/bin/X11"?

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: libreoffice 1:4.3.3-0ubuntu1
  ProcVersionSignature: Ubuntu 3.16.0-33.44-generic 3.16.7-ckt7
  Uname: Linux 3.16.0-33-generic x86_64
  ApportVersion: 2.14.7-0ubuntu8.2
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Fri Mar 27 10:48:35 2015
  InstallationDate: Installed on 2014-10-13 (165 days ago)
  InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Alpha amd64 (20140923)
  SourcePackage: libreoffice
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1437235/+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 1437235] Re: libreoffice fails to launch due to symlink /usr/bin/X11/libreoffice

2018-04-09 Thread Olivier Tilloy
> I'm wondering why libreoffice is installed in "/usr/bin/X11"?

/usr/bin/X11 is a symlink to /usr/bin (created by x11-common):

$ ls -l /usr/bin/X11
lrwxrwxrwx 1 root root 1 juil.  2  2016 /usr/bin/X11 -> .

That means that every binary in /usr/bin/X11 is also in /usr/bin, so you
should be able to remove /usr/bin/X11 from your PATH.

-- 
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/1437235

Title:
  libreoffice fails to launch due to symlink  /usr/bin/X11/libreoffice

Status in libreoffice package in Ubuntu:
  Confirmed

Bug description:
  I can no longer open files from nautilus with libreoffice.
  Double-clicking on a file does nothing for example.

  Trying to open libreoffice from the commandline gives the following:
  => libreoffice
  /usr/bin/X11/libreoffice: 54: cd: can't cd to ../lib/libreoffice/program
  /usr/bin/X11/libreoffice: 163: exec: /usr/bin/X11/oosplash: not found

  The problem is that I have "/usr/bin/X11" in my PATH before "/usr/bin".
  The command "/usr/bin/libreoffice" works.

  I'm wondering why libreoffice is installed in "/usr/bin/X11"?

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: libreoffice 1:4.3.3-0ubuntu1
  ProcVersionSignature: Ubuntu 3.16.0-33.44-generic 3.16.7-ckt7
  Uname: Linux 3.16.0-33-generic x86_64
  ApportVersion: 2.14.7-0ubuntu8.2
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Fri Mar 27 10:48:35 2015
  InstallationDate: Installed on 2014-10-13 (165 days ago)
  InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Alpha amd64 (20140923)
  SourcePackage: libreoffice
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1437235/+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 1437235] Re: libreoffice fails to launch due to symlink /usr/bin/X11/libreoffice

2018-04-09 Thread Frank Lee
Suggested fix: alter the symlink /usr/bin/libreoffice from
../lib/libreoffice/program/soffice to
/usr/lib/libreoffice/program/soffice and the symlink /usr/bin/soffice
from ../lib/libreoffice/program/soffice to
/usr/lib/libreoffice/program/soffice - i.e. convert from relative to
absolute paths.

-- 
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/1437235

Title:
  libreoffice fails to launch due to symlink  /usr/bin/X11/libreoffice

Status in libreoffice package in Ubuntu:
  Confirmed

Bug description:
  I can no longer open files from nautilus with libreoffice.
  Double-clicking on a file does nothing for example.

  Trying to open libreoffice from the commandline gives the following:
  => libreoffice
  /usr/bin/X11/libreoffice: 54: cd: can't cd to ../lib/libreoffice/program
  /usr/bin/X11/libreoffice: 163: exec: /usr/bin/X11/oosplash: not found

  The problem is that I have "/usr/bin/X11" in my PATH before "/usr/bin".
  The command "/usr/bin/libreoffice" works.

  I'm wondering why libreoffice is installed in "/usr/bin/X11"?

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: libreoffice 1:4.3.3-0ubuntu1
  ProcVersionSignature: Ubuntu 3.16.0-33.44-generic 3.16.7-ckt7
  Uname: Linux 3.16.0-33-generic x86_64
  ApportVersion: 2.14.7-0ubuntu8.2
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Fri Mar 27 10:48:35 2015
  InstallationDate: Installed on 2014-10-13 (165 days ago)
  InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Alpha amd64 (20140923)
  SourcePackage: libreoffice
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1437235/+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 1437235] Re: libreoffice fails to launch due to symlink /usr/bin/X11/libreoffice

2018-04-09 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: libreoffice (Ubuntu)
   Status: New => Confirmed

-- 
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/1437235

Title:
  libreoffice fails to launch due to symlink  /usr/bin/X11/libreoffice

Status in libreoffice package in Ubuntu:
  Confirmed

Bug description:
  I can no longer open files from nautilus with libreoffice.
  Double-clicking on a file does nothing for example.

  Trying to open libreoffice from the commandline gives the following:
  => libreoffice
  /usr/bin/X11/libreoffice: 54: cd: can't cd to ../lib/libreoffice/program
  /usr/bin/X11/libreoffice: 163: exec: /usr/bin/X11/oosplash: not found

  The problem is that I have "/usr/bin/X11" in my PATH before "/usr/bin".
  The command "/usr/bin/libreoffice" works.

  I'm wondering why libreoffice is installed in "/usr/bin/X11"?

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: libreoffice 1:4.3.3-0ubuntu1
  ProcVersionSignature: Ubuntu 3.16.0-33.44-generic 3.16.7-ckt7
  Uname: Linux 3.16.0-33-generic x86_64
  ApportVersion: 2.14.7-0ubuntu8.2
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Fri Mar 27 10:48:35 2015
  InstallationDate: Installed on 2014-10-13 (165 days ago)
  InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Alpha amd64 (20140923)
  SourcePackage: libreoffice
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1437235/+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