Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Help doesn't open #17170

Closed
qgib opened this issue Aug 2, 2013 · 20 comments
Closed

Help doesn't open #17170

qgib opened this issue Aug 2, 2013 · 20 comments
Labels
Bug Either a bug report, or a bug fix. Let's hope for the latter!

Comments

@qgib
Copy link
Contributor

qgib commented Aug 2, 2013

Author Name: Jonathan Moules (Jonathan Moules)
Original Redmine Issue: 8398
Affected QGIS version: master


This seems like quite a critical issue.

Pressing any of the "help" buttons doesn't open any help. I get a log message though:
@error starting help viewer[0]@ - level 1.

Windows weekly build - a13cdf8

@qgib
Copy link
Contributor Author

qgib commented Aug 2, 2013

Author Name: Matthias Kuhn (@m-kuhn)


If this is confirmed, it's a blocker


  • priority_id was changed from Normal to Severe/Regression

@qgib
Copy link
Contributor Author

qgib commented Aug 2, 2013

Author Name: Salvatore Larosa (@slarosa)


Not confirmed here, I also tested it on Windows XP (e3b8b41) and it works.


  • status_id was changed from Open to Feedback

@qgib
Copy link
Contributor Author

qgib commented Aug 2, 2013

Author Name: Jonathan Moules (Jonathan Moules)


I'm using Windows 7, 64bit. It's a new install on a new machine that hasn't had QGIS installed on it before.

@qgib
Copy link
Contributor Author

qgib commented Aug 2, 2013

Author Name: Regis Haubourg (@haubourg)


not reproduced here, windows 7 64 bit.
but I get a error message in qgis.org site, the url seems deprecated.

@qgib
Copy link
Contributor Author

qgib commented Aug 2, 2013

Author Name: Jonathan Moules (Jonathan Moules)


Does it require internet access to work? My QGIS doesn't have internet access.

@qgib
Copy link
Contributor Author

qgib commented Aug 2, 2013

Author Name: Giovanni Manghi (@gioman)


Jonathan Moules wrote:

Does it require internet access to work? My QGIS doesn't have internet access.

"help content" (shortcut f1) opens a web page, in a browser.

@qgib
Copy link
Contributor Author

qgib commented Aug 3, 2013

Author Name: Nathan Woodrow (@NathanW2)


I can't confirm here too. Opens http://docs.qgis.org/2.0/html/en/docs/user_manual/ for me.

@qgib
Copy link
Contributor Author

qgib commented Aug 5, 2013

Author Name: Jonathan Moules (Jonathan Moules)


Giovanni Manghi wrote:

Jonathan Moules wrote:

Does it require internet access to work? My QGIS doesn't have internet access.

"help content" (shortcut f1) opens a web page, in a browser.

Yep, that works for me, but it's not the error I'm reporting.

The failure is the dialog specific help buttons. So "Add Oracle Tables" -> Help fails. "Add Layers from a Server" (WMS/WMTS) - Help fails. Every one of them that I've tried fails.

@qgib
Copy link
Contributor Author

qgib commented Aug 5, 2013

Author Name: Giovanni Manghi (@gioman)


The failure is the dialog specific help buttons. So "Add Oracle Tables" -> Help fails. "Add Layers from a Server" (WMS/WMTS) - Help fails. Every one of them that I've tried fails.

they all work fine here, on both Linux and Windows.

@qgib
Copy link
Contributor Author

qgib commented Aug 5, 2013

Author Name: Rémi Bovard (@rbovard)


Confirmed here

Error starting help viewer [0]

On weekly a13cdf8 - Win7 32 bits

@qgib
Copy link
Contributor Author

qgib commented Aug 6, 2013

Author Name: Salvatore Larosa (@slarosa)


Please, could you try with a more updated weekly package or better, if possible, with the latest master ?

@qgib
Copy link
Contributor Author

qgib commented Aug 7, 2013

Author Name: Rémi Bovard (@rbovard)


Always the same error with the latest weekly 7748102

@qgib
Copy link
Contributor Author

qgib commented Aug 7, 2013

Author Name: Nathan Woodrow (@NathanW2)


Can't confirm here. Opens the help viewer as expected.

@qgib
Copy link
Contributor Author

qgib commented Aug 11, 2013

Author Name: Nathan Woodrow (@NathanW2)


Can we get an update on this Jonathan using the latest master.

@qgib
Copy link
Contributor Author

qgib commented Aug 12, 2013

Author Name: Jonathan Moules (Jonathan Moules)


I can't install the master, only the weeklies. I guess I can do that tomorrow as it hasn't been built yet.

@qgib
Copy link
Contributor Author

qgib commented Aug 12, 2013

Author Name: Salvatore Larosa (@slarosa)


Jonathan Moules wrote:

I can't install the master, only the weeklies. I guess I can do that tomorrow as it hasn't been built yet.

Could you try to rename path/to/application/QGIS Weekly to path/to/application/QGIS_Weekly ?
or at least to strip the spaces into your app path ? This trick has worked for me although it is very strange !
wainting for the fix, you can choose an own path without spaces when you install the weekly package!

Also, I am not sure whether using escaped quotes would solve the problem:

diff --git a/src/core/qgscontexthelp.cpp b/src/core/qgscontexthelp.cpp
index b259032..3a743c5 100644
--- a/src/core/qgscontexthelp.cpp
+++ b/src/core/qgscontexthelp.cpp
@@ -73,7 +73,7 @@ QProcess *QgsContextHelp::start()
   }
 #endif
 
-  process->start( helpPath );
+  process->start( "\\"" + helpPath + "\\"" );
 
   return process;
 }

@qgib
Copy link
Contributor Author

qgib commented Aug 12, 2013

Author Name: Rémi Bovard (@rbovard)


It worked !

I installed latest weekly in @C:\Temp\QGIS_Weekly@

@qgib
Copy link
Contributor Author

qgib commented Aug 13, 2013

Author Name: Jonathan Moules (Jonathan Moules)


It seems like in a bout of stupidity, our corporate network has now blocked the download of .exe files so I can't even download the new QGIS weekly. sigh

However I can confirm using the a13cdf8 that renaming to "QGIS_Weekly" from "QGIS Weekly" does resolve the issue.

@qgib
Copy link
Contributor Author

qgib commented Aug 13, 2013

Author Name: Andreas Neumann (@andreasneumann)


Works fine for me. However, some of the help content is very outdated. E.g. the help for layer properties talks about 7 tabs, but there are 10 and it is really completely outdated.

Wasn't the idea that we jump directly to the corresponding section in the online help?

@qgib
Copy link
Contributor Author

qgib commented Aug 14, 2013

Author Name: Jürgen Fischer (@jef-n)


Fixed in changeset "58b79108ea91cc6f34e2a71987ea65c254aefe7c".


  • status_id was changed from Feedback to Closed

@qgib qgib added the Bug Either a bug report, or a bug fix. Let's hope for the latter! label May 24, 2019
@qgib qgib closed this as completed May 24, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Either a bug report, or a bug fix. Let's hope for the latter!
Projects
None yet
Development

No branches or pull requests

1 participant