Package: gnome-shell / 3.4.2-7+deb7u2
Metadata
| Package | Version | Patches format |
|---|---|---|
| gnome-shell | 3.4.2-7+deb7u2 | 3.0 (quilt) |
Patch series
view the series file| Patch | File delta | Description |
|---|---|---|
| 01_slist_cleanup.patch | (download) |
src/shell-app-system.c |
12 4 + 8 - 0 ! |
app-system: use g_slist_free_full https://bugzilla.gnome.org/show_bug.cgi?id=658176 |
| 02_filter_nodisplay_parents.patch | (download) |
src/shell-app-system.c |
17 12 + 5 - 0 ! |
app-system: don't show items with nodisplay parents in the search Additionally, require gnome-menus 3.5.3, as we're using new API introduced there. https://bugzilla.gnome.org/show_bug.cgi?id=658176 |
| 03_don t show apps in NoDisplay categories.patch | (download) |
js/ui/appDisplay.js |
41 18 + 23 - 0 ! |
[patch] appdisplay: don't show apps in nodisplay categories in the All view We explicitly include NoDisplay applications in the ShellAppSystem because we want app tracking for them, but we explicitly filter NoDisplay applications out when showing them to the user because we don't want to show them to the user. We also based our "All" apps view on a flattened list of apps. While we did check for NoDisplay on the app item itself, we didn't check against its parents. Refactor the app display view to not use a separate flat list of applications, but instead a concatenation of all the applications in all the loaded categories. https://bugzilla.gnome.org/show_bug.cgi?id=658176 |
| 04_fix_nodisplay.patch | (download) |
js/ui/appDisplay.js |
5 3 + 2 - 0 ! |
appdisplay: fix recursive directory nodisplay testing We were accidentally testing NoDisplay on the wrong directory. https://bugzilla.gnome.org/show_bug.cgi?id=658176 |
| 10 make NetworkManager optional.patch | (download) |
configure.ac |
47 46 + 1 - 0 ! |
[patch] make nm optional
[ Alexandre Rostovtsev <tetromino@gentoo.org> :
* use config.js (and AC_SUBST HAVE_NETWORKMANAGER appropriately);
* take care to not import ui.status.network if nm is disabled;
* do not try to reassign to const variables;
* no point really in fiddling with the list of installed js files;
* don't build shell-mobile-providers if nm is disabled;
* use "networkmanager" instead of "network_manager" because THE
BIKESHED SHOULD BE BLUE, also because the upstream package name is
NetworkManager, not Network_Manager. ]
|
| 11 no gettext.patch | (download) |
configure.ac |
3 0 + 3 - 0 ! |
don't mix intltool and gettext macros. |
| 14_make GLX optional.patch | (download) |
configure.ac |
13 11 + 2 - 0 ! |
enable gl/glx bits conditionally
This avoids a build failure on arm{el,hf} where cogl uses GLES
|
| 22 remove online accounts from user menu.patch | (download) |
js/ui/userMenu.js |
10 0 + 10 - 0 ! |
--- |
| 25 close the recorder instead of pausing it.patch | (download) |
js/ui/main.js |
2 1 + 1 - 0 ! |
main: close the recorder instead of pausing it Pausing means that we will continue to use the same output file when the keybinding is activated again. While useful to record a single video in chunks, it doesn't seem to be how most users understand the keybinding. Closing the recorder will close the file and create a new one the next time the keybinding is pressed. https://bugzilla.gnome.org/show_bug.cgi?id=675128 |
| 26 networkAgent use absolute path if configured.patch | (download) |
js/ui/networkAgent.js |
5 4 + 1 - 0 ! |
networkagent: use absolute path if configured Signed-off-by: Clemens Buchacher <drizzd@aon.at> https://bugzilla.gnome.org/show_bug.cgi?id=679212 |
| 27 nm libexec path.patch | (download) |
js/ui/networkAgent.js |
2 1 + 1 - 0 ! |
use debian specific nm vpn helpers paths |
| 28_network_user_connections.patch | (download) |
js/ui/status/network.js |
32 28 + 4 - 0 ! |
--- |
| 29_week_number.patch | (download) |
js/ui/calendar.js |
19 1 + 18 - 0 ! |
--- |
| 30_lockup_gc.patch | (download) |
configure.ac |
1 1 + 0 - 0 ! |
--- |
| 32 enable the screen reader menu item.patch | (download) |
js/ui/status/accessibility.js |
6 3 + 3 - 0 ! |
enable the screen reader menu item https://bugzilla.gnome.org/show_bug.cgi?id=663256 |
| 33 screen reader l10n.patch | (download) |
po/af.po |
4 2 + 2 - 0 ! |
--- |
| 40 force online.patch | (download) |
js/ui/status/network.js |
7 6 + 1 - 0 ! |
show wired connection icon if nm has an active unmanaged device If NM has an active unmanaged device it will forcefully set the online state to CONNECTED_GLOBAL. In that case show a wired connection icon instead of an offline icon |
| 50 remove folks integration.patch | (download) |
js/ui/overview.js |
4 2 + 2 - 0 ! |
disable folks integration In some conditions this could really impact the performances and cause Dbus calls timeout |
| 61 disable restart buttons.patch | (download) |
js/gdm/powerMenu.js |
19 18 + 1 - 0 ! |
loginscreen: add support for 'disable-restart-buttons' GDM's GSettings schema contains a 'disable-restart-buttons' key that currently is only supported by the fallback greeter. Implement support in the shell greeter as well. . Compared to the original upstream fix, this patch handles gracefully the case where gdm's schema are not available, in order to prevent crashes if gdm3 is not installed. |
