[Libreoffice-bugs] [Bug 69066] Upgrading LO requires user to terminate Explorer.exe on Windows because of LO Explorer /Shell extensions (Workaround: comment 12)

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

Mike Kaganski  changed:

   What|Removed |Added

 Status|REOPENED|ASSIGNED
   Assignee|libreoffice-b...@lists.free |mikekagan...@hotmail.com
   |desktop.org |

--- Comment #54 from Mike Kaganski  ---
Taking

-- 
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 69066] Upgrading LO requires user to terminate Explorer.exe on Windows because of LO Explorer /Shell extensions (Workaround: comment 12)

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

--- Comment #53 from Mike Kaganski  ---
MSIRESTARTMANAGERCONTROL
https://msdn.microsoft.com/en-us/library/windows/desktop/aa370377

-- 
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 69066] Upgrading LO requires user to terminate Explorer.exe on Windows because of LO Explorer /Shell extensions (Workaround: comment 12)

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

--- Comment #52 from Sander Voerman  ---
(In reply to Mike Kaganski from comment #51)

> Normal sequence is this:
> installer detects a busy resource; it tries to find a process that holds it
> busy; (some installers also look for windows with some pre-defined strings,
> thus firing false positives); if it finds one, it asks to close it, and
> warns that otherwise a reboot required. If user agrees to close it, the
> process closes and install continues normally, replacing the previously-busy
> DLL.
> If user disagrees, then the new DLL is copied to a temporary place to be
> replaced at reboot; and after the installation finishes, it asks for reboot.

I agree, except that many other installers attempt to restart explorer.exe at
the end of the installation process. For example, the installers of
cloud/encryption services like SpiderOak or BoxCryptor, which also need to
close explorer during installation, do exactly that. If there are still
scenarios in which the current LibreOffice version's installer needs to close
explorer.exe, than that would be a welcome functionality for non-tech savvy
users, as many of them do not know how to start explorer.exe manually when
their task bar and start menu have disappeared.

-- 
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 69066] Upgrading LO requires user to terminate Explorer.exe on Windows because of LO Explorer /Shell extensions (Workaround: comment 12)

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

--- Comment #51 from Mike Kaganski  ---
Came across this after a mention in IRC.

I've some substantial experience as a system administrator in an company that
uses Windows desktops. I had countless installs/upgrades/uninstalls of MSIs and
non-MSI installer.

And I must say that there is only **one** comment here that marks some possible
problem. That's comment 2, that says that

> If you tell it to ignore it, it will not proceed until you close it.
> I had to go to task manager and kill explorer.exe to finish installing

That's really strange.
Otherwise, the MSI-based installer telling you that Explorer.exe is using a
resource, and should be closed to avoid restart, is perfectly OK. MSI
technology in made to do that. And it's OK for explorer.exe to use LO shell
extension DLL - and there's no way to unload it other than close explorer.exe.

Normal sequence is this:
installer detects a busy resource; it tries to find a process that holds it
busy; (some installers also look for windows with some pre-defined strings,
thus firing false positives); if it finds one, it asks to close it, and warns
that otherwise a reboot required. If user agrees to close it, the process
closes and install continues normally, replacing the previously-busy DLL.
If user disagrees, then the new DLL is copied to a temporary place to be
replaced at reboot; and after the installation finishes, it asks for reboot.

The problems that are discussed here must be as follows: (1) if the installer
is UNABLE to continue without closing explorer.exe; and (2) if it is UNABLE to
close explorer.exe when told so.

If these two cases do happen, then they should really must be debugged and
fixed. Otherwise, if the described normal behaviour takes place, then it is not
anyone's bug.

-- 
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 69066] Upgrading LO requires user to terminate Explorer.exe on Windows because of LO Explorer /Shell extensions (Workaround: comment 12)

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

V Stuart Foote  changed:

   What|Removed |Added

 CC||vstuart.fo...@utsa.edu

