-
Notifications
You must be signed in to change notification settings - Fork 7
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
Manjaro WIP #39
Manjaro WIP #39
Conversation
added on boot entry
added more dependencies
added persistence states
updated redirection
testing update checking module
updated readme
solved turn off problem. moved into monocolor section.
added app screenshot
added custom cpu usage effects
changed to signal-slot method instead of directly calling show/hide s…
now dgpu power state hides itself on AC
updated readme
updated readme
updated readme
now png files with alpha can be given. alpha channel is removed.
# Source: https://github.com/gfduszynski/cm-rgb/issues/45#issuecomment-920936950 | ||
sudo pacman -S \ | ||
cairo \ | ||
gobject-introspection \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This fails with 404
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have tested with Manjaro 21.1.6 live boot environment and it as working. Is it still a problem for you?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have Manjaro 21.2.0
and for some reason the package didn't install.
I'll try again.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I found my bug.
I had switched Manjaro branches from stable to unstable. Then back. And I didn't update the repository links.
Turns out that my scripts were working 🎉 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Confirmed. Works.
scipy | ||
wheel |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added because I tried to build PyGObject
|
||
#################################################### | ||
echo "2. Create new virtual environment" | ||
sudo pacman -S python-virtualenv |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is not python3.8-virtualenv
but I think it should work
I got it working with a live Manjaro USB! Will be updating the installation. Thank you for your contribution. |
* Manjaro WIP (#39) * testing * testing * testing update again * testing * working update checks * removed test files * Manjaro WIP Co-authored-by: salihmarangoz <12991962+salihmarangoz@users.noreply.github.com> Co-authored-by: salihmarangoz <salih285@gmail.com> * updated files for manjaro adaptation. still needs more work * fixed installation for manjaro Co-authored-by: Martynas M <invertisment+gh@pm.me>
@Invertisment I have updated the installation. Read the Installation section in the README.md again. In general, |
This is my try to port it. I didn't try to make it pretty but this is what I have. And it doesn't work.
wheel
is not needed but I wanted to compilePyGObject
so I added it (somebody suggested it).It fails when it tries to build
PyGObject
.This OS package:
gobject-introspection-1.70.0-2-x86_64
fails to install because every mirror responds with 404.(
sudo pacman -S gobject-introspection
)And if I don't install it then I get this error (from
pip
):More details:
#38 (comment)