mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 22:01:33 -06:00
[GH-ISSUE #5239] menulibre: Exec %f was not found in the tree (XFCE) #2930
Labels
No labels
LTS merge
LTS merge
bug
bug
converted-to-discussion
doc-todo
documentation
duplicate
enhancement
file-transfer
firecfg
firejail-in-firejail
firetools
graphics
help wanted
information_old
installation
invalid
modif
moved
needinfo
networking
notabug
notourbug
old-version
overlayfs
packaging
profile-request
pull-request
question
question_old
removal
runtime-permissions
sandbox-ipc
security
stale
wiki
wiki
wontfix
wordpress
workaround
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/firejail#2930
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @CocoR55 on GitHub (Jul 6, 2022).
Original GitHub issue: https://github.com/netblue30/firejail/issues/5239
Description
This problem occurs with Linux Mint XFCE 20.3 and Menulibre under Firejail version 0.9.68.
Process to reproduce the issue
Right-click on the Menu icon and then edit the applications
An orange band is present in front of the menu. Click for more details
If menulibre is commented in /etc/firejail/firecfg.config, there is no problem.
If menulibre is not commented in /etc/firejail/firecfg.config, problems reported in the window are present as:
applications/gdebi.desktop
Exec 'gdebi-gk %f was not found in the tree
applications/gparted.desktop
Exec '/usr/sbin/gparted %f was not found in the tree
etc...
@CocoR55 commented on GitHub (Jul 8, 2022):
With the same hard, with Linux Mint 20.3 Cinnamon or Mate, there is no problem with the menu.
If I make difference between the two profiles. At menulibre.profile for XFCE, there are more object.
ld.so.cache,ld.so.preload for XFCE and not for Cinnamon
in opposite, Cinnamon has include disable-passwdmgr..inc while XFCE there is not.
@CocoR55 commented on GitHub (Jul 10, 2022):
I copied that I saw in Various profiles #3561
so, menulibre.profile becomes:
@CocoR55 commented on GitHub (Jul 10, 2022):
I need to comment include disable-passwdmgr.inc else menulibre does not start.
I don't understand why menulibre.profile starts with:
and finishes with:
@CocoR55 commented on GitHub (Jul 10, 2022):
finishes with: (sorry for confusion)
@CocoR55 commented on GitHub (Jul 10, 2022):
Issue is still present.
applications/gdebi.desktop
Exec 'gdebi-gk %f was not found in the tree
applications/gparted.desktop
Exec '/usr/sbin/gparted %f was not found in the tree
etc...
@kmk3 commented on GitHub (Jul 11, 2022):
(Offtopic)
@CocoR55 On future comments, please put code (and profile contents) inside code
blocks to make it more readable and to prevent it from being parsed as
markdown.
Example:
Result:
Documentation:
@CocoR55 commented on GitHub (Jul 11, 2022):
OK I will do