[Libreoffice-bugs] [Bug 129713] soffice --cat option doesn't output document text contents when there is another instance running

2023-08-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=129713

Matt K  changed:

   What|Removed |Added

   Assignee|matt...@gmail.com   |libreoffice-b...@lists.free
   ||desktop.org

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 129713] soffice --cat option doesn't output document text contents when there is another instance running

2023-07-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=129713

Matt K  changed:

   What|Removed |Added

   Assignee|libreoffice-b...@lists.free |matt...@gmail.com
   |desktop.org |
 Status|NEW |ASSIGNED

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 129713] soffice --cat option doesn't output document text contents when there is another instance running

2023-03-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=129713

--- Comment #11 from kolAflash  ---
WORKAROUNDS

Either use another tool like:
  odt2txt
  unoconv --format=txt --stdout


Or for your Git config (for diffing ODF files):

[diff "odf"]
textconv = "bash -c 'td=\"$(mktemp -d)/\"; loffice --convert-to txt
--outdir \"${td}\" \"${0}\" || true; cat \"${td}\"*; rm -Iv \"${td}\"*; rmdir
-v \"${td}\"'"
# NOTE: The -I for rm is important for safety reasons. DONT REMOVE THE
-I!!!

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 129713] soffice --cat option doesn't output document text contents when there is another instance running

2020-01-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=129713

Stephan Bergmann  changed:

   What|Removed |Added

 CC||deena.fran...@gmail.com,
   ||michael.me...@collabora.com
   ||, sberg...@redhat.com

--- Comment #10 from Stephan Bergmann  ---
(In reply to Mike Kaganski from comment #7)
> Possibly there should be passing of the --cat and the like back to the
> caller

Yes, that's apparently missing in

"fdo#70625 Add --cat parameter to make git diffs pretty".

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


[Libreoffice-bugs] [Bug 129713] soffice --cat option doesn't output document text contents when there is another instance running

2020-01-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=129713

Mike Kaganski  changed:

   What|Removed |Added

   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=37
   ||531

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


[Libreoffice-bugs] [Bug 129713] soffice --cat option doesn't output document text contents when there is another instance running

2020-01-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=129713

Mike Kaganski  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1
Summary|soffice.exe --cat option|soffice --cat option
   |doesn't output document |doesn't output document
   |text contents   |text contents when there is
   ||another instance running

--- Comment #9 from Mike Kaganski  ---
(In reply to Brad from comment #8)
> Is there anyway to use this command with an instance running without a bit
> of programming?

Yes: you may use a different (e.g., temporary) user profile [1] for the task,
and that would create a separate process which will not offload its task to the
already running instance: see -env:UserInstallation sample in help [2]. Note
that, although you may use empty temp directory each time for the task, it will
create significant overhead because of the need to initialize new profile; so
better create a dedicated profile once, and then reuse it.

> I would argue that it's a big limitation and makes the
> commands usefulness questionable.

... which is why I didn't close it - see first sentence of last paragraph of
comment 7.

[1] https://wiki.documentfoundation.org/UserProfile
[2]
https://help.libreoffice.org/latest/en-US/text/shared/guide/start_parameters.html

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