Last active
March 11, 2025 21:56
-
-
Save M4he/3a8171a7f39d9ba9a0cf6bb387b08061 to your computer and use it in GitHub Desktop.
PCManFM patch for hiding menubar toggle (GTK2 version), accessed via 'View' menu or pressing Ctrl+M
Thanks alot mate will give it ago... I am using raspian light with lxde as a environment and openbox as a window manager. So that is nice and light for a raspberry pi. And raspian is Debian based.
Thanks. It works fine in pcmanfm github, version 1.4.0.
git clone https://github.com/lxde/pcmanfm.git
cd pcmanfm
Add the patch
./autogen.sh
./configure --prefix=/usr --sysconfdir=/etc
make
sudo make install
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@pdachim the process will be specific to the distribution and package manager you are using.
I can show you the process for Ubuntu 20.04 to get you started. It should be applicable to any Debian-based distribution as well.
Note that the
patch
command might show errors and fail if the PCManFM version is too old or new and the patch doesn't match its code structure. I've only tested the patch with PCManFM 1.3.1 so your mileage may vary.The built package will be in the parent directory, e.g. you can install it like this: