-
Notifications
You must be signed in to change notification settings - Fork 865
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
Hyprland-git Build issues due to missing tomlplusplus dependency #629
Comments
Hi, thank you so much!
oh strange, i don't see
The script kinda does it, but only check is that specific package is installed (i.e. does does not check if -git or non git version exists), but i like the idea...so I'll try to implement a check for other versions.
by default only the essential apps are installed based on this list... as most of these apps have dependency on the themeing script. But users can always update this file to modify the default apps like vccode, firefox etc with their preferred apps.
it does backup your current config file in
|
Ok sorry I did not notice.. I just had failed build until I manually installed it.. So dunno... Remember I am coming from KDE Also how to set vivaldi as default browser ? Finally am having issue sharing screen on Discord. I do have xwaylandvideobridge installed for it to work on KDE Wayland.. Maybe causing a problem. And how to enable numlock on boot ? There should also be a restore option for people who want to go back to previous setup, example now if I go back to KDE my setup would be messed up doing manually is a chore. Can't both session configs coexist ? |
by default the keybings are set to firefox, but you can change this line in here to vivaldi -
For discord, it can only share xwayland apps by default, but you can try the workaround with and to enable numlock by default please use Yup, just saw the one about license, I'm on it :) |
Yeah I will try. Also please make it it backs up entire config folder as I noticed it currently doesn't. And implement if you can a restore function so people like me with another DE are able to restore them before switching back. Currently had to restore manually from my own backed up files. I do that via my KDE ricer script as I offer multiple ones. |
I really don't think it's necessary to backup your entire config folder, if you want to do that you can very easily do that yourself. Also what do you mean by implement a restore function? It's existed for a while you can run ./install.sh -r in the ~/Hyprdots/Scripts directory you cloned during installation. |
Oops sorry didn't see that.. Lol.. I am new to all this.. I am and have been a KDE user for over 5 years.. Never used anything else... I will try cloning the repo haven't had any luck so far. It's huge and my connection is slow. I had to use a download manager n download zip .. Gonna do a fresh minimal Arch Install on spare SSD see if I can clone repo. Try adding tomlplusplus to install script small pkg to avoid build issues as I had.. Maybe add swaync instead of dunst I heard it is better and more customizable ? |
After you clone it, you'll only ever need to run Hopefully when #601 get's merged it'll be a lot easier too. |
Yeah but initial clone not going through dunno why I keep getting ssl error xD |
Hey bud, sorry for ping, but I was thinking, do you have a place where we can talk privately ? Discord or something ? I need your help with optimizing your script to make it work better for my needs/setup.. I am no bash expert.. Like work together.. If you have some time. |
hello @DarkXero-dev Have you still not installed the dots? Are you using meson or make? |
Installed just fine just need time to understand how this thing works I have never used WMs before I been using KDE for past 5 years.. |
Hey I uploaded the |
What does this do ? If I may ask ? Also I will be creating my own repo that will have packages needed from AUR saving us trouble from having to build. I am a Distro maintainer after all lool.. Edit : Repo created lol Can be added to pacman.conf We can work together on making this project better.. If you are willing. HyprDots maintainer + Distro Maintainer. Am not saying we should turn this into a full on Distro, just make sure to make it build less from AUR by having our own repo, for a quicker install, and seamless error free experience. @prasanthrangan ;) |
This was just a script to manage Hyprdots
|
@kRHYME7 Nice ! Added to my Hypr_repo ;) |
I guess, libtomlplusplus is required for the hypr plugin manager. https://wiki.hyprland.org/hyprland-wiki/pages/Plugins/Using-Plugins/#hyprpm |
Oh wow i didn't realize i was talking to the xerolinux dev, nice to see you here! I believe everyone here would be happy if you wanted to help make this project better. A separate repo for pre-compiled aur packages during installation would definitely be nice, especially since it takes me around 40-50 minutes from running ./install.sh to it finishing. Creating an entire distro for hyprdots is a lot harder because of the way it's been built. I think however for right now, doing archinstall with minimal desktop, then with the introduction of hyprdots-ctl, it's really not that difficult to install and maintain hyprdots updates anymore. I'd love to hear @prasanthrangan opinions on this, and this discussion should definitely continue on a discussion post instead of this issue thread so if you'd like to create one @DarkXero-dev please do! |
Oh no never a Distro. I tried to add more "flavors" and failed twice. No time as am alone doing this. People come n help which is greatly appreciated, but they also always leave me hanging by a thread. It also took me 6 hours from first running ./install.sh to login coz my connection be too slow, that's what prompted me to build packages. Hopefully @prasanthrangan will see it n we can make this script better. Edit 👍🏻 |
whoaa @DarkXero-dev , you are the developer for XeroLinux... nice to see you in here! I love your KDE customization in your distro, it looks clean and consistent :) keep up the good work!
ya this repo just has the config files/scripts, so it is easier for me to maintain this, but it takes a lot of time and effort to make this a distro, so i dont think i'll have enough time to do so :(
yup, i agree @Skerse making this a distro requires a lot of time and effort to maintain... But ya @DarkXero-dev feel free to fork this and maintain the packages based your repo, I can definitely help you with improving/updating the script and configure pacman.conf |
Hehe thanks bud.. Just a bit of info, I do not and will not use WMs they do not fit my workflow. However that doesn't mean I cannot help other projects thrive when I can. That being said all I meant to say is, not fork the project coz I wouldn't know where to start since it's not my thing. I was thinking of sharing ideas, as I did Also let me worry about Repo, we can work on it together, you tell me what needs to be added packages wise leaving rest as it is, just so script doesn't have to build everything from AUR making it takes ages, with potential failures. I maintain 5 repos as it is it's fun for me. We merge heads.. Let me know what you think of my ideas on Discussion thread.. I am aware of how Vaxry works he was my guest on my show. Video never made the cut but we talked for hours.. |
sure, my discord username is |
@prasanthrangan Will add you no rush .. Check previous message+Discussion.. You also keep forgetting license lol Edit : Seems you are not accepting friend request hmm.. I am TechXero on there |
yup, just added! and saw the discussions page. I'll close this so we can continue in #634. |
You need to include the
tomlplusplus
package to your install script otherwise there's an issue with Hyprland-gitI am kinda new to Hyprland, trying to install alongside KDE.. Also would be great if you made sure of the following
ohmyzsh/zsh/powerlevel10k
installed as I compile n host them on my own repos. I do not want to override them with -git versions from AUR, at least as a prompt if we want to install or not..Otherwise great job ;)
The text was updated successfully, but these errors were encountered: