Mageia Bugzilla – Attachment 1454 Details for
Bug 4333
FF Multi Converter - a simple graphical application that enables you to convert audio, video, image and document files
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
[patch]
# Change the icon path from /usr/share/app-install/icons/ to /usr/share/icons/
ffmulticonverter-1.2.0-iconpath.patch (text/plain), 462 bytes, created by
Dimitrios Glentadakis
on 2012-01-29 14:35:44 CET
(
hide
)
Description:
# Change the icon path from /usr/share/app-install/icons/ to /usr/share/icons/
Filename:
MIME Type:
Creator:
Dimitrios Glentadakis
Created:
2012-01-29 14:35:44 CET
Size:
462 bytes
patch
obsolete
>--- ffmulticonverter-1.2.0/setup.py 2011-12-05 12:49:42.000000000 +0100 >+++ setup.py 2012-01-23 06:58:56.260273433 +0100 >@@ -5,7 +5,7 @@ > import os > from distutils.core import setup > >-data_files = [("share/app-install/icons/", ["ffmulticonverter/data/ffmulticonverter.png"]), >+data_files = [("share/icons/", ["ffmulticonverter/data/ffmulticonverter.png"]), > ("share/applications/", ["ffmulticonverter/data/FF-Multi-Converter.desktop"])] > > setup(
--- ffmulticonverter-1.2.0/setup.py 2011-12-05 12:49:42.000000000 +0100 +++ setup.py 2012-01-23 06:58:56.260273433 +0100 @@ -5,7 +5,7 @@ import os from distutils.core import setup -data_files = [("share/app-install/icons/", ["ffmulticonverter/data/ffmulticonverter.png"]), +data_files = [("share/icons/", ["ffmulticonverter/data/ffmulticonverter.png"]), ("share/applications/", ["ffmulticonverter/data/FF-Multi-Converter.desktop"])] setup(
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 4333
:
1452
|
1453
| 1454