-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
default skin in manjaro-i3 #7
Comments
Hi. I owe you an off-line message regarding a few other things in progress. For this issue, the most important line in the config file is "menu_cmd=". If you're using any relatively current github download of morc_menu, the default for that config variable WILL display as your screenshot illustrates. The config file includes four examples for that variable, the second of which is identified as exploiting all the extra features of the fully patched dmenu. This is not an issue for the version of morc_menu being packaged for manjaro i3. For that linux distribution, and potentially for others, while the software is identical and the initial config file is identical, the package manager makes alterations to the default to match the perferences of the distribution developer, (eg, you). For manjaro, the PKGBUILD includes the commands to alter the default config file so the user need not alter anything in order to get the desired look. NOW, as for your good news: I want to track down that issue, but since that's been opened as a separate issue / thread, I'll write something there for your comment. Let me know if this issue is just a wrong menu_cmd setting. If not, please post your config file, using: sed -n '/^[a-z]/p' morc_menu_v1.conf > post_this_file |
Like I said, this happens on a freshly built manjaro-i3 ISO. So it uses the package now in manjaro repos.
|
Here's what the latest default .dmenurc looks like:
|
I looked at your config file, and I had it nailed: it's the line: "menu_cmd=". Look in the config file for the commented-out examples of alternatives.
A separate issue is why the manjaro i3 iso PKGBUILD hasn't automatically changed the default config, but that's a discussion for the manjaro forum, not here. |
After our discussion I was expecting the config to be adjusted to manjaro-i3 automatically. But no problem. So I have commanted out |
You're right, and it should, when the Manjaro PKGBUILD works as written! As mentioned on the Manjaro forum, someone incorrectly added a redirect, which broke that code. I'm leaving this issue open in order to look at your report about |
I think I understand what might be happening. As per the documentation,
or just
If those packages are missing, let me know how it goes after you install them. The PKGBUILD writer for morc_menu reports that he uploaded a new version to correct the redirect typo, so maybe better to de-install morc_menu and then re-install with the new package. |
Nono. The two packages are installed. morc_menu was already removed and reinstalled with the updated install script. The package is not in the repo, yet, but I am testing it locally... |
I can't reproduce what you're experiencing when those packages are installed. Have you run the two commands ( |
Ok. I found something: |
@Boruch-Baum, any progress on this? |
Hi Boruch!
I just tried building a new i3 test ISO with morc_menu, wmutils and xdotool installed.
When I launch morc_menu it doesn't look what I expected, but like this:
while the config is containing (uncommented of course)
external_skin_definition_file=${HOME}/.dmenurc
aswell as
use_mouse_position=TRUE
Changing prefix/suffix in the config file does work. So the file is being read obviously...
The good news is, it launches without any delay 😉
The text was updated successfully, but these errors were encountered: