this post was submitted on 08 Oct 2023
15 points (100.0% liked)

Linux

7782 readers
15 users here now

Welcome to c/linux!

Welcome to our thriving Linux community! Whether you're a seasoned Linux enthusiast or just starting your journey, we're excited to have you here. Explore, learn, and collaborate with like-minded individuals who share a passion for open-source software and the endless possibilities it offers. Together, let's dive into the world of Linux and embrace the power of freedom, customization, and innovation. Enjoy your stay and feel free to join the vibrant discussions that await you!

Rules:

  1. Stay on topic: Posts and discussions should be related to Linux, open source software, and related technologies.

  2. Be respectful: Treat fellow community members with respect and courtesy.

  3. Quality over quantity: Share informative and thought-provoking content.

  4. No spam or self-promotion: Avoid excessive self-promotion or spamming.

  5. No NSFW adult content

  6. Follow general lemmy guidelines.

founded 1 year ago
MODERATORS
 

I am currently using Fedora 38 (Wayland) on GNOME. The default firefox rpm browser has support for 2-finger swipe to prev/next page

But none of the flatpack-based browers (firefox,brave,librewolf,edge,Mullvad) have them and i couldn't find any fixes online for these except this issue on github

top 1 comments
sorted by: hot top controversial new old
[–] [email protected] 1 points 10 months ago

Are you sure that any of the flatpak-based browsers actually run in Wayland. For the longest time they had to be explicitly enabled to work with Wayland and not X11. Even very recently both Brave and Edge required flags to run Wayland (and maybe still do); though Chromium-based even require specific flags to enable the two-finger swiping for navigation; --ozone-platform-hint=auto --enable-features=TouchpadOverscrollHistoryNavigation , as can be found on the ArchWiki. As for the ones based on Firefox, they should work right out of the gate. If they don't, then first check if it's running on Wayland; perhaps running the flatpak override --env=MOZ_ENABLE_WAYLAND=1 command in terminal already solves that issue, however this should have been enabled by default. If it continues to not work, then -after ensuring that you are in fact running Wayland- you should make a bug report as this isn't intended behavior.