WhitewaterFoundry / Fedora-Remix-for-WSL

Fedora Remix for Windows Subsystem for Linux.
Other
691 stars 50 forks source link

DBUS_SESSION_BUS_ADDRESS not set #222

Open llegolas opened 3 weeks ago

llegolas commented 3 weeks ago

Describe the bug A clear and concise description of what the bug is.

To Reproduce Steps to reproduce the behavior:

  1. Go to start fedoraremix systemD
  2. in shell rum env|grep DBUS_SESSION_BUS_ADDRESS
  3. nothing in return

Expected behavior A clear and concise description of what you expected to happen.

env |grep  DBUS_SESSION_BUS_ADDRESS
DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus

Screenshots If applicable, add screenshots to help explain your problem.

Additional context Add any other context about the problem here.

Basic Troubleshooting Checklist

[X ] I have searched Google for the error message. [ ] I have checked official WSL troubleshooting documentation: https://docs.microsoft.com/en-us/windows/wsl/troubleshooting#confirm-wsl-is-enabled. [ ] I have searched the official Microsoft WSL issues page: https://github.com/Microsoft/WSL/issues. [ ] I have searched the WLinux issues page: https://github.com/WhitewaterFoundry/WLinux/issues. [ ] I have reset WLinux: Settings->Apps->Apps & features->WLinux->Advanced Options->Reset. [ ] I have disabled and re-enabled WSL in Windows Features. [ ] I have run Windows 10 updates and restarted.

What other troubleshooting have you attempted?

Insert here:

fedora remix version NAME="Fedora Remix for WSL" VERSION="40" ID=fedoraremixforwsl ID_LIKE=fedora VERSION_ID=40 PLATFORM_ID="platform:f40" PRETTY_NAME="Fedora Remix for WSL" ANSI_COLOR="0;34" CPE_NAME="cpe:/o:fedoraproject:fedora:40" HOME_URL="https://github.com/WhitewaterFoundry/Fedora-Remix-for-WSL" SUPPORT_URL="https://github.com/WhitewaterFoundry/Fedora-Remix-for-WSL" BUG_REPORT_URL="https://github.com/WhitewaterFoundry/Fedora-Remix-for-WSL/issues" PRIVACY_POLICY_URL="https://github.com/WhitewaterFoundry/Fedora-Remix-for-WSL/blob/master/PRIVACY.md" FEDORA_REMIX_VERSION=40.0.1

Find: Settings->Apps->Apps & features->Fedora Remix for WSL Version->Advanced Options->Version. Also, cat /etc/os-release

Insert here:

Windows Build

Run 'systeminfo | findstr /C:"OS"' in Command Prompt and insert here: C:\Users\kkaraivanov>systeminfo | findstr /C:"OS OS Name: Microsoft Windows 11 Enterprise OS Version: 10.0.22621 N/A Build 22621 OS Manufacturer: Microsoft Corporation OS Configuration: Member Workstation OS Build Type: Multiprocessor Free BIOS Version: Dell Inc. 1.29.0, 1/31/2024

For help on retrieving: https://docs.microsoft.com/en-us/windows/wsl/troubleshooting#check-your-build-number

crramirez commented 2 weeks ago

Thanks for reporting. It should be a regression because of the change that we recently made on dbus management.

We will check what is happening