You are not logged in.
Hello, I just started using Bunsen today after a guy in my class recommended it to me. I love it already but I have some questions.
1. Changing the menu items on the main menu.
I tried to change it from the menu to mpv, but it either would not do anything or open vlc.
2. Changing the hotkeys.
I love the idea of mainly using hotkeys, but I can't seem to change them. I tried putting Super-F to open the alt menu, but it still opens the file manager. Though when I click on the hotkey display menu items, they work correctly.
Thank you guys in advance for your answers.
Offline
Hello
Changing the menu items on the main menu.
I tried to change it from the menu to mpv, but it either would not do anything or open vlc.
Can you please explain exactly what it was that you changed and how you changed it, it is almost impossible to help otherwise.
Posting the content of ~/.config/openbox/menu.xml (using code tags) would help clear things up, I think.
Changing the hotkeys.
I love the idea of mainly using hotkeys, but I can't seem to change them. I tried putting Super-F to open the alt menu, but it still opens the file manager. Though when I click on the hotkey display menu items, they work correctly.
Same as above, you need to show us exactly what you have changed; the file we need to see for this is ~/.config/openbox/rc.xml
Offline
Have you done this after changes?
openbox --reconfigure
Offline
If you want to make mpv your default media player instead of vlc, then (presuming you've installed mpv):
Menu > System > Edit Debian Alternatives
(this opens an app called "galternatives")
In the list on the left, select bl-media-player
and in the choices on the right, choose /usr/bin/bl-mpv
bl-mpv is a wrapper script around mpv that allows it to be used like a regular x-window app, and resizes it a bit when playing audio. Otherwise it's mpv.
bl-media-player is the name of a Debian alternative. Mime-type associations and menu entries are all set to use it, so just make that one switch in in galternatives and everything should continue to work using mpv instead of vlc.
...elevator in the Brain Hotel, broken down but just as well...
( a boring Japan blog (currently paused), now on Bluesky, there's also some GitStuff )
Offline
both questions are openbox related.
i recommend their wiki:
http://openbox.org/wiki/Help:Contents
Offline
Thank you all for answers, I've got the mpv working, but I have ran into more troubles.
I'll post the file for hotkeys later.
I'm trying to figure out what items get added to the Alt Menu, since it has mailspring which I've installed, but not Basilisk or Telegram. Even though I can run both programs from their filepaths just fine.
Is there a list of what it can find somewhere?
Also on the default browser, how does one add to the list, so the menu option could find something else than firefox? I'd like to use either waterfox or basilisk but I have been unable to add a shortcut for either in the, what I believe, have been the correct file paths for
Offline
the Alt Menu
If you mean the <Alt>+F3 run dialog then that will only show programs in the directories that appear when this command is run:
echo $PATH
So the simplest solution is to copy the binaries to ~/bin
on the default browser, how does one add to the list, so the menu option could find something else than firefox?
Use the galternatives program, as with mpv.
Offline