vilkoz / playkey-linux-launcher

wrapper for running Playkey on Linux
19 stars 5 forks source link

Brakes on opening external application stage (when you press Play) #7

Open grenudi opened 3 years ago

grenudi commented 3 years ago

Can you please help me out on this ?

I'm using kuuntu and have installed everything that you pointed out, though there was no openal lib32-openal so I've installed libopenal1 instead

P.S. thx you in any way , for such effort making this in the first place)

  master ?:2  ~/build/playkey-linux-launcher                                                             02:00:51  master 
❯ ./playkey_run.sh 
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin
Gtk-Message: 02:01:08.242: Failed to load module "colorreload-gtk-module"
Gtk-Message: 02:01:08.243: Failed to load module "window-decorations-gtk-module"
Gtk-Message: 02:01:08.243: Failed to load module "appmenu-gtk-module"
[4390:4390:1220/020109.758815:ERROR:sandbox_linux.cc(374)] InitializeSandbox() called with multiple threads in process gpu-process.
[4260:4260:1220/020118.163338:ERROR:password_sync_bridge.cc(341)] Passwords datatype error was encountered: Failed to load entries from password store. Encryption service failure.
[4260:4395:1220/020127.231082:ERROR:object_proxy.cc(621)] Failed to call method: org.freedesktop.PowerManagement.Inhibit.Inhibit: object_path= /org/freedesktop/PowerManagement/Inhibit: org.freedesktop.DBus.Error.AccessDenied: An AppArmor policy prevents this sender from sending this message to this recipient; type="method_call", sender=":1.71" (uid=1000 pid=4260 comm="/snap/chromium/1424/usr/lib/chromium-browser/chrom" label="snap.chromium.chromium (enforce)") interface="org.freedesktop.PowerManagement.Inhibit" member="Inhibit" error name="(unset)" requested_reply="0" destination="org.freedesktop.PowerManagement" (uid=1000 pid=1397 comm="/usr/lib/x86_64-linux-gnu/libexec/org_kde_powerdev" label="unconfined")
[4260:4395:1220/020127.231156:ERROR:power_save_blocker_linux.cc(361)] No response to Inhibit() request!
^C/home/master/build/playkey-linux-launcher:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin

image

vilkoz commented 3 years ago

Hey @grenudi , the cause of the issue is not seems to be in wrong library.

The errors in log are also unrelated to the issue.

Your chormium seems not use custom xdg-open executable I’ve provided in the repo.

vilkoz commented 3 years ago

Yes, for KDE you would need to create *.desktop file that will provide x-scheme-handler/playkey, use this link for reference: https://pastebin.com/9HAeAXZW

nik2025 commented 3 years ago

Have you solutions for XFCE Ubuntu 20.04?