diff --git a/snap/blue-recorder.desktop b/snap/blue-recorder.desktop new file mode 100755 index 0000000..de44cb8 --- /dev/null +++ b/snap/blue-recorder.desktop @@ -0,0 +1,15 @@ +[Desktop Entry] +Name=Blue Recorder +Name[ar]=المسجّل الأزرق +GenericName=Blue Recorder +GenericName[ar]=المسجّل الأزرق +Comment=Record your desktop easily using a simple GUI +Comment[ar]=سجّل سطح مكتبك باستخدام واجهة رسومية سهلة +Comment[fr]=Enregistrez votre bureau facilement avec une interface simple +Comment[ru]=Записывайте ваш рабочий стол легко, используя простой интерфейс +Exec=blue-recorder +Terminal=false +Type=Application +Icon=${SNAP}/meta/gui/blue-recorder.png +Categories=GTK;AudioVideo; +StartupNotify=false diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 1144d9d..e4d560b 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -34,7 +34,7 @@ parts: apps: blue-recorder: command: blue-recorder - desktop: data/blue-recorder.desktop + desktop: snap/blue-recorder.desktop extensions: - gnome-3-28 plugs: @@ -51,4 +51,4 @@ slots: dbus-daemon: interface: dbus bus: session - name: sa.sy.blue-recorder \ No newline at end of file + name: sa.sy.blue-recorder