这是indexloc提供的服务,不要输入任何密码
Skip to content

ilsubyeega/appmenu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

appmenu

Linux Desktop 환경에서의 Application Menu(혹은 Global Menu) 리서치

first class support environment

  • KDE Plasma

  • QTile 아닐거 같음

  • X11 or Xwayland

기억상 KDE 말곤 없음

third-party supported

kde-appmenu vs xdg-dbus-annotation

- kde-appmenu_manager
    - create(id: kwin_appmenu_new_id, surface: wl_surface)
    - release()
- kde-appmenu
    - set_address(service_name: string, object_path: string)
    - release()
- xdg-dbus-annotation_manager
    - destroy() <- matches release()
    - annonate_client(interface: string, id: annotation_new_id) <- appmenu_manager#create with extra interface name?
    - annonate_surface <- same as above but given wl_surface
    - error
- xdg-dbus-annotation
    - destroy() <- matches release()
    - set_address(bus_name: string, object_path: string) <- appmenu#set_address but bus_name instead of service_name?
    - commit() <- atomically update

References

LICENSE

TBA, looking to target LGPL-2.1.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages