I am trying to call the program groff from inside a gedit flatpak (external tools plugin).
The flatpak can access the groff binary, but groff looks for files at /usr/share/groff, while in flatpak, this path is mapped to /var/run/host/usr/share/groff.
What is the proper way of accessing a binary like this? Or rather the datadir of a binary like this?
using groff inside of a flatpak container
95 Views Asked by user18130814200115 At
1
There are 1 best solutions below
Related Questions in GEDIT
- How to add a c++ header file in "gedit" editor?
- How to check if a file is opened in Linux?
- Regex to replace 'string \t' with 'string |'
- Regular Expressions In GeDit
- printing a shell script in coulor righting in gedit
- Runtime.getruntime().exec not working properly with gedit on Ubuntu
- copy+paste >8k rows in geany and gedit with default options no longer works, is there a copy/paste limit?
- Regex to match double underscores?
- Using Gedit for Prolog Development
- GEdit - Plugin to find and open a partial under cursor?
- Ruby Script Runner for Ubuntu Gedit
- How to mark text in gedit?
- Where to start when writeing a ping programe in linux using G++
- Can i add "gedit" or "sublime" editor in the Tkinter window?
- Changes to Gedit through gsettings seem to be ignored
Related Questions in FLATPAK
- Accessing Serial Ports with an Application Runs in Flatpak
- Define icon for flatpak application
- Using flatpak-pip-generator resulting in "ERROR: could not find a version" when compiling
- How can I set a flatpak application to run on startup?
- add libjq as a module in flatpak
- How to create and install a flatpak from USB on an older version
- OS Tree Support in artifactory
- Why does runnig gdb inside faltpak stops the faltpak process and why does my workaround fix it?
- location for application text file not in home directory
- PDF-Print E-Mail in Evolution (flatpak)
- Unable to install flatpak on Arch Linux
- Flatpak repo objects folder empty?
- Posix does not work in Flatpak package while it works in the ordinary compiled one
- Flatpak: command not found
- Build flatpak package
Related Questions in GROFF
- How to make a loop to compile groff documents into a specific folder
- Defining the header in groff mm does not change it in the first page
- Placing a PIC image in an arbitrary position of the page using ms macros
- Setting top margin in groff to zero using mm macros
- How do I assign a value in a macro from macro parameter in groff?
- My man page output does not start at first line of display
- Using groff to generate pdf man pages for a c program file
- Groff: how to successfully compile a manpage, containing Cyrillic in UTF-8?
- GROFF PDFPIC converted w ImageMagick to .ms document causes "troff: sample.ms:18: division by zero" and leads images to show very right of the pdf doc
- Extraneous space between characters/glyphs in groff eqn
- Run multiple commands with entr
- Aligning equations with multiple marks and lineups in `groff eqn`
- How to set all arguments of the Title line in manpage written in reStructuredText, converted to groff with pandoc
- Groff mom change table background color
- using groff inside of a flatpak container
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Probably the best way is to set environment variables