--- Comment #50 from V Stuart Foote  ---
Can not reproduce.

On Windows 10 Pro 64-bit en-US with
Version: 5.2.0.3 (x64)
Build ID: 7dbd85f5a18cfeaf6801c594fc43a5edadc2df0c
CPU Threads: 8; OS Version: Windows 6.19; UI Render: GL; 
Locale: en-US (en_US)

Upgraded install to
Version: 5.2.0.4 (x64)
Build ID: 066b007f5ebcc236395c7d282ba488bca6720265
CPU Threads: 8; OS Version: Windows 6.19; UI Render: GL; 
Locale: en-US (en_US)

1. Windows Explorer open and view mode set to Large Icons
2. Windows Explorer Options -> Change folder and Search options -> Folder
Options dialog -> View tab "alwasy show icons, never thumbnails" set
*unchecked* -- ODF thumbnails are displayed.
3. opened Command Prompt (Admin) so "Run as Administrator"
4. CLI upgrade with verbose logging  "msiexec.exe /i
LibreOffice_5.2.0.4_Win_x64.msi /L*v upgradeInstall5204.log"
5. during the upgrade use Windows Explorer and change between folders with ODF
documents. Documents continue to show thumbnails--but briefly show only ODF
icons--then back to thumbnails.
6. upgrade runs to completion

Review of the log reveals nothing had blocked for any of the "shlxthdl" DLLs:
ooofilt.dll, shlxthdl.dll, propertyhdl.dll

The ops to remove and then install and then register all seem normal.

-- 
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 69066] Upgrading LO requires user to terminate Explorer.exe on Windows because of LO Explorer/Shell extensions (Workaround: comment 12)

2016-05-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=69066

Michael Bauer  changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|WONTFIX |---

--- Comment #49 from Michael Bauer  ---
Just tried to install 5.1.2 and got this one again.

I'm re-opening the bug in spite of what Adolfo said. With all due respect, it
is *crazy* to leave a bug unresolved (however ugly the solution might be). It's
a bug that prevents installation of the product to a not insignificant number
of people. If that's not shooting ourselves in the foot, the I don't know what
is.

At the *very* least the error message needs modified to give the user a clue as
to what's going on and how to work around it.

-- 
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 69066] Upgrading LO requires user to terminate Explorer.exe on Windows because of LO Explorer/Shell extensions (Workaround: comment 12)

2015-11-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=69066

--- Comment #47 from Michael Bauer  ---
There is a third option. Create a directory OUTSIDE ../Programs or ../Programs
(x86) (whatever the Windows default is the system in question. For some odd
reason, that workaround always works.

We could add a message saying "Windows is preventing LO from installing to this
directory. Would you like us to create c:\LO (or whatever) and continue with
the installation?"

-- 
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 69066] Upgrading LO requires user to terminate Explorer.exe on Windows because of LO Explorer/Shell extensions (Workaround: comment 12)

2015-11-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=69066

--- Comment #46 from Kumāra  ---
(In reply to Adolfo Jayme from comment #43)
> Closing per comment 40. Do not reopen again. Marking another bug as a
> duplicate does not automatically accounts to changing the other bug’s
> resolution.

True, but the bug remains, and I can imagine any less-than-tech-savvy user to
be put off by it.

If this is impossible to fix technically, at the very least, give the user the
heads-up in the Windows installation dialog.

I'm not sure which is better:
1. Terminate Explorer, Continue with LO installation, Restart Explorer
2. As I suggested in Comment 11.

-- 
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 69066] Upgrading LO requires user to terminate Explorer.exe on Windows because of LO Explorer/Shell extensions (Workaround: comment 12)

2015-11-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=69066

--- Comment #45 from Michael Bauer  ---
I don't doubt the collective wisdom of the internet but restarting the system
does not fix the issue. I have tried restarting the system umpteen times when I
get a LO release with this problem.

