bilelmoussaoui / nautilus-folder-icons

Change your nautilus directories icons easily!
GNU General Public License v3.0
102 stars 11 forks source link

Fedora, nemo #33

Closed corebots closed 5 years ago

corebots commented 5 years ago

Hello. Running: $ meson builddir --prefix=/usr -Dfile_manager=[nautilus|nemo]

results in an error:

bash: nemo]: command not found...
Similar command is: 'nemo'
Exception ignored in: <_io.TextIOWrapper name='<stdout>' mode='w' encoding='UTF-8'>
BrokenPipeError: [Errno 32] Broken pipe

it didn't change after installing nemo either.

bilelmoussaoui commented 5 years ago

You should run meson builddir --prefix=/usr -Dfile_manager=nemo or meson builddir --prefix=/usr -Dfile_manager=nautilus if you're using Nautilus instead .

corebots commented 5 years ago

Thank you. But now the third command gives me this error:

ninja: Entering directory `builddir'
[1/2] Generating com.github.bilelmouss....xml_data_merge with a custom command.
FAILED: data/com.github.bilelmoussaoui.nautilus-folder-icons.metainfo.xml 
/usr/bin/meson --internal msgfmthelper ../data/com.github.bilelmoussaoui.nautilus-folder-icons.metainfo.xml.in data/com.github.bilelmoussaoui.nautilus-folder-icons.metainfo.xml xml /home/myuser/Downloads/nautilus-folder-icons/po
msgfmt: cannot locate ITS rules for ../data/com.github.bilelmoussaoui.nautilus-folder-icons.metainfo.xml.in
ninja: build stopped: subcommand failed.
bilelmoussaoui commented 5 years ago

Please read the README. You need appstream-glib devel package, must be named appstream-glib-devel on Fedora.

corebots commented 5 years ago

Oh thank you so much!