Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 667784 - net-im/telegram-desktop-bin: no desktop icon
Summary: net-im/telegram-desktop-bin: no desktop icon
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Henning Schild
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2018-10-05 07:27 UTC by Alexander Tsoy
Modified: 2018-10-26 17:48 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Tsoy 2018-10-05 07:27:30 UTC
ebuild should either install icons as "telegram.png" or change icon name in .desktop file:

@@ -3,7 +3,7 @@
 Name=Telegram Desktop
 Comment=Official desktop version of Telegram messaging app
 Exec=telegram-desktop -- %u
-Icon=telegram
+Icon=telegram-desktop
 Terminal=false
 StartupWMClass=TelegramDesktop
 Type=Application
Comment 1 Larry the Git Cow gentoo-dev 2018-10-26 13:06:44 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8d2d24e879b8e34c719edeb333872338985d205

commit e8d2d24e879b8e34c719edeb333872338985d205
Author:     Henning Schild <henning@hennsch.de>
AuthorDate: 2018-10-24 10:49:14 +0000
Commit:     Michał Górny <mgorny@gentoo.org>
CommitDate: 2018-10-26 13:04:04 +0000

    net-im/telegram-desktop-bin: fix Icon in .desktop file
    
    Closes: https://bugs.gentoo.org/667784
    Signed-off-by: Henning Schild <henning@hennsch.de>
    Closes: https://github.com/gentoo/gentoo/pull/10212
    Signed-off-by: Michał Górny <mgorny@gentoo.org>

 .../telegram-desktop-bin-1.4.3-r1.ebuild           | 80 ++++++++++++++++++++++
 1 file changed, 80 insertions(+)
Comment 2 Larry the Git Cow gentoo-dev 2018-10-26 17:48:53 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d11fb06195c1a39fccec8fdbc2d3b726d3b1a6e9

commit d11fb06195c1a39fccec8fdbc2d3b726d3b1a6e9
Author:     Henning Schild <henning@hennsch.de>
AuthorDate: 2018-10-24 10:49:14 +0000
Commit:     Michał Górny <mgorny@gentoo.org>
CommitDate: 2018-10-26 17:48:34 +0000

    net-im/telegram-desktop-bin: fix icon file names
    
    Closes: https://bugs.gentoo.org/667784
    Signed-off-by: Henning Schild <henning@hennsch.de>
    Closes: https://github.com/gentoo/gentoo/pull/10212
    Signed-off-by: Michał Górny <mgorny@gentoo.org>

 ...am-desktop-bin-1.4.3.ebuild => telegram-desktop-bin-1.4.3-r1.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)