-
Notifications
You must be signed in to change notification settings - Fork 6
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
QML Column/Row error in LoginPanel, PlayerPlanel and DataTimePanel during launching/testing SDDM theme #28
Comments
Hi.Thank you for reporting this issue.First the row and column errors have nothing to do with video playing.I think it is about video codecs.You see aerial theme uses videos from the internet while my theme download vıdeos locally and uses them.Downloadıng a lot of videos locally may be an issue to a lot of people so for backgound videos I used h265 for better compression.I think on some OS gstreamer support for h265 codec may be different.For loading videos and door videos I've used webm codec since that was the only one that supported transparent videos.Usually people didn't face any compatibilty issues but you are not the first one that faced this issue.I recently changed my laptop to a Mac so I'm still trying to get used to it.Im planning to stream videos as aerial theme does.Until then you can check other closed video codec issues but most of them aren't resolved since I can't tell what is the issue.Again really thanks A LOT for using this theme and sorry for the inconvenience.I will update the video codecs and fix more compatibilty issues ASAP.Please let me know if you somehow managed to fix this issue or ıf you face any other issues in the future.Have a good day,thank you for helping me to improve my sddm theme! |
thx for working on that. I'll wait for patch. I have a question, about your changing video codes from h256 to webm. Is possible to changing your cloud storage for the huge video files? In long-short story: Nix/NixOS packages can't using megatools. If you can, could you change cloud store hosting to another? I'm not sure, which cloud hosting allow to download files without using dedicated tools (may be Google Driver or Dropbox). If you don't want to change, that's ok, I may prepare github actions, that will create tar archive and deb package, causes sometimes I like return to Debian/Ubuntu distribution. .deb package will be helpful for users, cause we won't manage manually package and reinstall them, but we'll be able manage via APT(installing, uninstalling and upgrading) That will resolve my problem with downloading the videos files |
I have google drive link in Manual Installation but gdown usually didn't work because google changes cookie settings every day so installing videos from gdrive is pain in the a**.I've tried using wget and curl also but none of them worked as good as megatools.I recommend using Endevaour OS or Arch.It is my personal choice tho i've used Debian and Ubuntu before and i can say Arch or Arch based Distros are way better.About the videos I will upload them to cloud and use them as aerial does.It may take some time tho. |
Ok, that isn't problem for me to creating pipelines for theme. I thought about, should I wait for moving videos to other cloud. Ferb(@nicefaa6waa) I know what i'm gonna do tonight :D |
lol.Alright keep me updated!Have fun |
I wanted install your SDDM theme on NixOS. I tried recreated your installation process(based on your install-sddm-theme.sh) on my machine, but I got problem. SDDM theme built success, I can launch too, but I doesn't see animation in background, I can't login via LoginPanel and some icons looks like a little too big.
I installed required dependencies and additional(perhaps, some dependencies has conflict between other):
During tests I found errors in Row and Column object in QML:
Perhaps, I forgot some dependencies or you use a newer version of them. I also tried other SDDM theme with animation(see https://github.com/3ximus/aerial-sddm-theme) and this SDDM theme works without any fix or install a new dependencies. I don't have enough knowledge to fixed by myself so... Could you check where can it be problem?
The text was updated successfully, but these errors were encountered: