[Libreoffice-bugs] [Bug 73618] Presenter console: Don't see the active slide after launch

2014-01-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=73618

Michael Stahl mst...@redhat.com changed:

   What|Removed |Added

 CC||dtar...@redhat.com,
   ||mst...@redhat.com

--- Comment #11 from Michael Stahl mst...@redhat.com ---
bibsecting this is very frustrating;

newest known good commit: 832586588c3ed5f1686a4ecebc2ed198ce049b24
oldest known bad  commit: 5a3143c1a44d4c9d922aa33812d7c428664a8cf9

unfortunately there are 40 or so commits in Bjoern's bibisect
between those that crash and burn on startup or when starting slideshow.

-- 
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 73618] Presenter console: Don't see the active slide after launch

2014-01-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=73618

Michael Stahl mst...@redhat.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED
   Assignee|libreoffice-b...@lists.free |sberg...@redhat.com
   |desktop.org |
 CC||noelgran...@gmail.com,
   ||sberg...@redhat.com
   See Also||https://bugs.freedesktop.or
   ||g/show_bug.cgi?id=71527

--- Comment #12 from Michael Stahl mst...@redhat.com ---
so bisecting manually with the fix for the crasher bug 71527
maually applied gives:

regression from:

commit 3af99e4d59d89c343965a928681a30f36b1007d2
Author: Noel Grandin n...@peralex.com
AuthorDate: Tue Nov 19 15:58:58 2013 +0200

convert equalsAsciiL calls to startsWith calls

Convert code like:
aStr.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( ActiveConnection ) )
to
aStr.startsWith( ActiveConnection )
which compiles down to the same machine code.

actually this commit lets the active slide disappear after clicking Next.

there is a pre-existing other bug here that leaves most of the presenter
screen missing (black) but that has been introduced earlier and fixed
since then, while the active slide bug is still there.

now it turns out that Stephan has already reverted the above commit
for other reasons just 4 hours ago, but he clearly failed to document
that that fixes this bug too.

fixed on master by commit a3f32769fc4bb23c64168b412dd10ec769a3854d

-- 
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 73618] Presenter console: Don't see the active slide after launch

2014-01-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=73618

Michael Meeks michael.me...@collabora.com changed:

   What|Removed |Added

 CC||andr...@ahunt.org,
   ||tima...@gmail.com

--- Comment #10 from Michael Meeks michael.me...@collabora.com ---
Andras - this looks like something that'd be worth Andrzej's time to look at
before FOSDEM =)

-- 
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 73618] Presenter console: Don't see the active slide after launch

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

Jean-Baptiste Faure jbf.fa...@sud-ouest.org changed:

   What|Removed |Added

   Severity|normal  |major

--- Comment #5 from Jean-Baptiste Faure jbf.fa...@sud-ouest.org ---
Setting severity to major because this bug prevent you to do your presentation
normally, the only available workaround is to disable the PresenterConsole. 
Not all users know how to do that : menu Tools  Options  LibreOffice Impress
 General.

Best regards. JBF

-- 
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 73618] Presenter console: Don't see the active slide after launch

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

Jean-Baptiste Faure jbf.fa...@sud-ouest.org changed:

   What|Removed |Added

 CC||michael.me...@collabora.com
   ||, t...@libreoffice.org
   See Also||https://bugs.freedesktop.or
   ||g/show_bug.cgi?id=73802

--- Comment #6 from Jean-Baptiste Faure jbf.fa...@sud-ouest.org ---
Hi Michael, Thorsten,

This bug (and the 3 others probably related) may be interesting for you, if you
plan to use LO 4.2 for presentations at Fosdem :-)

Best regards. JBF

-- 
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 73618] Presenter console: Don't see the active slide after launch

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

--- Comment #7 from vulc...@gmx.com ---
Created attachment 92404
  -- https://bugs.freedesktop.org/attachment.cgi?id=92404action=edit
Screenshot of presenter (left) + Screen for listeners (right). The first slide
is missing with LibreOffice 4.2 beta 1

With Version: 4.2.0.0.beta1 Build ID: f4ca7b35f580827ad2c69ea6d29f7c9b48ebbac7

-- 
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 73618] Presenter console: Don't see the active slide after launch

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

--- Comment #8 from vulc...@gmx.com ---
I test other version of LibreOffice.

Don't reproduce with:
* 4.1.4.2 Build ID: 0a0440ccc0227ad9829de5f46be37cfb6edcf72
* 4.1.5.1 Build ID: e0a1805d063a472a7b281ae3977a26d42a48b20


bug reproduce with:
* 4.2.0.0.beta1 Build ID: f4ca7b35f580827ad2c69ea6d29f7c9b48ebbac7
* 4.2.0.0.beta2 Build ID: 1a27be92e320f97c20d581a69ef1c8b99ea9885d
* 4.3.0.0.alpha0+ Build ID: 602c87b4259d118e5db6d8a990c4695103f916dd
TinderBox: Linux-rpm_deb-x86_64@46-TDF, Branch:master, Time:
2014-01-18_00:02:21

With 4.2.0.0 beta1, there are worst: the screen are black but the behavior is
the same. Presenter console crash often.

-- 
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 73618] Presenter console: Don't see the active slide after launch

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

--- Comment #9 from vulc...@gmx.com ---
Comment on attachment 92404
  -- https://bugs.freedesktop.org/attachment.cgi?id=92404
Screenshot of presenter (left) + Screen for listeners (right). The first slide
is missing with LibreOffice 4.2 beta 1

With Version: 4.2.0.0.beta1 Build ID: f4ca7b35f580827ad2c69ea6d29f7c9b48ebbac7

-- 
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 73618] Presenter console: Don't see the active slide after launch

2014-01-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=73618

Björn Michaelsen bjoern.michael...@canonical.com changed:

   What|Removed |Added

   Priority|medium  |highest

--- Comment #4 from Björn Michaelsen bjoern.michael...@canonical.com ---
(This is an automated message.)

Setting priority to highest as this is a 4.2 MAB. This is part of an effort to
make the importance of MAB reflected in priority too.

-- 
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 73618] Presenter console: Don't see the active slide after launch

2014-01-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=73618

Jean-Baptiste Faure jbf.fa...@sud-ouest.org changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||jbf.fa...@sud-ouest.org
 Ever confirmed|0   |1

--- Comment #2 from Jean-Baptiste Faure jbf.fa...@sud-ouest.org ---
Reproducible for me on Ubuntu 13.10 x86-64.

Best regards. JBF

-- 
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 73618] Presenter console: Don't see the active slide after launch

2014-01-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=73618

Jean-Baptiste Faure jbf.fa...@sud-ouest.org changed:

   What|Removed |Added

 Blocks||65675

-- 
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 73618] Presenter console: Don't see the active slide after launch

2014-01-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=73618

Jean-Baptiste Faure jbf.fa...@sud-ouest.org changed:

   What|Removed |Added

   Keywords||regression

-- 
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 73618] Presenter console: Don't see the active slide after launch

2014-01-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=73618

Jean-Baptiste Faure jbf.fa...@sud-ouest.org changed:

   What|Removed |Added

   See Also||https://bugs.freedesktop.or
   ||g/show_bug.cgi?id=73623

-- 
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 73618] Presenter console: Don't see the active slide after launch

2014-01-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=73618

Jean-Baptiste Faure jbf.fa...@sud-ouest.org changed:

   What|Removed |Added

   See Also||https://bugs.freedesktop.or
   ||g/show_bug.cgi?id=73620

-- 
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 73618] Presenter console: Don't see the active slide after launch

2014-01-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=73618

--- Comment #3 from Jean-Baptiste Faure jbf.fa...@sud-ouest.org ---
In fact the first view is correct for me, the problem appears when I go to the
second slide (hit the next button).

Best regards. JBF

-- 
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 73618] Presenter console: Don't see the active slide after launch

2014-01-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=73618

--- Comment #1 from vulc...@gmx.com ---
Created attachment 92064
  -- https://bugs.freedesktop.org/attachment.cgi?id=92064action=edit
Expected result

Screenshot of expected result.

Make with LibreOffice 3.5.7.2 
Version ID : 350m1(Build:2)

-- 
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 73618] Presenter console: Don't see the active slide after launch

2014-01-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=73618

vulc...@gmx.com changed:

   What|Removed |Added

  Component|Libreoffice |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 73618] Presenter console: Don't see the active slide after launch

2014-01-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=73618

vulc...@gmx.com changed:

   What|Removed |Added

  Attachment #92056|text/plain  |image/png
  mime type||

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