this post was submitted on 14 Aug 2023
4 points (100.0% liked)
Linux Questions
1150 readers
3 users here now
Linux questions Rules (in addition of the Lemmy.zip rules)
- stay on topic
- be nice (no name calling)
- do not post long blocks of text such as logs
- do not delete your posts
- only post questions (no information posts)
Tips for giving and receiving help
- be as clear and specific
- say thank you if a solution works
- verify your solutions before posting them as facts.
Any rule violations will result in disciplinary actions
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 don't know anything about Nobara, but alternative solution: You can create application menu entries for your scripts etc. and pin the shortcut for that.
I believe, GNOME has nothing built-in to edit the application menu entries, but if you search in GNOME Software for "Menu Editor", that should give you a result.
When creating an entry with that, you'll have to specify the command to run.
For just opening a file, you can use the command
open /path/to/your/file.jpg
.Ah! That makes sense. Thank you. I'll try that out. There's nothing special about Nobara in terms of GUI. It's Gnome, but with all kinds of tweaks and extensions built in that I have no clue about. The kernel, though, is modified as are some key software packages. For the question I'm asking in the OP, you can assume I'm running Fedora 38 with a very heavily tweaked Gnome desktop.
Yeah, I know very little about GNOME in general. 🙃
Thankfully, application menu entries are pretty standardized between desktop environments.
It's just a bunch of .desktop-files in
/usr/share/applications/
and~/.local/share/applications/
. If you're hard-core enough, you can do what Menu Editor does with just a run-off-the-mill text editor...Yes, that was what I was thinking about. It's going to be what I have to do. However, I DID discover that the ArcMenu extension is adjacent to how I want things. You can put scripts and other files on it.