-- 
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 69066] Upgrading LO requires user to terminate Explorer.exe on Windows because of LO Explorer/Shell extensions (Workaround: comment 12)

2015-11-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=69066

Adolfo Jayme  changed:

   What|Removed |Added

 CC||sigurd...@gmail.com

--- Comment #44 from Adolfo Jayme  ---
*** Bug 93158 has been marked as a duplicate of this bug. ***

-- 
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 69066] Upgrading LO requires user to terminate Explorer.exe on Windows because of LO Explorer/Shell extensions (Workaround: comment 12)

2015-11-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=69066

Adolfo Jayme  changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution|--- |WONTFIX

--- Comment #43 from Adolfo Jayme  ---
Closing per comment 40. Do not reopen again. Marking another bug as a duplicate
does not automatically accounts to changing the other bug’s resolution.

-- 
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 69066] Upgrading LO requires user to terminate Explorer.exe on Windows because of LO Explorer/Shell extensions (Workaround: comment 12)

2015-11-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=69066

Kumāra  changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|WONTFIX |---

--- Comment #42 from Kumāra  ---
(In reply to Beluga from comment #41)
> *** Bug 95435 has been marked as a duplicate of this bug. ***

So looks like the problem remains. So, I'm reopening 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


[Libreoffice-bugs] [Bug 69066] Upgrading LO requires user to terminate Explorer.exe on Windows because of LO Explorer/Shell extensions (Workaround: comment 12)

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

Beluga  changed:

   What|Removed |Added

 CC||suokunl...@126.com

--- Comment #41 from Beluga  ---
*** Bug 95435 has been marked as a duplicate of this bug. ***

-- 
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 69066] Upgrading LO requires user to terminate Explorer.exe on Windows because of LO Explorer/Shell extensions (Workaround: comment 12)

2015-07-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=69066

Andras Timar  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |WONTFIX

--- Comment #40 from Andras Timar  ---
According to collective wisdom of people on internet, it is not possible to
unload a shell extension dll during uninstall. If the file is in use, then
restart is needed.

-- 
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 69066] Upgrading LO requires user to terminate Explorer.exe on Windows because of LO Explorer/Shell extensions (Workaround: comment 12)

2015-05-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=69066

--- Comment #39 from sweettooth  ---
Did encounter this today when tried to upgrade on a win 7 pro 64

Have 4.2.8.2 and was trying to install 4.3.6

-- 
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 69066] Upgrading LO requires user to terminate Explorer.exe on Windows because of LO Explorer/Shell extensions (Workaround: comment 12)

2015-02-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=69066

--- Comment #38 from Kumāra  ---
(In reply to Luuk from comment #35)
> (I'm aware of the fact that I did not put much info in my bug report, but I
> don't know how to get more info when this sort of thing happens)

Have you encountered the same bug in recent versions?

-- 
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 69066] Upgrading LO requires user to terminate Explorer.exe on Windows because of LO Explorer/Shell extensions (Workaround: comment 12)

2015-02-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=69066

--- Comment #37 from raal  ---
(In reply to Robinson Tryon (qubit) from comment #36)
> 
> It would be great if someone could try to reproduce this problem using a 4.4
> or 4.5 build. If we can't reproduce it there, then I think it's most useful
> for the development workflow for us to mark it as 'RESOLVED WORKSFORME'
> until someone has the same bug show back up again.

Hi Robinson,
I upgraded from 4.3 to 4.4.0.3 without problem. Instalation of daily builds 4.5
I'm doing few times in a month and didn't noticed any problem. windows7.

-- 
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 69066] Upgrading LO requires user to terminate Explorer.exe on Windows because of LO Explorer/Shell extensions (Workaround: comment 12)

2015-02-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=69066

--- Comment #36 from Robinson Tryon (qubit)  ---
(In reply to Luuk from comment #35)
> It might be wise to add some info to this bug.
> 

Definitely!

> Simply closing because this bug is open for 1 year and 5 month without any
> progress is a bit odd for developers who want to make a good product.

But that's not what people are saying...

(In reply to Kumāra from comment #33)
> I've not seen this bug for a while. In my last installation, I'm certain
> that I had thumbnails on. Anyone faced this bug in recent versions?

(In reply to Michael Bauer from comment #34)
> I've not had it for a few versions either. Perhaps close it for now?

The reason why we spend time on bug reports is so that developers can identify
and fix bugs in LibreOffice. If we can't reproduce the problem in a modern
version of LibreOffice or on a modern operating system, then a bug report is
just a historical record.

> 
> (I'm aware of the fact that I did not put much info in my bug report, but I
> don't know how to get more info when this sort of thing happens)

It looks like the last confirmation of this report was a year ago to the day,
and in fact the devs are suspicious that said report (comment 16) is even
talking about the same bug.

It would be great if someone could try to reproduce this problem using a 4.4 or
4.5 build. If we can't reproduce it there, then I think it's most useful for
the development workflow for us to mark it as 'RESOLVED WORKSFORME' until
someone has the same bug show back up again.

-- 
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 69066] Upgrading LO requires user to terminate Explorer.exe on Windows because of LO Explorer/Shell extensions (Workaround: comment 12)

2015-02-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=69066

--- Comment #35 from Luuk  ---
It might be wise to add some info to this bug.

Info that shows how to gather some info is needed to solve this bug when
someone has this situation again (in a later version)

Simply closing because this bug is open for 1 year and 5 month without any
progress is a bit odd for developers who want to make a good product.

I mean: 'Sorry we cannot reproduce the bug', .. well lets wait a couple of
months, and than put it in a status where no one will ever find it. ?

(I'm aware of the fact that I did not put much info in my bug report, but I
don't know how to get more info when this sort of thing happens)

-- 
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 69066] Upgrading LO requires user to terminate Explorer.exe on Windows because of LO Explorer/Shell extensions (Workaround: comment 12)

2015-02-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=69066

--- Comment #34 from Michael Bauer  ---
I've not had it for a few versions either. Perhaps close it for now?

-- 
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 69066] Upgrading LO requires user to terminate Explorer.exe on Windows because of LO Explorer/Shell extensions (Workaround: comment 12)

2015-02-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=69066

--- Comment #33 from Kumāra  ---
I've not seen this bug for a while. In my last installation, I'm certain that I
had thumbnails on. Anyone faced this bug in recent versions?

-- 
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 69066] Upgrading LO requires user to terminate Explorer.exe on Windows because of LO Explorer/Shell extensions (Workaround: comment 12)

2015-02-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=69066

Matthew Francis  changed:

   What|Removed |Added

 CC||fdb...@neosheffield.co.uk
 Whiteboard||notBibisectable

-- 
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 69066] Upgrading LO requires user to terminate Explorer.exe on Windows because of LO Explorer/Shell extensions (Workaround: comment 12)

2014-11-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=69066

Robinson Tryon (qubit)  changed:

   What|Removed |Added

 CC||qu...@runcibility.com
Summary|Upgrading LO requires user  |Upgrading LO requires user
   |to terminate Explorer.exe   |to terminate Explorer.exe
   |on Windows because of LO|on Windows because of LO
   |Explorer/Shell extensions   |Explorer/Shell extensions
   ||(Workaround: comment 12)
 Whiteboard|Workaround: Comment 12  |

-- 
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 69066] Upgrading LO requires user to terminate Explorer.exe on Windows because of LO Explorer/Shell extensions

2014-07-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=69066

--- Comment #32 from Michael Bauer  ---
I'm not a developer but my gut tells me they ARE related, it's the same chain
of installation events the way I see 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


[Libreoffice-bugs] [Bug 69066] Upgrading LO requires user to terminate Explorer.exe on Windows because of LO Explorer/Shell extensions

2014-07-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=69066

Kumāra  changed:

   What|Removed |Added

   Hardware|x86-64 (AMD64)  |All
 Whiteboard||Workaround: Comment 12

--- Comment #31 from Kumāra  ---
Michael Bauer, thanks for your reports. However, Comment 29 and 30 don't seem
to be related to this bug. Please report them elsewhere.

I've changed platform too All Windows based on comment 16, and added a comment
on whiteboard to 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 69066] Upgrading LO requires user to terminate Explorer.exe on Windows because of LO Explorer/Shell extensions

2014-07-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=69066

--- Comment #30 from Michael Bauer  ---
The saga continues. There is something ... cavalier about the shoddy install
process. So after my last report of being able to install it correctly has to
get amended. It installs and fires up and I can open documents from the Recents
list but har-dee-har-dee-har, if I use a link on my desktop to open an .odr
file or if I browse to it using Explorer, I get this error:
"Another program is currently using this file"

So I then uninstall LO and re-install it (a chore in itself, the installer is
still mental, how about someone sorting the UI languages *alphabetically*???)
on my second hard drive in a non-system created folder E:/Programs/ and
suddenly everything works again.

Seems to me LO does *NOT* like being in the default system folders for
programs.

-- 
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 69066] Upgrading LO requires user to terminate Explorer.exe on Windows because of LO Explorer/Shell extensions

2014-07-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=69066

Michael Bauer  changed:

   What|Removed |Added

 CC||f...@akerbeltz.org

--- Comment #29 from Michael Bauer  ---
Dunno if it helps but I just had an odd solution to this problem. I needed to
check something in the localization of OO that I also maintain and remembering
the issues with having both installed, I uninstalled LO completely before
re-installing LO.
Now before I installed OO I tried to delete the LO folder under C:/Programs and
it would not let me with no specific error message. I then installed OO and had
to restart. After re-starting, I could delete the LO folder.
Funnily enough I ran into the *same* problem trying to delete the OO folder
under C:/Programs before re-start - but again fine AFTER restart.
Seems to me like there's some LO process that just keeps on running even after
de-installation that interferers with deleting (in my case) or (in the update
case) over-writing. At least that's my guess.

-- 
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 69066] Upgrading LO requires user to terminate Explorer.exe on Windows because of LO Explorer/Shell extensions

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

--- Comment #28 from Michael Bauer  ---
Also seem to be having this problem going from 4.2.4.2 to 4.2.5.2. It brings up
the error message that files used by this setup need to be closed, Windows
Explorer Process ID 5484. Googling that landed me on this questions page
http://ask.libreoffice.org/en/question/27733/libreoffice-4142-install-error-files-in-use/
and some further googling to this bug report.

I have not tried any of the fixes just in case I can help with identifying the
problem but I am, at this stage, wondering if it's related to this issue
http://ask.libreoffice.org/en/question/16047/error-1303-when-installing-libreoffice-402-on-windows-8-pro/#30099
which made me install LO in a folder outside the default /Programs folders.

I'm on Win 8 (with a Gaelic langpack), 64bit, with Office 2013 also installed.

-- 
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 69066] Upgrading LO requires user to terminate Explorer.exe on Windows because of LO Explorer/Shell extensions

2014-05-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=69066

--- Comment #27 from Cor Nouws  ---
*** Bug 78057 has been marked as a duplicate of this bug. ***

-- 
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 69066] Upgrading LO requires user to terminate Explorer.exe on Windows because of LO Explorer/Shell extensions

2014-05-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=69066

tommy27  changed:

   What|Removed |Added

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

-- 
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 69066] Upgrading LO requires user to terminate Explorer.exe on Windows because of LO Explorer/Shell extensions

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

