Skip to content

Commit

Permalink
Disable launching Telegram via dbus-launch
Browse files Browse the repository at this point in the history
disable starting Telegram via dbus-launch

* fix issue with dbus-daemon PID spam as Telegram fixed their tray icon
  issue

Resolves: telegramdesktop/tdesktop#1716
Related:
Signed-off-by: Daniel Andrei Minca <[email protected]>

add Ansible managed header in openbox config

Resolves:
Related:
Signed-off-by: Daniel Andrei Minca <[email protected]>

fix XML parsing error

* comment must be added after the XML declaration header

Resolves:
Related:
Signed-off-by: Daniel Andrei Minca <[email protected]>
  • Loading branch information
dminca committed Feb 5, 2017
1 parent 3c1c5c6 commit 616eb02
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion roles/packages/templates/lubuntu-rc.xml.j2
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
{{ ansible_managed }}
-->
<!-- Do not edit this file, it will be overwritten on install.
Copy the file to $HOME/.config/openbox/ instead. -->
<openbox_config xmlns="http://openbox.org/3.4/rc" xmlns:xi="http://www.w3.org/2001/XInclude">
Expand Down Expand Up @@ -497,7 +500,7 @@
</keybind>
<keybind key="{{ telegram_key }}">
<action name="Execute">
<command>dbus-launch /opt/telegram/Telegram/Telegram start</command>
<command>/opt/telegram/Telegram/Telegram start</command>
</action>
</keybind>
<keybind key="W-s">
Expand Down

0 comments on commit 616eb02

Please sign in to comment.