this post was submitted on 08 Jun 2024
9 points (100.0% liked)
linux4noobs
1356 readers
1 users here now
linux4noobs
Noob Friendly, Expert Enabling
Whether you're a seasoned pro or the noobiest of noobs, you've found the right place for Linux support and information. With a dedication to supporting free and open source software, this community aims to ensure Linux fits your needs and works for you. From troubleshooting to tutorials, practical tips, news and more, all aspects of Linux are warmly welcomed. Join a community of like-minded enthusiasts and professionals driving Linux's ongoing evolution.
Seeking Support?
- Mention your Linux distro and relevant system details.
- Describe what you've tried so far.
- Share your solution even if you found it yourself.
- Do not delete your post. This allows other people to see possible solutions if they have a similar problem.
- Properly format any scripts, code, logs, or error messages.
- Be mindful to omit any sensitive information such as usernames, passwords, IP addresses, etc.
Community Rules
- Keep discussions respectful and amiable. This community is a space where individuals may freely inquire, exchange thoughts, express viewpoints, and extend help without encountering belittlement. We were all a noob at one point. Differing opinions and ideas is a normal part of discourse, but it must remain civil. Offenders will be warned and/or removed.
- Posts must be Linux oriented
- Spam or affiliate links will not be tolerated.
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I use
tofi
.Dmenu_extended
doesn't appear to be packaged in Debian, and I can't claim experience with it.Most programs will do what
xdg-open
does. I also don't see anything in a ten second glance atdmenu_extended
's settings for creating file-file-to-program mappings. So I'd probably tryxdg-open
on the file first to confirm that it's truly behavior specific todmenu_extended
.If it is just
dmenu_extended
:https://github.com/MarkHedleyJones/dmenu-extended
I'd probably take a skim through that.
I don't know what you mean "try to open". Using
dmenu_extended
? Using some other program to launch it?So,
xdg-open
is gonna look at~/.local/share/applications/*.desktop
files to determine what command to run.I don't use that whole system of XDG file-program associations or flatpak, so I've got limited familiarity with them.
But the basic problem you're facing is that you want the right command to be invoked. I'd try and get flatpak Steam launching from the terminal first. Once that's okay, then go looking at those .desktop files.