We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
目前在AM初始化的过程中,如果没有在已加载的应用列表中找到相同ID的应用,则会以此创建一个新的dbus object,并承认它是一个应用。
建议的修改方案:在 ApplicationService::noDisplay 方法中优先判断 m_desktopSource 的来源,如果是来源于 xdg autoSart 则返回 false
ApplicationService::noDisplay
m_desktopSource
false
The text was updated successfully, but these errors were encountered:
kegechen
No branches or pull requests
目前在AM初始化的过程中,如果没有在已加载的应用列表中找到相同ID的应用,则会以此创建一个新的dbus object,并承认它是一个应用。
建议的修改方案:在
ApplicationService::noDisplay
方法中优先判断m_desktopSource
的来源,如果是来源于 xdg autoSart 则返回false
The text was updated successfully, but these errors were encountered: