pixiv-omina icon indicating copy to clipboard operation
pixiv-omina copied to clipboard

Pixiv Toolkit's Pixiv Omina button doesn't do anything

Open ghost opened this issue 5 years ago • 9 comments

The Pixiv Omina button in Pixiv Toolkit doesn't do anything, just when mousing over the button it displays "You need to download Pixiv Omina for the button to work".

Pixiv Toolkit Version: 3.7.2-20010612 Pixiv Omina Version: 0.4.1 Operating System: Windows 10 Pro x64 Browser: Google Chrome Version 79.0.3945.130 (Official Build) (64-bit)

ghost avatar Jan 21 '20 09:01 ghost

Also experiencing this issue. I've tried disabling/re-enabling the extension, restarting Pixiv Omina, and reinstalling both. Also tried starting chrome while Pixiv Omina was running - and still no luck after doing the disable/enable process. Also reloaded the pixiv page to ensure the extension each time an attempt to resolve this issue was made.

Pixiv Toolkit Version: 3.7.3-20012112 Pixiv Omina Version: 0.4.1 Operating System: Windows 10 Home x64 Browser: Version 80.0.3987.106 (Official Build) (64-bit)

MochaModifier avatar Feb 17 '20 04:02 MochaModifier

Cannot reproduce the issue. Does the Pixiv Omina work correctly when you paste the url to Pixiv Omina?

leoding86 avatar Mar 04 '20 02:03 leoding86

Copying the URL directly to Pixiv Omina does work, yes.

MochaModifier avatar Mar 28 '20 20:03 MochaModifier

Same here

Pixiv Toolkit Version: 4.0.0-2020032215 Pixiv Omina Version: 0.4.1 Operating System: Windows 10 Pro x64 Browser: Chrome Version 80.0.3987.149 (Offizieller Build) (64-Bit)

panteras81 avatar Mar 28 '20 22:03 panteras81

I've not really done anything with plugins/extensions before, is there anything I can do to help check this on my end? Record a log or the like?

MochaModifier avatar Mar 29 '20 00:03 MochaModifier

Found the issue, the pixiv-omina protocol is not registered at windows 10.

Following reg entries fix the problem:

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\pixiv-omina] @="URL: pixiv-omina" "URL Protocol"=""

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\pixiv-omina\shell]

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\pixiv-omina\shell\open]

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\pixiv-omina\shell\open\command] @=""C:\Program Files (x86)\Pixiv Omina\Pixiv Omina.exe" %1"

RegKeys pixiv-omina Protocol - rename (.txt.) to (.reg).txt

panteras81 avatar Mar 29 '20 01:03 panteras81

That fixed it, Panteras81; Good job!

MochaModifier avatar Mar 29 '20 01:03 MochaModifier

@panteras81 Might you kindly point out as to what should be done for this to work on Linux as well? As it is at the moment: upon my click the Omina button, the Pixiv Omina application is being launched/focused, but that is about it.

I may be new to Linux, however the changes which were required for the button to work on Windows were also far from being plain to me.

Edit: Also worth to mention that I am only using appimagelauncher 2.2.0-4 for its integration.

sakkamade avatar Mar 25 '21 23:03 sakkamade

Found the issue, the pixiv-omina protocol is not registered at windows 10.

Following reg entries fix the problem:

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\pixiv-omina] @="URL: pixiv-omina" "URL Protocol"=""

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\pixiv-omina\shell]

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\pixiv-omina\shell\open]

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\pixiv-omina\shell\open\command] @=""C:\Program Files (x86)\Pixiv Omina\Pixiv Omina.exe" %1"

RegKeys pixiv-omina Protocol - rename (.txt.) to (.reg).txt

This method isn't working anymore

wpeii avatar Jan 13 '24 14:01 wpeii