launch
launch copied to clipboard
Command line tool to launch applications, will search for .app bundles and .AppDir directories in various directories, and will show launch errors in the GUI
Remaining part from https://github.com/helloSystem/launch/issues/26#issuecomment-1660001926: ``` % chmod +x ~/Downloads/Telegram_Desktop-x86_64.AppImage % ~/Downloads/Telegram_Desktop-x86_64.AppImage --appimage-extract % cat squashfs-root/telegram.desktop (...) MimeType=x-scheme-handler/tg; (...) ``` So, when encountering an AppImage, then "the system" (I still need...
Increase the size of the application icon and fade out when application is launched
The check box 'Always open this document with this application' does not do anything. If checked then the file doesn't open and there is no effect on the file also....
Just created a .sh file in home folder and tried to open using featherpad but it didn't open and tried using open with... but there are no applications to choose...
On some file systems, all files may have +x set. Trying to open a file will lead it to being launched, which ultimately fails. Hence, whenever launching a file fails,...
Properly support WINE and Windows executables (in case it isn't by default). We need to think about what this might entail.
This works: [Desktop Entry] Version=1.0 Name=Firefox Exec=firefox Icon=firefox Terminal=false X-MultipleArgs=false Type=Application MimeType=text/html;text/xml;application/xhtml+xml;x-scheme-handler/http;x-scheme-handler/https;application/x-xpinstall;application/pdf;application/json; StartupNotify=true StartupWMClass=firefox Categories=Network;WebBrowser; Actions=new-window;new-private-window; This segfaults: Exec=/usr/lib/firefox/firefox %u
This is not of concern when using launch in helloSystem, but Alpine Linux says: > Did not find setextattr nor setxattr, cannot set extended attribute It looks like the closest...
Investigate FreeBSD xattrs to store file association information. Especially how Haiku uses them (hybrid with resources). Use case: * **(1)** I have 5 versions of LibreOffice. Which one to use...
 Instead of > This application requires at least version FBSD_1.7 of libc.so.7 to run. > > Please update it and try again. it should say > This application requires...