Turtle
🐢
The only purpose of a byte-sized application is to help you create .desktop entry files for downloaded applications. As of usual with elementary OS in mind.
Cheers!
The only purpose of a byte-sized application is to help you create .desktop entry files for downloaded applications. As of usual with elementary OS in mind.
Cheers!
Using Turtle to add an AppImage which isn't executable will create the .desktop file just fine, but it won't be visible in the App Menu. This is confusing to the user and makes Turtle look broken. I would prefer one of the following scenarios:
.desktop entry for non-executable files, displaying an error.The last variant sounds like the best UX to me.
Trying to create a launcher for a binary with a path containing any spaces produces a .desktop that doesn't work.
This could be solved by making the app add ' to either side of the selected binarys path in the .desktop
example:
[Desktop Entry]
Encoding=UTF-8
Version=1.0
Type=Application
Terminal=false
Exec='/example folder with spaces/example-executable'
Name=Example name
Icon=/example folder with spaces/example image.png
the quotes aren't necessary for icons
enhancementIt would probably be nice to users to offer a way to remove the generated files. At the very least, opening ~/.local/share/applications for manual editing, or better, listing those files in the app and letting the user modify/delete them.
enhancementInstantly add downloaded application to the App Menu. Event AppImage.
Should probably be 'Instantly add downloaded application to the App Menu - even AppImages'
Even better if you mention that it's for application binaries: 'Turtle lets you add any launcherless applications to the App Menu - even AppImages'
Same issue as https://github.com/TenderOwl/Frog/issues/8
I noticed that the date in your release tag is 2021-16-08, which is invalid since this tag uses ISO 8601. It should instead be in YYYY-MM-DD format
It's redundant in all places the description is shown, and just pushes the actual description further away, e.g. in the featured banner.
https://github.com/TenderOwl/Turtle/blob/64f380091214cc1e9ae9b96b817106db52d86425/data/com.github.tenderowl.turtle.appdata.xml.in#L9
It'd be great if appimages could be dropped on the plank icon to open them. I imagine under the hood this is just like opening with an app.
https://user-images.githubusercontent.com/13716824/133002025-33f42d89-bbeb-4fcd-be2a-74b47e96075c.mp4
enhancement good first issueThe Turtle is ready to serve.
Source code(tar.gz)PythonToolKit Motivation This Repo should help save time for data scientists' daily work regarding the Time Series regression task by providing functi
Given an array of integers, calculate the ratios of its elements that are positive, negative, and zero. Print the decimal value of each fraction on a new line with places after the decimal.
LeetCode I classify 200 leetcode problems into some categories and upload my code to who concern WEEK 1 # Title Difficulty Array 15 3Sum Medium 1324 P
PythonOrganizer A 100% python file organizer. Keep your computer always organized! To run the project, just clone the folder and run the installation
CTO Purge This add-on adds a new button to Blender's Transformation Orientation panel which empowers the user to purge all of his/her custom transform
Vapoursynth-Screenshots A simple script for generating screenshots with Vapoursynth. About I'm lazy, and hate changing variables for each batch of scr
Developing a python based app prototype with KivyMD framework for a competition :))
Short web app using Flask, tested with unittest on making massive requests, responses of the website, containerized
Custom Python code for calculating the Probability of Profit (POP) for options trading strategies using Monte Carlo Simulations.
Student-Management-System Group Members 19BCE183 - Patel Sarthak 19BCE195 - Patel Jinil 19BCE220 - Rana Yash Project Description In our project Studen
Guess What Will Happen In This Fabric mod where anyone can PR anything, concerning or not (Unless it's too concerning). I'll merge everything as soon
It's like Forth but written in Python. But I don't actually know for sure since I never programmed in Forth, I only heard that it's some sort of stack-based programming language. Porth is also stack-
Dark Generator A wide AOI generator tool. Information Installation To Install you have to have python 3.x and pip installed on your system. If you hav
Grail is distributed in source form. It requires that you have a Python interpreter and a Tcl/Tk installation, with the Python interpreter configured for Tcl/Tk support.
Streamlit Examples This is my first attempt with Streamlit. It is an open-source framework, free, Python-based and easy to use tool to build and deplo
Python Pomodoro-Timer This is a pretty basic but relatively nice looking Pomodoro Timer. Currently its set to a very basic mode, but the funcationalit
MeepoBenchmark - This project aims at providing the scripts, logs, and analytic results for Meepo Blockchain
Produce an 'amino acid table' file from a vcf, including depth and alt frequency info.
Hornero A package selector for building your comfy nest About Hornero helps you to install your favourite packages on your fresh installed Linux distr
Pyteal Extensions Additional useful operations for Python Available Operations MulDiv64: calculate m1*m2/d with no overflow on multiplication (TEAL 3+