Passes C:\ based temp file location on a Ubuntu system
See original GitHub issueWhen I launch my external editor (gvim), I get this error:
Which is a problem, since I’m on a Ubuntu 18.04 system. (Parallel was the subject of the email).
This seems to happen when I have a Thunderbird compose window without the main program running (ie. a /usr/lib/thunderbird/thunderbird -compose
process).
Happy to help debug.
Thunderbird 68.8.0
Issue Analytics
- State:
- Created 3 years ago
- Comments:6 (1 by maintainers)
Top Results From Across the Web
Cleaning Ubuntu temporary files if they exist
Linux distributions usually store their temporary files in /tmp . Ubuntu does so too, so the temporary files are in /tmp , but...
Read more >Temporary Files (The GNU C Library)
The tempnam function is like tmpnam but lets you choose what directory temporary files will go in, and something about what their file...
Read more >how to get system or user temp folder in unix and windows?
On Windows: Use GetTempPath() to retrieve the path of the directory designated for temporary files. wstring TempPath ...
Read more >tmpfiles.d - Configuration for creation, deletion and cleaning of ...
It is mostly commonly used for volatile and temporary files and directories (such as those located under /run, /tmp, /var/tmp, the API file...
Read more >Where is the temporary directory in Linux? - Super User
The /var/tmp directory is made available for programs that require temporary files or directories that are preserved between system reboots.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
It’s been painful not being able to use my text editor for the past week. Any ideas of what to do?
I don’t know TB extensions or javascript, but since I’m on a Mac I did the following simple hack in
exteditor.js
, rezipped the files into an xpi file and it seems to work for me.