You are not logged in.
Yesterday I install Pale moon browser on terminal and I do a update.
After the jgmenu appear different with icons and the right click of the mouse not work on any area of desktop always open the menu on tint panel and not in any area that the mouse is present on desktop.
I wish that the jgmenu is only with text and the right click menu works on the desktop area.
$ wmctrl -m
Name: Openbox
Class:
PID: N/A
Window manager's "showing the desktop" mode: OFF
Last edited by portaro (2021-07-30 19:04:22)
Offline
The problem is with jgmenu, for some reason that I unknown It is bugged.
Searching for a solution I try this and work →
Move for my window manager and mark show hidden folders then I move to
/.config/jgmenu/backup/
I choose the most older folder on backup folder and open it then I open the file and copy the content.
After I click and open on jgmenu : Preferences → jgmenu → edit jgmenu and past the content that I previous copy here and save the file.
Remember that You can comment the actual content of the jgmenu with → #, for test if works or not, I suggest use this to mark all content lines of actual jgmenu, then above past the older backup file if you have one and save and test if work or not.
Thanks
Last edited by portaro (2021-07-30 19:15:59)
Offline
The correct and fastest solution to get jgmenu show up under the cursor, is:
Open ~/.config/jgmenu/jgmenurc in an editor.
Edit row 3, make sure it is:
position_mode = pointer
You must have been changung theme and then that setting changed.
// Regards rbh
Please read before requesting help: "Guide to getting help", "Introduction to the Bunsenlabs Lithium Desktop" and other help topics under "Help & Resources" on the BunsenLabs menu
Offline
The correct and fastest solution to get jgmenu show up under the cursor, is:
Open ~/.config/jgmenu/jgmenurc in an editor.
Edit row 3, make sure it is:
position_mode = pointer
You must have been changung theme and then that setting changed.
In my case this option that you mention isn't on the file of the problem with jgmenu I save the lines of jgmenu that caused jgmenu show icons and the problems that I had.
color_title_border = #292d31 100
color_sel_bg = #434950 100
color_sel_fg = #9ba8bb 100
color_norm_fg = #9ba8bb 100
color_title_fg = #9ba8bb 100
color_menu_bg = #292d31 100
color_title_bg = #292d31 100
menu_border = 4
sep_markup =
sep_halign = center
color_sel_border = #434950 100
color_sep_fg = #434950 100
sub_spacing = 0
color_menu_border = #1c1e21 100
As you can see the option that you mention isn't in it.
My actual jgmenu "backup" that works like I wish is →
Thanks.
tint2_look = 0
csv_cmd = apps
position_mode = pointer
menu_width = 134
menu_padding_top = 24
menu_padding_right = 0
menu_padding_bottom = 0
menu_padding_left = 0
menu_radius = 1
sub_spacing = 6
item_margin_x = 1
item_margin_y = 1
item_height = 21
sep_height = 4
sep_halign = right
font = Sans 10
icon_size = 0
arrow_string = ›
arrow_width = 8
color_menu_bg = #2B454F 100
color_menu_border = #304D59 100
color_norm_bg = #C8CFCB 00
color_norm_fg = #d3dae3 100
color_sel_bg = #bc4b4f 100
color_sel_fg = #ffffff 100
color_sel_border = #bc4b4f 100
color_title_fg = #cc666a 100
color_title_bg = #2B454F 100
color_title_border = #304D59 100
color_sep_fg = #535353 100
sep_markup =
hover_delay = 30
csv_name_format = %n
menu_border = 0
Offline
rbh wrote:The correct and fastest solution to get jgmenu show up under the cursor, is:
position_mode = pointerIn my case this option that you mention isn't on the file of the problem with jgmenu
If you in your now working jgmenurc, comment out the line "position_mode = pointer", will the menu pop up from the tint2 BL icon. If you again activate the line, the menu will appear under the mouse pointer.
// Regards rbh
Please read before requesting help: "Guide to getting help", "Introduction to the Bunsenlabs Lithium Desktop" and other help topics under "Help & Resources" on the BunsenLabs menu
Offline
portaro wrote:rbh wrote:The correct and fastest solution to get jgmenu show up under the cursor, is:
position_mode = pointerIn my case this option that you mention isn't on the file of the problem with jgmenu
If you in your now working jgmenurc, comment out the line "position_mode = pointer", will the menu pop up from the tint2 BL icon. If you again activate the line, the menu will appear under the mouse pointer.
Thanks for your help at now all works good in my system I have the menu on tint menu icon and in the right mouse click around any point os the windows of my desktop.
Offline