Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fedora, nemo #33

Closed
corebots opened this issue Jul 2, 2019 · 4 comments
Closed

Fedora, nemo #33

corebots opened this issue Jul 2, 2019 · 4 comments

Comments

@corebots
Copy link

corebots commented Jul 2, 2019

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
Copy link
Owner

bilelmoussaoui commented Jul 22, 2019

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
Copy link
Author

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
Copy link
Owner

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

@corebots
Copy link
Author

Oh thank you so much!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants