Carlos Rafael Ramirez

Results 439 comments of Carlos Rafael Ramirez

Have you tried: sudo apt update && sudo apt dist-upgrade

At this time, I recommend you back up your distro with: ```bash wsl --export wlinux pengwin_backup.tar.gz ``` Then comment out the testing repo: ``` #deb https://deb.debian.org/debian testing main ``` And...

It should not try to download packages from testing because it has the lowest priority. I'll remove it from the sources. Thanks a lot for reporting

We went for this solution so the applications can reuse a previously started daemon ```bash setup_dbus() { # if dbus-launch is installed then load it if ! (command -v dbus-launch...

Excellent. Thank you for testing and telling us

Fixed! Just run `update.sh` and it will behave right with fish

No I couldn't reproduce it. But it was two years ago. I can try again. Are you facing it?

The thing about fish is when the user put it as the default shell. If you write any program that includes some initialization in /etc/profile.d, if you write it in...

Hello @gellenburg, Looks like there is a dependency problem at Debian upstream, and I couldn't find the solution. I recommend that you install nodejs via pengwin-setup. You'll have better options...