slgobinath / uget-chrome-wrapper

Moved to https://github.com/ugetdm/uget-integrator and https://github.com/ugetdm/uget-extension
GNU General Public License v3.0
75 stars 14 forks source link

Failed to connect with uget-chrome-wrapper in Opera Arch #16

Closed slgobinath closed 7 years ago

slgobinath commented 7 years ago

This issue was reported in Opera addon review page. This is due to the inconsistency in Opera native-messaging configuration path. Usually Opera use the same directory as Google Chrome but in Arch AUR pack, it uses /etc/opera directory.

I have reproduced this issue and asked the AUR maintainer to release a new PKGBUILD with the fix. Also, I have updated the installation guide for "Any Linux Systems - Google Chrome and Opera" Until the AUR is updated, follow these steps to integrate Opera with uGet in Arch Linux:

sudo mkdir -p /etc/opera/native-messaging-hosts
sudo wget https://raw.githubusercontent.com/slgobinath/uget-chrome-wrapper/master/uget-chrome-wrapper/conf/com.javahelps.ugetchromewrapper.json --output-document /etc/opera/native-messaging-hosts/com.javahelps.ugetchromewrapper.json
slgobinath commented 7 years ago

I reave it open until the AUR is updated.

Sasasu commented 7 years ago

AUR has been updated.

slgobinath commented 7 years ago

@Sasasu, Thank you very much for the release.