maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Nokia N9 / N950 (https://talk.maemo.org/forumdisplay.php?f=51)
-   -   [SOLVED - this time for real] [Help] Documents Viewer Malfunctioning (https://talk.maemo.org/showthread.php?t=87187)

thedead1440 2012-10-02 16:08

[SOLVED - this time for real] [Help] Documents Viewer Malfunctioning
 
Hi all,

I've this strange error whereby when I try to open any excel, powerpoint or word files on the N9, the splash screen with the progress bar appears and dis-appears.

PDF files open fine but the above M$ formats have the issues...

So far, I've reinstalled the following packages to no avail:

office-tools
calligra-kchart
libkok
calligrameego

Anybody has ideas on which other packages could be re-installed to correct this issue?


Also, please do not suggest to re-flash as I'd rather get to the root of the issue instead of finding the easy way out ;)


Thanks in advance for all the help.

thedead1440


Edit: SOLVED FINALLY!!!

thedead1440 2012-10-02 16:56

Re: [Help] Documents Viewer Malfunctioning
 
Also,

If the packages are fine could someone teach me to open a word or excel document via CLI under debugging? That might lead me to the error...

Thanks...

thedead1440 2012-10-03 06:59

Re: [Help] Documents Viewer Malfunctioning
 
Bumping this thread with one update...

For M$ formats, i've just realised that 2003 office formats (i.e. doc and xls) work fine but the problem is occurring when opening the 2007 (docx and xlsx) formats...

Could someone direct me to the plugins required for these extensions? Maybe a re-installation of the plugin(s) required would solve the issue...

Thanks...

Schturman 2012-10-03 07:37

Re: [Help] Documents Viewer Malfunctioning
 
Do you tried rename the extension from docx to doc ?

thedead1440 2012-10-03 07:39

Re: [Help] Documents Viewer Malfunctioning
 
Quote:

Originally Posted by Schturman (Post 1275713)
Do you tried rename the extension from docx to doc ?

Didn't work...

The plugin is surely having an issue...The problem is whats the plugin name...

You have any idea on how to open the file in terminal using debug so errors can be captured?

Schturman 2012-10-03 08:04

Re: [Help] Documents Viewer Malfunctioning
 
Sorry, but i don't know.. :(

thedead1440 2012-10-03 08:10

Re: [Help] Documents Viewer Malfunctioning
 
I've a sneaky feeling this is due to qt5 from snowshoe repo disrupting things...

I've purged the repo and qt5...

Now i need to find the packages for qt4 that should be re-installed for this app...


Edit: Re-installed a number of libqt4 packages to no avail... :(

thedead1440 2012-10-03 16:26

Re: [Help] Documents Viewer Malfunctioning
 
bumping this thread...

hope someone has some sort of solution/method to debug...

thanks..

ajalkane 2012-10-03 16:36

Re: [Help] Documents Viewer Malfunctioning
 
Code:


/usr/share/applications $ grep ms- mimeinfo.cache
audio/x-ms-wma=musicsuiteinterface.desktop
image/x-ms-bmp=galleryserviceaction.desktop
x-maemo-highlight/mms-url=videosheetplayerinterface.desktop
X-TEMP-application/vnd.ms-excel=office-tools-quickviewer.desktop
audio/x-ms-asx=musicsuiteinterface.desktop
application/vnd.ms-powerpoint=office-tools.desktop
audio/vnd.ms-playready.media.pya=musicsuiteinterface.desktop
audio/x-ms-wax=musicsuiteinterface.desktop
X-TEMP-image/x-ms-bmp=mediaviewerserviceaction.desktop
application/vnd.ms-excel=office-tools.desktop
x-maemo-nepomuk/mms-message=showmessage.desktop
x-maemo-nepomuk/sms-message=showmessage.desktop
X-TEMP-application/vnd.ms-powerpoint=office-tools-quickviewer.desktop

There you have the desktop file, then look at the Exec line to run it in command-line

Code:

/usr/share/applications $ grep Exec office-tools-quickviewer.desktop
Exec=invoker --type=m /usr/bin/office-tools -quickviewer

Hopefully that gets you started. Run without invoker in command-line.

Hey that was my 666th post. Not such an evil post I think :(.

thedead1440 2012-10-03 16:45

Re: [Help] Documents Viewer Malfunctioning
 
Hi ajalkane,

Thanks for the reply! I'd done that before but it gets stuck at the following errors with nothing appearing...I'm not knowledgeable on Qt but translation error is slightly weird as I only use English as my language...Any clue?

Code:

RM696-21-3_PR_005:~# /usr/bin/office-tools
ApplicationService::ApplicationService(const QString&, const QString&, QObject*)
QApplication::removeTranslator: Please instantiate the QApplication object first
QApplication::removeTranslator: Please instantiate the QApplication object first
QApplication::installTranslator: Please instantiate the QApplication object first
QApplication::installTranslator: Please instantiate the QApplication object first
QApplication::installTranslator: Please instantiate the QApplication object first

RM696-21-3_PR_005:~# /usr/bin/office-tools -quickviewer
ApplicationService::ApplicationService(const QString&, const QString&, QObject*)
QApplication::removeTranslator: Please instantiate the QApplication object first
QApplication::removeTranslator: Please instantiate the QApplication object first
QApplication::installTranslator: Please instantiate the QApplication object first
QApplication::installTranslator: Please instantiate the QApplication object first
QApplication::installTranslator: Please instantiate the QApplication object first


RM696-21-3_PR_005:~# /usr/bin/office-tools -quickviewer --type=m
ApplicationService::ApplicationService(const QString&, const QString&, QObject*)
QApplication::removeTranslator: Please instantiate the QApplication object first
QApplication::removeTranslator: Please instantiate the QApplication object first
QApplication::installTranslator: Please instantiate the QApplication object first
QApplication::installTranslator: Please instantiate the QApplication object first
QApplication::installTranslator: Please instantiate the QApplication object first


Btw, are you sure you don't have a rule in Profilematic that detects your 666th post and erases your phone's data :p?


Thanks :)

thedead1440 2012-10-03 16:51

Re: [Help] Documents Viewer Malfunctioning
 
Ok I think some clues are being found :D

doing:

Code:

/usr/bin/office-tools -showfrontpage
results in the same errors as above but opens the documents app...

Clicking on those .doc files that open I get:

Code:

RM696-21-3_PR_005:~# /usr/bin/office-tools -showfrontpage
ApplicationService::ApplicationService(const QString&, const QString&, QObject*)
QApplication::removeTranslator: Please instantiate the QApplication object first
QApplication::removeTranslator: Please instantiate the QApplication object first
QApplication::installTranslator: Please instantiate the QApplication object first
QApplication::installTranslator: Please instantiate the QApplication object first
QApplication::installTranslator: Please instantiate the QApplication object first
invoker: Invoking execution: '/usr/bin/office-tools'
QDBusConnection: session D-Bus connection created before QCoreApplication. Application may misbehave.
QDBusConnection: session D-Bus connection created before QCoreApplication. Application may misbehave.
QStringList Solid::Backends::UDisks::UDisksManager::allDevicesInternal()  error:  "org.freedesktop.DBus.Error.ServiceUnknown"

However clicking on a .docx file, I get:

Code:

RM696-21-3_PR_005:~# /usr/bin/office-tools -showfrontpage
ApplicationService::ApplicationService(const QString&, const QString&, QObject*)
QApplication::removeTranslator: Please instantiate the QApplication object first
QApplication::removeTranslator: Please instantiate the QApplication object first
QApplication::installTranslator: Please instantiate the QApplication object first
QApplication::installTranslator: Please instantiate the QApplication object first
QApplication::installTranslator: Please instantiate the QApplication object first
invoker: Invoking execution: '/usr/bin/office-tools'
invoker: error: Can't send signal 11 to application [2944]: No such process

Now the question is what the signal 11 to application 2944 is...

ajalkane 2012-10-03 16:56

Re: [Help] Documents Viewer Malfunctioning
 
Perhaps you must run it using invoker. Redirect the logging to syslog and watch the output from /var/log/syslog:

Code:

invoker --type=m /usr/bin/office-tools -quickviewer -output-level debug -syslog-server local

thedead1440 2012-10-03 17:07

Re: [Help] Documents Viewer Malfunctioning
 
My output:

Code:

RM696-21-3_PR_005:~# invoker --type=m /usr/bin/office-tools -quickviewer -output-
level debug -syslog-server local
invoker: Invoking execution: '/usr/bin/office-tools'
MComponentData: "Testability plugin /usr/lib/qt4/plugins/testability/libtestability.so load failed with error: The shared library was not found."
MAssemblyPrivate: load stylesheet from /usr/share/themes/base/meegotouch/office-tools/style/office-tools.css
MAssemblyPrivate: load stylesheet from /usr/share/themes/fdb-originalv7.5/meegotouch/office-tools/style/office-tools.css

At this point nothing loads too...

Looking at /var/log/syslog gives nothing interesting related to this:

Code:

Oct  4 01:01:55 (2012) wlancond[1162]: High signal
Oct  4 01:03:39 (2012) wlancond[1162]: Low signal
Oct  4 01:03:41 (2012) wlancond[1162]: Scan issued
Oct  4 01:03:42 (2012) wlancond[1162]: Scan results ready -- scan active
Oct  4 01:04:13 (2012) wlancond[1162]: Low signal


Trying the following:

Code:

RM696-21-3_PR_005:~# invoker --type=m /usr/bin/office-tools -frontpage -output-le
vel debug -syslog-server local
invoker: Invoking execution: '/usr/bin/office-tools'
MComponentData: "Testability plugin /usr/lib/qt4/plugins/testability/libtestability.so load failed with error: The shared library was not found."
MApplicationService: registerService() registering failed
MAssemblyPrivate: load stylesheet from /usr/share/themes/base/meegotouch/office-tools/style/office-tools.css
MAssemblyPrivate: load stylesheet from /usr/share/themes/fdb-originalv7.5/meegotouch/office-tools/style/office-tools.css

gave:

Code:

Oct  4 01:05:58 (2012) applauncherd[926]: Boosted process (pid=3285) was terminated due to signal 11
Oct  4 01:05:58 (2012) invoker[3293]: error: Can't send signal 11 to application [3285]: No such process

Again its signal 11 error...How do we check an application's name from the number?

Thanks...


Edit:

Doesn't this:
MComponentData: "Testability plugin /usr/lib/qt4/plugins/testability/libtestability.so load failed with error: The shared library was not found."

mean that a qt4 component is missing?


Edit 2:

I ran the following without invoker:
Code:

RM696-21-3_PR_005:~# /usr/bin/office-tools -frontpage -output-level debug -syslog
-server local

The output for syslog:

Code:

Oct  4 01:09:40 (2012) office-tools[3362]: MComponentData: "Testability plugin /usr/lib/qt4/plugins/testability/libtestability.so load failed with error: The shared library was not found."
Oct  4 01:09:40 (2012) office-tools[3362]: MAssemblyPrivate: load stylesheet from /usr/share/themes/base/meegotouch/libmeegotouchcore/style/libmeegotouchcore.css
Oct  4 01:09:40 (2012) office-tools[3362]: MUniqueStringCachePrivate::fillUniqueStringCache: "Elements in cache /var/cache/meegotouch//css/no_reverse_lookup_string_cache: 4651, 20.3031% filled"
Oct  4 01:09:40 (2012) office-tools[3362]: MAssemblyPrivate: load stylesheet from /usr/share/themes/blanco/meegotouch/libmeegotouchcore/style/libmeegotouchcore.css
Oct  4 01:09:40 (2012) office-tools[3362]: MAssemblyPrivate: load stylesheet from /usr/share/themes/base/meegotouch/office-tools/style/office-tools.css
Oct  4 01:09:40 (2012) office-tools[3362]: MAssemblyPrivate: load stylesheet from /usr/share/themes/fdb-originalv7.5/meegotouch/office-tools/style/office-tools.css
Oct  4 01:09:40 (2012) office-tools[3362]: MUniqueStringCachePrivate::fillUniqueStringCache: "Elements in cache /var/cache/meegotouch//css/reverse_lookup_string_cache: 4522, 15.6556% filled"
Oct  4 01:09:40 (2012) office-tools[3362]: MUniqueStringCachePrivate::fillStringToIdCache: filling stringToIdCache for "/var/cache/meegotouch//css/reverse_lookup_string_cache"
Oct  4 01:09:40 (2012) office-tools[3362]: MOrientationTracker: VideoRoute: ""
Oct  4 01:09:40 (2012) office-tools[3362]: MWindowPrivate: Renderer: OpenGL
Oct  4 01:09:40 (2012) office-tools[3362]: Found SGX/MBX driver, enabling FullClearOnEveryFrame
Oct  4 01:09:40 (2012) office-tools[3362]: Found v1.4 driver, enabling brokenTexSubImage
Oct  4 01:09:40 (2012) office-tools[3362]: Successfully resolved MeeGo graphics system: /usr/lib/qt4/plugins/graphicssystems/libqmeegographicssystem.so
Oct  4 01:09:40 (2012) office-tools[3362]: AIRUIInputContextPlugin::AIRUIInputContextPlugin(QObject*)
Oct  4 01:09:40 (2012) office-tools[3362]: virtual QString AIRUIInputContextPlugin::displayName(const QString&)
Oct  4 01:09:40 (2012) office-tools[3362]: virtual QString AIRUIInputContextPlugin::description(const QString&)
Oct  4 01:09:40 (2012) office-tools[3362]: MAssemblyPrivate: load stylesheet from /usr/share/themes/base/meegotouch/libmeegotouchviews/style/libmeegotouchviews.css
Oct  4 01:09:40 (2012) office-tools[3362]: MAssemblyPrivate: load stylesheet from /usr/share/themes/blanco/meegotouch/libmeegotouchviews/style/libmeegotouchviews.css
Oct  4 01:09:40 (2012) office-tools[3362]: MeegoGraphics: found EGL_NOK_image_shared
Oct  4 01:09:40 (2012) office-tools[3362]: MeegoGraphics: found EGL_KHR_lock_surface2
Oct  4 01:09:40 (2012) office-tools[3362]: MeegoGraphics: found EGL_KHR_fence_sync
Oct  4 01:09:40 (2012) office-tools[3362]: MThemePrivate: pixmapChangedSlot - pixmap reload failed (null handle): "default_pixmap_icon-m-framework-close_48_48"

I think I'll do a reboot with reverting to blanco theme and report...


Edit 3: Reverting to blanco as the theme doesn't make a difference sadly :(

ajalkane 2012-10-03 17:18

Re: [Help] Documents Viewer Malfunctioning
 
Quote:

Originally Posted by thedead1440 (Post 1275913)
Doesn't this:
MComponentData: "Testability plugin /usr/lib/qt4/plugins/testability/libtestability.so load failed with error: The shared library was not found."

mean that a qt4 component is missing?

Yes. The -output-level debug causes that. I don't know what package contains that library if any in the repos.

Anyway I see you got some hints from syslog.

thedead1440 2012-10-03 17:29

Re: [Help] Documents Viewer Malfunctioning
 
ajlakane,

One last favour please; could you help me check if you have the following file in your system:

Code:

/usr/lib/qt4/plugins/testability/libtestability.so
That would give me a clue as to whether due to this being missing I'm having the issue...


Thanks for your help!

thedead1440 2012-10-03 17:35

Re: [Help] Documents Viewer Malfunctioning
 
i did a re-install for libqt4-test package from the repos but the above file is still missing...

thedead1440 2012-10-03 17:49

Re: [Help] Documents Viewer Malfunctioning
 
Code:

apt-get install libqt4-core libqt4-sql-sqlite libqt4-phonon libqt4-network libqt4-xmlpatterns libqt4-opengl libqt4 libqt4-dbus libqt4-meegographicssystemhelper libqt4-script libqt4-sql libqt4-gui libqt4-meegographicssystem libqt4-declarative libqt4-test libqt4-xml libqt4-svg libqt4-wbmp libqt4-meego --reinstall
So re-installing all the libqt4 modules available did nothing to improve the situation :rolleyes:

ajalkane 2012-10-03 18:54

Re: [Help] Documents Viewer Malfunctioning
 
Quote:

Originally Posted by thedead1440 (Post 1275926)
ajlakane,

One last favour please; could you help me check if you have the following file in your system:

Code:

/usr/lib/qt4/plugins/testability/libtestability.so

No, I don't have that file, and I have no clue what package it might be in (if any). Might be some Nokia internal library that's not available in repos.

minimos 2012-10-03 19:43

Re: [Help] Documents Viewer Malfunctioning
 
Quote:

Originally Posted by ajalkane (Post 1275975)
No, I don't have that file, and I have no clue what package it might be in (if any). Might be some Nokia internal library that's not available in repos.

The libtestability.so should come from the Matti/TDriver suite: http://wiki.meego.com/Quality/QA-tools/TDriver
That is, should come from packages included in repositories at http://harmattan-dev.nokia.com.
@thedead1440: does that seem possible origin to you?

thedead1440 2012-10-04 03:01

Re: [Help] Documents Viewer Malfunctioning
 
minimos,

Thanks!

However, like ajalkane mentioned above he doesn't have that file in his system so this means such error is a normal one...I tried installing testability-driver from SDK repo and qttas-server and aegis-testing-tools are to be installed too...

However, these two packages are rejected as their origin can't be found; I tried with export origin too as I'm in open mode but they just can't get verified meaning these packages are not required for the system to function normally...


You have any idea what plugin is required for the viewing of documents? Maybe its a plugin that is the cause of the issue?

Thanks alot for your help!

thedead1440 2012-10-04 03:36

Re: [Help] Documents Viewer Malfunctioning
 
One more update I did the following:

Code:

/usr/bin/office-tools -quickviewer /path/to/xlsx/file
The splash screen with the loading bar appeared and disappeared but the following was the error I got:

Code:

ApplicationService::ApplicationService(const QString&, const QString&, QObject*)
QApplication::removeTranslator: Please instantiate the QApplication object first
QApplication::removeTranslator: Please instantiate the QApplication object first
QApplication::installTranslator: Please instantiate the QApplication object first
QApplication::installTranslator: Please instantiate the QApplication object first
QApplication::installTranslator: Please instantiate the QApplication object first
Segmentation fault

What does the seg fault in this instance mean with relation to the viewer?


Running the same with using the invoker commands as ajalkane mentioned above gave the same seg fault error with syslog having:

Code:

Oct  4 11:37:28 (2012) invoker[14525]: error: Can't send signal 11 to application [14396]: No such process

ajalkane 2012-10-04 05:38

Re: [Help] Documents Viewer Malfunctioning
 
Quote:

Originally Posted by thedead1440 (Post 1276095)
One more update I did the following:

Code:

/usr/bin/office-tools -quickviewer /path/to/xlsx/file
The splash screen with the loading bar appeared and disappeared but the following was the error I got:

Code:

ApplicationService::ApplicationService(const QString&, const QString&, QObject*)
QApplication::removeTranslator: Please instantiate the QApplication object first
QApplication::removeTranslator: Please instantiate the QApplication object first
QApplication::installTranslator: Please instantiate the QApplication object first
QApplication::installTranslator: Please instantiate the QApplication object first
QApplication::installTranslator: Please instantiate the QApplication object first
Segmentation fault

What does the seg fault in this instance mean with relation to the viewer?


Running the same with using the invoker commands as ajalkane mentioned above gave the same seg fault error with syslog having:

Code:

Oct  4 11:37:28 (2012) invoker[14525]: error: Can't send signal 11 to application [14396]: No such process

Seg fault means the viewer crashed. You can try reinstalling the viewer, but most likely it has a bug and just can't open that document.

The signal you don't need to care about. It comes as the process crashed, so it doesn't exist anymore.

Missing testability library is not the cause of this. The library is only used somehow for debug logging.

thedead1440 2012-10-04 10:16

Re: [Help] Documents Viewer Malfunctioning
 
Quote:

Originally Posted by ajalkane (Post 1276121)
Seg fault means the viewer crashed. You can try reinstalling the viewer, but most likely it has a bug and just can't open that document.

The signal you don't need to care about. It comes as the process crashed, so it doesn't exist anymore.

Missing testability library is not the cause of this. The library is only used somehow for debug logging.

That's exactly the problem sadly :(

Re-installing office-tools, which contains quickviewer, doesn't help...I'd done a re-installation of libkok. office-tools, calligrameego, calligra-kchart in the very beginning and since didn't work out I posted a thread...

Starting to think a flash maybe the only way out (however, i don't see what it fixes that re-installation doesn't)...Will first have to do a proper rootfs and userfs backup then restore selectively...A whole day over the weekend has to now be kept aside for this :o

javispedro 2012-10-04 10:59

Re: [Help] Documents Viewer Malfunctioning
 
Quote:

Originally Posted by thedead1440 (Post 1276191)
Starting to think a flash maybe the only way out (however, i don't see what it fixes that re-installation doesn't)...

Everything? Reinstalling is for most of Maemo's packages a total NOP. It will just unpack the files again, which will do nothing _unless_ they have mysteriously corrupted -- and this happens virtually never, unless you intentionally do it and then ignore Aegis' complains.

Reflashing on the other hand deletes all of the configuration, settings, and other leftover files. Even if you restore thereafter not all files necessarily come back.

thedead1440 2012-10-04 11:16

Re: [Help] Documents Viewer Malfunctioning
 
Yes sir!

I just am not able to comprehend how it has messed up when everything else on my phone with the mods and tweaks work flawlessly...


Anyway do you have an idea of what other package/lib's reinstallation have a chance of fixing this up?

Thanks :D

thedead1440 2012-10-04 16:51

Re: [Help] Documents Viewer Malfunctioning
 
One last update before I reflash tomorrow or over the weekend:

I did:

Code:

dpkg --remove --force-remove-reinstreq office-tools
dpkg --remove --force-remove-reinstreq calligra-kchart
dpkg --remove --force-remove-reinstreq calligrameego

Ofcourse only after unlocking via N9QTweak Tweak QQ...

I then did a reboot and did a re-install of office-tools which installed all 3 packages and still no difference...

So it means a reflash then is the only option...

ajalkane 2012-10-04 16:55

Re: [Help] Documents Viewer Malfunctioning
 
Quote:

Originally Posted by thedead1440 (Post 1276418)
So it means a reflash then is the only option...

Are you sure those documents work on any N9? It's not like those office suites were not without bugs...

thedead1440 2012-10-04 16:59

Re: [Help] Documents Viewer Malfunctioning
 
I have over 40 xlsx and docx files and none of them open...xls and doc work fine...

Also I haven't flashed my n9 since pr1.3 was released so all this while at least half of those files have been opened at least once and never had any such issue...

To test it out I just transferred a test.docx over and that too didn't open so surely the files are ok...


Edit: Oops read your question wrongly; yup those files open as there are 3 xlsx files that are update weekly and I read them usually without any issues...The last 2 weeks I haven't read them on my phone and when I read them this week I faced this issue...

thedead1440 2012-10-04 17:06

Re: [Help] Documents Viewer Malfunctioning
 
Anyway now that farfary has created the a brilliant script called BackN9 to do a auto-backup of all packages that are installed in the device I think the pain is greatly reduced of re-flashing; the re-installation of apps has always wasted a lot of time even thought I don't use even half of them :D

javispedro 2012-10-05 08:59

Re: [Help] Documents Viewer Malfunctioning
 
Quote:

Originally Posted by thedead1440 (Post 1276224)
Anyway do you have an idea of what other package/lib's reinstallation have a chance of fixing this up?

As I said, reinstallation is a total NOP. A no-operation. In most occasions it never fixes anything

(Exceptions: downgrading packages, NAND corruption --virtually 0% probability)

thedead1440 2012-10-07 02:47

Re: [Help] Documents Viewer Malfunctioning
 
I am changing the thread title to include [SOLVED] as a reflash fixed everything up...

I'm now able to view all my docx and xlsx files so it maybe due to some weird bug that I was facing the issues...


Thanks to everybody who helped :)

thedead1440 2012-11-26 05:36

Re: [SOLVED] [Help] Documents Viewer Malfunctioning
 
1 Attachment(s)
A small update here for future reference:

- I got the same issue again...

- Did a re-flash and installed some (many?) apps and saw the viewer is broken again

- Will troubleshoot which app(s) is/are responsible for it but its going to take a long time due to the sheer number of apps installed...

- Attaching my dpkg -l log here in case anybody has an idea although I don't think anyone else has this weird bug...

thedead1440 2012-11-30 04:39

Re: [SOLVED] [Help] Documents Viewer Malfunctioning
 
Ok finally at last the solution has been found!

The app that was causing the problem was Hydra Widget Platform (pkg name: widget-runtime).

Uninstallation of the said app fixed the bloody error that has been bugging me since more than 1.5 months.

Schturman 2012-11-30 05:11

Re: [SOLVED] [Help] Documents Viewer Malfunctioning
 
cool, finally you know :)

thedead1440 2012-11-30 06:09

Re: [SOLVED] [Help] Documents Viewer Malfunctioning
 
Quote:

Originally Posted by Schturman (Post 1299946)
cool, finally you know :)

Yup had a huge slice of luck too :D

After the recent flash I had restored all my apps only to see yesterday that sviox had in his thread announced that v1.3.2 should be in Store.

This morning checked Store and it showed there was an Update but there was no Update button (usually this means uninstall prior version) so I don't know why but I found it easier to apt-get remove via SSH and in the removal log there was one line stating "Processing triggers for shared-mime-info"

Two days ago when brkn was helping me do a diff between strace log of mine and his, he had mentioned mimetypes but they were ok at that time...

Seeing that line made me try a 2007 document and voila it opened :D

So thanks to a huge slick of luck the bug was caught :D

Also thank you for helping me test my wild-guesses of what could be the culprit :)


All times are GMT. The time now is 16:08.

vBulletin® Version 3.8.8