netstar pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=b320eda80865573f7b9dbd30de8b960a44701e6e

commit b320eda80865573f7b9dbd30de8b960a44701e6e
Author: Alastair Poole <[email protected]>
Date:   Thu Apr 2 18:21:38 2020 +0100

    emixer.png: install in correct place.
    
    Icon not displaying. Install in hicolor as per FDO.
---
 src/modules/mixer/meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/modules/mixer/meson.build b/src/modules/mixer/meson.build
index dab65eb77..a2ea75b6b 100644
--- a/src/modules/mixer/meson.build
+++ b/src/modules/mixer/meson.build
@@ -46,7 +46,7 @@ if get_option(m) == true
                install_dir: join_paths(dir_data, 'applications')
               )
   install_data('emixer.png',
-               install_dir: join_paths(dir_data, 'pixmaps')
+               install_dir: join_paths(dir_data, 'icons/hicolor/128x128/apps')
               )
 
   executable('emixer',

-- 


Reply via email to