bemenu VS xdg-desktop-portal

Compare bemenu vs xdg-desktop-portal and see what are their differences.

bemenu

Dynamic menu library and client program inspired by dmenu (by Cloudef)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
bemenu xdg-desktop-portal
12 154
1,124 528
- 2.1%
8.0 9.4
4 days ago 1 day ago
C C
GNU General Public License v3.0 only GNU Lesser General Public License v3.0 only
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

bemenu

Posts with mentions or reviews of bemenu. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-05-25.
  • Bash Menu
    4 projects | /r/archlinux | 25 May 2023
    I really like using something like fuzzy search for menus like these. https://github.com/Cloudef/bemenu is pretty cool in that it works both in a terminal, X11 and on Wayland, so if you want to do something graphical later you can easily migrate. There's also fzf and skim, which work similarly but are only for the terminal.
  • Run scripts using keybindings in default settings
    1 project | /r/Fedora | 16 Jan 2023
    I know that dmenu won't work on wayland, hence I installed bemenu as a drop-in replacement. Now I want to configure keybindings for my scripts using the default settings, but they don't seem to work. Running my scripts from the terminal work, but not when running them via keybinding.
  • command line menu / launcher?
    3 projects | /r/commandline | 1 Oct 2022
    bemenu (i. e. bemenu-run) is a simple launcher that has command line interface (set with BEMENU_BACKEND environment variable), also fzf can be useful in this regard but it will most likely require writing additional scripts to work as a launcher.
  • The end of the nice GTK button
    2 projects | /r/linux | 25 Mar 2022
    I've already highlighted how using environment variables to change themes is a horrible user experience. The bemenu program suffers from the same flaw. Environment Variables should never be used in any way for values that might change inside a running session.
  • How to accept text input in swaynag?
    4 projects | /r/swaywm | 4 Mar 2022
    bemenu
  • No_color
    12 projects | news.ycombinator.com | 26 Feb 2022
    Environment variables are fine when used for things that usually don't change once they're set. For example, XDG_CONFIG_HOME or GOPATH. They are, however, absolutely awful when used to configure values that will probably change inside a session. A good example is BEMENU_OPTS from the bemenu program, which is used to change colors, font etc. Should I relogin into my session just to make a program use dark mode colors?

    https://github.com/Cloudef/bemenu#environment-variables

    In such cases, environment variables lose their intended purpose and they need to be stuffed into wrapper scripts or overridden on the command line before executing a command, which is extremely annoying.

  • Identifying the window of Bemenu
    2 projects | /r/swaywm | 7 Feb 2022
    Bemenu - "Dynamic menu library and client program inspired by dmenu"
  • Less Than 10% of Firefox Users on Linux Are Running Wayland
    8 projects | news.ycombinator.com | 7 Feb 2022
  • Windows 11 Officially Shuts Down Firefox’s Default Browser Workaround
    15 projects | news.ycombinator.com | 16 Dec 2021
    Instead of rofi, bemenu[2] is nice too.

    [1] https://github.com/dunst-project/dunst/issues/264

    [2] https://github.com/Cloudef/bemenu

  • tessen: an interactive menu to autotype and copy password store data on Wayland, like rofi-pass
    7 projects | /r/bash | 14 Nov 2021
    tessen can use either bemenu, the wayland fork of rofi, or wofi to show password store data. It relies on wtype for autotyping instead of using ydotool because ydotool needs root privileges.

xdg-desktop-portal

Posts with mentions or reviews of xdg-desktop-portal. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-01-29.
  • Flathub: One million active users and growing
    2 projects | news.ycombinator.com | 29 Jan 2024
  • Changes to xdg.portals?
    2 projects | /r/NixOS | 28 Nov 2023
  • PCSX2 Disables Wayland Support
    7 projects | news.ycombinator.com | 26 Nov 2023
    >Not losing all the work every time your windows manager crashes

    https://news.ycombinator.com/item?id=37509703

    >remapping keys

    >Use xinput to change parameters of their input devices (libinput dropped most configuration options present with evdev)

    Up to the compositor.

    >Global shortcuts

    Also up to the compositor. Was added to xdp in https://github.com/flatpak/xdg-desktop-portal/blob/main/data... so it's up to the compositor's xdp impl to provide it. It was created by a KDE dev so I assume KDE implements it at least.

    >tunnelling over ssh

    https://gitlab.freedesktop.org/mstoeckl/waypipe

  • Gnome developer proposes removing the X11 session
    3 projects | news.ycombinator.com | 14 Oct 2023
    > - O proper screen recording support

    Works just fine. I use OBS.

    > - broken screen sharing

    Never had any trouble with it.

    > - No proper global keyboard shortcut

    > - No push to talk support

    On its way: https://github.com/flatpak/xdg-desktop-portal/pull/711 / https://flatpak.github.io/xdg-desktop-portal/#gdbus-org.free...

    > - Several problems with multiple screens

    Haven't had any more than on X11, but then again I do use Nvidia hardware on Linux.

  • The Guy Preserving the New History of PC Games, One Linux Port at a Time
    1 project | news.ycombinator.com | 10 Sep 2023
    It might help, but at this point Linux containers can't really stabilize the whole environment, especially for games. Particular pain points include accelerated graphics (which theoretically can have a stable kernel interface, but in practice is so complex and performance-sensitive that it's not stable enough to be a "reference platform", so to speak) and modern game controllers (which present a whole mess of concerns typically "addressed" in Flatpak by granting the device=all permission and hoping for the best [1]).

    I also know a guy who ran into issues with a kernel update breaking a custom allocator, although I don't know the fine details. That wasn't for a game, but games also use custom allocators for various reasons.

    [1] https://github.com/flatpak/xdg-desktop-portal/issues/536

  • Unpacking Elixir: Syntax
    4 projects | news.ycombinator.com | 8 Sep 2023
    I don't use Wayland, but it seems xdg-desktop-portal since 1.16.0 has a 'Global Shortcuts portal'. Perhaps check it out.

    https://github.com/flatpak/xdg-desktop-portal

  • UX Hurdles in Open Source #1: Flatpak Permissions
    1 project | /r/linux | 27 Jun 2023
    It's being discussed: https://github.com/flatpak/xdg-desktop-portal/issues/611
  • Advice: TW or Aeon
    2 projects | /r/openSUSE | 26 Jun 2023
    The first bug report was filed in early 2022 but unfortunately no progress yet on the matter, even after numerous similar reports ever since.
  • Native messaging for Firefox
    1 project | /r/flatpak | 23 Jun 2023
  • Xdg portal hyprland and launching gui apps
    2 projects | /r/NixOS | 21 Jun 2023
    Yeah been having the same issue since I changed to using the unstable branch, supposedly noticed and fixed upstream for a few variants of the problem (different people with different configurations of DE and xdg-* deps installed report the same issue due to timeouts of the other portals)

What are some alternatives?

When comparing bemenu and xdg-desktop-portal you can also consider the following projects:

rofi - Rofi: A window switcher, run dialog and dmenu replacement - fork with wayland support

gamescope - SteamOS session compositing window manager [Moved to: https://github.com/ValveSoftware/gamescope]

tessen - an interactive menu to autotype and copy pass and gopass data

wayfire - A modular and extensible wayland compositor

rofi-pass - rofi frontend for pass

gtk-layer-shell - A library to create panels and other desktop components for Wayland using the Layer Shell protocol

Sway-DE - 🏠 Sway desktop environment dotfile installation for Arch Linux

pipewire - Mirror of the PipeWire repository (see https://gitlab.freedesktop.org/pipewire/pipewire/)

pass-tessen - fuzzy data selection and copy-paste from password store

flatpaks

password-store-example - Gopass examples

us.zoom.Zoom