add notes on wayland vs x and discord sharing

This commit is contained in:
ducoterra
2023-03-08 22:12:59 -05:00
parent 1d982886b4
commit 1db1bf9083
3 changed files with 36 additions and 2 deletions

1
icons/firefox.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 52 KiB

View File

@@ -236,6 +236,7 @@ The solution is to comment out everything in /etc/acpi/events/powerconf and rely
gnome settings **OR** set the gnome settings to "nothing" and edit gnome settings **OR** set the gnome settings to "nothing" and edit
`/etc/acpi/actions/power.sh` with the behavior you expect. Either way you should pick `/etc/acpi/actions/power.sh` with the behavior you expect. Either way you should pick
one to control power button behavior. one to control power button behavior.
## Discord ## Discord
vim ~/.local/share/applications/Discord.desktop vim ~/.local/share/applications/Discord.desktop
@@ -272,8 +273,8 @@ sudo reboot now
``` ```
[Desktop Entry] [Desktop Entry]
Encoding=UTF-8 Encoding=UTF-8
Name=Technic Launcher Name=Minecraft
Exec=/usr/bin/java -jar /home/ducoterra/Applications/TechnicLauncher.jar Exec=/home/ducoterra/Applications/minecraft-launcher
Icon=/home/ducoterra/.icons/minecraft-launcher.png Icon=/home/ducoterra/.icons/minecraft-launcher.png
Type=Application Type=Application
Categories=Games; Categories=Games;
@@ -294,3 +295,35 @@ Setting your mic to analog input works just fine on a yeti usb mic.
```bash ```bash
sudo dnf install pavucontrol sudo dnf install pavucontrol
``` ```
### Disable Wayland (Don't do this)
Edit /etc/gdm/custom.conf
```conf
[daemon]
WaylandEnable=false
DefaultSession=gnome-xorg.desktop
```
### Discord sharing not working
THIS IS PROBABLY A PER-APP THING
Likely the thing you're trying to share doesn't work, it's not wayland's fault.
If you're trying to share firefox - download the firefox binary and dnf
uninstall the other one. For whatever reason the preinstalled binary doesn't
like screen share. You can use the following:
~/.local/share/applications/firefox.desktop
```conf
[Desktop Entry]
Encoding=UTF-8
Name=Firefox
Exec=/home/ducoterra/Applications/firefox/firefox-bin
Icon=/home/ducoterra/.icons/firefox.svg
Type=Application
Categories=Browser;
```