-
Notifications
You must be signed in to change notification settings - Fork 384
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
Works but no visibility on Ubuntu 22.04.03 Wayland #173
Comments
I have the same problem with you, do you have any ideas now? |
No, I just gave up on it. |
Oh, I just upgraded from Deepin 20.9 to V23 and the same thing happened. The MACAST versions of the two systems are the same. I noticed that the MPV version has been upgraded from 0.29 to 0.38, so I debugged the MPV program and found that it did receive instructions from MACAST. I think it may be necessary to adapt to version 0.38 of MPV. |
After some debugging, I found the cause of the problem. The loadfile interface has changed on version 0.38 of MPV.
Ref: https://github.com/mpv-player/mpv/blob/master/DOCS/interface-changes.rst The following is an explanation about the
I finally traced it to MPVRenderer:: set_media_url. Because Macast involves multiple platforms, compatibility with both old and new versions of MPV needs to be considered here. But I don't know how to modify it perfectly, please help adapt.@xfangfang |
Versions
Problem
When installed from the .deb package, it works, however it seems inaccessible on the GUI. I confirmed that:
gnome-shell-extension-appindicator/jammy,jammy,now 42-2~fakesync1 all [installed,automatic]
As well as
gir1.2-appindicator3-0.1/jammy,now 12.10.1+20.10.20200706.1-0ubuntu1 amd64 [installed]
are present. When logged in (it's an auto login if that matters) the program auto-starts (I manually put it into the autostart set) and gives this in a little popup at the top of the screen which shortly vanishes:
It's not visible anywhere that i can find though it is running, it is as though it cannot connect to the desktop. Looking at it in PS you see:
The file .config/Macast/macast_setting.json is present, I tried setting start at login and maybe some other changes without any impact, it only starts at login if I put it in the desktop startup group. The contents at present are:
mpv never appears visibly even if running and playing.
No plugins are installed, just the deb package.
Is it not compatible with Wayland and 22.04.03? Or did I perhaps do something incorrectly?
Linwood
The text was updated successfully, but these errors were encountered: