Ubuntu Pastebin

Paste from dholbach at Thu, 5 May 2016 14:07:11 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
daniel@daydream:~$ appstreamcli dump vlc.desktop
<?xml version="1.0" encoding="utf-8"?>
<component type="desktop">
  <id>vlc.desktop</id>
  <name xml:lang="de_DE">VLC Media Player</name>
  <name>VLC media player</name>
  <summary xml:lang="de_DE">Wiedergabe, Aufnahme und Verbreitung Ihrer Multimedia-Streams</summary>
  <pkgname>vlc</pkgname>
  <categories>
    <category>AudioVideo</category>
    <category>Player</category>
    <category>Recorder</category>
    <category></category>
  </categories>
  <icon type="cached" width="64" height="64">vlc_vlc.png</icon>
  <screenshots>
    <screenshot type="default"><caption/><image type="source" width="800" height="600">http://screenshots.ubuntu.com/screenshot/vlc</image><image type="thumbnail" width="160" height="120">http://screenshots.ubuntu.com/thumbnail/vlc</image></screenshot>
  </screenshots>
</component>

daniel@daydream:~$ 
Download as text