You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On following the build instructions, I get no information whether clipped is installed successfully.
Moreover, upon going to /usr/bin and trying to run ./com.github.davidmhewitt.clipped gives a segmentation fault.
I am using elementary OS 6.0. I am not sure if it is an issue or not.
Thank you,
Regards,
Sriram Na
The text was updated successfully, but these errors were encountered:
var desktop_file_path =newDesktopAppInfo (desktop_file_name).filename;
and the reason of this SIGSEGV is that the desktop file passed to the new argument does not exist.
Next looking at the build log it says:
WARNING: Gettext not found, all translation targets will be ignored.
The desktop file is one of the translation targets, so it's not generated nor installed to your system, and this is the reason why it does not exist.
So, I assume installing gettext on your environment should fix the issue.
FYI I built the app on elementary OS 7 Daily Access but it launches as expected (here is my build log: build.log).
On following the build instructions, I get no information whether clipped is installed successfully.
Moreover, upon going to /usr/bin and trying to run ./com.github.davidmhewitt.clipped gives a segmentation fault.
I am using elementary OS 6.0. I am not sure if it is an issue or not.
Thank you,
Regards,
Sriram Na
The text was updated successfully, but these errors were encountered: