Giter Club home page Giter Club logo

Comments (8)

dogi avatar dogi commented on July 20, 2024

windows done - https://github.com/dogi/ole--vagrant-community/blob/master/windows/create_desktop_icon.bat

from ole--vagrant-community.

Hulmani avatar Hulmani commented on July 20, 2024

@dogi I was working on how to create an icon on macosx.

I read about article1 and article 2 and wrote this code which tries to open Firefox first, and then tries to lauch Safari and open BeLL homepage which should be installed on macosx by default. I have considered that apps reside in _/Applications_ folder.

localhost="127.0.0.1";
page="apps/_design/bell/MyApp/index.html";
bell="http://$localhost:$port/$page";
firefox="/Applications/Firefox.app";
safari="/Applications/Safari.app";

if [ -x $firefox ];  then
open  $bell -a $firefox
else
open  $bell -a $safari
fi

I found this article and tried to create an app, which was created and did not work cause PowerPC applications are no longer supported. (I believe I need to read up on code signing)
Then I found these Link 1 and Link 2
Created an automator application and it worked.

Now I am trying to write a script to use automator.
Do you think I am on the right track. Please let me know.

from ole--vagrant-community.

dogi avatar dogi commented on July 20, 2024

@i5o created
Bell-App.zip

from ole--vagrant-community.

Hulmani avatar Hulmani commented on July 20, 2024

@dogi Could you please elaborate? Do you mean to say this code has already been written?
We need to fix it?

from ole--vagrant-community.

dogi avatar dogi commented on July 20, 2024

both

it has been written, but it would open favorite browser and not just firefox

from ole--vagrant-community.

dogi avatar dogi commented on July 20, 2024

@Hulmani also this zip file should be unzipped and added to the repository

from ole--vagrant-community.

Hulmani avatar Hulmani commented on July 20, 2024

@dogi Are you talking about the zip file you posted in this ISSUE?

from ole--vagrant-community.

Hulmani avatar Hulmani commented on July 20, 2024

Hello guys, please try this download this and try it out on your mac. And let me know does it work. You will have to change the security preferences or control click (easier option) and it should launch BeLL.
I will work on how to sign the app and change the logo.
BeLL-2.app.zip

from ole--vagrant-community.

Related Issues (17)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.