http://bugs.winehq.org/show_bug.cgi?id=29813
Bug #: 29813 Summary: KOMPAS 13 Viewer: Does not work file association Product: Wine Version: 1.4-rc1 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: msi AssignedTo: wine-bugs@winehq.org ReportedBy: hyper_sonic@hotbox.ru Classification: Unclassified
Since 1.4-rc1 KOMPAS Viewer is install successfully.
But file association not work correctly, because:
1. default key in [HKEY_CLASSES_ROOT\KOMPAS.<???>\shell\View\command] has wrong value, such as this: C:\PROG~FBU\ASCON\KOMP~H4Z\Bin\KViewer.exe "%1" Right value is C:\PROGRA~1\ASCON\KOMPAS~1\Bin\KViewer.exe "%1"
2. installer does not create desktop file for desktop integration: ~/.local/share/applications/wine-extension-<???>.desktop
3. Command "env WINEPREFIX="/home/roman/.wine" wine start /ProgIDOpen KOMPAS.<???> %f" use only "Open" explorer action. But Kompas Viewer installer is create "View" key in registry (view p. 1). You need rename "View" to "Open".
<???> - is a file extention ("A3D", "CDW", "FRW", "KDW", "M3D", "SPW").
http://bugs.winehq.org/show_bug.cgi?id=29813
Dmitry Timoshkov dmitry@baikal.ru changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|msi |-unknown Severity|normal |trivial
--- Comment #1 from Dmitry Timoshkov dmitry@baikal.ru 2012-02-06 02:14:01 CST --- (In reply to comment #0)
- default key in [HKEY_CLASSES_ROOT\KOMPAS.<???>\shell\View\command] has wrong
value, such as this: C:\PROG~FBU\ASCON\KOMP~H4Z\Bin\KViewer.exe "%1" Right value is C:\PROGRA~1\ASCON\KOMPAS~1\Bin\KViewer.exe "%1"
What's wrong with it?
- installer does not create desktop file for desktop integration:
~/.local/share/applications/wine-extension-<???>.desktop
Is it supposed to do that?
- Command "env WINEPREFIX="/home/roman/.wine" wine start /ProgIDOpen
KOMPAS.<???> %f" use only "Open" explorer action. But Kompas Viewer installer is create "View" key in registry (view p. 1). You need rename "View" to "Open".
<???> - is a file extention ("A3D", "CDW", "FRW", "KDW", "M3D", "SPW").
What does it do under Windows?
http://bugs.winehq.org/show_bug.cgi?id=29813
--- Comment #2 from Roman I. Fedorov hyper_sonic@hotbox.ru 2012-02-07 22:21:51 CST --- (In reply to comment #1) I expect next behavior: double click on KOMPAS document open Viewer with it.
(In reply to comment #0)
- default key in [HKEY_CLASSES_ROOT\KOMPAS.<???>\shell\View\command] has wrong
value, such as this: C:\PROG~FBU\ASCON\KOMP~H4Z\Bin\KViewer.exe "%1" Right value is C:\PROGRA~1\ASCON\KOMPAS~1\Bin\KViewer.exe "%1"
What's wrong with it?
Can you compare string? C:\PROG~FBU\ASCON\KOMP~H4Z\Bin\KViewer.exe "%1" - wine key value C:\PROGRA~1\ASCON\KOMPAS~1\Bin\KViewer.exe "%1" - XP key value
- installer does not create desktop file for desktop integration:
~/.local/share/applications/wine-extension-<???>.desktop
Is it supposed to do that?
May be not, i don't know. But any application has it. Example MS Word.
- Command "env WINEPREFIX="/home/roman/.wine" wine start /ProgIDOpen
KOMPAS.<???> %f" use only "Open" explorer action. But Kompas Viewer installer is create "View" key in registry (view p. 1). You need rename "View" to "Open".
<???> - is a file extention ("A3D", "CDW", "FRW", "KDW", "M3D", "SPW").
What does it do under Windows?
Open in KOMPAS Viewer file with extention "A3D", "CDW", "FRW", "KDW", "M3D", "SPW". I have to open documents from file menu without it is functionality.
http://bugs.winehq.org/show_bug.cgi?id=29813
Roman I. Fedorov hyper_sonic@hotbox.ru changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |msi Severity|trivial |normal
http://bugs.winehq.org/show_bug.cgi?id=29813
Dmitry Timoshkov dmitry@baikal.ru changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|msi |-unknown Severity|normal |trivial
--- Comment #3 from Dmitry Timoshkov dmitry@baikal.ru 2012-02-09 00:00:13 CST --- (In reply to comment #2)
Can you compare string? C:\PROG~FBU\ASCON\KOMP~H4Z\Bin\KViewer.exe "%1" - wine key value C:\PROGRA~1\ASCON\KOMPAS~1\Bin\KViewer.exe "%1" - XP key value
You forgot to answer the question: What's wrong with it?
- installer does not create desktop file for desktop integration:
~/.local/share/applications/wine-extension-<???>.desktop
Is it supposed to do that?
May be not, i don't know. But any application has it. Example MS Word.
Then you need to test this first before claiming that it's a bug.
http://bugs.winehq.org/show_bug.cgi?id=29813
Roman I. Fedorov hyper_sonic@hotbox.ru changed:
What |Removed |Added ---------------------------------------------------------------------------- Severity|trivial |normal
--- Comment #4 from Roman I. Fedorov hyper_sonic@hotbox.ru 2012-02-09 08:05:12 CST --- (In reply to comment #3)
(In reply to comment #2)
Can you compare string? C:\PROG~FBU\ASCON\KOMP~H4Z\Bin\KViewer.exe "%1" - wine key value C:\PROGRA~1\ASCON\KOMPAS~1\Bin\KViewer.exe "%1" - XP key value
You forgot to answer the question: What's wrong with it?
Sorry, I mean first string consist mistake path. But in wine cmd it is worked, path changed to "C:\PROG~FBU\ASCON\KOMP~H4Z\Bin". Why in wine short path looks very strangely?
- installer does not create desktop file for desktop integration:
~/.local/share/applications/wine-extension-<???>.desktop
Is it supposed to do that?
May be not, i don't know. But any application has it. Example MS Word.
Then you need to test this first before claiming that it's a bug.
I was test it. Viewer not started after double clicking on KOMPAS documents. After manual changes posted past it is worked form me. Out-of-box wine not install KOMPAS Viewer properly.
http://bugs.winehq.org/show_bug.cgi?id=29813
Dmitry Timoshkov dmitry@baikal.ru changed:
What |Removed |Added ---------------------------------------------------------------------------- Severity|normal |trivial
--- Comment #5 from Dmitry Timoshkov dmitry@baikal.ru 2012-02-09 08:18:39 CST --- (In reply to comment #4)
Can you compare string? C:\PROG~FBU\ASCON\KOMP~H4Z\Bin\KViewer.exe "%1" - wine key value C:\PROGRA~1\ASCON\KOMPAS~1\Bin\KViewer.exe "%1" - XP key value
You forgot to answer the question: What's wrong with it?
Sorry, I mean first string consist mistake path. But in wine cmd it is worked, path changed to "C:\PROG~FBU\ASCON\KOMP~H4Z\Bin". Why in wine short path looks very strangely?
Long to short file name conversion is implemented differently in Wine than in Windows, it shouldn't matter for a user/application.
https://bugs.winehq.org/show_bug.cgi?id=29813
--- Comment #6 from Austin English austinenglish@gmail.com --- This is your friendly reminder that there has been no bug activity for 2 years. Is this still an issue in current (1.7.16 or newer) wine?
https://bugs.winehq.org/show_bug.cgi?id=29813
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |ABANDONED
--- Comment #7 from Austin English austinenglish@gmail.com --- (In reply to Austin English from comment #6)
This is your friendly reminder that there has been no bug activity for 2 years. Is this still an issue in current (1.7.16 or newer) wine?
Abandoned.
https://bugs.winehq.org/show_bug.cgi?id=29813
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #8 from Austin English austinenglish@gmail.com --- Closing.