[Libreoffice-bugs] [Bug 77057] Installing/uninstalling LibreOffice messes up the KindMap in Windows 8.1

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

--- Comment #16 from Andras Timar  ---
Created attachment 102253
  --> https://bugs.freedesktop.org/attachment.cgi?id=102253&action=edit
Fix corrupted KindMap

This .reg file fixes corrupted KindMap, i.e. it restores the values that
LibreOffice 4.2.0 - 4.2.5 wrongly changed.

-- 
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 77057] Installing/uninstalling LibreOffice messes up the KindMap in Windows 8.1

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

Andras Timar  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED
   Assignee|libreoffice-b...@lists.free |tima...@gmail.com
   |desktop.org |

-- 
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 77057] Installing/uninstalling LibreOffice messes up the KindMap in Windows 8.1

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

Commit Notification  changed:

   What|Removed |Added

 Whiteboard|target:4.4.0 target:4.3.1   |target:4.4.0 target:4.3.1
   ||target:4.2.6

--- Comment #15 from Commit Notification 
 ---
Andras Timar committed a patch related to this issue.
It has been pushed to "libreoffice-4-2":

http://cgit.freedesktop.org/libreoffice/core/commit/?id=cb2eb7194f4f2c0ab6c8e1ba0b360e021c71f1ed&h=libreoffice-4-2

fdo#77057 quick fix: do not touch KindMap for alien file types


It will be available in LibreOffice 4.2.6.

The patch should be included in the daily builds available at
http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
http://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
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 77057] Installing/uninstalling LibreOffice messes up the KindMap in Windows 8.1

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

Commit Notification  changed:

   What|Removed |Added

 Whiteboard|target:4.4.0|target:4.4.0 target:4.3.1

--- Comment #14 from Commit Notification 
 ---
Andras Timar committed a patch related to this issue.
It has been pushed to "libreoffice-4-3":

http://cgit.freedesktop.org/libreoffice/core/commit/?id=82d685e72fb1c656d3977fa2a16f2bea256cc2be&h=libreoffice-4-3

fdo#77057 quick fix: do not touch KindMap for alien file types


It will be available in LibreOffice 4.3.1.

The patch should be included in the daily builds available at
http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
http://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
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 77057] Installing/uninstalling LibreOffice messes up the KindMap in Windows 8.1

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

Michael Meeks  changed:

   What|Removed |Added

 CC||michael.me...@collabora.com
 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 77057] Installing/uninstalling LibreOffice messes up the KindMap in Windows 8.1

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

--- Comment #13 from Andras Timar  ---
The fix above solves the problem, but leaves questions open. After this patch
we'll register only LibreOffice's native file types in KindMap. 

For a better solution I need to find out, whether registry entries can be
refcounted, so we don't remove items from KindMap with uninstall of
LibreOffice, when other viewers are existing for that file extension. 

Probably it makes little sense to register jpeg, png and other common formats,
which are already there by default. Also, image file formats should be
registered as "picture" not as "document".

-- 
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 77057] Installing/uninstalling LibreOffice messes up the KindMap in Windows 8.1

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

Commit Notification  changed:

   What|Removed |Added

 Whiteboard||target:4.4.0

--- Comment #12 from Commit Notification 
 ---
Andras Timar committed a patch related to this issue.
It has been pushed to "master":

http://cgit.freedesktop.org/libreoffice/core/commit/?id=57bf88d21cacb025e7bea40da78616bb4d165215

fdo#77057 quick fix: do not touch KindMap for alien file types



The patch should be included in the daily builds available at
http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
http://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
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 77057] Installing/uninstalling LibreOffice messes up the KindMap in Windows 8.1

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

Michael Stahl  changed:

   What|Removed |Added

 CC||cl...@cup.uni-muenchen.de,
   ||je...@softcatala.org,
   ||mst...@redhat.com,
   ||tima...@gmail.com,
   ||t...@iki.fi
   Keywords||regression

--- Comment #11 from Michael Stahl  ---
setting regression keyword as per comment #6 which blames commit
cd97b11a33db909318572a27a54305cb4757ba0f

-- 
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 77057] Installing/uninstalling LibreOffice messes up the KindMap in Windows 8.1

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

bfoman  changed:

   What|Removed |Added

Version|4.2.5.2 release |4.2.2.1 release

