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

Mono doesn't have installed WebBrowser #3523

Closed
HappyNTH opened this issue Feb 4, 2017 · 4 comments
Closed

Mono doesn't have installed WebBrowser #3523

HappyNTH opened this issue Feb 4, 2017 · 4 comments

Comments

@HappyNTH
Copy link

HappyNTH commented Feb 4, 2017

I'm trying to use GitExtensions through Mono, as I have been instructed through the manual. However, when I try to like to my Github, it says Mono doesn't have installed WebBrowser in the GitExtensions client, and opens a blank window. I get the error libgluezilla not found. To have webbrowser support, you need libgluezilla installed in the Terminal. Please help!

@KindDragon
Copy link
Contributor

Check this http://askubuntu.com/a/465593/579410

@HappyNTH
Copy link
Author

HappyNTH commented Feb 5, 2017

I'm using Mac, so this is not a possibility. I manually entered an OAuth key, and now it shows my personal repositories. However, when I try to clone anything at all, I get the error:
Permission denied (public key)
fatal: Could not read from remote repository

Please make sure you have the correct access rights and the repository exists

I am certain of both of these, and the OAuth has full rights.

@maphew
Copy link

maphew commented Aug 28, 2018

I get this same error on Linux Mint 18.2 and I do have libgluezilla installed:

matt@dell-xps ~/ $ cat `which gitext`
#!/bin/bash
mono ~/.local/opt/GitExtensions/GitExtensions.exe "$@" &
matt@dell-xps ~/ $ gitext 

    # in app use Menu: Plugins >> Github

matt@dell-xps ~/ $ libgluezilla not found. To have webbrowser support, you need libgluezilla installed

matt@dell-xps ~/ $ apt-cache search libgluezilla
libmono-webbrowser2.0-cil - Mono Web Browser library (for CLI 2.0)
libmono-webbrowser4.0-cil - Mono Web Browser library (for CLI 4.0)

matt@dell-xps ~/ $ sudo apt install libmono-webbrowser4.0-cil
Reading package lists... Done
Building dependency tree       
Reading state information... Done
libmono-webbrowser4.0-cil is already the newest version (5.10.1.20-0xamarin1+debian7b1).
0 upgraded, 0 newly installed, 0 to remove and 10 not upgraded.

matt@dell-xps ~/ $

Update: Git extenstions v2.51.04

@GintasS
Copy link
Collaborator

GintasS commented Aug 20, 2021

Since Workaround available, I'm voting to close this because of age and lack of discussion.

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

No branches or pull requests

5 participants