=== raccoon_dog is now known as Guest93809 === raccoon_dog_ is now known as raccoon_dog [15:41] Wondering about thunar-archive-plugin? I noticed it will create archives for most files if they're right clicked on, but this option doesn't appear when you right click on a LibreOffice (just tried .ods) document. Thinking it should since many new users will probably zip/archive documents? I wonder if this is functionality that can be added to [15:41] thunar-archive-plugin? [15:57] chaslinux: are you using the latest version? [15:59] I'm using whatever is in 20.04 with updates. It does give me the create archive prompt for other file types (.sh, .png, .desktop files), just not LibreOffice files since I guess .ods is a type of archive? [15:59] it's a zip file I think [15:59] I don't have an issue, I just use zip in a terminal, but I know people I support might ask about how they can create a zip file. [16:00] I can get around it by opening engrampa and creating a new zip file, but it creates a lot more work for people without computer skills. [16:01] https://gitlab.xfce.org/thunar-plugins/thunar-archive-plugin/-/commit/fa3ad98d904909267501c0dd05e423bd7873835d [16:01] Oh thank you! [16:01] I think this fix is not included in a release yet [16:04] So dumb question, how do I apply this .c file to the currently installed thunar plugin? (Sorry, never took any CS) [16:06] it's not that easy I guess [16:06] maybe there is a guide out there (somewhere) [16:07] Going to try: diff --git a/thunar-archive-plugin/tap-provider.c b/thunar-archive-plugin/tap-provider.c [16:08] https://gitlab.xfce.org/thunar-plugins/thunar-archive-plugin/-/commit/fa3ad98d904909267501c0dd05e423bd7873835d.patch [16:08] this is the patch file [16:26] Think I'm just going to clone the thunar-archive-plugin and compile it and see if it fixes the issue... Thanks. [16:29] you'll probably have to install it to /usr and not /usr/local [16:29] so that Thunar picks it up