--- Comment #10 from bfoman  ---
Please do not change the Version field as it indicates the earliest version
where bug is reproducible. Back to initial value.

-- 
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 77057] Installing/uninstalling LibreOffice messes up the KindMap in Windows 8.1

2014-06-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=77057

Maxime THEPAULT-DENIS  changed:

   What|Removed |Added

   Hardware|x86 (IA32)  |x86-64 (AMD64)
Version|4.2.2.1 release |4.2.5.2 release

--- Comment #9 from Maxime THEPAULT-DENIS  ---
Hi,

I tried with the new LibreOffice 4.2.5.2 and the bug is still here...

With LibreOffice installed, Windows 8.1 Photo App is unusable.

Please, can you fix that problem and stop changing KindMap registry keys ?

Thank you

-- 
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 77057] Installing/uninstalling LibreOffice messes up the KindMap in Windows 8.1

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

bfoman  changed:

   What|Removed |Added

 CC||rihar...@sveiks.lv

--- Comment #8 from bfoman  ---
*** Bug 78130 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 77057] Installing/uninstalling LibreOffice messes up the KindMap in Windows 8.1

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

--- Comment #7 from bryanf  ---
If feasible, it would be ideal if upgrading from an affected version of
LibreOffice to a version with the fix could repair the bad state. (Still
ensuring that any corrected kind values aren't removed on uninstall.) 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 77057] Installing/uninstalling LibreOffice messes up the KindMap in Windows 8.1

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

Tor Lillqvist  changed:

   What|Removed |Added

   Assignee|t...@iki.fi  |libreoffice-b...@lists.free
   ||desktop.org

-- 
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 77057] Installing/uninstalling LibreOffice messes up the KindMap in Windows 8.1

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

bryanf  changed:

   What|Removed |Added

   Assignee|libreoffice-b...@lists.free |t...@iki.fi
   |desktop.org |
 CC||bry...@outlook.com

--- Comment #6 from bryanf  ---
It appears this was introduced last summer by this commit:
http://cgit.freedesktop.org/libreoffice/core/commit/?id=cd97b11a33db909318572a27a54305cb4757ba0f

That 'CONDITIONAL_REGISTER_DOC_EXTENSION( Jpg, ...' registers a KindMap value
of 'document' per here:
http://cgit.freedesktop.org/libreoffice/core/plain/scp2/inc/macros.inc

The installer probably shouldn't write any KindMap registry value for
well-known extensions with a kind already registered there. (Both to avoid
inappropriately altering the existing kind registration, and to avoid removing
it on uninstall.)

Assigning to the reviewer/tester/committer of that change, as the author's
email isn't resolving in Bugzilla. (Apologies if this isn't standard practice
for this 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 77057] Installing/uninstalling LibreOffice messes up the KindMap in Windows 8.1

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

bfoman  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||bfo.bugm...@spamgourmet.com
 Ever confirmed|0   |1

--- Comment #5 from bfoman  ---
NEW per duplicates.

-- 
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 77057] Installing/uninstalling LibreOffice messes up the KindMap in Windows 8.1

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

bfoman  changed:

   What|Removed |Added

 CC||jegerbe...@turbopost.dk

--- Comment #4 from bfoman  ---
*** Bug 76357 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 77057] Installing/uninstalling LibreOffice messes up the KindMap in Windows 8.1

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

bfoman  changed:

   What|Removed |Added

 CC||gen...@twcny.rr.com

--- Comment #3 from bfoman  ---
*** Bug 77035 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 77057] Installing/uninstalling LibreOffice messes up the KindMap in Windows 8.1

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

--- Comment #2 from SteveB  ---
Created attachment 96910
  --> https://bugs.freedesktop.org/attachment.cgi?id=96910&action=edit
An image of the KindMap in Regedit

This image shows some affected keys after installing LibreOffice. You can see
that the key values for GIF, JPG and JPEG files have been changed to
"document".

-- 
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 77057] Installing/uninstalling LibreOffice messes up the KindMap in Windows 8.1

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

--- Comment #1 from SteveB  ---
Here is the thread on the MS forums where this issue is being discussed: -

http://answers.microsoft.com/en-us/windows/forum/windows8_1-pictures/windows-81-photos-app-does-not-show-any-photos/5b1740bc-d87d-4d07-afe5-c1a60cdecd55

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