Add desktop actions start-chat and show-next-pending-event
This commit is contained in:
parent
622d44b202
commit
c88932fc14
|
@ -13,3 +13,14 @@ StartupWMClass=Gajim
|
|||
Terminal=false
|
||||
Type=Application
|
||||
MimeType=x-scheme-handler/xmpp;
|
||||
Actions=StartChat;ShowNextPendingEvent;
|
||||
|
||||
[Desktop Action StartChat]
|
||||
Exec=gajim --start-chat
|
||||
Name=Start a new chat
|
||||
Icon=org.gajim.Gajim
|
||||
|
||||
[Desktop Action ShowNextPendingEvent]
|
||||
Exec=gajim --show-next-pending-event
|
||||
Name=Show next pending event
|
||||
Icon=org.gajim.Gajim
|
||||
|
|
Loading…
Reference in New Issue