--- Comment #26 from Sander Voerman  ---
(In reply to comment #25)
> (actually i cannot imagine how there could be a conflict between
> Explorer.exe and LO installation without a LO previously installed
> on the system, but this is Windows and it's full of mysteries
> so what do i know anyway...)

Just speculating: I did have MS Office 2013 installed, which also has bindings
for open document filetypes. In addition to explorer.exe, the LO installer
sometimes also mentioned a Microsoft Office document cache process as one of
the things it needed to be terminated before proceeding with the installation.
So perhaps Microsoft Office causes a similar connection between explorer and
the open document filetypes, and thereby a similar conflict for the LO
installer.

-- 
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 69066] Upgrading LO requires user to terminate Explorer.exe on Windows because of LO Explorer/Shell extensions

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

Michael Stahl  changed:

   What|Removed |Added

Summary|Upgrading LO requires user  |Upgrading LO requires user
   |to terminate Explorer.exe   |to terminate Explorer.exe
   |on Windows  |on Windows because of LO
   ||Explorer/Shell extensions

--- Comment #25 from Michael Stahl  ---
(In reply to comment #23)
> (In reply to comment #22)
> > that is the _first_ report of somebody claiming to have this problem
> > on a fresh installation with no older LO installed on the system;
> > since this bug is about upgrades it's probably a different bug
> > which would be UNCONFIRMED, not NEW as this one.
> 
> Please forgive if I'm making a wrong assumption here. It seems to me that
> it's not a separate bug. The issue is not between the installer program and
> the installed LO, but between the installer program and Explorer.exe. So, it
> should make no difference between an upgrade and a fresh install.

No, _this_ bug is about LO bundled Explorer extensions to view thumbnails
of various documents, which somehow prevents installation of
new LO versions presumably because these Explorer extension files cannot
be overwritten or deleted; naturally on a "fresh" install you won't
have LO Explorer extensions running.

(actually i cannot imagine how there could be a conflict between
Explorer.exe and LO installation without a LO previously installed
on the system, but this is Windows and it's full of mysteries
so what do i know anyway...)

-- 
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 69066] Upgrading LO requires user to terminate Explorer.exe on Windows

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

--- Comment #24 from Kumāra  ---
I've just upgraded to 4.2.0.4 with Explorer's thumbnails on. No hitches. So, it
seems the goal post has moved.

-- 
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 69066] Upgrading LO requires user to terminate Explorer.exe on Windows

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

--- Comment #23 from Kumāra  ---
(In reply to comment #22)
> that is the _first_ report of somebody claiming to have this problem
> on a fresh installation with no older LO installed on the system;
> since this bug is about upgrades it's probably a different bug
> which would be UNCONFIRMED, not NEW as this one.

Please forgive if I'm making a wrong assumption here. It seems to me that it's
not a separate bug. The issue is not between the installer program and the
installed LO, but between the installer program and Explorer.exe. So, it should
make no difference between an upgrade and a fresh install.

-- 
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 69066] Upgrading LO requires user to terminate Explorer.exe on Windows

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

--- Comment #22 from Michael Stahl  ---
(In reply to comment #21)
> (In reply to comment #20)

> > None; in my case it was not an upgrade, but rather a fresh install.
> 
> Hmmm... Shall we mark this as major?

that is the _first_ report of somebody claiming to have this problem
on a fresh installation with no older LO installed on the system;
since this bug is about upgrades it's probably a different bug
which would be UNCONFIRMED, not NEW as this one.

-- 
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 69066] Upgrading LO requires user to terminate Explorer.exe on Windows

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

Kumāra  changed:

   What|Removed |Added

 Status|NEEDINFO|NEW

--- Comment #21 from Kumāra  ---
(In reply to comment #20)
> (In reply to comment #19)
> > which was the installed LO version _before_ the upgrade?
> 
> None; in my case it was not an upgrade, but rather a fresh install.

Hmmm... Shall we mark this as major?

-- 
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 69066] Upgrading LO requires user to terminate Explorer.exe on Windows

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

--- Comment #20 from Sander Voerman  ---
(In reply to comment #19)
> which was the installed LO version _before_ the upgrade?

None; in my case it was not an upgrade, but rather a fresh install.

-- 
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 69066] Upgrading LO requires user to terminate Explorer.exe on Windows

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

--- Comment #19 from Michael Stahl  ---
(In reply to comment #16)
> I just experienced the same problem, trying to install the 32bits x86
> version of LibreOffice (4.2.0.4) on a 32 bits Windows 7 system.

which was the installed LO version _before_ the upgrade?

-- 
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 69066] Upgrading LO requires user to terminate Explorer.exe on Windows

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

--- Comment #18 from RobK  ---
I updated from 4.1.4.2 to 4.2.0.4 and the installation worked correctly. In my
case the issue seems to be solved.
Again this is on Win7 64-bit AMD.

-- 
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 69066] Upgrading LO requires user to terminate Explorer.exe on Windows

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

--- Comment #17 from Sander Voerman  ---
(In reply to comment #11)
> Meanwhile, I encourage affected ones to test. In Windows Explorer, go to
> Organize > Folder and search options > View tab. Tick "Always show icons,
> never thumbnails". Then install LO.

This workaround did not help on my system.

(In reply to comment #2)
> I had to go to task manager and kill
> explorer.exe to finish installing. Then, you have to re-launch explorer.exe
> to be able to use anything in windows 8.1 .
> 

This did work on my system (32bits windows 7, Intel Pentium Dual Core E5300).
When the installer finished, I logged out of windows using task manager and
then logged back in to restart explorer and get my desktop back.

-- 
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 69066] Upgrading LO requires user to terminate Explorer.exe on Windows

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

--- Comment #16 from Sander Voerman  ---
I just experienced the same problem, trying to install the 32bits x86 version
of LibreOffice (4.2.0.4) on a 32 bits Windows 7 system.

-- 
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 69066] Upgrading LO requires user to terminate Explorer.exe on Windows

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

--- Comment #15 from Luuk  ---
(In reply to comment #14)
> as per mst's question ...

/me did not have the bug again (as far as i remember), and i'm currently
running 4.2.0.5 on Windows 7

I'm asking others, who can reproduce this, to give info.
But i doubt anyone having this problem will be saving enough info in order to
post it here when they found this bug.

-- 
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 69066] Upgrading LO requires user to terminate Explorer.exe on Windows

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

Michael Meeks  changed:

   What|Removed |Added

 Status|NEW |NEEDINFO

--- Comment #14 from Michael Meeks  ---
as per mst's question ...

-- 
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 69066] Upgrading LO requires user to terminate Explorer.exe on Windows

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

Michael Stahl  changed:

   What|Removed |Added

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

--- Comment #13 from Michael Stahl  ---
given that bug 56007 is fixed and the shell extensions should
be much faster, can anybody still reproduce this problem when
upgrading _from_ LO 4.1.4.2 (or later) to a later version?

-- 
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 69066] Upgrading LO requires user to terminate Explorer.exe on Windows

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

--- Comment #12 from RobK  ---
I tried the suggestion by Kumara in Comment 11.

"In Windows Explorer, go to Organize > Folder and search options > View tab.
Tick "Always show icons, never thumbnails". Then install LO."

Then I was able to install LO without any problems, and applications so far
appear to work properly.

So I can recommend this as a possible workaround.

Thanks Kumara.

-- 
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 69066] Upgrading LO requires user to terminate Explorer.exe on Windows

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

Kumāra  changed:

   What|Removed |Added

Version|4.1.4.2 release |4.1.1.2 release

--- Comment #11 from Kumāra  ---
(In reply to comment #8)
> I also am having the problem same as described in by Luuk below. Error
> dialog is also the same (in English though).
> I am trying to update from 4.1.3.2 to 4.1.4.2.
> My system is Windows 64 HP AMD 64-bit.

Thank you for reporting. However, please do not "update" the version number.
It's suppose to show the earliest version the issue is occurring. I'm changing
it back to the original.

The matter seems to be inconstant. When I upgraded to 4.1.4.2, the matter
didn't arise at all. The difference I notice is that Explorer is set not to
show thumbnails. So, Andras's guess is probably correct.

I wouldn't want to label this "notourbug" though, since the issue don't occur
with installations of (most) other programs.

Meanwhile, I encourage affected ones to test. In Windows Explorer, go to
Organize > Folder and search options > View tab. Tick "Always show icons, never
thumbnails". Then install LO.

-- 
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 69066] Upgrading LO requires user to terminate Explorer.exe on Windows

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

RobK  changed:

   What|Removed |Added

 CC||rk662...@hotmail.com

--- Comment #10 from RobK  ---
Sorry, I also meant Windows 7 HP, AMD 64-bit.

-- 
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 69066] Upgrading LO requires user to terminate Explorer.exe on Windows

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

rk662...@hotmail.com changed:

   What|Removed |Added

Version|4.1.1.2 release |4.1.4.2 release

--- Comment #9 from rk662...@hotmail.com ---
Sorry, I meant I really don't like to monkey with installations.

-- 
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 69066] Upgrading LO requires user to terminate Explorer.exe on Windows

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

--- Comment #8 from rk662...@hotmail.com ---
I also am having the problem same as described in by Luuk below. Error dialog
is also the same (in English though).
I am trying to update from 4.1.3.2 to 4.1.4.2.
My system is Windows 64 HP AMD 64-bit.

While there is a work-around, I really do like to monkey with installations in
case there is some secondary effect.
I also give this high importance, as I have not see such a terminal error in
other software installation.

I am willing to wait until next version, hopefully this can be fixed.

-- 
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 69066] Upgrading LO requires user to terminate Explorer.exe on Windows

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

--- Comment #7 from rk662...@hotmail.com ---
Created attachment 91506
  --> https://bugs.freedesktop.org/attachment.cgi?id=91506&action=edit
installation wizard error dialog

-- 
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 69066] Upgrading LO requires user to terminate Explorer.exe on Windows

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

--- Comment #6 from Andras Timar  ---
(In reply to comment #4)
> Andras, any idea why this happens?

Unfortunately I couldn't reproduce it. It can be related to shell extensions or
indexing service. For example the shell extension is generating a thumbnail of
a file which is on a slow drive (reading 1 byte at a time, see bug 56007),
therefore Explorer holds that dll during uninstall. Hopefully the bug will not
be reproducible with 4.1.4. On the other hand, if user ignores this warning,
the uninstaller will ask for a reboot in order to complete uninstall process.

-- 
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 69066] Upgrading LO requires user to terminate Explorer.exe on Windows

2013-12-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=69066

--- Comment #5 from Kumāra  ---
Happens to me on Windows 7 HP 64-bit.

-- 
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 69066] Upgrading LO requires user to terminate Explorer.exe on Windows

2013-12-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=69066

Michael Stahl  changed:

   What|Removed |Added

 Whiteboard|regression  |
 CC||mst...@redhat.com,
   ||tima...@gmail.com
   Keywords||regression

--- Comment #4 from Michael Stahl  ---
Andras, any idea why this happens?

does it happen only on Windows 8.1 or older versions 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 69066] Upgrading LO requires user to terminate Explorer.exe on Windows

2013-11-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=69066

Maxim  changed:

   What|Removed |Added

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

-- 
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 69066] Upgrading LO requires user to terminate Explorer.exe on Windows

2013-11-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=69066

--- Comment #3 from Maxim  ---
Might be related to Bug 56007.

-- 
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 69066] Upgrading LO requires user to terminate Explorer.exe on Windows

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

Kumāra  changed:

   What|Removed |Added

Summary|Upgrading LO forces to  |Upgrading LO requires user
   |close explorer.exe  |to terminate Explorer.exe
   ||on Windows

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