ALT Linux Bugzilla
– Attachment 4632 Details for
Bug 6118
Проверка на freedesktop меню-файл, если есть debian menu-файл
New bug
|
Search
|
[?]
|
Help
Register
|
Log In
[x]
|
Forgot Password
Login:
[x]
|
EN
|
RU
menu+desktop.sh
menu+desktop.sh (text/plain), 493 bytes, created by
Michael Shigorin
on 2010-10-30 13:02:28 MSD
(
hide
)
Description:
menu+desktop.sh
Filename:
MIME Type:
Creator:
Michael Shigorin
Created:
2010-10-30 13:02:28 MSD
Size:
493 bytes
patch
obsolete
>#!/bin/sh ># a script to find out packages containing ># both debian and fd.o menufiles ># ># contents_index.*: ># for i in i586 x86_64 noarch; do ln -s path/to/Sisyphus/$i/base/contents_index contents_index.$i; done > ># NB: it's a scrap, not bothering with proper tmpfiles >fgrep /usr/lib/menu contents_index.* | cut -f2 -d' ' | sort -u > $TMP/pkg.menu >grep '^/usr/share/applications/.*\.desktop' contents_index.* | cut -f2 -d' ' | sort -u > $TMP/pkg.desktop >comm -12 $TMP/pkg.menu $TMP/pkg.desktop
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 6118
: 4632