Skip to content
Snippets Groups Projects
Commit b5a8ae92 authored by Ruben Rodriguez's avatar Ruben Rodriguez
Browse files

Disabled AppMenu in nautilus

parent 0dceb7a1
No related branches found
No related tags found
No related merge requests found
......@@ -17,13 +17,17 @@
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#
VERSION=10
VERSION=13
QUILT=skip
COMPONENT=main
. ./config
rm debian/patches/15_use-ubuntu-help.patch
sed '/use-ubuntu-help/d' -i debian/patches/series
for patch in 15_use-ubuntu-help.patch 16_unity_new_documents.patch; do
rm debian/patches/$patch
sed "/$patch/d" -i debian/patches/series
done
sed 's/show_app_menu && !show_menubar/1 == 0/' debian/patches/restore-traditional-menu-bar.patch -i
export QUILT_PATCHES=debian/patches
quilt push -a
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment