By default, Bugzilla does not search the list of RESOLVED bugs.
You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release. View | Details | Raw Unified | Return to bug 2950
Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- a/src/SConscript
0
++ b/src/SConscript
Lines 57-63 myenv.KDEinstall( 'KDEDATA', 'kstreamripper', 'kstreamripperui.rc' ) Link Here
57
## Warning : there is a difference between the normal destop file used for the menu
56
## Warning : there is a difference between the normal destop file used for the menu
58
##     and the servicetype desktop file, so they go in different directories
57
##     and the servicetype desktop file, so they go in different directories
59
##     you will find more information in 'test3'
58
##     you will find more information in 'test3'
60
myenv.KDEinstall( 'KDEMENU', 'Utilities', 'kstreamripper.desktop')
59
myenv.KDEinstall( 'KDEXDG', '', 'kstreamripper.desktop')
61
60
62
## Use this when you need to install a mimetype file
61
## Use this when you need to install a mimetype file
63
#myenv.KDEinstall( 'KDEMIME', 'application', 'x-test1.desktop' )
62
#myenv.KDEinstall( 'KDEMIME', 'application', 'x-test1.desktop' )

Return to bug 2950