Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
package-helpers
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Kevin
package-helpers
Commits
da9f0ee4
Commit
da9f0ee4
authored
8 years ago
by
Ruben Rodriguez
Browse files
Options
Downloads
Patches
Plain Diff
Nautilus: no longer customizing menubars
parent
368fe86b
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
helpers/make-nautilus
+2
-54
2 additions, 54 deletions
helpers/make-nautilus
with
2 additions
and
54 deletions
helpers/make-nautilus
+
2
−
54
View file @
da9f0ee4
#!/bin/sh
#
# Copyright (C) 2013 Rub
é
n Rodr
í
guez <ruben@trisquel.info>
# Copyright (C) 2013
-2016
Rub
e
n Rodr
i
guez <ruben@trisquel.info>
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
...
...
@@ -17,9 +17,7 @@
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#
VERSION=13
QUILT=skip
COMPONENT=main
VERSION
=
1
.
./config
for
patch
in
15_use-ubuntu-help.patch 16_unity_new_documents.patch
;
do
...
...
@@ -27,56 +25,6 @@ for patch in 15_use-ubuntu-help.patch 16_unity_new_documents.patch; do
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
cat << EOF | patch -p1
diff -ru nautilus-3.10.1/src/nautilus-toolbar.c nautilus-3.10.1.mod/src/nautilus-toolbar.c
--- nautilus-3.10.1/src/nautilus-toolbar.c 2014-04-26 21:59:56.000000000 +0000
+++ nautilus-3.10.1.mod/src/nautilus-toolbar.c 2014-04-26 22:49:46.000000000 +0000
@@ -571,7 +571,7 @@
}
}
- /* Separator and Close */
+ /* Separator and Close
if (!g_strcmp0(g_getenv("XDG_CURRENT_DESKTOP"), "GNOME")) {
separator = gtk_separator_new (GTK_ORIENTATION_VERTICAL);
gtk_container_add (GTK_CONTAINER (toolbar), separator);
@@ -596,7 +596,7 @@
} else {
gtk_widget_set_margin_left (button, 6);
}
- }
+ }*/
g_signal_connect_swapped (nautilus_preferences,
"changed::" NAUTILUS_PREFERENCES_ALWAYS_USE_LOCATION_ENTRY,
G_CALLBACK (toolbar_update_appearance), self);
diff -ru nautilus-3.10.1/src/nautilus-window.c nautilus-3.10.1.mod/src/nautilus-window.c
--- nautilus-3.10.1/src/nautilus-window.c 2014-04-26 21:59:56.000000000 +0000
+++ nautilus-3.10.1.mod/src/nautilus-window.c 2014-04-27 00:42:05.000000000 +0000
@@ -1500,7 +1500,7 @@
/* disable automatic menubar handling, since we show our regular
* menubar together with the app menu.
*/
- gtk_application_window_set_show_menubar (GTK_APPLICATION_WINDOW (self), FALSE);
+ gtk_application_window_set_show_menubar (GTK_APPLICATION_WINDOW (self), TRUE);
grid = gtk_grid_new ();
gtk_orientable_set_orientation (GTK_ORIENTABLE (grid), GTK_ORIENTATION_VERTICAL);
@@ -1520,7 +1520,7 @@
G_CALLBACK (nautilus_window_load_extension_menus), window, G_CONNECT_SWAPPED);
window->details->toolbar = create_toolbar (window);
- if (g_strcmp0(g_getenv("XDG_CURRENT_DESKTOP"), "GNOME")) {
+ if (g_strcmp0(g_getenv("XDG_CURRENT_DESKTOP"), "GNOME-shell")) {
gtk_container_add (GTK_CONTAINER (grid), window->details->toolbar);
gtk_widget_set_hexpand (window->details->toolbar, TRUE);
gtk_widget_set_vexpand (window->details->toolbar, FALSE);
EOF
changelog
"Revert from using ubuntu-help to default gnome-help"
compile
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment