I hereby claim:
- I am AsavarTzeth on github.
- I am asavartzeth (https://keybase.io/asavartzeth) on keybase.
- I have a public key whose fingerprint is 2D84 E780 F089 D9A1 1A29 FDDC 1385 CA4C 2C72 A94B
To claim this, I am signing this object:
| (process:4): pulseeffects-DEBUG: 09:27:12.592: main: locale directory: /app/share/locale | |
| (pulseeffects:4): pulseeffects-DEBUG: 09:27:12.723: presets_manager: system input presets directory: "/app/etc/xdg/PulseEffects/input"; | |
| (pulseeffects:4): pulseeffects-DEBUG: 09:27:12.723: presets_manager: system input presets directory: "/etc/PulseEffects/input"; | |
| (pulseeffects:4): pulseeffects-DEBUG: 09:27:12.723: presets_manager: system input presets directory: "/etc/xdg/PulseEffects/input"; | |
| (pulseeffects:4): pulseeffects-DEBUG: 09:27:12.723: presets_manager: system output presets directory: "/app/etc/xdg/PulseEffects/output"; | |
| (pulseeffects:4): pulseeffects-DEBUG: 09:27:12.723: presets_manager: system output presets directory: "/etc/PulseEffects/output"; | |
| (pulseeffects:4): pulseeffects-DEBUG: 09:27:12.723: presets_manager: system output presets directory: "/etc/xdg/PulseEffects/output"; | |
| (pulseeffects:4): pulseeffects-DEBUG: 09:27:12.723: presets_manager: user presets directory already exists: /home/asavartzeth/.var/ |
| (pulseeffects:3): pulseeffects-DEBUG: 23:37:31.774: presets_manager: user presets directory already exists: /home/USERNAME/.var/app/com.github.wwmm.pulseeffects/config/PulseEffects | |
| (pulseeffects:3): pulseeffects-DEBUG: 23:37:31.774: presets_manager: user presets directory already exists: /home/USERNAME/.var/app/com.github.wwmm.pulseeffects/config/PulseEffects/input | |
| (pulseeffects:3): pulseeffects-DEBUG: 23:37:31.774: presets_manager: user presets directory already exists: /home/USERNAME/.var/app/com.github.wwmm.pulseeffects/config/PulseEffects/output | |
| (pulseeffects:3): pulseeffects-DEBUG: 23:37:31.774: presets_manager: user presets directory already exists: /home/USERNAME/.var/app/com.github.wwmm.pulseeffects/config/PulseEffects/autoload | |
| (pulseeffects:3): pulseeffects-DEBUG: 23:37:31.776: application: PE version: 4.6.4 | |
| (pulseeffects:3): pulseeffects-DEBUG: 23:37:31.777: pulse_manager: context is connecting | |
| (pulseeffects:3): pulseeffects-DEBUG: 23:37:31.777: pulse_manager: context is authorizing | |
| (pulseeffects:3) |
| ======================================================================== | |
| Building module lsp-plugins in /home/pmn/Projekt/flatpak/com.github.wwmm.pulseeffects/.flatpak-builder/build/lsp-plugins-55 | |
| ======================================================================== | |
| Note: checking out 'lsp-plugins-1.1.7'. | |
| You are in 'detached HEAD' state. You can look around, make experimental | |
| changes and commit them, and you can discard any commits you make in this | |
| state without impacting any branches by performing another checkout. | |
| If you want to create a new branch to retain commits you create, you may |
| ======================================================================== | |
| Building module lsp-plugins in /srv/buildbot/worker/build-arm-2/build/.flatpak-builder/build/lsp-plugins-1 | |
| ======================================================================== | |
| FB: Running: cp -al /srv/buildbot/worker/build-arm-2/build/.flatpak-builder/git/https_github.com_sadko4u_lsp-plugins.git /srv/buildbot/worker/build-arm-2/build/.flatpak-builder/build/lsp-plugins-1/.git | |
| FB: Running: git config --bool core.bare false | |
| FB: Running: git checkout lsp-plugins-1.1.7 | |
| Note: checking out 'lsp-plugins-1.1.7'. | |
| You are in 'detached HEAD' state. You can look around, make experimental | |
| changes and commit them, and you can discard any commits you make in this |
| ======================================================================== | |
| Building module lsp-plugins in /home/builder/worker/build-arm-6/build/.flatpak-builder/build/lsp-plugins-1 | |
| ======================================================================== | |
| FB: Running: cp -al /home/builder/worker/build-arm-6/build/.flatpak-builder/git/https_github.com_sadko4u_lsp-plugins.git /home/builder/worker/build-arm-6/build/.flatpak-builder/build/lsp-plugins-1/.git | |
| FB: Running: git config --bool core.bare false | |
| FB: Running: git checkout lsp-plugins-1.1.7 | |
| Note: checking out 'lsp-plugins-1.1.7'. | |
| You are in 'detached HEAD' state. You can look around, make experimental | |
| changes and commit them, and you can discard any commits you make in this |
| ======================================================================== | |
| Building module lsp-plugins in /home/pmn/Projekt/flatpak/com.github.wwmm.pulseeffects/.flatpak-builder/build/lsp-plugins-54 | |
| ======================================================================== | |
| Note: checking out 'lsp-plugins-1.1.7'. | |
| You are in 'detached HEAD' state. You can look around, make experimental | |
| changes and commit them, and you can discard any commits you make in this | |
| state without impacting any branches by performing another checkout. | |
| If you want to create a new branch to retain commits you create, you may |
| ======================================================================== | |
| Building module lsp-plugins in /home/pmn/Projekt/flatpak/com.github.wwmm.pulseeffects/.flatpak-builder/build/lsp-plugins-51 | |
| ======================================================================== | |
| Note: checking out 'lsp-plugins-1.1.7'. | |
| You are in 'detached HEAD' state. You can look around, make experimental | |
| changes and commit them, and you can discard any commits you make in this | |
| state without impacting any branches by performing another checkout. | |
| If you want to create a new branch to retain commits you create, you may |
I hereby claim:
To claim this, I am signing this object:
| #!/bin/python | |
| import os | |
| import psutil | |
| import subprocess | |
| def _get_existing_dbus_session(): | |
| """ | |
| Detects and returns as existing D-Bus session bus address. |