mirror of
https://github.com/GNS3/gns3-gui.git
synced 2026-05-17 00:46:01 +03:00
Add AppData and Desktop files
This commit is contained in:
19
gns3-gui.appdata.xml
Normal file
19
gns3-gui.appdata.xml
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!-- Copyright 2016 Athmane Madjoudj <athmane@fedoraproject.org> -->
|
||||||
|
<!--
|
||||||
|
EmailAddress: athmane@fedoraproject.org
|
||||||
|
SentUpstream: 2016-08-02
|
||||||
|
-->
|
||||||
|
<application>
|
||||||
|
<id type="desktop">gns3-gui.desktop</id>
|
||||||
|
<metadata_license>GPLv3</metadata_license>
|
||||||
|
<project_license>GPLv3</project_license>
|
||||||
|
<description>
|
||||||
|
<p>
|
||||||
|
GNS3 is a graphical network simulator that allows you to design complex network
|
||||||
|
topologies. You may run simulations or configure devices ranging from simple
|
||||||
|
workstations to powerful routers.
|
||||||
|
</p>
|
||||||
|
</description>
|
||||||
|
<url type="homepage">http://www.gns3.com/</url>
|
||||||
|
</application>
|
||||||
9
gns3-gui.desktop
Normal file
9
gns3-gui.desktop
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
[Desktop Entry]
|
||||||
|
Name=GNS3
|
||||||
|
GenericName=Graphical Network Simulator 3
|
||||||
|
Comment=Graphical Network Simulator 3
|
||||||
|
Exec=gns3
|
||||||
|
Icon=gns3
|
||||||
|
Terminal=false
|
||||||
|
Type=Application
|
||||||
|
Categories=Application;Network;Qt;
|
||||||
Reference in New Issue
Block a user