Description: After deploying https://extensions.libreoffice.org/extensions/bookmark-toggle/1-0.0 and restarting LO,ALT + 1 (one) doesn't do anything. Actual Results: After deploying script, it's meaningless kéép pushing ALT + 1. Expected Results: Show bookmarks in text. Reproducible: Always User Profile Reset: No Additional Info:
(In reply to Sebők Gábor from comment #0) > Description: > After deploying > https://extensions.libreoffice.org/extensions/bookmark-toggle/1-0.0 and > restarting LO,ALT + 1 (one) doesn't do anything. Please try version 1.1.0 (https://extensions.libreoffice.org/extensions/bookmark-toggle/1-1.0). Does solve your problem => NEEDINFO
I've tried out https://extensions.libreoffice.org/extensions/bookmark-toggle/1-1.0 but I don't have LINUX (THIS IS ONLY FOR LINUX). My system is Win10 on HP Folio 9470m. Regards, Gábor
Gábor, sorry I diidn't see, that it is only for Linux. I assume, that the author of the extension is responsible for fixing the bug mentioned in the Linux release also for windows. But there are no information about the author. So I would say NOTOURBUG.
I got your letter. Which mean... who is responsible now? Gábor
(In reply to Sebők Gábor from comment #4) > I got your letter. Which mean... who is responsible now? > > Gábor For me, the author of the extension is responsible to make it available for Lo 6.2 under Windows, but perhaps more experienced users have another opinon.
Created attachment 151323 [details] Libreoffice-Dev Version: 6.3.0.0.alpha0 Message: <class 'KeyError'>: 'bookmarktoggle.oxt' File "/home/gamer/Downloads/LibreOfficeDev_6.3.0.0.alpha0_Linux_x86-64_rpm/RPMS/opt/libreofficedev6.3/program/pythonscript.py", line 1037, in getScript self.provCtx.uriHelper.getStorageURI(scriptUri) ); File "/home/gamer/Downloads/LibreOfficeDev_6.3.0.0.alpha0_Linux_x86-64_rpm/RPMS/opt/libreofficedev6.3/program/pythonscript.py", line 407, in getStorageUrlFromPersistentUrl package = self.mapPackageName2Path[ packageName ]
Adding extension author to Cc, hoping for comments.
(In reply to Dieter Praas from comment #1) > (In reply to Sebők Gábor from comment #0) > > Description: > > After deploying > > https://extensions.libreoffice.org/extensions/bookmark-toggle/1-0.0 and > > restarting LO,ALT + 1 (one) doesn't do anything. > > Please try version 1.1.0 > (https://extensions.libreoffice.org/extensions/bookmark-toggle/1-1.0). Does > solve your problem => NEEDINFO Thanks,but unfortunately I've Win10.
I would say NOTOURBUG, but a bug of the extension.
(In reply to paulmcquad from comment #6) > Created attachment 151323 [details] > Libreoffice-Dev > > Version: 6.3.0.0.alpha0 > > > Message: <class 'KeyError'>: 'bookmarktoggle.oxt' > File > "/home/gamer/Downloads/LibreOfficeDev_6.3.0.0.alpha0_Linux_x86-64_rpm/RPMS/ > opt/libreofficedev6.3/program/pythonscript.py", line 1037, in getScript > self.provCtx.uriHelper.getStorageURI(scriptUri) ); > File > "/home/gamer/Downloads/LibreOfficeDev_6.3.0.0.alpha0_Linux_x86-64_rpm/RPMS/ > opt/libreofficedev6.3/program/pythonscript.py", line 407, in > getStorageUrlFromPersistentUrl > package = self.mapPackageName2Path[ packageName ] I have tested your attachment in both LO 6.0 and 6.2 on Linux Mint 19.1 (Ubuntu 18.04) where it functions happily. I do not as yet have a copy of LO 6.3 but if I can load it up I will. With regard to the issue about working on Windows, the code does nothing Linux specific, so unless there is some difference in the implementation/installation between Windows and Linux, I would expect it to function, as long as the person installing it has the requiste libraries loaded i.e, python, pyuno and libreoffice-python-script-provider and the description of the extension does specify that. The issue of testing in on Windows is, I don't own a windows OS and refuse point blank to allow it in the house, so I won't be testing it on Windows. However it is a simple python script, so it wouldn't be difficult, if someone had the urge, it's only creating annotations for each bookmark found. As I said, I don't see why it wouldn't work on Windows but as I don't use that OS, I specified it to be Linux only to cover for the fact that I can't test it. One last point, the error "Class KeyError", there is no such Class in the script, that error must be coming out of the LO script "pythonscript.py" over which I have no control. Perhaps modifying the HotKey from Alt+1 to something else might shed some light on the problem. Feel free to come back to me with any comments or suggestions. Regards RolfofSaxony
Thanks a lot for the comment. I will change the status, but Gábor is free to ask more questions.
Created attachment 151445 [details] screenshot screenshot of Bookmark toggle functioning
(In reply to rolfofsaxony from comment #12) > Created attachment 151445 [details] > screenshot > > screenshot of Bookmark toggle functioning This was taken using LibreOffice Version: 6.2.3.2 the latest released version I can find.
(In reply to rolfofsaxony from comment #13) > (In reply to rolfofsaxony from comment #12) > > Created attachment 151445 [details] > > screenshot > > > > screenshot of Bookmark toggle functioning > > This was taken using LibreOffice Version: 6.2.3.2 the latest released > version I can find. Please note: I there are no bookmarks in the document then Bookmark Toggle will appear to do nothing! It does not issue a warning that there are no bookmarks.