View Issue Details

IDProjectCategoryView StatusLast Update
0003027Kali LinuxGeneral Bugpublic2016-04-07 13:14
Reporteryennefer1173 Assigned Tosbrun  
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version2016.1 
Fixed in Version2016.2 
Summary0003027: Missing menu icons in XFCE.
Description

Some menu icons are missing from the xfce menu in kali rolling. I am using a fully updated system. The issue also persists in the live cd of the light kali version. It would be great if these icons get back because they were pretty cool back in sana :).

Attached Files
screenshot.jpg (520,396 bytes)

Activities

crahan

crahan

2016-03-25 18:59

reporter   ~0005032

Last edited: 2016-03-25 19:36

This bug appears to be related to the .png extension that's specified for all Icon entries in each of the Kali specific .directory files under /usr/share/desktop-directories.

Example:
Edit /usr/share/desktop-directories/01-info-gathering.directory and change Icon=kali-info-gathering-trans.png to Icon=kali-info-gathering-trans. Save the file and logout/login. The correct icon should appear for the '01 - Information Gathering' category.

Quick fix:
cd /usr/share/desktop-directories/
sed -i 's/trans.png/trans/g' *.directory

g0tmi1k

g0tmi1k

2016-04-06 11:13

administrator   ~0005093

Command:

find /usr/share/desktop-directories/ -type f | xargs sed -i 's/Icon=kali-(.*).png/Icon=kali-\1/'

Before:

https://i.imgur.com/yuXcj3Z.jpg

After:

https://i.imgur.com/QtBPNrm.jpg

sbrun

sbrun

2016-04-07 13:14

manager   ~0005101

the kali-menu version 2016.2.4 will fix this issue.

Issue History

Date Modified Username Field Change
2016-01-29 11:20 yennefer1173 New Issue
2016-01-29 11:20 yennefer1173 File Added: screenshot.jpg
2016-03-25 18:59 crahan Note Added: 0005032
2016-03-25 19:36 crahan Note Edited: 0005032
2016-03-31 14:36 rhertzog Assigned To => sbrun
2016-03-31 14:36 rhertzog Status new => assigned
2016-04-06 11:13 g0tmi1k Note Added: 0005093
2016-04-07 13:14 sbrun Note Added: 0005101
2016-04-07 13:14 sbrun Status assigned => resolved
2016-04-07 13:14 sbrun Resolution open => fixed
2016-04-07 13:14 sbrun Fixed in Version => 2016.2