Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simplenote in Debian 12 Bookworm #3149

Open
bonushenricus opened this issue Jun 28, 2023 · 4 comments
Open

Simplenote in Debian 12 Bookworm #3149

bonushenricus opened this issue Jun 28, 2023 · 4 comments
Labels
bug Something isn't working [feature] build

Comments

@bonushenricus
Copy link

Expected

resolve a run problem in debian 12 amd64

Observed

the Simplenote desktop software had a problem

Reproduced

/opt/Simplenote/simplenote
in terminal done this
[24795:0628/193716.000734:FATAL:gpu_data_manager_impl_private.cc(415)] GPU process isn't usable. Goodbye.

Where did you see the bug

  • System Make:
  • System Model:
  • OS: DEBIAN
  • OS version: 12
  • Simplenote app version: 2.21.0
@bonushenricus bonushenricus added the bug Something isn't working label Jun 28, 2023
@1majom
Copy link

1majom commented Jul 18, 2023

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

@rcentros
Copy link

rcentros commented Jul 26, 2023

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.

@philipjohn
Copy link

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

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

@victe
Copy link

victe commented Dec 4, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working [feature] build
Projects
None yet
Development

No branches or pull requests

6 participants