diff --git a/flatpak/io.github.subhra74.Muon.desktop b/flatpak/io.github.subhra74.Muon.desktop new file mode 100644 index 00000000..4264a2cb --- /dev/null +++ b/flatpak/io.github.subhra74.Muon.desktop @@ -0,0 +1,6 @@ +[Desktop Entry] +Name=Muon +Exec=snowflake +Icon=io.github.subhra74.Muon.png +Type=Application +Categories=Utility;Development;Network \ No newline at end of file diff --git a/flatpak/io.github.subhra74.Muon.json b/flatpak/io.github.subhra74.Muon.json new file mode 100644 index 00000000..673d3a8d --- /dev/null +++ b/flatpak/io.github.subhra74.Muon.json @@ -0,0 +1,49 @@ +{ + "app-id": "io.github.subhra74.Muon", + "runtime": "org.freedesktop.Platform", + "runtime-version": "23.08", + "sdk": "org.freedesktop.Sdk", + "sdk-extensions": [ + "org.freedesktop.Sdk.Extension.openjdk11" + ], + "command": "snowflake", + "finish-args": [ + "--env=PATH=/app/jre/bin:/usr/bin:/app/bin", + "--share=ipc", + "--socket=x11", + "--share=network", + "--filesystem=home" + ], + "modules": [ + { + "name": "openjdk", + "buildsystem": "simple", + "build-commands": [ + "/usr/lib/sdk/openjdk11/install.sh" + ] + }, + { + "name": "snowflake", + "buildsystem": "simple", + "build-commands": [ + "install -Dm644 snowflake.jar -t /app/snowflake", + "install -Dm755 flatpak/snowflake -t /app/bin", + "install -Dm644 flatpak/io.github.subhra74.Muon.png -t /app/share/icons/hicolor/128x128/apps", + "install -Dm644 flatpak/io.github.subhra74.Muon.desktop -t /app/share/applications", + "install -Dm644 flatpak/io.github.subhra74.Muon.metainfo.xml -t /app/share/metainfo" + ], + "sources": [ + { + "type": "file", + "url": "https://github.com/subhra74/snowflake/releases/download/v1.0.4/snowflake.jar", + "sha256": "cc1768e5ce7038d26a893e00066e4d8bed2f42c1ba75b960b324471c5eab74c1" + }, + { + "type": "git", + "url": "https://github.com/DUB1401/snowflake", + "commit": "3ee92d8c4f1e618eef804d736fe96e00cef9251d" + } + ] + } + ] +} \ No newline at end of file diff --git a/flatpak/io.github.subhra74.Muon.metainfo.xml b/flatpak/io.github.subhra74.Muon.metainfo.xml new file mode 100644 index 00000000..3b9b55fa --- /dev/null +++ b/flatpak/io.github.subhra74.Muon.metainfo.xml @@ -0,0 +1,50 @@ + + + io.github.subhra74.Muon + MIT + GPL-3.0 + Muon + subhra74 + io.github.subhra74.Muon.desktop + + Graphical SFTP client and terminal emulator with helpful utilities + +

Muon is a graphical SSH client. It has a enhanced SFTP file browser, SSH terminal emulator, remote resource/process manager, server disk space analyzer, remote text editor, huge remote log viewer and lots of other helpful tools, which makes it easy to work with remote servers. Muon provides functionality similar to web based control panels but, it works over SSH from local computer, hence no installation required on server. It runs on Linux and Windows. Muon has been tested with serveral Linux and UNIX servers, like Ubuntu server, CentOS, RHEL, OpenSUSE, FreeBSD, OpenBSD, NetBSD and HP-UX.

+
+ + Utility + Development + Network + + + + https://raw.githubusercontent.com/subhra74/snowflake-screenshots/master/file-browser/1.PNG + Files + + + https://raw.githubusercontent.com/subhra74/snowflake-screenshots/master/text-editor/9.PNG + Text editor + + + https://raw.githubusercontent.com/subhra74/snowflake-screenshots/master/linux-tools/25.PNG + Linux tools + + + https://github.com/subhra74/snowflake + https://github.com/subhra74/snowflake/issues + + + +
    +
  • Fixed multiple password prompt and focus issue.
  • +
  • Added re-arrange via drag drop of connections in connection manager
  • +
  • Import sessions from Putty and WinScp
  • +
  • Configurable initial tab
  • +
  • Fixed text editor and terminal focus issue.
  • +
  • Added HTTP, Socks4 and Socks5 proxy.
  • +
  • Several minor bugfixes.
  • +
+
+
+
+
\ No newline at end of file diff --git a/flatpak/io.github.subhra74.Muon.png b/flatpak/io.github.subhra74.Muon.png new file mode 100644 index 00000000..59a14d6f Binary files /dev/null and b/flatpak/io.github.subhra74.Muon.png differ diff --git a/flatpak/org.snowflake_ssh.App.desktop b/flatpak/org.snowflake_ssh.App.desktop deleted file mode 100644 index 544876ce..00000000 --- a/flatpak/org.snowflake_ssh.App.desktop +++ /dev/null @@ -1,5 +0,0 @@ -[Desktop Entry] -Name=Snowflake SSH client -Exec=snowflake -Icon=org.snowflake_ssh.App -Type=Application \ No newline at end of file diff --git a/flatpak/org.snowflake_ssh.App.json b/flatpak/org.snowflake_ssh.App.json deleted file mode 100644 index 95abbdec..00000000 --- a/flatpak/org.snowflake_ssh.App.json +++ /dev/null @@ -1,50 +0,0 @@ -{ - "app-id": "org.snowflake_ssh.App", - "runtime": "org.freedesktop.Platform", - "runtime-version": "19.08", - "sdk": "org.freedesktop.Sdk", - "sdk-extensions" : [ "org.freedesktop.Sdk.Extension.openjdk11" ], - "command": "snowflake", - "modules": [ - { - "name" : "openjdk", - "buildsystem" : "simple", - "build-commands" : [ "/usr/lib/sdk/openjdk11/install.sh" ] - }, - { - "name": "snowflake", - "buildsystem": "simple", - "build-commands": [ - "mkdir -p /app/snowflake", - "mkdir -p /app/bin", - "mkdir -p /app/share/icons/hicolor/128x128/apps", - "mkdir -p /app/share/applications", - "cp snowflake.jar /app/snowflake", - "cp snowflake /app/bin", - "chmod 755 /app/bin/snowflake", - "cp org.snowflake_ssh.App.png /app/share/icons/hicolor/128x128/apps", - "cp org.snowflake_ssh.App.desktop /app/share/applications" - ], - "sources": [ - { - "type": "file", - "path": "snowflake.jar" - }, - { - "type": "file", - "path": "snowflake" - }, - { - "type": "file", - "path": "org.snowflake_ssh.App.png" - }, - { - "type": "file", - "path": "org.snowflake_ssh.App.desktop" - } - ] - } - ], - "finish-args" : [ "--env=PATH=/app/jre/bin:/usr/bin:/app/bin","--share=ipc", "--socket=x11", - "--share=network","--filesystem=host" ] -} \ No newline at end of file diff --git a/flatpak/org.snowflake_ssh.App.png b/flatpak/org.snowflake_ssh.App.png deleted file mode 100644 index 23a422cc..00000000 Binary files a/flatpak/org.snowflake_ssh.App.png and /dev/null differ