-
-
Notifications
You must be signed in to change notification settings - Fork 15.5k
WIP: sky: 2.1.7369 -> 2.1.7520 #85381
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
Conversation
Is the |
Should not make a difference the new deb can be found https://www.tel.red/repos/ubuntu/pool/non-free/sky_2.1.7520-1ubuntu+zesty_amd64.deb as an example, if you are more comfortable with an appimage go ahead :) |
Finding a new deb wasn't an issue, as you can see from the WIP diff. But now we have to get it to work.
I'm equally uncomfortable with both, just wondering what's more suitable for NixPkgs. 🤷 |
The reason for the failure to run the binary is that it isn't wrapped with |
Thanks for the hint. If I understand the NixPkgs manual section on QT correctly, It built and I can even start the application with If I leave out the
If I leave out the
@peterhoeg Please advise. 🙈 |
Couple of things:
On a separate note - I have customers who insist on using sfb/teams - I just run it in chrome, which is an awful lot better than spending time getting non-built-from-source stuff working on nixpkgs. |
MS Teams indeed works fine in Chrome and Chromium (though for Video Meetings not in Firefox). For Skype-for-Business / Lync, I could use the web version only for text chat - it wouldn't let me use audio nor video without installing some native stuff. Even though MS backs both, I don't assume I can use MS Teams to access a Skype-for-Business / Lync meeting, can I? I guess I better ask the other meeting participants whether we can use Jitsi or something next time. |
instead of explicitly calling patchelf
Should both be combined? Tried that with d7daf13 and it also results in the application re-spawning itself infinitely. 🤔 Leaving
Leaving
Did that (I hope) in 22beae3 and it doesn't seem to negatively affect anything. 🎉 |
Should both be combined?
Yes, they solve different problems.
the application re-spawning itself infinitely. 🤔
That's a separate problem. Does it show anything on the console when this happens?
A tip - stuff that keeps respawning can be difficult to kill, so if you run it in its own scope, you can kill the scope and be sure it goes down:
`systemd-run --user --scope the_binary`
And then followed by `systemctl --user stop name_of_scope`
|
I marked this as stale due to inactivity. → More info |
sky (Skype for Business client) has by now be removed through #98125. Closing therefore. |
update sky (Skype for Business client)
WIP
Current state of this PR:
NIXPKGS_ALLOW_UNFREE=1
)Motivation for this change
The previously fetched version of the
.deb
file isn't being offered anymore by RedTel, or at least it's not available at that URL, and it's also not listed at any of these:Things done
sandbox
innix.conf
on non-NixOS linux)nix-shell -p nixpkgs-review --run "nixpkgs-review wip"
./result/bin/
)nix path-info -S
before and after)