3
Makefile
3
Makefile
@@ -20,4 +20,5 @@ uninstall:
|
|||||||
rm /usr/bin/nwg-drawer
|
rm /usr/bin/nwg-drawer
|
||||||
|
|
||||||
run:
|
run:
|
||||||
go run *.go
|
go build -o bin/nwg-drawer *.go
|
||||||
|
bin/nwg-drawer
|
||||||
|
|||||||
BIN
bin/nwg-drawer
BIN
bin/nwg-drawer
Binary file not shown.
3
tools.go
3
tools.go
@@ -366,7 +366,8 @@ func parseDesktopFiles(desktopFiles []string) string {
|
|||||||
|
|
||||||
if entry.NoDisplay {
|
if entry.NoDisplay {
|
||||||
hidden++
|
hidden++
|
||||||
continue
|
// We still need hidden entries, so `continue` is disallowed here
|
||||||
|
// Fixes #22 introduced in #19
|
||||||
}
|
}
|
||||||
|
|
||||||
id2entry[entry.DesktopID] = entry
|
id2entry[entry.DesktopID] = entry
|
||||||
|
|||||||
Reference in New Issue
Block a user