Github messages for voidlinux
 help / color / mirror / Atom feed
* Re: anki doesn't support anymore ibus-anthy
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-2794@inbox.vuxu.org>
  2019-10-24  2:27 ` anki doesn't support anymore ibus-anthy voidlinux-github
@ 2019-10-24  2:30 ` voidlinux-github
  2019-10-24  2:31 ` voidlinux-github
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 6+ messages in thread
From: voidlinux-github @ 2019-10-24  2:30 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 3939 bytes --]

New comment by Codeberg-AsGithubAlternative-buhtz on void-packages repository

https://github.com/void-linux/void-packages/issues/2794#issuecomment-545713899

Comment:
@ KRSHK never gave feedback about the question if the IBus plugin is loaded (`grep` output).

I have similar issue on Debian 10. IBus do not work with Anki and JabRef but with all other applications.

Looks like the plugin is loaded, or not?

```
$ ps x|grep anki
 2633 ?        S      0:00 anki
 2634 ?        Sl     0:01 anki
 2647 ?        S      0:00 /usr/local/share/anki/bin/PyQt5/Qt/libexec/QtWebEngineProcess --type=zygote --webengine-schemes=qrc:sLV --lang=de
 2666 ?        Sl     0:00 /usr/local/share/anki/bin/PyQt5/Qt/libexec/QtWebEngineProcess --type=renderer --disable-gpu-memory-buffer-video-frames --enable-threaded-compositing --use-gl=desktop --enable-features=AllowContentInitiatedDataUrlNavigations --disable-features=MojoVideoCapture,SurfaceSynchronization,UseVideoCaptureApiForDevToolsSnapshots --service-pipe-token=16830525389478654353 --lang=de --webengine-schemes=qrc:sLV --num-raster-threads=2 --enable-main-frame-before-activation --service-request-channel-token=16830525389478654353 --renderer-client-id=3 --shared-files
 2685 ?        Sl     0:00 /usr/local/share/anki/bin/PyQt5/Qt/libexec/QtWebEngineProcess --type=renderer --disable-gpu-memory-buffer-video-frames --enable-threaded-compositing --use-gl=desktop --enable-features=AllowContentInitiatedDataUrlNavigations --disable-features=MojoVideoCapture,SurfaceSynchronization,UseVideoCaptureApiForDevToolsSnapshots --service-pipe-token=15147927836790610252 --lang=de --webengine-schemes=qrc:sLV --num-raster-threads=2 --enable-main-frame-before-activation --service-request-channel-token=15147927836790610252 --renderer-client-id=4 --shared-files
 2686 ?        Sl     0:00 /usr/local/share/anki/bin/PyQt5/Qt/libexec/QtWebEngineProcess --type=renderer --disable-gpu-memory-buffer-video-frames --enable-threaded-compositing --use-gl=desktop --enable-features=AllowContentInitiatedDataUrlNavigations --disable-features=MojoVideoCapture,SurfaceSynchronization,UseVideoCaptureApiForDevToolsSnapshots --service-pipe-token=6013967191318686864 --lang=de --webengine-schemes=qrc:sLV --num-raster-threads=2 --enable-main-frame-before-activation --service-request-channel-token=6013967191318686864 --renderer-client-id=5 --shared-files
 2757 pts/0    S+     0:00 grep anki

$ grep platforminput /proc/2633/maps

$ grep platforminput /proc/2634/maps
7fe6045f1000-7fe6045fc000 r-xp 00000000 08:11 6967022                    /usr/local/share/anki/bin/PyQt5/Qt/plugins/platforminputcontexts/libcomposeplatforminputcontextplugin.so
7fe6045fc000-7fe6047fb000 ---p 0000b000 08:11 6967022                    /usr/local/share/anki/bin/PyQt5/Qt/plugins/platforminputcontexts/libcomposeplatforminputcontextplugin.so
7fe6047fb000-7fe6047fc000 r--p 0000a000 08:11 6967022                    /usr/local/share/anki/bin/PyQt5/Qt/plugins/platforminputcontexts/libcomposeplatforminputcontextplugin.so
7fe6047fc000-7fe6047fd000 rw-p 0000b000 08:11 6967022                    /usr/local/share/anki/bin/PyQt5/Qt/plugins/platforminputcontexts/libcomposeplatforminputcontextplugin.so
7fe6047fd000-7fe604819000 r-xp 00000000 08:11 6967023                    /usr/local/share/anki/bin/PyQt5/Qt/plugins/platforminputcontexts/libibusplatforminputcontextplugin.so
7fe604819000-7fe604a18000 ---p 0001c000 08:11 6967023                    /usr/local/share/anki/bin/PyQt5/Qt/plugins/platforminputcontexts/libibusplatforminputcontextplugin.so
7fe604a18000-7fe604a19000 r--p 0001b000 08:11 6967023                    /usr/local/share/anki/bin/PyQt5/Qt/plugins/platforminputcontexts/libibusplatforminputcontextplugin.so
7fe604a19000-7fe604a1a000 rw-p 0001c000 08:11 6967023                    /usr/local/share/anki/bin/PyQt5/Qt/plugins/platforminputcontexts/libibusplatforminputcontextplugin.so

```

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: anki doesn't support anymore ibus-anthy
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-2794@inbox.vuxu.org>
  2019-10-24  2:27 ` anki doesn't support anymore ibus-anthy voidlinux-github
  2019-10-24  2:30 ` voidlinux-github
@ 2019-10-24  2:31 ` voidlinux-github
  2019-10-24  4:49 ` voidlinux-github
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 6+ messages in thread
From: voidlinux-github @ 2019-10-24  2:31 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 4137 bytes --]

New comment by Codeberg-AsGithubAlternative-buhtz on void-packages repository

https://github.com/void-linux/void-packages/issues/2794#issuecomment-545713899

Comment:
@ KRSHK never gave feedback about the question if the IBus plugin is loaded (`grep` output).

I have similar issue on Debian 10. IBus do not work with Anki and JabRef but with all other applications.

Looks like the plugin is loaded, or not?

```
$ ps x|grep anki
 2633 ?        S      0:00 anki
 2634 ?        Sl     0:01 anki
 2647 ?        S      0:00 /usr/local/share/anki/bin/PyQt5/Qt/libexec/QtWebEngineProcess --type=zygote --webengine-schemes=qrc:sLV --lang=de
 2666 ?        Sl     0:00 /usr/local/share/anki/bin/PyQt5/Qt/libexec/QtWebEngineProcess --type=renderer --disable-gpu-memory-buffer-video-frames --enable-threaded-compositing --use-gl=desktop --enable-features=AllowContentInitiatedDataUrlNavigations --disable-features=MojoVideoCapture,SurfaceSynchronization,UseVideoCaptureApiForDevToolsSnapshots --service-pipe-token=16830525389478654353 --lang=de --webengine-schemes=qrc:sLV --num-raster-threads=2 --enable-main-frame-before-activation --service-request-channel-token=16830525389478654353 --renderer-client-id=3 --shared-files
 2685 ?        Sl     0:00 /usr/local/share/anki/bin/PyQt5/Qt/libexec/QtWebEngineProcess --type=renderer --disable-gpu-memory-buffer-video-frames --enable-threaded-compositing --use-gl=desktop --enable-features=AllowContentInitiatedDataUrlNavigations --disable-features=MojoVideoCapture,SurfaceSynchronization,UseVideoCaptureApiForDevToolsSnapshots --service-pipe-token=15147927836790610252 --lang=de --webengine-schemes=qrc:sLV --num-raster-threads=2 --enable-main-frame-before-activation --service-request-channel-token=15147927836790610252 --renderer-client-id=4 --shared-files
 2686 ?        Sl     0:00 /usr/local/share/anki/bin/PyQt5/Qt/libexec/QtWebEngineProcess --type=renderer --disable-gpu-memory-buffer-video-frames --enable-threaded-compositing --use-gl=desktop --enable-features=AllowContentInitiatedDataUrlNavigations --disable-features=MojoVideoCapture,SurfaceSynchronization,UseVideoCaptureApiForDevToolsSnapshots --service-pipe-token=6013967191318686864 --lang=de --webengine-schemes=qrc:sLV --num-raster-threads=2 --enable-main-frame-before-activation --service-request-channel-token=6013967191318686864 --renderer-client-id=5 --shared-files
 2757 pts/0    S+     0:00 grep anki

$ grep platforminput /proc/2633/maps

$ grep platforminput /proc/2634/maps
7fe6045f1000-7fe6045fc000 r-xp 00000000 08:11 6967022                    /usr/local/share/anki/bin/PyQt5/Qt/plugins/platforminputcontexts/libcomposeplatforminputcontextplugin.so
7fe6045fc000-7fe6047fb000 ---p 0000b000 08:11 6967022                    /usr/local/share/anki/bin/PyQt5/Qt/plugins/platforminputcontexts/libcomposeplatforminputcontextplugin.so
7fe6047fb000-7fe6047fc000 r--p 0000a000 08:11 6967022                    /usr/local/share/anki/bin/PyQt5/Qt/plugins/platforminputcontexts/libcomposeplatforminputcontextplugin.so
7fe6047fc000-7fe6047fd000 rw-p 0000b000 08:11 6967022                    /usr/local/share/anki/bin/PyQt5/Qt/plugins/platforminputcontexts/libcomposeplatforminputcontextplugin.so
7fe6047fd000-7fe604819000 r-xp 00000000 08:11 6967023                    /usr/local/share/anki/bin/PyQt5/Qt/plugins/platforminputcontexts/libibusplatforminputcontextplugin.so
7fe604819000-7fe604a18000 ---p 0001c000 08:11 6967023                    /usr/local/share/anki/bin/PyQt5/Qt/plugins/platforminputcontexts/libibusplatforminputcontextplugin.so
7fe604a18000-7fe604a19000 r--p 0001b000 08:11 6967023                    /usr/local/share/anki/bin/PyQt5/Qt/plugins/platforminputcontexts/libibusplatforminputcontextplugin.so
7fe604a19000-7fe604a1a000 rw-p 0001c000 08:11 6967023                    /usr/local/share/anki/bin/PyQt5/Qt/plugins/platforminputcontexts/libibusplatforminputcontextplugin.so

```

I reported this also in the Anki support plattform
https://anki.tenderapp.com/discussions/ankidesktop/36513-ibus-anthy-not-working

And in JabRef
https://github.com/JabRef/jabref/issues/5255

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: anki doesn't support anymore ibus-anthy
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-2794@inbox.vuxu.org>
                   ` (2 preceding siblings ...)
  2019-10-24  2:31 ` voidlinux-github
@ 2019-10-24  4:49 ` voidlinux-github
  2019-10-24  6:25 ` voidlinux-github
  2019-11-02  4:30 ` voidlinux-github
  5 siblings, 0 replies; 6+ messages in thread
From: voidlinux-github @ 2019-10-24  4:49 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 225 bytes --]

New comment by Codeberg-AsGithubAlternative-buhtz on void-packages repository

https://github.com/void-linux/void-packages/issues/2794#issuecomment-545742839

Comment:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=941018

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: anki doesn't support anymore ibus-anthy
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-2794@inbox.vuxu.org>
                   ` (3 preceding siblings ...)
  2019-10-24  4:49 ` voidlinux-github
@ 2019-10-24  6:25 ` voidlinux-github
  2019-11-02  4:30 ` voidlinux-github
  5 siblings, 0 replies; 6+ messages in thread
From: voidlinux-github @ 2019-10-24  6:25 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 260 bytes --]

New comment by CameronNemo on void-packages repository

https://github.com/void-linux/void-packages/issues/2794#issuecomment-545765187

Comment:
looks like a different issue. debian bug references regression from z.19 to z.21. This bug was wiled against z.19.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: anki doesn't support anymore ibus-anthy
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-2794@inbox.vuxu.org>
                   ` (4 preceding siblings ...)
  2019-10-24  6:25 ` voidlinux-github
@ 2019-11-02  4:30 ` voidlinux-github
  5 siblings, 0 replies; 6+ messages in thread
From: voidlinux-github @ 2019-11-02  4:30 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 308 bytes --]

New comment by Codeberg-AsGithubAlternative-buhtz on void-packages repository

https://github.com/void-linux/void-packages/issues/2794#issuecomment-549009707

Comment:
Side information:
On Debian 10 some modifications where done and JabRef works again witih ibus-anthy. But Anki (2.1.15) still not working.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: anki doesn't support anymore ibus-anthy
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-2794@inbox.vuxu.org>
@ 2019-10-24  2:27 ` voidlinux-github
  2019-10-24  2:30 ` voidlinux-github
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 6+ messages in thread
From: voidlinux-github @ 2019-10-24  2:27 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 261 bytes --]

New comment by Codeberg-AsGithubAlternative-buhtz on void-packages repository

https://github.com/void-linux/void-packages/issues/2794#issuecomment-545713899

Comment:
@ KRSHK never gave feedback about the question if the IBus plugin is loaded (`grep` output).

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2019-11-02  4:30 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-2794@inbox.vuxu.org>
2019-10-24  2:27 ` anki doesn't support anymore ibus-anthy voidlinux-github
2019-10-24  2:30 ` voidlinux-github
2019-10-24  2:31 ` voidlinux-github
2019-10-24  4:49 ` voidlinux-github
2019-10-24  6:25 ` voidlinux-github
2019-11-02  4:30 ` voidlinux-github

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).