Skip to content
This repository has been archived by the owner on Jan 17, 2018. It is now read-only.

Can't get the manifest file #3

Open
mhsabbagh opened this issue Aug 30, 2017 · 9 comments
Open

Can't get the manifest file #3

mhsabbagh opened this issue Aug 30, 2017 · 9 comments

Comments

@mhsabbagh
Copy link

Hello.

After installing the addon and after downloading the Python script and putting its absolute path in the settings page to get the manifest file, the installer page just keeps loading and never ends.

Tested on Fedora 26 with Nightly 57a1.

@nonsignificantp
Copy link

Same on elementary OS. 0.4.1 Loki. Also, manually executing the script returns
AttributeError: 'file' object has no attribute 'buffer'

@GKFX
Copy link
Owner

GKFX commented Sep 1, 2017

Thanks for getting in touch!
Manually executing the script unfortunately doesn't work; the script relies on getting specific instructions from the add-on.
So what exactly do you both see? Once you've filled in the path, does the native manifest download button stop being greyed out? Does anything happen when you click on it?
Also, you can create the manifest by hand if you like, just fill in the absolute path:

{"name":"hide_title_bar","description":"Hide the Firefox title bar, using GTK","path":"/absolute/path/here.py","type":"stdio","allowed_extensions":["[email protected]"]}

@Mathok
Copy link

Mathok commented Sep 29, 2017

Same Problem here.

Yes the native manifest download button is no longer greyed out.

when I click on the button a new tab is loading but it will never be finished with the loading

@wintermk
Copy link

Same problem on Fedora 27 with Firefox 57.0b7.

@alfredmaliakal
Copy link

I have been having the same problem as well, on manjaro linux. If you really want the manifest, you can either create one of your own as said above or do as I did. Type in your absolute path, the button should be active by now, inspect your web page; select the button using 'element selector tool'; copy the href; paste it in another url and go

@Ezwen
Copy link

Ezwen commented Nov 7, 2017

Same problem here with Fedora 27 and Firefox 57:

  • Download the script
  • chmod +x on the script
  • Enter the absolute path to the script
  • Press the button to get the manifest

Result: a tab opens, and loads forever :(

@netzgestaltung
Copy link

what @alfredmaliakal sayed worked, but the title bar is still there after a restart

@netzgestaltung
Copy link

netzgestaltung commented Nov 15, 2017

aha, as mentioned in the comments of the ff addons page, the package "wmctrl" needs to be installed also. https://addons.mozilla.org/de/firefox/addon/hide-title-bar/reviews/

after that it works on fedora 26 (korora).

@gwemmie
Copy link

gwemmie commented Nov 17, 2017

On Firefox 57 and Arch x64 and XFCE, and it still doesn't work for me with the manifest in the right places and wmctrl installed. That is, the title bar is still here.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

9 participants