html5-desktop-app | This is an example of a desktop application | Dektop Application library
kandi X-RAY | html5-desktop-app Summary
kandi X-RAY | html5-desktop-app Summary
This is an example of a desktop application written with Kotlin and HTML5. This app makes use of TornadoFX lightweight framework to create a JavaFX window with WebView.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of html5-desktop-app
html5-desktop-app Key Features
html5-desktop-app Examples and Code Snippets
git clone https://github.com/lorenzo-ange/html5-desktop-app
cd html5-desktop-app
./gradlew run
./gradlew shadowJar
Community Discussions
Trending Discussions on html5-desktop-app
QUESTION
I am trying to build an app using the Brackets shell. More specifically I am trying to build a custom code editor for a project so instead of starting from scratch I am modifying Brackets.
So far I have been able to work through all issues until I got to the Brackets Shell. I want to be able to install my app beside brackets, so it has to have a different name and separate preferences. I followed this guide on how to rename a Brackets Shell app. Here are the files I changed:
Gruntfile.js – change the build name
appshell/config.h – Change the app-name for windows and osx
appshell_config.gypi – Change the app-name as well
After running grunt setup
and grunt build-mac
my app launches and seems to work fine. I can change preferences in my app without affecting the original Brackets app (because they have different Application Support
directories). I did not notice any issues until I opened the console where I saw the following error:
ANSWER
Answered 2018-Aug-29 at 23:52You need to modify Node Core
Brackets Shell is hardwired to reject any call that is not from apps named Brackets
. Open file brackets/appshell/node-core/Server.js
. As of answering this question, you need to change line 205. Just in case that is different in the future you can find the commit I'm looking at here.
Here is what is causing the issue:
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install html5-desktop-app
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page