[Libreoffice-bugs] [Bug 61679] SLIDESHOW: Enhancement request: control over the timing of presentation delay in kiosk mode

2019-02-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=61679

Mike Kaganski  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|NEW |RESOLVED

--- Comment #21 from Mike Kaganski  ---
I call this fixed: it will not add some non-0 pause when opening formats that
don't define any pause themselves - which was actually a bug, despite this is
marked as enhancement request. Although there's still no means to control the
default. If you suppose that there's still a need to control that, please
reopen.

-- 
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 61679] SLIDESHOW: Enhancement request: control over the timing of presentation delay in kiosk mode

2019-02-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=61679

--- Comment #20 from Commit Notification 
 ---
Mike Kaganski committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/core/+/bde5a8623262e50c12a073eb5a78c95211a650a3%5E%21

tdf#61679 tdf#83247: default presentation pause should be 0 s

It will be available in 6.3.0.

The patch should be included in the daily builds available at
https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
https://wiki.documentfoundation.org/Testing_Daily_Builds

Affected users are encouraged to test the fix and report feedback.

-- 
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 61679] SLIDESHOW: Enhancement request: control over the timing of presentation delay in kiosk mode

2019-02-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=61679

Commit Notification  changed:

   What|Removed |Added

 Whiteboard|BSA |BSA target:6.3.0

-- 
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 61679] SLIDESHOW: Enhancement request: control over the timing of presentation delay in kiosk mode

2019-02-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=61679

Mike Kaganski  changed:

   What|Removed |Added

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

-- 
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 61679] SLIDESHOW: Enhancement request: control over the timing of presentation delay in kiosk mode

2018-12-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=61679

Roman Kuznetsov <79045_79...@mail.ru> changed:

   What|Removed |Added

 Blocks||103610


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=103610
[Bug 103610] [META] Slide show (presentation mode) bugs and enhancements
-- 
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 61679] SLIDESHOW: Enhancement request: control over the timing of presentation delay in kiosk mode

2016-01-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=61679

--- Comment #18 from li...@bospaling.nl ---
a dirty fix/workaround is to edit the document itself:

soffice.bin  --headless --nologo --convert-to odp $FNAME.ppt
unzip $FNAME.odp content.xml
sed -i 's/PT10S/PT00S/g' content.xml
zip --freshen $FNAME.odp content.xml

-- 
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 61679] SLIDESHOW: Enhancement request: control over the timing of presentation delay in kiosk mode

2016-01-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=61679

--- Comment #19 from blockh...@gmail.com ---
Brilliant comment thanks @libre - many thanks. I followed your recipe and it
worked nicely in the raspberry pi raspbian distro.

There was a warning when it was re-zipped "zip warning: Local Entry CRC does
not match CD: content xml" but the resulting modified .odp file did run ok and
there was zero delay. So I'll include this conversion in my scripting.

Interestingly in Linux Mint the converted .odp file was just an uncompressed
XML file and I could edit it directly without the unzipping/zipping, but this
too worked ok. The --convert-to conversion produced a warning "Warning: failed
to read path from javaldx". So I guess there's some sort of issue in the Linux
Mint / Ubuntu java implementation and the conversion stopped short of creating
a jar archive. It gave the message "convert /path/xxx.ppt -> /path/xxx.odp
using OpenDocument Presentation Flat XML". So kudos to LibreOffice for doing
the job despite not being able to finalise the compression.

I hope this helps the others seeking a workaround.

-- 
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 61679] SLIDESHOW: Enhancement request: control over the timing of presentation delay in kiosk mode

2016-01-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=61679

--- Comment #13 from blockh...@gmail.com ---
Correction - I don't need to be able to change the value between closing and
reopening the application. Just a way of permanently setting the default to
zero. Anything more would be a bonus.

-- 
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 61679] SLIDESHOW: Enhancement request: control over the timing of presentation delay in kiosk mode

2016-01-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=61679

