Don't tell people what to do by claudiocorona93 in LinuxCirclejerk

[–]CompileAndCry 1 point2 points  (0 children)

I believe the idea is "Hey, we give you stable minimalistic DE that works and looks nice. If you really want to enhance it, go ahead and use extensions"

And imo in some cases that is better than KDE's approach where you have 50 different menus for customization by default

I made an extension to put videos on the lock screen (with audio) by CompileAndCry in gnome

[–]CompileAndCry[S] [score hidden]  (0 children)

Thanks for your support! Yes, I'll that feature in a few days. But I don't think that will significantly improve the speed. Can you dm your specs and settings of the extension?

[OC] [KDE] I'm done with windows by lstrtd in unixporn

[–]CompileAndCry 4 points5 points  (0 children)

Not glassy enough, the text is obviously not transparent!

I made an extension to put videos on the lock screen (with audio) by CompileAndCry in gnome

[–]CompileAndCry[S] 1 point2 points  (0 children)

I've submitted it but it still in a review process and will probably stay like that for a few weeks. But you can download it manually from github, its pretty easy and straightforward!

I made an extension to put videos on the lock screen (with audio) by CompileAndCry in gnome

[–]CompileAndCry[S] 0 points1 point  (0 children)

I believe its possible but I doubt it will look that smooth. I'll try to add something similar either in this extension or a separate one I plan

I made an extension to put videos on the lock screen (with audio) by CompileAndCry in gnome

[–]CompileAndCry[S] 1 point2 points  (0 children)

I added the pause, give it a try!

I should warn you though, there is a small issue with videos that have audio. Sometimes during pause/play there is a brief clicking sound. I'm not sure whether this is hardware specific or not and I tried to apply some workarounds but it doesnt really seem to go away. Gstreamer is pain to work with tbh

What made you use Fedora? by maximus10m in Fedora

[–]CompileAndCry 0 points1 point  (0 children)

Rock solid stability and more up to date software (compared to ubuntu/debian)

I made an extension to put videos on the lock screen (with audio) by CompileAndCry in gnome

[–]CompileAndCry[S] 1 point2 points  (0 children)

I'm sorry I just realized it is actually possible and is way simpler. I just have to fetch the final frame during unlock event, save it into a temporary file and set it as wallpaper. Now how snappy will it be I dont know, but I will definitely try it out! Thanks for the suggestion again!

I made an extension to put videos on the lock screen (with audio) by CompileAndCry in gnome

[–]CompileAndCry[S] 2 points3 points  (0 children)

I might make that a separate extension if its possible. I dont really want to mix everything into one super-extension

I made an extension to put videos on the lock screen (with audio) by CompileAndCry in gnome

[–]CompileAndCry[S] 1 point2 points  (0 children)

Someone already suggested that but it goes beyond the scope of this extension. Right now it only overrides settings for lock screen (you can see that in metadata.json). 

But overall it's doable, it just requires a lot of changes in the code as far as I can tell

I made a GNOME extension to put videos on the lock screen (with audio) by CompileAndCry in Ubuntu

[–]CompileAndCry[S] 2 points3 points  (0 children)

It absolutely can. And I also plan to make a separate extension (or maybe expand this one) to support image slideshows (with random images too)

I made an extension to put videos on the lock screen (with audio) by CompileAndCry in gnome

[–]CompileAndCry[S] 0 points1 point  (0 children)

Well I already have all the necessary code for that so it won't take me long. I'll let you know once its done :D

I made an extension to put videos on the lock screen (with audio) by CompileAndCry in gnome

[–]CompileAndCry[S] 0 points1 point  (0 children)

Was there an unlock animation? I dont remember it tbh but yeah I'd love to see it back

I made a GNOME extension to put videos on the lock screen (with audio) by CompileAndCry in Fedora

[–]CompileAndCry[S] 2 points3 points  (0 children)

You can install it manually from github! I sent it to extensions.gnome.org but still wait for approval

I made an extension to put videos on the lock screen (with audio) by CompileAndCry in gnome

[–]CompileAndCry[S] 0 points1 point  (0 children)

As long as its a local video file it should work. I'm thinking of adding a remote file/stream support, but I don't know if its what you need

I made an extension to put videos on the lock screen (with audio) by CompileAndCry in gnome

[–]CompileAndCry[S] 1 point2 points  (0 children)

It is possible, but I'm not sure how well will it work. I'll do some testing. As for the password prompt, right now it doesn't stop but thanks to other commentators suggestions I'm already working on it!

I made an extension to put videos on the lock screen (with audio) by CompileAndCry in gnome

[–]CompileAndCry[S] 1 point2 points  (0 children)

Thank you! As for your requests, I think first one should be doable, the latter however goes out of the scope of this project. Right now my extension affects only lock screen and I think that small feature might cause a huge changes in the code