You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 21, 2022. It is now read-only.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
A feature was requested for a script that creates a desktop icon for Light Table. This is the Linux version. I plan on implementing the Windows and Mac versions in a couple of days.
running this script in the client's package (not dev package) will create a nice Light Table icon the user can click to run Light Table as opposed to clicking "ltbin". The file can be moved anywhere on the user's system and will run Light Table.
This script should be placed in the top directory of the client's package and run. After it is run, you will have a nice looking Light Table icon (with logo) which will open the app on-click. This can moved anywhere and still execute the program.
I have altered this script to be located in the Light Table client version. Because I don't have access to the client version on GitHub, I'm asking it be placed in the client folder's top directory and included with the package so users may execute this and have a nice looking, movable Light Table icon from which to run the program.
NOTE! sorry I'm new to github. I didn't change the original script, I created a new one called "make_user_icon.sh" that script is the working one. sorry for the confusion
Thanks for the pull. I'm not running linux and don't know when one of us who does will have time to look at this. In the meantime, can you explain what versions of linux this is meant for and how it's supposed to integrate with linux_deps.sh
Should be fine with all versions of Linux although it's been tested using
fedora and ubuntu.
On Oct 17, 2014 3:47 PM, "Gabriel Horner" notifications@github.com wrote:
Thanks for the pull. I'm not running linux and don't know when one of us
who does will have time to look at this. In the meantime, can you explain
what versions of linux this is meant for and how it's supposed to integrate
with linux_deps.sh
—
Reply to this email directly or view it on GitHub #1259 (comment)
.
@wilsonjm Thanks for your script. I've linked to it in a wiki section for useful scripts so other users can find it
As explained in #1659 having this script in LightTable won't make since LightTable is agnostic to install locations and a Ubuntu desktop icon requires it
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
please see the file "make_user_icon.sh"