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

appstreamcli wants to install to non-existent directory #52

Closed
probonopd opened this issue Jun 24, 2016 · 0 comments
Closed

appstreamcli wants to install to non-existent directory #52

probonopd opened this issue Jun 24, 2016 · 0 comments

Comments

@probonopd
Copy link

probonopd commented Jun 24, 2016

On Ubuntu 16.04 LTS:

$ sudo appstreamcli put /home/me/Desktop/krita.appdata.xml 
Unable to write to '/usr/share/metainfo', can not install metainfo file.
$ ls /usr/share/metainfo
ls: cannot access '/usr/share/metainfo': No such file or directory

# Workaround:
$ sudo mkdir /usr/share/metainfo
$ sudo appstreamcli put /home/me/Desktop/krita.appdata.xml 
$ ls /usr/share/metainfo
krita.appdata.xml

But not sure if the information is picked up from /usr/share/metainfo.

@ximion ximion closed this as completed in 96b7b3e Jul 1, 2016
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

1 participant