Revert 5471e735857101529e7f3ddb7ef6a2efcb44e074...b629f73bcdb993f9f31670e7fa45d76ab3ada156 on Home

Takahashi, Naoki 2023-02-22 02:32:42 +09:00
parent b629f73bcd
commit e9f69071a7
1 changed files with 1 additions and 5 deletions

@ -512,11 +512,6 @@ mode $mode_move_all_workspace_windows {
}
bindsym $mod+shift+ctrl+m mode $mode_move_all_workspace_windows
```
### notify-send from root or another user
```
sudo --login -u username DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/$(id -u username)/bus notify-send TITLE MSG
```
### XDG_CURRENT_DESKTOP environment variable is not being set
@ -524,6 +519,7 @@ Some applications may rely on the `XDG_CURRENT_DESKTOP` environment variable to
It's not good practice for applications to make use of XDG_CURRENT_DESKTOP in this way, and Firefox has an issue open to try to fix it. Refer to [xpdw's FAQ](https://github.com/emersion/xdg-desktop-portal-wlr/wiki/FAQ#how-do-i-run-xdpw) and [xdpw's Troubleshooting guide](https://github.com/emersion/xdg-desktop-portal-wlr/wiki/%22It-doesn't-work%22-Troubleshooting-Checklist) if your issue is specifically related to screensharing.
## Troubleshooting
### How do I report issues?