--- Comment #15 from blockh...@gmail.com ---
(In reply to Joel Madero from comment #14)
> 
> If it's simple I suggest fixing it yourself - the code is readily available
> and ready to play with.

I've seen glib comments like this before and frankly it is an insult. So you
want me to learn a programming language and the whole development
infrastructure in order to add a simple fix? Do you think this is a sensible
use of time for someone who is engaged in using the product in a different but
useful way which could itself help others? Horses for courses. Unless users
make requests like this the developers aren't going to know which areas are of
the project are most wanted, so I make no apology for making this comment.

-- 
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 61679] SLIDESHOW: Enhancement request: control over the timing of presentation delay in kiosk mode

2016-01-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=61679

--- Comment #16 from Joel Madero  ---

> I've seen glib comments like this before and frankly it is an insult. So you
> want me to learn a programming language and the whole development
> infrastructure in order to add a simple fix? 
1) You are the one who said it was "simple" not me . . . if you're not a
developer than maybe avoid suggesting a fix is "simple"...what might appear as
trivial to an end user could be quite hard once you actually dig into the code;

2) If you're not going to fix it, then wait patiently for someone to tackle it
(which again, might be neverthis is a volunteer based project)

-- 
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 61679] SLIDESHOW: Enhancement request: control over the timing of presentation delay in kiosk mode

2016-01-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=61679

--- Comment #17 from blockh...@gmail.com ---
Ok I was wrong to suggest the fix itself was "simple". My original point was an
effort to suggest a small change in operation might suffice. I'm sure there are
different ways to achieve the same effect and I thought suggesting what appears
to be a small change might persuade a developer who knew this area of the
system to have a look at the code to see if it is a simple tweak. Of course
this might not be possible and implementation could open a can of worms.

Still I've made my request and I hope someone will see it and consider it,
perhaps when they make alterations to a related area of code. I'm not
ungrateful to the developers, quite the contrary. I don't wish to offend.
Thanks for the hard work you do.

-- 
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 61679] SLIDESHOW: Enhancement request: control over the timing of presentation delay in kiosk mode

2014-02-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=61679

--- Comment #8 from li...@bospaling.nl ---
Almost a year. Any chance of an update? Pretty please...

-- 
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 61679] SLIDESHOW: Enhancement request: control over the timing of presentation delay in kiosk mode

2014-02-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=61679

--- Comment #9 from Joel Madero jmadero@gmail.com ---
Unfortunately we do not have the man power to guarantee ETA's. This is an
enhancement and currently most of our developers are tackling some of the
nastier regressions that made it into 4.2.0. 

We encourage everyone to (1) submit a patch themselves, (2) find developers who
want to try to tackle (and then maybe we can find someone to offer code
pointers), or (3) get support. Barring these, then it's really when we have
time which can be difficult when there are thousands of bugs, enhancements
tend to take lower priority

-- 
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 61679] SLIDESHOW: Enhancement request: control over the timing of presentation delay in kiosk mode

2014-02-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=61679

--- Comment #10 from li...@bospaling.nl ---
I hear you. And don't think I don't appreciate all the hard work that the
developers do (mainly in their spare time). Perhaps it is time to download the
code and start working  myself

Keep up the good work!

-- 
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 61679] SLIDESHOW: Enhancement request: control over the timing of presentation delay in kiosk mode

2014-02-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=61679

--- Comment #11 from Joel Madero jmadero@gmail.com ---
That would be fantastic - if you need some guidance send me a personal 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


[Libreoffice-bugs] [Bug 61679] SLIDESHOW: Enhancement request: control over the timing of presentation delay in kiosk mode

2013-05-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=61679

--- Comment #7 from drega...@gmail.com ---
Hi,

I've been attempting a very similar thing for a digital signage project, and as
such would find this very useful. Ideally I'd like to be able to specify it
from the command line too, since that's how my pi launches libreoffice.

Cheers.

-- 
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 61679] SLIDESHOW: Enhancement request: control over the timing of presentation delay in kiosk mode

2013-04-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=61679

Joel Madero jmadero@gmail.com changed:

   What|Removed |Added

   Hardware|Other   |All
 OS|Linux (All) |All
 Status|UNCONFIRMED |NEW
   Severity|normal  |enhancement
   Priority|medium  |low
 Ever confirmed|0   |1

--- Comment #6 from Joel Madero jmadero@gmail.com ---
ah now I understand. So you want one of two things:

a) a default that overrides the setting every time so no manual change is
needed

b) the ability to easily change the time within kiosk mode itself (not in edit
mode)


Either way this is a valid request. Marking as:


New (confirmed)
Enhancement
Low - the number of users that will benefit from this seems quite low, only
users who play a file immediately that is created from within power point -
else the user can set the time themselves within Presentation.

-- 
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 61679] SLIDESHOW: Enhancement request: control over the timing of presentation delay in kiosk mode

2013-04-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=61679

--- Comment #5 from li...@bospaling.nl ---
Cannot change it to UNCONFIRMED

-- 
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 61679] SLIDESHOW: Enhancement request: control over the timing of presentation delay in kiosk mode

2013-04-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=61679

Joel Madero jmadero@gmail.com changed:

   What|Removed |Added

 Status|REOPENED|NEEDINFO

-- 
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 61679] SLIDESHOW: Enhancement request: control over the timing of presentation delay in kiosk mode

2013-04-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=61679

Joel Madero jmadero@gmail.com changed:

   What|Removed |Added

 Status|NEEDINFO|UNCONFIRMED
 Ever confirmed|1   |0

-- 
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 61679] SLIDESHOW: Enhancement request: control over the timing of presentation delay in kiosk mode

2013-04-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=61679

li...@bospaling.nl changed:

   What|Removed |Added

 Status|NEEDINFO|UNCONFIRMED
 Ever confirmed|1   |0

-- 
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 61679] SLIDESHOW: Enhancement request: control over the timing of presentation delay in kiosk mode

2013-04-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=61679

Joel Madero jmadero@gmail.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |INVALID

--- Comment #3 from Joel Madero jmadero@gmail.com ---
Hm, so I think we have this: 

Click on Slide Show - Slide Show Settings - 

in your presentation it's set to AUTO at 00:00:10

you can change this to 00:00:00 and it will be 0 seconds between.

Marking as INVALID as we have the feature already, if you think I am mistaken
please correct me and set the bug back to UNCONFIRMED (you may have to set it
to REOPENED first then UNCONFIRMED) -- apologies for this, we're working on
fixing this issue in FDO.


Thanks!

-- 
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 61679] SLIDESHOW: Enhancement request: control over the timing of presentation delay in kiosk mode

2013-04-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=61679

li...@bospaling.nl changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|INVALID |---
 Ever confirmed|0   |1

-- 
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 61679] SLIDESHOW: Enhancement request: control over the timing of presentation delay in kiosk mode

2013-04-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=61679

--- Comment #4 from li...@bospaling.nl ---
I know it is possible to edit it in Libreoffice. However we create the
presentation in powerpoint ( that is unaware of this option ) and play it using
a raspberry with debian and libreoffice. The pi starts unattended, grabs the
file and starts playing it. Since powerpoint doesn't know this option, we are
confronted with the behavior every time we create a new file.  

So either we edit the file on the pi every time there is a new presentation
or we must be able to set a default for every new presentation.

-- 
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 61679] SLIDESHOW: Enhancement request: control over the timing of presentation delay in kiosk mode

2013-03-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=61679

--- Comment #2 from li...@bospaling.nl ---
Created attachment 76746
  -- https://bugs.freedesktop.org/attachment.cgi?id=76746action=edit
presentation created with powerpoint

When we continuously play this presentation, created using powerpoint,in
kiosk-mode it automatically adds 10 sec delay between two presentations. 
It is possible to remove this delay in Libreoffice, but we want to be able to
configure libreoffice to have another default delay between presentations
(preferably 0 seconds...)

-- 
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 61679] SLIDESHOW: Enhancement request: control over the timing of presentation delay in kiosk mode

2013-03-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=61679

li...@bospaling.nl changed:

   What|Removed |Added

  Attachment #76746|text/plain  |application/vnd.ms-powerpoi
  mime type||nt

-- 
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 61679] SLIDESHOW: Enhancement request: control over the timing of presentation delay in kiosk mode

2013-03-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=61679

Joel Madero jmadero@gmail.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 CC||jmadero@gmail.com
 Ever confirmed|0   |1

--- Comment #1 from Joel Madero jmadero@gmail.com ---
Please attach a slideshow that we can see behavior. If you do I can compare
powerpoint to Presentation to see if I see two different behaviors. 

Marking as NEEDINFO - once you attach document, mark as UNCONFIRMED and I'll
take a look at it.

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