Is it possible to change the NAME of the app you chose in "Open with.."?
by danivc from LinuxQuestions.org on (#5GEXN)
Hi,
I open my PDF files with firejail, sandboxed.
I have a script like this:
#!/bin/bash
firejail pdfview $1 &
and I changed the properties of PDF files to open with that as default.
On the "Open with..." list, I get "firejail" as the name to choose.
My problem comes when I want to have another script that does something a bit different, and I also get "firejail" on the list.
Is there any way of renaming those entries to something more meaningful?
thnx


I open my PDF files with firejail, sandboxed.
I have a script like this:
#!/bin/bash
firejail pdfview $1 &
and I changed the properties of PDF files to open with that as default.
On the "Open with..." list, I get "firejail" as the name to choose.
My problem comes when I want to have another script that does something a bit different, and I also get "firejail" on the list.
Is there any way of renaming those entries to something more meaningful?
thnx