Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 576442

Summary: net-analyzer/wireshark-2 should use upstream .desktop files
Product: Gentoo Linux Reporter: . <dev.rindeal+gentoo>
Component: Current packagesAssignee: Gentoo Netmon project <netmon>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description . 2016-03-04 13:51:54 UTC
Currently, `.desktop` files are installed via `make install` and then overwritten by `domenu` to a wrong state.

`make install` installs:
- `wireshark.desktop` (Exec=wireshark) for Qt
- `wireshark-gtk.desktop` (Exec=wireshark-gtk) for GTK3

`domenu` installs:
- `wireshark-qt.desktop` (Exec=wireshark-qt) for Qt
- `wireshark.desktop` (Exec=wireshark) for GTK3
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2016-03-09 02:29:22 UTC
Fixed in 2.0.2-r1 and 99999999.

Thanks for the report!