mirror of
https://github.com/jpochyla/psst.git
synced 2026-04-27 15:35:56 +03:00
[GH-ISSUE #64] No function new_with_name for struct MediaControls #46
Labels
No labels
api
bug
build
documentation
duplicate
enhancement
good first issue
help wanted
idea
invalid
linux
lowprio
macos
pull-request
upstream
windows
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/psst#46
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @olligobber on GitHub (Jul 4, 2021).
Original GitHub issue: https://github.com/jpochyla/psst/issues/64
When installing from the aur (https://aur.archlinux.org/packages/psst-git/) I got the following error:
@luxlurer commented on GitHub (Jul 5, 2021):
+1
@jpochyla commented on GitHub (Jul 8, 2021):
I'm sorry for the broken build, it should be fixed in master now.
@graynk commented on GitHub (Aug 17, 2021):
When I build from master on Linux I still get this:
Seems like MediaControls now has only
new()constructorm which acceptsPlatformConfigI hacked this together and it compiled:
Media Controls via gnome extensions / media keys seem to work as well
@etcet commented on GitHub (Aug 17, 2021):
I had this same problem but it was because I had run
cargo updatein the repo. From a clean repo it built fine.@graynk commented on GitHub (Aug 18, 2021):
I looked at the bash history and I indeed I did, sorry for the bother
@jpochyla commented on GitHub (Aug 18, 2021):
Fixed in latest master.