Hi! I’m having a hard time finding info about ways to make the lower panel on my desktop do what I want. It seems it only allows me to pin application shortcuts to it. I’d like to add other things. I’m guessing this lower panel is a Gnome tweak, so I suppose I’d like to tweak the tweak. If anyone knows where this mysteriously wonderful lower panel comes from I can probably find docs on it. It has its own settings menu and I’ve explored those options in the GUI.
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.