[Libreoffice-bugs] [Bug 54882] Calc will not open a file containing a colon from command line

2015-09-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=54882

--- Comment #5 from Stephan Bergmann  ---
(What /is/ a bug, though, is that LO silently fails for command line URLs that
it doesn't know how to handle, like , without giving any error
message to the user.  But I'm almost certain there is already a bug report for
that.)

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 54882] Calc will not open a file containing a colon from command line

2015-09-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=54882

Stephan Bergmann  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||sberg...@redhat.com
 Resolution|--- |NOTABUG

--- Comment #4 from Stephan Bergmann  ---
soffice accepts arguments that are either URLs or pathnames in system-specific
notation.  Those two sorts of syntax have overlap, so there are inputs that are
ambiguous whether they shall denote a URL or a pathname, and LO uses some
heuristics there but will necessarily mis-guess in some cases.

What you need to do to disambiguate a filename containing a colon as a pathname
is to make it into a relative pathname containing a slash before the colon, as
in

  soffice ./myfile:

(The quoting examples you gave above, myfile:\ and 'myfile:' are
completely irrelevant here, assuming you are demonstrating what you typed into
a Posix shell, as these quotings are undone by the shell and are not seen by
soffice.)

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 54882] Calc will not open a file containing a colon from command line

2015-01-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54882

Beluga todven...@suomi24.fi changed:

   What|Removed |Added

 CC||todven...@suomi24.fi

--- Comment #3 from Beluga todven...@suomi24.fi ---
Yep, I get this for all of the three variants mentioned in comment 1:

./soffice kaksois\:piste.ods 
warn:unotools.misc:3251:1:unotools/source/misc/mediadescriptor.cxx:626: caught
ContentCreationException No Content Provider available for URL:
kaksois:piste.ods while opening kaksois:piste.ods
warn:filter.config:3251:1:filter/source/config/cache/typedetection.cxx:455:
caught Exception Could not open stream for kaksois:piste.ods while querying
type of kaksois:piste.ods
warn:fwk.dispatch:3251:1:framework/source/dispatch/loaddispatcher.cxx:132:
caught LoadEnvException 0 type detection failed while dispatching
kaksois:piste.ods
warn:tools.debug:3251:1:tools/source/debug/debug.cxx:297: no DbgTestSolarMutex
function set

Ubuntu 14.10 64-bit Version: 4.5.0.0.alpha0+
Build ID: 0ffa3abc7d6c0437ece30cfb1430d28ffcc9f5c1
TinderBox: Linux-rpm_deb-x86_64@46-TDF-dbg, Branch:master, Time:
2015-01-15_22:47:16

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 54882] Calc will not open a file containing a colon from command line

2015-01-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54882

--- Comment #2 from QA Administrators qa-ad...@libreoffice.org ---
** Please read this message in its entirety before responding **

To make sure we're focusing on the bugs that affect our users today,
LibreOffice QA is asking bug reporters and confirmers to retest open, confirmed
bugs which have not been touched for over a year.

There have been thousands of bug fixes and commits since anyone checked on this
bug report. During that time, it's possible that the bug has been fixed, or the
details of the problem have changed. We'd really appreciate your help in
getting confirmation that the bug is still present.

If you have time, please do the following:

Test to see if the bug is still present on a currently supported version of
LibreOffice (4.3.5 or later): https://www.libreoffice.org/download/

If the bug is present, please leave a comment that includes the version of
LibreOffice and your operating system, and any changes you see in the bug
behavior

If the bug is NOT present, please set the bug's Status field to
RESOLVED-WORKSFORME and leave a short comment that includes your version of
LibreOffice and Operating System

Please DO NOT

Update the version field
Reply via email (please reply directly on the bug tracker)
Set the bug's Status field to RESOLVED - FIXED (this status has a particular
meaning that is not appropriate in this case)

Thank you for your help!

-- The LibreOffice QA Team

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 54882] Calc will not open a file containing a colon from command line

2012-09-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54882

--- Comment #1 from Ray crawlz...@gmail.com 2012-09-13 16:32:46 UTC ---
Files with a ':' in the file name open properly from File - Open, but it will
not open the same file when parsing it from the command line.

soffice myfile:
soffice myfile\:
soffice 'myfile:'

All of these commands will begin to load calc, show the splash screen, and then
silently fail.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs