Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 380943 | Differences between
and this patch

Collapse All | Expand All

(-)a/data/udev-discover.desktop (+10 lines)
Line 0 Link Here
1
[Desktop Entry]
2
Name=Udev Discover
3
GenericName=Sysfs tree browser
4
Comment=Sysfs tree browsing tool focused on helping udev users and developers
5
Comment[es]=Explorador del árbol sysfs orientado a ayudar a usuarios y desarrolladores udev
6
Exec=udev-discover
7
Icon=udev-discover
8
Terminal=false
9
Type=Application
10
Categories=Utility;HardwareSettings;
(-)a/setup.py (-1 / +1 lines)
Lines 118-123 setup( Link Here
118
            ('share/udev-discover', ['data/udev-discover.svg']),
118
            ('share/udev-discover', ['data/udev-discover.svg']),
119
            ('share/pixmaps', ['data/udev-discover.svg']),
119
            ('share/pixmaps', ['data/udev-discover.svg']),
120
            ('/etc/gconf/schemas', ['data/udev-discover.schemas']),
120
            ('/etc/gconf/schemas', ['data/udev-discover.schemas']),
121
            ('share/applications', ['data/udev-discover.desktop']),
121
122
122
            # You may need to call gtk-update-icon-cache -f -t $(datadir)/icons/hicolor
123
            # You may need to call gtk-update-icon-cache -f -t $(datadir)/icons/hicolor
123
            # after installing icons
124
            # after installing icons
124
- 

Return to bug 380943