--- unity-2d-3.8.4.1.orig/debian/unity-2d.py +++ unity-2d-3.8.4.1/debian/unity-2d.py @@ -0,0 +1,2 @@ +def add_info(report): + report['Tags'] = report.get('Tags', '') + ' unity-2d' --- unity-2d-3.8.4.1.orig/debian/20_unity-2d-gconf-mandatory +++ unity-2d-3.8.4.1/debian/20_unity-2d-gconf-mandatory @@ -0,0 +1,3 @@ +/apps/nautilus/preferences/exit_with_last_window false +/apps/metacity/global_keybindings/panel_main_menu disabled +/apps/metacity/global_keybindings/panel_run_dialog disabled --- unity-2d-3.8.4.1.orig/debian/libunity-2d-private0.postinst +++ unity-2d-3.8.4.1/debian/libunity-2d-private0.postinst @@ -0,0 +1,7 @@ +#!/bin/sh +set -e +if [ "$1" = "configure" ]; then + ldconfig +fi + +#DEBHELPER# --- unity-2d-3.8.4.1.orig/debian/unity-2d-spread.manpages +++ unity-2d-3.8.4.1/debian/unity-2d-spread.manpages @@ -0,0 +1 @@ +debian/manpages/unity-2d-spread.1 --- unity-2d-3.8.4.1.orig/debian/unity-2d.postinst +++ unity-2d-3.8.4.1/debian/unity-2d.postinst @@ -0,0 +1,47 @@ +#!/bin/sh +set -e + +signal_daemons() +{ + # Tell all running daemons to reload their databases + pkill -HUP -x gconfd-2 >/dev/null 2>&1 || true +} + +case "$1" in + configure|upgrade) + if [ -x /usr/lib/gdm/gdm-set-default-session ] ; then + /usr/lib/gdm/gdm-set-default-session --keep-old unity-2d || true + fi + if which update-gconf-defaults >/dev/null 2>&1 ; then + mkdir -p /var/lib/gconf/unity-2d.mandatory + mkdir -p /var/lib/gconf/unity-2d.default + fi + ;; + triggered) + for trigger in $2; do + case $trigger in + /usr/share/gconf/unity-2d/mandatory) + update-gconf-defaults --source /usr/share/gconf/unity-2d/mandatory \ + --destination /var/lib/gconf/unity-2d.mandatory --no-signal + ;; + /usr/share/gconf/unity-2d/default) + update-gconf-defaults --source /usr/share/gconf/unity-2d/default \ + --destination /var/lib/gconf/unity-2d.default --no-signal + ;; + esac + done + signal_daemons + exit 0 + ;; +esac + +#DEBHELPER# + +# Upon installation/upgrade, regenerate all databases, because in this case +# there will be no trigger run +update-gconf-defaults --source /usr/share/gconf/unity-2d/mandatory \ + --destination /var/lib/gconf/unity-2d.mandatory --no-signal +update-gconf-defaults --source /usr/share/gconf/unity-2d/default \ + --destination /var/lib/gconf/unity-2d.default --no-signal +signal_daemons + --- unity-2d-3.8.4.1.orig/debian/libunity-2d-private0.install +++ unity-2d-3.8.4.1/debian/libunity-2d-private0.install @@ -0,0 +1,3 @@ +usr/lib/libunity-2d-private.so.* +usr/lib/qt4/imports/Unity2d/libunity-2d-private-qml.so +usr/lib/qt4/imports/Unity2d/qmldir --- unity-2d-3.8.4.1.orig/debian/compat +++ unity-2d-3.8.4.1/debian/compat @@ -0,0 +1 @@ +7 --- unity-2d-3.8.4.1.orig/debian/control +++ unity-2d-3.8.4.1/debian/control @@ -0,0 +1,116 @@ +Source: unity-2d +Section: x11 +Priority: optional +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Olivier Tilloy +Build-Depends: cdbs, debhelper (>= 7), + cmake, bzr, libqt4-dev, + libglib2.0-dev, libwnck-dev, + libqtgconf-dev, libqtbamf-dev, libqtdee-dev, libdbusmenu-qt-dev, + libx11-dev, libindicator-dev, libgtk2.0-dev, libutouch-geis-dev, + libstartup-notification0-dev +Standards-Version: 3.9.1 +Vcs-Bzr: http://bazaar.launchpad.net/~unity-2d-team/unity-2d/trunk + +Package: unity-2d +Architecture: all +Depends: ${misc:Depends}, + unity-2d-launcher, unity-2d-panel, unity-2d-places, unity-2d-spread, + metacity ( >= 2.30.3-0ubuntu5 ), gnome-session-bin +Recommends: indicator-application, indicator-datetime, + indicator-me, indicator-messages, indicator-session, indicator-sound, + gnome-settings-daemon, nautilus, policykit-1-gnome, gnome-power-manager, + appmenu-gtk, appmenu-qt, + gtk2-engines-pixbuf +Provides: unity-2d-default-settings +Breaks: unity-2d-default-settings (<= 0.4) +Replaces: unity-2d-default-settings (<= 0.4) +Description: Unity interface for non-accelerated graphics cards + The Unity 2D interface installs a fully usable 2D session and provides the + common configuration files and defaults. Installing this package will + offer a session called Unity 2D in your login manager. + . + Unity 2D is designed to run smoothly without any graphics acceleration. + +Package: unity-2d-default-settings +Architecture: all +Depends: ${misc:Depends}, unity-2d +Description: Transitional package for upgrades to the new unity-2d package + This is a transitional package to properly handle upgrading from natty + pre-release installations of unity-2d and also for handling upgrades of + maverick installs from the unity-2d team PPA. + +Package: libunity-2d-private0 +Section: libs +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Breaks: libuqpanel0 ( <= 3.2.2-0ubuntu1 ) +Replaces: libuqpanel0 +Description: Unity 2D shared library + This library is used to host common code used by several Unity 2D components + It is only used internally, there is no use case for it outside of the unity-2d + project. + +Package: libunity-2d-private-dev +Section: libdevel +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, libunity-2d-private0 (= ${binary:Version}) +Breaks: libuqpanel-dev ( <= 3.2.2-0ubuntu1 ) +Replaces: libuqpanel-dev +Description: Unity 2D shared library - development files + This library is used to host common code used by several Unity 2D components + . + This package contains the development header files. + +Package: unity-2d-launcher +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, unity-asset-pool, libqt4-svg, libunity-2d-private0 +Recommends: unity-place-files, unity-place-applications +Description: Unity 2D Launcher + The Unity 2D launcher displays a list of running applications as well as a + list of favorite applications in a panel at the left of the screen. + Notifications from individual applications are also highlighted in the + launcher. + +Package: unity-2d-panel +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, libunity-2d-private0 +Description: Unity 2D Panel + The Unity 2D panel displays a top panel containing the application menu and + various indicators. It is part of Unity 2D and can not run as a standalone + application outside of the Unity 2D environment. + +Package: unity-2d-places +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, unity-2d-launcher, libunity-2d-private0, libqt4-svg +Description: Unity 2D Places + The Unity 2D places overlay over the desktop to provide quick access to + various categories of applications. It is part of Unity 2D and can not run + as a standalone application outside of the Unity 2D environment. + +Package: unity-2d-spread +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, unity-2d-launcher, libunity-2d-private0, + libqt4-svg +Description: Unity 2D Spread + The Unity 2D spread allows you to display a quick thumbnailed view of open + windows so you can quickly and effectively choose which one you want to + switch to. It is part of Unity 2D and can not run as a standalone application + outside of the Unity 2D environment. + +Package: libuqpanel0 +Architecture: any +Depends: ${misc:Depends}, libunity-2d-private0 +Description: dummy transitional package for libuqpanel0 + This transitional package helps users transition to the + libunity-2d-private0 package. Once this package and its dependencies + are installed you can safely remove it. + +Package: libuqpanel-dev +Section: libdevel +Architecture: any +Depends: ${misc:Depends}, libunity-2d-private-dev +Description: dummy transitional package for libuqpanel-dev + This transitional package helps users transition to the + libunity-2d-private-dev package. Once this package and its dependencies + are installed you can safely remove it. --- unity-2d-3.8.4.1.orig/debian/unity-2d-launcher.preinst +++ unity-2d-3.8.4.1/debian/unity-2d-launcher.preinst @@ -0,0 +1,19 @@ +#!/bin/sh + +set -e + +if [ "$1" = "upgrade" ]; then + # Versions of the package pre 0.0~bzr80 installed the desktop file for all + # sessions (in /etc/xdg/autostart/). + # Remove it first (see https://launchpad.net/bugs/645416). + if [ -f /etc/xdg/autostart/unity-2d-launcher.desktop ]; then + rm -f /etc/xdg/autostart/unity-2d-launcher.desktop || true + fi + + # unity-2d-launcher is now started by gnome-session as a required component + rm -f /etc/xdg/xdg-unity-2d/autostart/unity-2d-launcher.desktop + + exit 0 +fi + +#DEBHELPER# --- unity-2d-3.8.4.1.orig/debian/watch +++ unity-2d-3.8.4.1/debian/watch @@ -0,0 +1,2 @@ +# upstream will move to sane release stragery soon, +# this will be replaced then --- unity-2d-3.8.4.1.orig/debian/unity-2d-launcher.install +++ unity-2d-3.8.4.1/debian/unity-2d-launcher.install @@ -0,0 +1,10 @@ +usr/bin/unity-2d-launcher +usr/share/dbus-1/services/unity-2d-launcher.service +usr/share/applications/unity-2d-launcher.desktop +usr/share/unity-2d/launcher/*.qml +usr/share/unity-2d/launcher/launchermenu.css +usr/share/unity-2d/launcher/artwork +usr/lib/qt4/imports/UnityApplications/libUnityApplications.so.1 +usr/lib/qt4/imports/UnityApplications/libUnityApplications.so.1.0.0 +usr/lib/qt4/imports/UnityApplications/qmldir +usr/lib/qt4/imports/UnityApplications/libUnityApplications.so --- unity-2d-3.8.4.1.orig/debian/unity-2d.triggers +++ unity-2d-3.8.4.1/debian/unity-2d.triggers @@ -0,0 +1,2 @@ +interest /usr/share/gconf/unity-2d/defaults +interest /usr/share/gconf/unity-2d/mandatory --- unity-2d-3.8.4.1.orig/debian/unity-2d-launcher.manpages +++ unity-2d-3.8.4.1/debian/unity-2d-launcher.manpages @@ -0,0 +1 @@ +debian/manpages/unity-2d-launcher.1 --- unity-2d-3.8.4.1.orig/debian/changelog +++ unity-2d-3.8.4.1/debian/changelog @@ -0,0 +1,207 @@ +unity-2d (3.8.4.1-0ubuntu1.1) natty-security; urgency=low + + [ Łukasz 'sil2100' Zemczak ] + * Fix issue with unity-2d sending the wrong event timestamp when closing an + application window; This bug was exposed by a recent Firefox update which + changed the way Firefox handled windows based on timestamps. (LP: #1010466) + - panel/applets/appname/windowhelper.cpp + + [ Micah Gersten ] + * Switch back to source format 1.0 as this is in line with how the unity devs + prefer to update their packages + - update debian/source/format + + -- Łukasz 'sil2100' Zemczak Wed, 13 Jun 2012 19:11:30 +0200 + +unity-2d (3.8.4.1-0ubuntu1) natty; urgency=low + + * (LP: #766078) [spread] Windows and background are not positioned correctly + + -- Oliver Grawert Tue, 19 Apr 2011 20:01:06 +0200 + +unity-2d (3.8.4-0ubuntu1) natty; urgency=low + + * New upstream bugfix release + * (LP: #764690) [launcher] launcher won't fully paint, corrupted view + * (LP: #740387) graphical corruption with multiple drivers and classic desktop + * (LP: #753269) [spread] crash when sending applications to other workspaces + * (LP: #755599) [dash] Exiting the dash causes launcher and panel to disappear + * (LP: #760522) [launcher] LibreOffice applications that are not favorite are all + matched with LibreOffice Impress + * (LP: #763116) [launcher] Launcher doesn’t autohide after an application + requested attention + * (LP: #684471) [dash] Default terminal PATH when opening it from the Applications + menu is / instead of $HOME + * (LP: #739454) [launcher] nautilus windows are not matched with the home icon + * (LP: #741160) [launcher] Launching nautilus changes the favorite’s icon + * (LP: #744970) [launcher] item calling for attention needs to always be visible + * (LP: #751450) [launcher] icon for workspace switcher incorrect (back to old pink + one) + * (LP: #753382) [launcher] Synaptic favorite turns into software-properties + * (LP: #759189) [dash] no singular/plural option for "See %1 more results" + * (LP: #759776) [launcher] Looses track of open windows for synaptic and empathy + * (LP: #728927) Unity Min,Max,Close buttons not available in Libreoffice + * (LP: #759191) [launcher] most keyboard shortcuts don't activate properly the + first time/ever + * (LP: #760001) [launcher] Super key shouldn't activate dash while spread is + (LP: #running + * (LP: #760233) [launcher] critical warning from wnck + * (LP: #761661) [spread] New WindowInfo objects should not be created while spread + is inactive + * (LP: #721121) UIFe: Icon in Launcher should be home folder icon + + -- Oliver Grawert Tue, 19 Apr 2011 14:23:17 +0200 + +unity-2d (3.8.2-0ubuntu1) natty; urgency=low + + [ Oliver Grawert ] + * New upstream bugfix release + - (LP: #632526) Dash elipsizes file and application names too soon, making them + unreadable + - (LP: #669926) [launcher] Web favorites support + - (LP: #708479) Dash view should use "Prefferred Applications" icons where + appropriate + - (LP: #718686) [dash] Group of results sometimes badly positioned + - (LP: #727483) unity-2d-panel crashed with SIGSEGV in g_return_if_fail_warning() + - (LP: #731449) [launcher] Dragging a tile at the top of the launcher while + autoscrolling makes autoscroll wrong afterwards + - (LP: #736097) [dash] home screen misses icons for applications that are not + installed + - (LP: #744999) [launcher] launchers are truncated when too many items to fit + onscreen + - (LP: #745077) [spread] clicking launcher with open windows not working correctly + across workspaces + - (LP: #745237) [dash] search field default string not translated + - (LP: #746693) [launcher] .places messages not i18nized + - (LP: #747836) [dash] Banshee no longer works from the dash home page in 3.8.2 + - (LP: #750753) [dash] showing/hiding places causing graphical corruption + - (LP: #670608) [dash] Home screen customization should be easy + - (LP: #683084) Global menu doesn't work well with more than one screen + - (LP: #714646) [launcher] icons jagged edges during animation + - (LP: #717744) [panel] inactive menus are clickable + - (LP: #729002) First four items in Dash begin "Find" "Find" "Find" "Find" + - (LP: #745758) [spread] super+s should toggle the workspace switcher + - (LP: #751284) [launcher] Escaping of title broken with webfavorites + - (LP: #751325) [panel] circle of friends button icon needs to be updated to match + Unity's + - (LP: #697816) [launcher] if an urgent window is available then the spread should + not be activated + - (LP: #729478) [launcher] Clicking middle mouse button should launch another + instance of application + - (LP: #750244) [launcher] Newly installed lenses don’t appear + - (LP: #752948) Home's "Shortcuts" not i18n/l10n + + [ Aurélien Gâteau ] + * Include .mo files in unity-2d package (LP: #751425) + + -- Oliver Grawert Fri, 08 Apr 2011 16:03:10 +0200 + +unity-2d (3.8.1-0ubuntu1) natty; urgency=low + + * Upstream bugfix to fix global search showing no results (LP: #741201) + + -- Oliver Grawert Wed, 23 Mar 2011 20:52:29 +0100 + +unity-2d (3.8-0ubuntu1) natty; urgency=low + + * New upstream bugfix release + - fixes (LP: #580295),(LP: #670403),(LP: #676457),(LP: #706247), + (LP: #708429),(LP: #719507),(LP: #724717),(LP: #726712),(LP: #726715), + (LP: #726727),(LP: #727164),(LP: #727409),(LP: #730499),(LP: #733244), + (LP: #733960),(LP: #738025),(LP: #739417),(LP: #740137),(LP: #740280), + (LP: #691114),(LP: #701543),(LP: #701546),(LP: #703389),(LP: #703396), + (LP: #705642),(LP: #706248),(LP: #706713),(LP: #709280),(LP: #711081), + (LP: #714707),(LP: #716167),(LP: #721049),(LP: #722711),(LP: #722713), + (LP: #723604),(LP: #726630),(LP: #726682),(LP: #726716),(LP: #727883), + (LP: #729699),(LP: #730638),(LP: #730880),(LP: #732978),(LP: #733154), + (LP: #733897),(LP: #733959),(LP: #734143),(LP: #738332),(LP: #683026), + (LP: #718866),(LP: #721121),(LP: #724316),(LP: #731165),(LP: #734074), + (LP: #735500),(LP: #716506),(LP: #733150),(LP: #672447),(LP: #716580), + (LP: #728291),(LP: #730884),(LP: #731263),(LP: #731266) + + -- Oliver Grawert Wed, 23 Mar 2011 15:31:16 +0100 + +unity-2d (3.6.2-0ubuntu2) natty; urgency=low + + * do not run pkgbinarymangler to convert images to 8bit since this breaks + the launcher icon background handling + (QT upstream bug: http://bugreports.qt.nokia.com/browse/QTBUG-4459) + + -- Oliver Grawert Fri, 18 Mar 2011 13:08:56 +0100 + +unity-2d (3.6.2-0ubuntu1) natty; urgency=low + + * New upstream bugfix release + + -- Oliver Grawert Tue, 15 Mar 2011 17:59:55 +0100 + +unity-2d (3.6.1-0ubuntu1) natty; urgency=low + + * New Upstream, fix FTBFS with po files generation + + -- Oliver Grawert Thu, 24 Feb 2011 15:19:02 +0100 + +unity-2d (3.6.0-0ubuntu1) natty; urgency=low + + * New Upstream version + + -- Oliver Grawert Thu, 24 Feb 2011 13:45:27 +0100 + +unity-2d (3.2.2-0ubuntu1) natty; urgency=low + + * new upstream version + + -- Oliver Grawert Fri, 28 Jan 2011 15:41:48 +0100 + +unity-2d (3.2.1-0ubuntu1) natty; urgency=low + + * new upstream version, we have minor upstream versions now + + -- Oliver Grawert Thu, 27 Jan 2011 15:00:23 +0100 + +unity-2d (3.2-0ubuntu3) natty; urgency=low + + * Conflicts/Replaces needs to be Breaks/Replaces + + -- Oliver Grawert Wed, 26 Jan 2011 20:36:09 +0100 + +unity-2d (3.2-0ubuntu2) natty; urgency=low + + * merge unity-2d-default-settings package as new unity-2d toplevel + package. + * fix various typos in package descriptions (LP: #703170) + + -- Oliver Grawert Wed, 26 Jan 2011 18:27:04 +0100 + +unity-2d (3.2-0ubuntu1) natty; urgency=low + + * switch to proper upstream versioning, we are actually at 3.2 not 1.0 + + -- Oliver Grawert Fri, 21 Jan 2011 14:39:01 +0100 + +unity-2d (0.1-0ubuntu4) natty; urgency=low + + * add Vcs-Bzr location to debian/control + * update branch location in debian/copyright + * pull in some upstream fixes + + -- Oliver Grawert Wed, 21 Jan 2011 13:11:45 +0100 + +unity-2d (0.1-0ubuntu3) natty; urgency=low + + * drop the unity-place-files and unity-place-applications recommends and + dependencies as these are uninstallable in natty right now + + -- Oliver Grawert Mon, 17 Jan 2011 15:28:20 +0100 + +unity-2d (0.1-0ubuntu2) natty; urgency=low + + * Fix libuqpanel.symbols for platform independence + + -- Jonathan Riddell Sat, 15 Jan 2011 02:27:19 +0000 + +unity-2d (0.1-0ubuntu1) natty; urgency=low + + * Initial Release (LP: #703156) + + -- Michael Casadevall Fri, 14 Jan 2011 17:42:08 -0800 --- unity-2d-3.8.4.1.orig/debian/copyright +++ unity-2d-3.8.4.1/debian/copyright @@ -0,0 +1,62 @@ +Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=166 +Upstream-Name: Unity 2D +Source: https://code.launchpad.net/~unity-2d-team/unity-2d/trunk +License: GPL-3 + +Files: * +Copyright: 2009,2010 Canonical Ltd. +License: GPL-3 + +Files: panel/applets/indicator/indicator.c + panel/applets/indicator/indicator.h +Copyright: 2009 Mark Trompell +License: GPL-2+ + +Files: panel/applets/legacytray/fdoselectionmanager.cpp + panel/applets/legacytray/fdoselectionmanager.h + panel/applets/legacytray/x11embedpainter.cpp + panel/applets/legacytray/x11embedpainter.h + panel/applets/legacytray/x11embeddelegate.cpp + panel/applets/legacytray/x11embeddelegate.h + panel/applets/legacytray/x11embedcontainer.cpp + panel/applets/legacytray/x11embedcontainer.h +Copyright: 2008 Jason Stubbs +License: GPL-2+ + +Files: debian/* +Copyright: 2010 Canonical Ltd. +License: GPL-3 + +License: GPL-2+ + 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 + the Free Software Foundation, either version 2 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the full text of the GNU General Public License + version 2 can be found in the file /usr/share/common-licenses/GPL-2. + +License: GPL-3 + 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 + the Free Software Foundation, version 3 of the License. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the full text of the GNU General Public License + version 3 can be found in the file /usr/share/common-licenses/GPL-3. + --- unity-2d-3.8.4.1.orig/debian/20_unity-2d-gconf-default +++ unity-2d-3.8.4.1/debian/20_unity-2d-gconf-default @@ -0,0 +1,15 @@ +/apps/gnome-power-manager/lock/use_screensaver_settings true +/apps/gnome-power-manager/general/use_time_for_policy false +/desktop/unity-2d/launcher/favorites [ubiquity-gtkui.desktop,nautilus-home.desktop,firefox.desktop,libreoffice-writer.desktop,libreoffice-calc.desktop,libreoffice-impress.desktop,ubuntu-software-center.desktop,ubuntuone-control-panel-gtk.desktop] +/desktop/unity-2d/launcher/hide_mode 2 +/desktop/unity-2d/launcher/use_strut false +/desktop/unity-2d/launcher/super_key_enable true +/desktop/gnome/applications/window_manager/default /usr/bin/metacity +/desktop/gnome/applications/window_manager/current /usr/bin/metacity +/apps/metacity/general/show_maximized_titlebars false +/apps/metacity/general/auto_maximize_windows true +/apps/metacity/general/capture_before_unmap true +/apps/metacity/general/theme Ambiance +/desktop/gnome/interface/gtk_theme Ambiance +/desktop/gnome/interface/icon_theme ubuntu-mono-dark +/desktop/gnome/peripherals/mouse/cursor_theme DMZ-White --- unity-2d-3.8.4.1.orig/debian/libunity-2d-private-dev.install +++ unity-2d-3.8.4.1/debian/libunity-2d-private-dev.install @@ -0,0 +1,2 @@ +usr/lib/libunity-2d-private.so +usr/include/unity-2d-private --- unity-2d-3.8.4.1.orig/debian/unity-2d-panel.manpages +++ unity-2d-3.8.4.1/debian/unity-2d-panel.manpages @@ -0,0 +1 @@ +debian/manpages/unity-2d-panel.1 --- unity-2d-3.8.4.1.orig/debian/unity-2d-places.manpages +++ unity-2d-3.8.4.1/debian/unity-2d-places.manpages @@ -0,0 +1 @@ +debian/manpages/unity-2d-places.1 --- unity-2d-3.8.4.1.orig/debian/unity-2d-places.install +++ unity-2d-3.8.4.1/debian/unity-2d-places.install @@ -0,0 +1,6 @@ +usr/bin/unity-2d-places +usr/share/applications/unity-2d-places.desktop +usr/share/dbus-1/services/unity-2d-places.service +usr/share/unity-2d/places/*.qml +usr/share/unity-2d/places/utils.js +usr/share/unity-2d/places/artwork --- unity-2d-3.8.4.1.orig/debian/libunity-2d-private0.postrm +++ unity-2d-3.8.4.1/debian/libunity-2d-private0.postrm @@ -0,0 +1,7 @@ +#!/bin/sh +set -e +if [ "$1" = "remove" ]; then + ldconfig +fi + +#DEBHELPER# --- unity-2d-3.8.4.1.orig/debian/unity-2d-spread.install +++ unity-2d-3.8.4.1/debian/unity-2d-spread.install @@ -0,0 +1,4 @@ +usr/bin/unity-2d-spread +usr/share/dbus-1/services/unity-2d-spread.service +usr/share/unity-2d/spread/*.qml +usr/share/unity-2d/spread/utils.js --- unity-2d-3.8.4.1.orig/debian/rules +++ unity-2d-3.8.4.1/debian/rules @@ -0,0 +1,13 @@ +#!/usr/bin/make -f + +# shared libraries are in plugins directory +DEB_DH_MAKESHLIBS_ARGS :=-n + +# we dont want to convert images to 8bit +export NO_PNG_PKG_MANGLE=1 + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/cmake.mk + +common-build-indep:: + $(MAKE) -C $(DEB_BUILDDIR) update-po --- unity-2d-3.8.4.1.orig/debian/unity-2d.install +++ unity-2d-3.8.4.1/debian/unity-2d.install @@ -0,0 +1,7 @@ +debian/unity-2d.py /usr/share/apport/general-hooks +debian/gconf/* /usr/share/gconf +session/unity-2d.desktop /usr/share/xsessions +session/2d-ubuntu.session /usr/share/gnome-session/sessions +debian/20_unity-2d-gconf-mandatory /usr/share/gconf/unity-2d/mandatory +debian/20_unity-2d-gconf-default /usr/share/gconf/unity-2d/default +usr/share/locale/*/LC_MESSAGES/unity-2d.mo --- unity-2d-3.8.4.1.orig/debian/unity-2d-panel.install +++ unity-2d-3.8.4.1/debian/unity-2d-panel.install @@ -0,0 +1,4 @@ +usr/bin/unity-2d-panel +usr/share/applications/unity-2d-panel.desktop +usr/share/unity-2d/panel/artwork/background.png +usr/share/unity-2d/panel/artwork/divider.png --- unity-2d-3.8.4.1.orig/debian/unity-2d.postrm +++ unity-2d-3.8.4.1/debian/unity-2d.postrm @@ -0,0 +1,24 @@ +#!/bin/sh +set -e + +case "$1" in + remove|purge) + if which update-gconf-defaults >/dev/null 2>&1 && [ -d /usr/share/gconf/mandatory/unity-2d ]; then + update-gconf-defaults --source /usr/share/gconf/unity-2d/mandatory \ + --destination /var/lib/gconf/unity-2d.mandatory + update-gconf-defaults --source /usr/share/gconf/unity-2d/default \ + --destination /var/lib/gconf/unity-2d.default + fi + if [ -d /var/lib/gconf/unity-2d.mandatory ]; then + rm -rf /var/lib/gconf/unity-2d.mandatory + fi + if [ -d /var/lib/gconf/unity-2d.default ]; then + rm -rf /var/lib/gconf/unity-2d.default + fi + if [ -x /usr/lib/gdm/gdm-set-default-session ] ; then + /usr/lib/gdm/gdm-set-default-session --remove unity-2d || true + fi + ;; +esac + +#DEBHELPER# --- unity-2d-3.8.4.1.orig/debian/source/format +++ unity-2d-3.8.4.1/debian/source/format @@ -0,0 +1 @@ +1.0 --- unity-2d-3.8.4.1.orig/debian/gconf/unity-2d.mandatory.path +++ unity-2d-3.8.4.1/debian/gconf/unity-2d.mandatory.path @@ -0,0 +1,3 @@ +# Additional mandatory path for unity-2d experience +xml:readonly:/var/lib/gconf/unity-2d.mandatory + --- unity-2d-3.8.4.1.orig/debian/gconf/unity-2d.default.path +++ unity-2d-3.8.4.1/debian/gconf/unity-2d.default.path @@ -0,0 +1,3 @@ +# Additional mandatory path for unity-2d experience +xml:readonly:/var/lib/gconf/unity-2d.default + --- unity-2d-3.8.4.1.orig/debian/manpages/unity-2d-spread.1 +++ unity-2d-3.8.4.1/debian/manpages/unity-2d-spread.1 @@ -0,0 +1,13 @@ +.TH unity-2d-spread 1 +.SH NAME +unity-2d-spread \- Unity 2D Spread +.SH SYNOPSIS +.B unity-2d-spread +spread allows you to display a quick thumbnailed view of open windows so you +can quickly and effectively choose which one you want to switch to. It +functions as part of Unity 2D, and is not meant to be used as a standalone +app +.SH OPTIONS +.TP +This application takes no arguments. + --- unity-2d-3.8.4.1.orig/debian/manpages/unity-2d-panel.1 +++ unity-2d-3.8.4.1/debian/manpages/unity-2d-panel.1 @@ -0,0 +1,11 @@ +.TH unity-2d-panel 1 +.SH NAME +unity-2d-panel \- Unity 2D Panel +.SH SYNOPSIS +.B unity-2d-panel +displays a top panel containing the application menu and indicators. It is +part of Unity 2D, and not meant to run as a standalone component. +.SH OPTIONS +.TP +This application takes no arguments. + --- unity-2d-3.8.4.1.orig/debian/manpages/unity-2d-places.1 +++ unity-2d-3.8.4.1/debian/manpages/unity-2d-places.1 @@ -0,0 +1,12 @@ +.TH unity-2d-places 1 +.SH NAME +unity-2d-places \- Unity 2D Places +.SH SYNOPSIS +.B unity-2d-places +displays a top panel containing the application menu and various indicators. +It functions as part Unity 2D, and is not meant to be used as a standalone +application. +.SH OPTIONS +.TP +This application takes no arguments. + --- unity-2d-3.8.4.1.orig/debian/manpages/unity-2d-launcher.1 +++ unity-2d-3.8.4.1/debian/manpages/unity-2d-launcher.1 @@ -0,0 +1,12 @@ +.TH unity-2d-launcher 1 +.SH NAME +unity-2d-launcher \- Provides launcher sidebar in the Unity 2D environment +.SH SYNOPSIS +.B unity-2d-launcher +provides the launcher sidebar for the Unity 2D launcher, which provides the +icons and application switcher. It is meant to be used as the full Unity 2D +environment +.SH OPTIONS +.TP +This application takes no arguments. + --- unity-2d-3.8.4.1.orig/panel/applets/appname/windowhelper.cpp +++ unity-2d-3.8.4.1/panel/applets/appname/windowhelper.cpp @@ -42,6 +42,7 @@ #include #include #include +#include struct WindowHelperPrivate { @@ -143,8 +144,7 @@ void WindowHelper::close() { - guint32 timestamp = QDateTime::currentDateTime().toTime_t(); - wnck_window_close(d->m_window, timestamp); + wnck_window_close(d->m_window, QX11Info::appTime()); } void WindowHelper::minimize()