rizinorg/cutter

Fortunes aren't included in the Appimage

Open

#2,226 opened on Jun 1, 2020

View on GitHub
 (3 comments) (0 reactions) (0 assignees)C++ (1,123 forks)batch import
BUGBuild Systemgood first issue

Repository metrics

Stars
 (14,852 stars)
PR merge metrics
 (Avg merge 13d 23h) (20 merged PRs in 30d)

Description

Environment information

  • Operating System: ArchLinux
  • Cutter version: 1.10.3
  • Obtained from:
    • Downloaded from release
  • File format: ELF

Describe the bug

Fortunes don't work in the APPIMAGE build.

To Reproduce

Steps to reproduce the behavior:

  1. Open any executable in Cutter (needs to be Appimage)
  2. enter fo in the console
  3. observe that nothing is printed

Expected behavior

Fortune gets printed.

Screenshots

Additional context

Appimage build script copies only /usr/share/radare2 but fortunes are located in /usr/share/doc/radare2/

Contributor guide