Giter Site home page Giter Site logo

Comments (4)

1majom avatar 1majom commented on June 23, 2024

For anyone else having this problem adding the --in-process-gpu switch helped. Got the idea from this Stackoverflow answer.

from simplenote-electron.

rcentros avatar rcentros commented on June 23, 2024

That fixed it for me in the terminal. Couldn't get it to work when adding --in-process-gpu to the Menu entry however -- so I couldn't move it to my Panel. But I found a workaround. I just made a small bash script named "simple"...
#!/bash/bin
/opt/Simplenote/simplenote --in-process-gpu &
exit

Make the shell script executable then run it from the terminal as "source simple" or ". ./simple" and it will close the terminal once Simplenote is up and running.
You can also use the shell script to create a Launcher on the Desktop or in the Menu. I'm using Cinnamon and built mine in the Menu. Just added this to the Launcer's command line... /home/my myusername/simple. Add the Simplenote icon and copy to the Cinnamon Panel by pressing the Control+Alt keys and dragging it there.
So far working without issue.

from simplenote-electron.

philipjohn avatar philipjohn commented on June 23, 2024

@rcentros ' suggestion worked for me on Pop!_OS with one small change to the hashbang:

#!/bin/bash
/opt/Simplenote/simplenote --in-process-gpu &
exit

from simplenote-electron.

victe avatar victe commented on June 23, 2024

In gnome-destop you can edit /usr/share/applications/simplenote.desktop by adding --in-process-gpu or --disable-gpu-sandbox to the Exec entry before %U.

[Desktop Entry]
Name=Simplenote
Exec=/opt/Simplenote/simplenote --in-process-gpu %U
Terminal=false
Type=Application
Icon=simplenote

from simplenote-electron.

Related Issues (20)

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.