helloSystem / Menu

Global menu bar written in Qt
43 stars 14 forks source link

Menu does not update automatically #156

Closed karthik-holla closed 1 year ago

karthik-holla commented 1 year ago

When a new app is installed the filer does not show the installed app automatically instead it should be restarted to display the new installed app. It would be better if the filer updated automatically.

probonopd commented 1 year ago

In which location are you missing the application in Filer? Is the application bundle actually there (but not shown in Filer) or is it in fact not even there?

karthik-holla commented 1 year ago

When a new app is installed using pkg the new app is seen in the application folder but not displayed in the application section of the filer menu(global menu) until the filer or the system is restarted.

On Thu, 27 Jul 2023, 00:18 probonopd, @.***> wrote:

In which location are you missing the application in Filer? Is the application bundle actually there (but not shown in Filer) or is it in fact not even there?

— Reply to this email directly, view it on GitHub https://github.com/helloSystem/Menu/issues/156, or unsubscribe https://github.com/notifications/unsubscribe-auth/AGAHHHSDWOSLBYB753U2UQLXSFQ6JANCNFSM6AAAAAA2Y2V3DY . You are receiving this because you authored the thread.Message ID: @.***>

probonopd commented 1 year ago

Apparently this does not work properly:

https://github.com/helloSystem/Menu/blob/cef93da7911d8f241981048b634883d8e2bcaf8f/src/appmenuwidget.cpp#L444-L458

Original issue:

probonopd commented 1 year ago

Should hopefully be fixed by https://github.com/helloSystem/Menu/commit/6224744a66d6ed4399f44ec4ca3354d35dafd590. If the issue persists, please comment here. Thanks for your patience!