yn icon indicating copy to clipboard operation
yn copied to clipboard

Opening error - Ubuntu 24.04 LTS

Open Skywalker1-CZ opened this issue 1 year ago • 6 comments

Hello, i have a issue after upgrading my OS to Latest LTS (Ubuntu 24.04)

Linux langer-OptiPlex-9020 6.8.0-36-generic #36-Ubuntu SMP PREEMPT_DYNAMIC Mon Jun 10 10:49:14 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux

Now YankNote doesn't start - if I'm trying it in a terminal - i see this

administrator@langer-OptiPlex-9020:~$ yank-note
LaunchProcess: failed to execvp:
/opt/Yank
[40941:0701/183911.980341:FATAL:zygote_host_impl_linux.cc(201)] Check failed: . : Nepřípustný argument (22)
Trasovací/ladící past (SIGTRAP) (core dumped [obraz paměti uložen])

I tried this:

  • reinstall YankNote with 3.71.1 (.deb package)

Any ideas?

Kind regards

Filip Langer

Skywalker1-CZ avatar Jul 01 '24 16:07 Skywalker1-CZ

UPDATE:

I can run YankNote via terminal with

yank-note --no-sandbox &

Skywalker1-CZ avatar Jul 19 '24 13:07 Skywalker1-CZ

Any advice ? Still same error - update from Ubuntu 24.04 to Ubuntu 24.10 doesn't help.

Skywalker1-CZ avatar Oct 24 '24 09:10 Skywalker1-CZ

Have you tried appimage?

purocean avatar Oct 24 '24 10:10 purocean

Hi @purocean,

not yet - i will try it asap.

Thanks for your reply.

Skywalker1-CZ avatar Oct 24 '24 12:10 Skywalker1-CZ

AppImage return me this

./Yank-Note-linux-x86_64-3.76.2.AppImage 
[40381:1024/140953.582052:FATAL:setuid_sandbox_host.cc(158)] The SUID sandbox helper binary was found, but is not configured correctly. Rather than run without sandboxing I'm aborting now. You need to make sure that /tmp/.mount_Yank-NzSEqfj/chrome-sandbox is owned by root and has mode 4755.
Trasovací/ladící past (SIGTRAP) (core dumped [obraz paměti uložen])

But the tmp folder have a 777 permissions... and the image is executed by non-root user..

Skywalker1-CZ avatar Oct 24 '24 12:10 Skywalker1-CZ

I download Yank-Note-linux-x86_64-3.76.2.AppImage and success start it in Ubuntu24.04.LTS,(I also failed with deb) 1、Firstly use terminal to start Appimage for test if it can start by terminal

chmod +x xxx.AppImage
./xxx.AppImage --no-sandbox  # if you success start, you can do next

2、save cmd as a script this is my file 'yn'

$HOME/software/yank-note.AppImage --no-sandbox

3、vim desktop file

[Desktop Entry]
Name=Yank Note
Exec=/home/x/.h/bin/yn
Icon=/home/x/software/yank-note.png
Type=Application
Categories=Utility;

Then you can enjoy it

StarUnderNight avatar Nov 11 '24 16:11 StarUnderNight