Teskann / razer-waver

Generate a customizable RGB wave effect for your Razer keyboard on Linux !
MIT License
12 stars 3 forks source link

razer-waver on TUXEDO OS 4 24.04.1 noble (Ubuntu) #4

Open HeidrHH opened 3 days ago

HeidrHH commented 3 days ago

Hello,

My system:

Kernel: 6.11.0-103009-tuxedo arch: x86_64 bits: 64 Desktop: KDE Plasma v: 6.1.5 Distro: TUXEDO OS 4 24.04.1 noble

The day before yesterday I installed Polychromatic 0.9.2 (Flatpack) (plus the openrazer ppa stable) and I still wonder why the wave.json does not appear in the Polychromatic effects - even it is in the folder path

$ .config/polychromatic/effects/

In Polychromatic I created an effect manually and thought the name should appear somewhere in my home path if I would search for it - but nothing. Even not in root path.

Atm. I don't have any idea what could be the problem.

Maybe someone else has any idea?

Thank you.

If I find out anything, I will post it here.

Teskann commented 3 days ago

Hi @HeidrHH,

I'm afraid I can not help you very much with this issue. Probably you can find more support moving your issue to Polychromatic repository directly.

Hard to guess without investigating, but maybe there's something with read/write permissions. You can try to install Polychromatic with another method. Maybe flatpak sandboxes the app and forbids the app to access some folders. It's also possible that Polychromatic changed their file management policy and that the effect files are not stored at the same location anymore. You can checkout the versions for which this script has been officially tested in the Readme of this repository.

HeidrHH commented 2 days ago

Hi @Teskann ,

thank you for your answer.

I tried the Polychromatic ppa and then install it. But I ran into an error with it I could not solve yet. Thats why I installed the flatpack version again and than it suddenly got an update (the version I mentiond above). But still it did not work.

HeidrHH commented 2 days ago

@Teskann

At the end this is the problem I have atm:

`k@A:~$ sudo apt install polychromatic Package lists are read... Done Dependency tree is built... Done Status information is read in... Done Some packages could not be installed. This may mean that you have requested an impossible situation or, if you are using the unstable distribution, that some required packages have not yet been created or that have not yet been created or have not yet left Incoming. The following information may help you to resolve the situation:

The following packages have unfulfilled dependencies: python3-pyqt6 : Depends on: qt6-base-abi (= 6.4.2) E: Problems cannot be corrected, you have retained broken packages. k@A:~$`

And this looks okay so far:

`k@A:~$ sudo apt install -s -f [sudo] Password for k: Package lists are read... Done Dependency tree is built... Done Status information is read in... Done 0 updated, 0 reinstalled, 0 to be removed and 0 not updated.

k@A:~$ sudo apt dist-upgrade -s Package lists are read... Done Dependency tree is built... Done Status information is read in... Done Package update (upgrade) is calculated... Done 0 updated, 0 newly installed, 0 to be removed and 0 not updated.

k@A:~$ sudo apt update && apt list --upgradable OK:1 https://ppa.launchpadcontent.net/openrazer/stable/ubuntu noble InRelease OK:2 https://ppa.launchpadcontent.net/polychromatic/stable/ubuntu noble InRelease OK:3 https://mirrors.tuxedocomputers.com/ubuntu/mirror/archive.ubuntu.com/ubuntu noble InRelease OK:4 https://deb.tuxedocomputers.com/ubuntu noble InRelease OK:5 https://ppa.launchpadcontent.net/teejee2008/timeshift/ubuntu noble InRelease OK:6 https://mirrors.tuxedocomputers.com/ubuntu/mirror/archive.ubuntu.com/ubuntu noble-updates InRelease OK:7 https://txos-extra.tuxedocomputers.com/ubuntu noble InRelease OK:8 https://mirrors.tuxedocomputers.com/ubuntu/mirror/security.ubuntu.com/ubuntu noble-security InRelease OK:9 https://plasma6.tuxedocomputers.com/ noble InRelease OK:10 https://txos.tuxedocomputers.com/ubuntu noble InRelease Package lists are read... Done Dependency tree is created... Done Status information is read in... Done All packages are up to date. Listing... Done

k@A:~$`