diff -Nru ubuntustudio-look-0.40/debian/changelog ubuntustudio-look-0.41/debian/changelog --- ubuntustudio-look-0.40/debian/changelog 2011-04-18 03:27:22.000000000 +0000 +++ ubuntustudio-look-0.41/debian/changelog 2012-01-30 21:46:13.000000000 +0000 @@ -1,3 +1,27 @@ +ubuntustudio-look (0.41) precise; urgency=low + + [ Scott Lavender ] + * rebasing on xfce4/xubuntu (LP: #918519) + - drop ubuntustudio-gdm-theme (GDM no longer used) and ubuntustudio-theme + packages + + [ Micah Gersten ] + * Drop Conflicts/Replaces of ubuntustudio-look on itself + - update debian/control + * Make ubuntustudio-look replace ubuntustudio-theme as well as conflict + - update debian/control + * Drop the Section header from the binaries since it's the same as the + source one (X11) + - update debian/control + * Drop the Conflicts/Replaces on edgy-community-wallpapers for + ubuntustudio-wallpapers; The replaced version is pre-Hardy + - update debian/control + * Have ubuntustudio-look recommend elementary-icon-theme instead of + ubuntustudio-icon-theme as the latter is just a transitional package + - update debian/control + + -- Scott Lavender Mon, 30 Jan 2012 15:46:12 -0600 + ubuntustudio-look (0.40) natty; urgency=low * added missing images diff -Nru ubuntustudio-look-0.40/debian/compat ubuntustudio-look-0.41/debian/compat --- ubuntustudio-look-0.40/debian/compat 2011-04-18 03:25:29.000000000 +0000 +++ ubuntustudio-look-0.41/debian/compat 2012-01-27 20:37:08.000000000 +0000 @@ -1 +1 @@ -5 +7 diff -Nru ubuntustudio-look-0.40/debian/control ubuntustudio-look-0.41/debian/control --- ubuntustudio-look-0.40/debian/control 2011-04-18 03:25:29.000000000 +0000 +++ ubuntustudio-look-0.41/debian/control 2012-01-30 21:45:05.000000000 +0000 @@ -3,19 +3,18 @@ Priority: optional XS-Python-Version: all Maintainer: Ubuntu Studio Developers -Build-Depends: debhelper (>= 5.0.51~), cdbs, python-dev (>= 2.4), python-central (>= 0.5), -Build-Depends-Indep: python-distutils-extra, libxml-parser-perl +Build-Depends: debhelper (>= 7.0.50~) Vcs-Bzr: http://bazaar.launchpad.net/~ubuntustudio-dev/ubuntustudio-look/UbuntuStudio -Standards-Version: 3.9.1 +Standards-Version: 3.9.2 Package: ubuntustudio-look Architecture: all -Section: x11 -Depends: ubuntustudio-theme, ubuntustudio-wallpapers, ubuntustudio-icon-theme, - ubuntustudio-sounds, dmz-cursor-theme, plymouth-theme-ubuntustudio, - ${misc:Depends} -Conflicts: ubuntustudio-artwork, ubuntustudio-look (<= 0.12) -Replaces: ubuntustudio-artwork, ubuntustudio-look (<= 0.12) +Depends: ${misc:Depends}, gtk2-engines-murrine, murrine-themes (>= 0.98.2), + libnewt0.52 (>= 0.52.11-2ubuntu7) +Recommends: plymouth-theme-ubuntustudio, ubuntustudio-wallpapers, + elementary-icon-theme, ubuntustudio-sounds +Conflicts: ubuntustudio-artwork, ubuntustudio-theme +Replaces: ubuntustudio-artwork, ubuntustudio-theme Description: Ubuntu Studio look The Ubuntu Studio theme. . @@ -23,47 +22,24 @@ whilst also providing the theme descriptor to the GNOME desktop, and the distributor logo. -Package: ubuntustudio-theme -Architecture: all -Section: x11 -Depends: gtk2-engines-murrine, ${misc:Depends} -Conflicts: ubuntustudio-theme (<= 0.12) -Replaces: ubuntustudio-theme (<= 0.12) -Description: Ubuntu Studio look - GTK and Metacity theme - The Ubuntu Studio theme. - . - This package contains the GTK and Metacity configuration for the - Ubuntustudio look. - Package: ubuntustudio-wallpapers Architecture: all -Section: x11 Depends: ${misc:Depends} -Conflicts: edgy-community-wallpapers (<< 0.2) -Replaces: edgy-community-wallpapers (<< 0.2) Description: Ubuntu Studio - Wallpapers The Ubuntu Studio theme. . This package contains the Ubuntu Studio Wallpapers. -Package: ubuntustudio-gdm-theme -Architecture: all -Section: x11 -Depends: ${misc:Depends} -Provides: gdm-theme -Description: Ubuntu Studio - GDM theme - The Ubuntu Studio theme. - . - This package contains the GDM theme. - Package: plymouth-theme-ubuntustudio Architecture: all -Section: x11 Depends: ${misc:Depends}, plymouth, plymouth-label Provides: plymouth-theme Conflicts: ubuntustudio-plymouth-theme Replaces: ubuntustudio-plymouth-theme Description: Ubuntu Studio Plymouth theme + Plymouth is an application that runs very early in the boot process + (even before the root filesystem is mounted!) that provides a graphical + boot animation while the boot process happens in the background. . This package contains the Ubuntu Studio Plymouth boot splash theme diff -Nru ubuntustudio-look-0.40/debian/copyright ubuntustudio-look-0.41/debian/copyright --- ubuntustudio-look-0.40/debian/copyright 2011-04-18 03:25:29.000000000 +0000 +++ ubuntustudio-look-0.41/debian/copyright 2012-01-27 20:37:08.000000000 +0000 @@ -21,7 +21,7 @@ Plymouth Theme: Scott Lavender - Plymouth theme based on work by: + Plymouth theme based on work by: Charlie Brej - example provided with the "script plugin" Cory K. Dennis Kaarsemaker diff -Nru ubuntustudio-look-0.40/debian/pycompat ubuntustudio-look-0.41/debian/pycompat --- ubuntustudio-look-0.40/debian/pycompat 2011-04-18 03:25:29.000000000 +0000 +++ ubuntustudio-look-0.41/debian/pycompat 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -2 diff -Nru ubuntustudio-look-0.40/debian/README.Debian-source ubuntustudio-look-0.41/debian/README.Debian-source --- ubuntustudio-look-0.40/debian/README.Debian-source 2011-04-18 03:25:29.000000000 +0000 +++ ubuntustudio-look-0.41/debian/README.Debian-source 1970-01-01 00:00:00.000000000 +0000 @@ -1,3 +0,0 @@ -Python's setup.py installation infrastructure, along with CDBS, was chosen as -it provides a simple framework on which to base the build/install process of a -simple package. diff -Nru ubuntustudio-look-0.40/debian/rules ubuntustudio-look-0.41/debian/rules --- ubuntustudio-look-0.40/debian/rules 2011-04-18 03:25:29.000000000 +0000 +++ ubuntustudio-look-0.41/debian/rules 2012-01-27 20:37:08.000000000 +0000 @@ -1,9 +1,7 @@ #!/usr/bin/make -f -DEB_PYTHON_SYSTEM=pycentral +override_dh_gconf: + dh_gconf --priority=20 -include /usr/share/cdbs/1/rules/debhelper.mk -include /usr/share/cdbs/1/class/python-distutils.mk - -binary-install/ubuntustudio-look:: - dh_icons +%: + dh $@ diff -Nru ubuntustudio-look-0.40/debian/ubuntustudio-gdm-theme.install ubuntustudio-look-0.41/debian/ubuntustudio-gdm-theme.install --- ubuntustudio-look-0.40/debian/ubuntustudio-gdm-theme.install 2011-04-18 03:25:29.000000000 +0000 +++ ubuntustudio-look-0.41/debian/ubuntustudio-gdm-theme.install 1970-01-01 00:00:00.000000000 +0000 @@ -1,2 +0,0 @@ -debian/tmp/usr/share/gdm/themes/UbuntuStudio -debian/tmp/usr/share/ubuntustudio-gdm-theme diff -Nru ubuntustudio-look-0.40/debian/ubuntustudio-gdm-theme.postinst ubuntustudio-look-0.41/debian/ubuntustudio-gdm-theme.postinst --- ubuntustudio-look-0.40/debian/ubuntustudio-gdm-theme.postinst 2011-04-18 03:25:29.000000000 +0000 +++ ubuntustudio-look-0.41/debian/ubuntustudio-gdm-theme.postinst 1970-01-01 00:00:00.000000000 +0000 @@ -1,13 +0,0 @@ -#! /bin/sh - -set -e - -#DEBHELPER# - -case "$1" in - configure) - if [ -d /etc/gdm ]; then - update-alternatives --install /etc/gdm/gdm-cdd.conf gdm-config-derivative /usr/share/ubuntustudio-gdm-theme/gdm-cdd.conf 50 - fi - ;; -esac diff -Nru ubuntustudio-look-0.40/debian/ubuntustudio-gdm-theme.prerm ubuntustudio-look-0.41/debian/ubuntustudio-gdm-theme.prerm --- ubuntustudio-look-0.40/debian/ubuntustudio-gdm-theme.prerm 2011-04-18 03:25:29.000000000 +0000 +++ ubuntustudio-look-0.41/debian/ubuntustudio-gdm-theme.prerm 1970-01-01 00:00:00.000000000 +0000 @@ -1,13 +0,0 @@ -#! /bin/sh - -set -e - -#DEBHELPER# - -case "$1" in - configure) - if [ -d /etc/gdm ]; then - update-alternatives --remove /etc/gdm/gdm-cdd.conf gdm-config-derivative /usr/share/ubuntustudio-gdm-theme/gdm-cdd.conf 50 - fi - ;; -esac diff -Nru ubuntustudio-look-0.40/debian/ubuntustudio-look.install ubuntustudio-look-0.41/debian/ubuntustudio-look.install --- ubuntustudio-look-0.40/debian/ubuntustudio-look.install 2011-04-18 03:25:29.000000000 +0000 +++ ubuntustudio-look-0.41/debian/ubuntustudio-look.install 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -distributor-logo.png /usr/share/icons/UbuntuStudio/48x48/places diff -Nru ubuntustudio-look-0.40/debian/ubuntustudio-theme.install ubuntustudio-look-0.41/debian/ubuntustudio-theme.install --- ubuntustudio-look-0.40/debian/ubuntustudio-theme.install 2011-04-18 03:25:29.000000000 +0000 +++ ubuntustudio-look-0.41/debian/ubuntustudio-theme.install 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -debian/tmp/usr/share/themes/UbuntuStudio diff -Nru ubuntustudio-look-0.40/debian/ubuntustudio-wallpapers.install ubuntustudio-look-0.41/debian/ubuntustudio-wallpapers.install --- ubuntustudio-look-0.40/debian/ubuntustudio-wallpapers.install 2011-04-18 03:25:29.000000000 +0000 +++ ubuntustudio-look-0.41/debian/ubuntustudio-wallpapers.install 2012-01-27 20:37:08.000000000 +0000 @@ -1,2 +1 @@ -debian/tmp/usr/share/backgrounds -debian/tmp/usr/share/gnome-background-properties +usr/share/xfce4/backdrops diff -Nru ubuntustudio-look-0.40/setup.cfg ubuntustudio-look-0.41/setup.cfg --- ubuntustudio-look-0.40/setup.cfg 2011-04-18 03:25:29.000000000 +0000 +++ ubuntustudio-look-0.41/setup.cfg 1970-01-01 00:00:00.000000000 +0000 @@ -1,7 +0,0 @@ -[build] -i18n=True - -[build_i18n] -domain=ubuntustudio-look -desktop-files=[("share/gdm/themes/UbuntuStudio", ("ubuntustudio-gdm-theme/GdmGreeterTheme.desktop.in",)), ("share/themes/UbuntuStudio", ["ubuntustudio-theme/index.theme.in"])] -xml-files=[("share/gnome-background-properties", ["ubuntustudio-wallpapers/ubuntustudio-wallpapers.xml.in"]),] diff -Nru ubuntustudio-look-0.40/setup.py ubuntustudio-look-0.41/setup.py --- ubuntustudio-look-0.40/setup.py 2011-04-18 03:25:29.000000000 +0000 +++ ubuntustudio-look-0.41/setup.py 1970-01-01 00:00:00.000000000 +0000 @@ -1,21 +0,0 @@ -from distutils.core import setup -from DistUtilsExtra.command.build_extra import build_extra -from DistUtilsExtra.command.build_i18n import build_i18n -import glob - - -setup( - name = 'ubuntustudio-look', - version = '0.15', - data_files=[('share/backgrounds/', glob.glob('ubuntustudio-wallpapers/ubuntustudio*')), - ('share/themes/UbuntuStudio/metacity-1', glob.glob('ubuntustudio-theme/metacity-1/*.png')+glob.glob('ubuntustudio-theme/metacity-1/*.xml')), - ('share/themes/UbuntuStudio/gtk-2.0', ['ubuntustudio-theme/gtk-2.0/gtkrc']), - ('lib/plymouth/themes/ubuntustudio-logo', glob.glob('lib/plymouth/themes/ubuntustudio-logo/*')), - ('share/themes/UbuntuStudio/gtk-2.0/panel', glob.glob('ubuntustudio-theme/gtk-2.0/panel/panel.*')), - ('share/gdm/themes/UbuntuStudio', glob.glob('ubuntustudio-gdm-theme/*.jpg')+glob.glob('ubuntustudio-gdm-theme/*.png')+glob.glob('ubuntustudio-gdm-theme/*.xml')), - ('share/ubuntustudio-gdm-theme', ['ubuntustudio-gdm-theme/gdm-cdd.conf']) - ], - cmdclass = { "build" : build_extra, - "build_i18n" : build_i18n } -) - Binary files /tmp/tIIij3Esdz/ubuntustudio-look-0.40/ubuntustudio-gdm-theme/background.jpg and /tmp/_xVIxiQL8p/ubuntustudio-look-0.41/ubuntustudio-gdm-theme/background.jpg differ diff -Nru ubuntustudio-look-0.40/ubuntustudio-gdm-theme/gdm-cdd.conf ubuntustudio-look-0.41/ubuntustudio-gdm-theme/gdm-cdd.conf --- ubuntustudio-look-0.40/ubuntustudio-gdm-theme/gdm-cdd.conf 2011-04-18 03:25:29.000000000 +0000 +++ ubuntustudio-look-0.41/ubuntustudio-gdm-theme/gdm-cdd.conf 1970-01-01 00:00:00.000000000 +0000 @@ -1,580 +0,0 @@ -# GDM Configuration file. -# -# You should not update this file by hand. Since GDM 2.13.0.4, configuration -# choices in the gdm.conf-custom file will override the default values -# specified in this file. This file may be overwritten on upgrade, so to -# ensure that your configuration choices are not lost, please make sure that -# your modifications are only made to the gdm.conf-custom file. If you were -# using a previous version of GDM and had made changes to your gdm.conf file, -# this file should have been automatically renamed as gdm.conf-custom to ensure -# that your previous modifications are preserved. -# -# You can use the gdmsetup program to graphically edit the gdm.conf-custom -# file. Note that gdmsetup does not support every option in this file, just -# the ones that most users want to change. If you feel that gdmsetup should -# support additional configuratio options, please file a bug report at -# http://bugzilla.gnome.org/. -# -# If you hand-edit the GDM configuration, you should run the following command -# to get the GDM daemon to recognize the change. Any running GDM GUI programs -# will also be notified to update with the new configuration. -# -# gdmflexiserver --command="UPDATE_CONFIG " -# -# For example, the "Enable" key in the "[debug]" section would be specified by -# "debug/Enable". -# -# You can also run gdm-restart or gdm-safe-restart to cause GDM to restart and -# re-read the new configuration settings. You can also restart GDM by sending -# a HUP or USR1 signal to the daemon. HUP behaves like gdm-restart and causes -# any user session started by GDM to exit immediately while USR1 behaves like -# gdm-safe-restart and will wait until all users log out before restarting GDM. -# -# For full reference documentation see the GNOME help browser under -# GNOME|System category. You can also find the docs in HTML form on -# http://www.gnome.org/projects/gdm/ -# -# NOTE: Some values are commented out but show their default values. Lines -# that begin with "#" are considered comments. -# -# Have fun! - -[daemon] -# Automatic login, if true the first local screen will automatically logged in -# as user as set with AutomaticLogin key. -AutomaticLoginEnable=false -AutomaticLogin= - -# Timed login, useful for kiosks. Log in a certain user after a certain amount -# of time. -TimedLoginEnable=false -TimedLogin= -TimedLoginDelay=30 - -# The GDM configuration program that is run from the login screen, you should -# probably leave this alone. -#Configurator=/usr/sbin/gdmsetup --disable-sound --disable-crash-dialog - -# The chooser program. Must output the chosen host on stdout, probably you -# should leave this alone. -#Chooser=/usr/lib/gdm/gdmchooser - -# The greeter for local (non-xdmcp) logins. Change gdmlogin to gdmgreeter to -# get the new graphical greeter. -Greeter=/usr/lib/gdm/gdmgreeter - -# The greeter for xdmcp logins, usually you want a less graphically intensive -# greeter here so it's better to leave this with gdmlogin -#RemoteGreeter=/usr/lib/gdm/gdmlogin - -# Launch the greeter with an additional list of colon separated GTK+ modules. -# This is useful for enabling additional feature support e.g. GNOME -# accessibility framework. Only "trusted" modules should be allowed to minimize -# security holes -#AddGtkModules=false -# By default, these are the accessibility modules. -#GtkModulesList=gail:atk-bridge:/usr/lib/gtk-2.0/modules/libdwellmouselistener:/usr/lib/gtk-2.0/modules/libkeymouselistener - -# Default path to set. The profile scripts will likely override this value. -# This value will be overridden with the value from /etc/default/login if it -# contains "ROOT=". -#DefaultPath=/usr/local/bin:/usr/local/sbin:/sbin:/usr/sbin:/bin:/usr/bin:/usr/bin/X11:/usr/games -# Default path for root. The profile scripts will likely override this value. -# This value will be overridden with the value from /etc/default/login if it -# contains "SUROOT=". -#RootPath=/usr/local/bin:/usr/local/sbin:/sbin:/usr/sbin:/bin:/usr/bin:/usr/bin/X11:/usr/games - -# If you are having trouble with using a single server for a long time and want -# GDM to kill/restart the server, turn this on. On Solaris, this value is -# always true and this configuration setting is ignored. -#AlwaysRestartServer=false - -# User and group used for running GDM GUI applicaitons. By default this is set -# to user "gdm" and group "gdm". This user/group should have very limited -# permissions and access to ony the gdm directories and files. -User=gdm -Group=gdm - -# To try to kill all clients started at greeter time or in the Init script. -# does not always work, only if those clients have a window of their own. -#KillInitClients=true -LogDir=/var/log/gdm -# You should probably never change this value unless you have a weird setup. -PidFile=/var/run/gdm.pid - -# Note that a post login script is run before a PreSession script. It is run -# after the login is successful and before any setup is run on behalf of the -# user. -PostLoginScriptDir=/etc/gdm/PostLogin/ -PreSessionScriptDir=/etc/gdm/PreSession/ -PostSessionScriptDir=/etc/gdm/PostSession/ -DisplayInitDir=/etc/gdm/Init -# Distributions: If you have some script that runs an X server in say VGA -# mode, allowing a login, could you please send it to me? -#FailsafeXServer= -# if X keeps crashing on us we run this script. The default one does a bunch -# of cool stuff to figure out what to tell the user and such and can run an X -# configuration program. -XKeepsCrashing=/etc/gdm/XKeepsCrashing -# Reboot, Halt and suspend commands, you can add different commands separated -# by a semicolon. GDM will use the first one it can find. -RebootCommand=/sbin/shutdown -r now "Rebooted from gdm menu." -HaltCommand=/sbin/shutdown -h now "Halted from gdm menu." -SuspendCommand=/usr/sbin/pmi action sleep -HibernateCommand=/usr/sbin/pmi action hibernate -# Probably should not touch the below this is the standard setup. -ServAuthDir=/var/lib/gdm -# This is our standard startup script. A bit different from a normal X -# session, but it shares a lot of stuff with that. See the provided default -# for more information. -BaseXsession=/etc/gdm/Xsession -# This is a directory where .desktop files describing the sessions live. It is -# really a PATH style variable since 2.4.4.2 to allow actual interoperability -# with KDM. Note that /dm/Sessions is there for backwards -# compatibility reasons with 2.4.4.x. -SessionDesktopDir=/etc/X11/sessions/:/etc/dm/Sessions/:/usr/share/gdm/BuiltInSessions/:/usr/share/xsessions/ -# This is the default .desktop session. One of the ones in SessionDesktopDir -DefaultSession=default.desktop -# Better leave this blank and HOME will be used. You can use syntax ~/ below -# to indicate home directory of the user. You can also set this to something -# like /tmp if you don't want the authorizations to be in home directories. -# This is useful if you have NFS mounted home directories. Note that if this -# is the home directory the UserAuthFBDir will still be used in case the home -# directory is NFS, see security/NeverPlaceCookiesOnNFS to override this -# behavior. -UserAuthDir= -# Fallback directory for writing authorization file if user's home directory -# is not writable. -UserAuthFBDir=/tmp -UserAuthFile=.Xauthority -# The X server to use if we can't figure out what else to run. -StandardXServer=/usr/bin/X -# The maximum number of flexible X servers to run. -#FlexibleXServers=5 -# And after how many minutes should we reap the flexible server if there is no -# activity and no one logged on. Set to 0 to turn off the reaping. Does not -# affect Xnest flexiservers. -#FlexiReapDelayMinutes=5 -# The X nest command. -Xnest=/usr/bin/Xnest -br -br -audit 0 -name Xnest -# Automatic VT allocation. Right now only works on Linux. This way we force -# X to use specific vts. turn VTAllocation to false if this is causing -# problems. -FirstVT=7 -VTAllocation=true -# Should double login be treated with a warning (and possibility to change VT's -# on Linux and FreeBSD systems for console logins) -#DoubleLoginWarning=true -# Should a second login always resume the current session and switch VT's on -# Linux and FreeBSD systems for console logins -#AlwaysLoginCurrentSession=true - -# If true then the last login information is printed to the user before being -# prompted for password. While this gives away some info on what users are on -# a system, it on the other hand should give the user an idea of when they -# logged in and if it doesn't seem kosher to them, they can just abort the -# login and contact the sysadmin (avoids running malicious startup scripts). -#DisplayLastLogin=false - -# Program used to play sounds. Should not require any 'daemon' or anything -# like that as it will be run when no one is logged in yet. -SoundProgram=/usr/lib/gdmplay - -# These are the languages that the console cannot handle because of font -# issues. Here we mean the text console, not X. This is only used when there -# are errors to report and we cannot start X. -# This is the default: -#ConsoleCannotHandle=am,ar,az,bn,el,fa,gu,hi,ja,ko,ml,mr,pa,ta,zh - -# This determines whether GDM will honor requests DYNAMIC requests from the -# gdmdynamic command. -#DynamicXServers=false - -# This determines whether GDM will send notifications to the console. -#ConsoleNotify=true - -[security] -# Allow root to login. It makes sense to turn this off for kiosk use, when -# you want to minimize the possibility of break in. -AllowRoot=false -# Allow login as root via XDMCP. This value will be overridden and set to -# false if the /etc/default/login file exists and contains -# "CONSOLE=/dev/login", and set to true if the /etc/default/login file exists -# and contains any other value or no value for CONSOLE. -AllowRemoteRoot=false -# This will allow remote timed login. -AllowRemoteAutoLogin=false -# 0 is the most restrictive, 1 allows group write permissions, 2 allows all -# write permissions. -RelaxPermissions=0 -# Check if directories are owned by logon user. Set to false, if you have, for -# example, home directories owned by some other user. -CheckDirOwner=true -# Number of seconds to wait after a bad login -#RetryDelay=1 -# Maximum size of a file we wish to read. This makes it hard for a user to DoS -# us by using a large file. -#UserMaxFile=65536 -# If true this will basically append -nolisten tcp to every X command line, a -# good default to have (why is this a "negative" setting? because if it is -# false, you could still not allow it by setting command line of any particular -# server). It's probably better to ship with this on since most users will not -# need this and it's more of a security risk then anything else. -# Note: Anytime we find a -query or -indirect on the command line we do not add -# a "-nolisten tcp", as then the query just wouldn't work, so this setting only -# affects truly local sessions. -DisallowTCP=true -# By default never place cookies if we "detect" NFS. We detect NFS by -# detecting "root-squashing". It seems bad practice to place cookies on things -# that go over the network by default and thus we do not do it by default. -# Sometimes you can however use safe remote filesystems where this is OK and -# you may want to have the cookie in your home directory. -#NeverPlaceCookiesOnNFS=true -# Will cause PAM_DISALLOW_NULL_AUTHTOK to be passed as a flag to -# pam_authenticate and pam_acct_mgmt, disallowing NULL password. This setting -# will only take effect if PAM is being used by GDM. This value will be -# overridden with the value from /etc/default/login if it contains -# "PASSREQ=[YES|NO]" -#PasswordRequired=false - -# XDMCP is the protocol that allows remote login. If you want to log into GDM -# remotely (I'd never turn this on on open network, use ssh for such remote -# usage that). You can then run X with -query to log in, or -# -indirect to run a chooser. Look for the 'Terminal' server type -# at the bottom of this config file. -[xdmcp] -# Distributions: Ship with this off. It is never a safe thing to leave out on -# the net. Setting up /etc/hosts.allow and /etc/hosts.deny to only allow local -# access is another alternative but not the safest. Firewalling port 177 is -# the safest if you wish to have xdmcp on. Read the manual for more notes on -# the security of XDMCP. -Enable=false -# Honor indirect queries, we run a chooser for these, and then redirect the -# user to the chosen host. Otherwise we just log the user in locally. -#HonorIndirect=true -# Maximum pending requests. -#MaxPending=4 -#MaxPendingIndirect=4 -# Maximum open XDMCP sessions at any point in time. -#MaxSessions=16 -# Maximum wait times. -#MaxWait=15 -#MaxWaitIndirect=15 -# How many times can a person log in from a single host. Usually better to -# keep low to fend off DoS attacks by running many logins from a single host. -# This is now set at 2 since if the server crashes then GDM doesn't know for -# some time and wouldn't allow another session. -#DisplaysPerHost=2 -# The number of seconds after which a non-responsive session is logged off. -# Better keep this low. -#PingIntervalSeconds=15 -# The port. 177 is the standard port so better keep it that way. -#Port=177 -# Willing script, none is shipped and by default we'll send hostname system id. -# But if you supply something here, the output of this script will be sent as -# status of this host so that the chooser can display it. You could for -# example send load, or mail details for some user, or some such. -#Willing=/etc/gdm/Xwilling - -[gui] -# The specific gtkrc file we use. It should be the full path to the gtkrc that -# we need. Unless you need a specific gtkrc that doesn't correspond to a -# specific theme, then just use the GtkTheme key. -GtkRC=/usr/share/gdm/themes/UbuntuStudio/gtk-2.0/gtkrc - -# The GTK+ theme to use for the GUI. -GtkTheme=UbuntuStudio -# If to allow changing the GTK+ (widget) theme from the greeter. Currently -# this only affects the standard greeter as the graphical greeter does not yet -# have this ability. -AllowGtkThemeChange=true -# Comma separated list of themes to allow. These must be the names of the -# themes installed in the standard locations for gtk themes. You can also -# specify 'all' to allow all installed themes. These should be just the -# basenames of the themes such as 'Thinice' or 'LowContrast'. -GtkThemesToAllow=UbuntuStudio,EdubuntuColors,Human,HighContrast,HighContrastInverse,LowContrast - -# Maximum size of an icon, larger icons are scaled down. -#MaxIconWidth=128 -#MaxIconHeight=128 - -[greeter] -# The following options for setting titlebar and setting window position are -# only useful for the standard login (gdmlogin) and are not used by the -# themed login (gdmgreeter). -# -# The standard login has a title bar that the user can move. -#TitleBar=true -# Don't allow user to move the standard login window. Only makes sense if -# TitleBar is on. -#LockPosition=false -# Set a position for the standard login window rather then just centering the -# window. If you enter negative values for the position it is taken as an -# offset from the right or bottom edge. -#SetPosition=false -#PositionX=0 -#PositionY=0 - -# Enable the Face browser. Note that the Browser key is only used by the -# standard login (gdmlogin) program. The Face Browser is enabled in -# the Graphical greeter by selecting a theme that includes the Face -# Browser, such as happygnome-list. The other configuration values that -# affect the Face Browser (MinimalUID, DefaultFace, Include, Exclude, -# IncludeAll, GlobalFaceDir) are used by both the Standard and Themed -# greeter. -Browser=false -# The default picture in the browser. -#DefaultFace=/usr/share/pixmaps/nobody.png -# User ID's less than the MinimalUID value will not be included in the face -# browser or in the gdmselection list for Automatic/Timed login. They will not -# be displayed regardless of the settings for Include and Exclude. -MinimalUID=1000 -# Users listed in Include will be included in the face browser and in the -# gdmsetup selection list for Automatic/Timed login. Users should be separated -# by commas. -#Include= -# Users listed in Exclude are excluded from the face browser and from the -# gdmsetup selection list for Automatic/Timed login. Excluded users will still -# be able to log in, but will have to type their username. Users should be -# separated by commas. -Exclude=bin,daemon,adm,lp,sync,shutdown,halt,mail,news,uucp,operator,nobody,gdm,postgres,pvm,rpm -# By default, an empty include list means display no users. By setting -# IncludeAll to true, the password file will be scanned and all users will be -# displayed except users excluded via the Exclude setting and user ID's less -# than MinimalUID. Scanning the password file can be slow on systems with -# large numbers of users and this feature should not be used in such -# environments. The setting of IncludeAll does nothing if Include is set to a -# non-empty value. -IncludeAll=true -# If user or user.png exists in this dir it will be used as his picture. -#GlobalFaceDir=/usr/share/pixmaps/faces/ - -# File which contains the locale we show to the user. Likely you want to use -# the one shipped with GDM and edit it. It is not a standard locale.alias -# file, although GDM will be able to read a standard locale.alias file as well. -LocaleFile=/etc/gdm/locale.conf -# Logo shown in the standard greeter. -#Logo=/usr/share/pixmaps/gdm-foot-logo.png -# Logo shown on file chooser button in gdmsetup (do not modify this value). -#ChooserButtonLogo=/usr/share/pixmaps/gdm-foot-logo.png -# The standard greeter should shake if a user entered the wrong username or -# password. Kind of cool looking -#Quiver=true - -# The Actions menu (formerly system menu) is shown in the greeter, this is the -# menu that contains reboot, shutdown, suspend, config and chooser. None of -# these is available if this is off. They can be turned off individually -# however. -#SystemMenu=true -# Configuration is available from the system menu of the greeter. -#ConfigAvailable=false -# Should the chooser button be shown. If this is shown, GDM can drop into -# chooser mode which will run the xdmcp chooser locally and allow the user to -# connect to some remote host. Local XDMCP does not need to be enabled, -# however. -#ChooserButton=true - -# Welcome is for all console logins and RemoteWelcome is for remote logins -# (through XDMCP). -# DefaultWelcome and DefaultRemoteWelcome set the string for Welcome to -# "Welcome" and for DefaultWelcome to "Welcome to %n", and properly translate -# the message to the appropriate language. Note that %n gets translated to the -# hostname of the machine. These default values can be overridden by setting -# DefaultWelcome and/or DefaultRemoteWelcome to false, and setting the Welcome -# and DefaultWelcome values as desired. Just make sure the strings are in -# utf-8 Note to distributors, if you wish to have a different Welcome string -# and wish to have this translated you can have entries such as -# "Welcome[cs]=Vitejte na %n". -DefaultWelcome=true -DefaultRemoteWelcome=true -#Welcome=Welcome -#RemoteWelcome=Welcome to %n - -# Xinerama screen we use to display the greeter on. Not for true multihead, -# currently only works for Xinerama. -#XineramaScreen=0 -# Background settings for the standard greeter: -# Type can be 0=None, 1=Image & Color, 2=Color, 3=Image -#BackgroundType=2 -#BackgroundImage= -#BackgroundScaleToFit=true -# The Standard greeter (gdmlogin) uses BackgroundColor as the background -# color, while the themed greeter (gdmgreeter) uses GraphicalThemedColor -# as the background color. -BackgroundColor=#000000 -GraphicalThemedColor=#000000 -# XDMCP session should only get a color, this is the sanest setting since you -# don't want to take up too much bandwidth -#BackgroundRemoteOnlyColor=true - -# Program to run to draw the background in the standard greeter. Perhaps -# something like an xscreensaver hack or some such. -#BackgroundProgram= -# if this is true then the background program is run always, otherwise it is -# only run when the BackgroundType is 0 (None). -#RunBackgroundProgramAlways=false - -# Show the Failsafe sessions. These are much MUCH nicer (focus for xterm for -# example) and more failsafe then those supplied by scripts so distros should -# use this rather then just running an xterm from a script. -#ShowGnomeFailsafeSession=true -#ShowXtermFailsafeSession=true -# Normally there is a session type called 'Last' that is shown which refers to -# the last session the user used. If off, we will be in 'switchdesk' mode -# where the session saving stuff is disabled in GDM -#ShowLastSession=true -# Always use 24 hour clock no matter what the locale. -#Use24Clock=auto -# Use circles in the password field. Looks kind of cool actually, but only -# works with certain fonts. -UseCirclesInEntry=true -# Do not show any visible feedback in the password field. This is standard for -# instance in console, xdm and ssh. -#UseInvisibleInEntry=false - -# These two keys are for the themed greeter (gdmgreeter). Circles is the -# standard shipped theme. If you want GDM to select a random theme from a -# list then provide a list that is delimited by /: to the GraphicalThemes -# key and set GraphicalThemeRand to true. Otherwise use GraphicalTheme -# and specify just one theme. -GraphicalTheme=UbuntuStudio -#GraphicalThemes=circles/:happygnome -GraphicalThemeDir=/usr/share/gdm/themes/ -GraphicalThemeRand=false - -# If InfoMsgFile points to a file, the greeter will display the contents of the -# file in a modal dialog box before the user is allowed to log in. -#InfoMsgFile= -# If InfoMsgFile is present then InfoMsgFont can be used to specify the font to -# be used when displaying the contents of the file. -#InfoMsgFont=Sans 24 - -# If SoundOnLogin is true, then the greeter will beep when login is ready for -# user input. If SoundOnLogin is a file and the greeter finds the 'play' -# executable (see daemon/SoundProgram) it will play that file instead of just -# beeping. -SoundOnLogin=true -SoundOnLoginFile=/usr/share/sounds/ubuntustudio-question.wav -# If SoundOnLoginSuccess, then the greeter will play a sound (as above) when a -# user successfully logs in. -#SoundOnLoginSuccess=false -#SoundOnLoginSuccessFile= -# If SoundOnLoginFailure, then the greeter will play a sound (as above) when a -# user fails to log in. -#SoundOnLoginFailure=false -#SoundOnLoginFailureFile= - -# Specifies a program to be called by the greeter/login program when the -# initial screen is displayed. The purpose is to provide a hook where files -# used after login can be preloaded to speed performance for the user. The -# program will only be called once only, the first time a greeter is displayed. -# The gdmprefetch command may be used. This utility will load any libraries -# passed in on the command line, or if the argument starts with a "@" -# character, it will process the file assuming it is an ASCII file containing a -# list of libraries, one per line, and load each library in the file. -PreFetchProgram=/usr/lib/gdmprefetch @/etc/gdm/gdmprefetchlist - -# The chooser is what's displayed when a user wants an indirect XDMCP session, -# or selects Run XDMCP chooser from the system menu -[chooser] -# Default image for hosts. -#DefaultHostImg=/usr/share/pixmaps/nohost.png -# Directory with host images, they are named by the hosts: host or host.png. -HostImageDir=/usr/share/hosts/ -# Time we scan for hosts (well only the time we tell the user we are scanning -# actually, we continue to listen even after this has expired). -#ScanTime=4 -# A comma separated lists of hosts to automatically add (if they answer to a -# query of course). You can use this to reach hosts that broadcast cannot -# reach. -Hosts= -# Broadcast a query to get all hosts on the current network that answer. -Broadcast=true -# Set it to true if you want to send a multicast query to hosts. -Multicast=false -# It is an IPv6 multicast address.It is hardcoded here and will be replaced -# when officially registered xdmcp multicast address of TBD will be available. -#Multicast_Addr=ff02::1 -# Allow adding random hosts to the list by typing in their names. -#AllowAdd=true - -[debug] -# This will cause GDM to send debugging information to the system log, which -# will create a LOT of output. It is not recommended to turn this on for -# normal use, but it can be useful to determine the cause when GDM is not -# working properly. -Enable=false -# This will enable debug messages for accessibilty gesture listeners into the -# syslog. This includes output about key events, mouse button events, and -# pointer motion events. This is useful for figuring out the cause of why the -# gesture listeners may not be working, but is too verbose for general debug. -Gestures=false - -[servers] -# These are the standard servers. You can add as many you want here and they -# will always be started. Each line must start with a unique number and that -# will be the display number of that server. Usually just the 0 server is -# used. -0=Standard -#1=Standard -# Note the VTAllocation and FirstVT keys on Linux and FreeBSD. Don't add any -# vt arguments if VTAllocation is on, and set FirstVT to be the first -# vt available that your gettys don't grab (gettys are usually dumb and grab -# even a vt that has already been taken). Using 7 will work pretty much for -# all Linux distributions. VTAllocation is not currently implemented on -# anything but Linux and FreeBSD. Feel free to send patches. X servers will -# just not get any extra arguments then. -# -# If you want to run an X terminal you could add an X server such as this: -#0=Terminal -query serverhostname -# or for a chooser (optionally serverhostname could be localhost): -#0=Terminal -indirect serverhostname -# -# If you wish to run the XDMCP chooser on the local display use the following -# line -#0=Chooser - -## Note: -# is your X server not listening to TCP requests? Perhaps you should look at -# the security/DisallowTCP setting! - -# Definition of the standard X server. -[server-Standard] -name=Standard server -command=/usr/bin/X -br -audit 0 -flexible=true -# Indicates that the X server should be started at a different process -# priority. Values can be any integer value accepted by the setpriority C -# library function (normally between -20 and 20) with 0 being the default. For -# highly interactive applications, -5 yields good responsiveness. The default -# value is 0 and the setpriority function is not called if the value is 0. - -#priority=0 - -# To use this server type you should add -query host or -indirect host to the -# command line. -[server-Terminal] -name=Terminal server -# Add -terminate to make things behave more nicely -command=/usr/bin/X -br -audit 0 -terminate -# Make this not appear in the flexible servers (we need extra params anyway, -# and terminate would be bad for xdmcp choosing). You can make a terminal -# server flexible, but not with an indirect query. If you need flexible -# indirect query server, then you must get rid of the -terminate and the only -# way to kill the flexible server will then be by Ctrl-Alt-Backspace. -flexible=false -# Not local, we do not handle the logins for this X server. -handled=false - -# To use this server type you should add -query host or -indirect host to the -# command line. -[server-Chooser] -name=Chooser server -command=/usr/bin/X -br -audit 0 -# Make this not appear in the flexible servers for now, but if you wish to -# allow a chooser server then make this true. This is the only way to make a -# flexible chooser server that behaves nicely. -flexible=false -# Run the chooser instead of the greeter. When the user chooses a machine they -# will get this same server but run with "-terminate -query hostname". -chooser=true diff -Nru ubuntustudio-look-0.40/ubuntustudio-gdm-theme/GdmGreeterTheme.desktop.in ubuntustudio-look-0.41/ubuntustudio-gdm-theme/GdmGreeterTheme.desktop.in --- ubuntustudio-look-0.40/ubuntustudio-gdm-theme/GdmGreeterTheme.desktop.in 2011-04-18 03:25:29.000000000 +0000 +++ ubuntustudio-look-0.41/ubuntustudio-gdm-theme/GdmGreeterTheme.desktop.in 1970-01-01 00:00:00.000000000 +0000 @@ -1,8 +0,0 @@ -[GdmGreeterTheme] -Encoding=UTF-8 -Greeter=UbuntuStudio.xml -Name=UbuntuStudio -Description=Ubuntu Studio Default Welcome Theme. -Author=Cory Kontros, Don Cosner and Ola Harstrom -Copyright=© 2007-2009 ubuntustudio.org -Screenshot=screenshot.png diff -Nru ubuntustudio-look-0.40/ubuntustudio-gdm-theme/gtk-2.0/gtkrc ubuntustudio-look-0.41/ubuntustudio-gdm-theme/gtk-2.0/gtkrc --- ubuntustudio-look-0.40/ubuntustudio-gdm-theme/gtk-2.0/gtkrc 2011-04-18 03:25:29.000000000 +0000 +++ ubuntustudio-look-0.41/ubuntustudio-gdm-theme/gtk-2.0/gtkrc 1970-01-01 00:00:00.000000000 +0000 @@ -1,441 +0,0 @@ -# UbuntuStudio Colorscheme -# -# Authors: -# Conn O'Griofa -# Cory Kontros -# -# Feel free to modify and share! - -gtk_color_scheme = "fg_color:#CCC\nbg_color:#525252\nbase_color:#FFF\ntext_color:#000\nselected_bg_color:#009BF9\nselected_fg_color:#FFF\ntooltip_bg_color:#F5F5B5\ntooltip_fg_color:#000000" - -gtk-icon-sizes = "panel-menu=22,22" - -style "murrine-default" -{ - ######## - # Style Properties - ######## - GtkButton ::default-border = { 0, 0, 0, 0 } - GtkRange ::trough-border = 0 - GtkPaned ::handle-size = 6 - GtkRange ::slider-width = 15 - GtkRange ::stepper-size = 15 - - GtkScrollbar ::min-slider-length = 30 - GtkCheckButton ::indicator-size = 14 - GtkMenuBar ::internal-padding = 0 - GtkTreeView ::expander-size = 14 - GtkExpander ::expander-size = 16 - GtkScale ::slider-length = 24 - - GtkScrollbar::has-forward-stepper = 1 - GtkScrollbar::has-backward-stepper = 0 - GtkScrollbar::has-secondary-forward-stepper = 0 - GtkScrollbar::has-secondary-backward-stepper = 1 - - GtkToolbar ::internal-padding = 0 - GtkTreeView ::vertical-separator = 0 - GtkMenu ::horizontal-padding = 0 - GtkMenu ::vertical-padding = 0 - #GtkNotebook ::tab-overlap = -1 - GtkScale ::trough-side-details = 0 # Restores sliders - #GtkButton ::child-displacement-x = 1 - #GtkButton ::child-displacement-y = 1 - - # Glow the tasklist by changing the color, instead of overlaying it with a rectangle - #WnckTasklist ::fade-overlay-rect = 0 - - xthickness = 1 - ythickness = 1 - - fg[NORMAL] = @fg_color # Metacity and mouseover, Most text - fg[PRELIGHT] = @selected_fg_color # Text when mouseover - fg[ACTIVE] = @fg_color # Text when mouseclicking button, Tabs, Active window list - fg[SELECTED] = @selected_fg_color # Metacity X when window selected - fg[INSENSITIVE] = shade (0.22, @ fg_color) # Insensitive Text - - bg[NORMAL] = @bg_color # Normal Background, inactive Metacity bar, buttons - bg[PRELIGHT] = shade (1.30, @bg_color) # Mouseover buttons - bg[ACTIVE] = shade (0.90, @bg_color) # Mouseclicking, Tabs, active window list - bg[SELECTED] = @selected_bg_color # Metacity Bar - bg[INSENSITIVE] = @bg_color # Insensitive buttons - - - base[NORMAL] = @base_color # Background, most - base[PRELIGHT] = shade (0.95, @bg_color) # Mouseover menu - base[ACTIVE] = shade (0.90, @bg_color) # Menu active item in inactive window - base[SELECTED] = @selected_bg_color # Menu active item in active window - base[INSENSITIVE] = @bg_color # Background, insensitive - - text[NORMAL] = @text_color # Text in window - text[PRELIGHT] = @text_color # Text on Mouseover - text[ACTIVE] = @selected_fg_color # Active text in inactive window - text[SELECTED] = @selected_fg_color # Active text in active window - text[INSENSITIVE] = shade (0.22, @ fg_color) # Insensitive text - - engine "murrine" - { - animation = TRUE # FALSE = disabled, TRUE = enabled - colorize_scrollbar = TRUE # FALSE = disabled, TRUE = enabled - contrast = 1.03 # 0.8 for less contrast, more than 1.0 for more contrast on borders - glazestyle = 3 # 0 = flat highlight, 1 = curved highlight, 2 = concave style, 3 = top curved highlight, 4 = beryl highlight - gradient_shades = {1.20,1.05,1.20,1.02} # default: {1.1,1.0,1.0,1.1} - gradients = TRUE # FALSE = disabled, TRUE = enabled - highlight_shade = 1.04 # set highlight amount for buttons or widgets - lightborder_shade = 1.2 # sets lightborder amount for buttons or widgets - lightborderstyle = 0 # 0 = lightborder on top side, 1 = lightborder on all sides - listviewheaderstyle = 1 # 0 = flat, 1 = glassy, 2 = raised - listviewstyle = 1 # 0 = nothing, 1 = dotted - menubaritemstyle = 1 # 0 = menuitem look, 1 = button look - menubarstyle = 2 # 0 = flat, 1 = glassy, 2 = gradient, 3 = striped - menuitemstyle = 1 # 0 = flat, 1 = glassy, 2 = striped - menustyle = 0 # 0 = no vertical menu stripe, 1 = display vertical menu stripe - reliefstyle = 2 # 0 = flat, 1 = inset, 2 = shadow - rgba = FALSE # FALSE = disabled, TRUE = enabled - roundness = 2 # 0 = squared, 1 = old default, more will increase roundness - scrollbarstyle = 2 # 0 = nothing, 1 = circles, 2 = handles, 3 = diagonal stripes, 4 = diagonal stripes and handles, 5 = horizontal stripes, 6 = horizontal stripes and handles - sliderstyle = 1 # 0 = nothing added, 1 = handles - stepperstyle = 0 # 0 = standard, 1 = integrated stepper handles, 2 = unknown - #style = MURRINE # engine style options: CANDIDO, CLEARLOOKS, MIST, MURRINE, NODOKA - toolbarstyle = 2 # 0 = flat, 1 = glassy, 2 = gradient - } -} - -style "murrine-wide" -{ - xthickness = 2 - ythickness = 2 -} - -style "murrine-wider" -{ - xthickness = 3 - ythickness = 3 -} - -style "murrine-darker" -{ - fg[NORMAL] = shade (0.1, @fg_color) - fg[ACTIVE] = shade (0.1, @fg_color) -} - -style "murrine-button" = "murrine-wider" -{ - bg[NORMAL] = shade (0.94, @bg_color) - bg[ACTIVE] = shade (0.73, @bg_color) - bg[SELECTED] = shade (0.7, @selected_bg_color) - bg[INSENSITIVE] = shade (0.97, @bg_color) -} - -style "murrine-notebook" -{ - bg[ACTIVE] = shade (0.7, @bg_color) - bg[NORMAL] = shade (0.88, @bg_color) - - engine "clearlooks" - { - #contrast = 1.3 - #highlight_shade = 1.2 - #roundness = 3 - } -} - -style "murrine-tasklist" = "murrine-wide" -{ -} - -style "murrine-menu" = "murrine-wider" -{ - bg[NORMAL] = shade (1.3, @bg_color) -} - -style "murrine-menubar" -{ - bg[NORMAL]= shade (0.75, @bg_color) -} - -style "murrine-menu-item" = "murrine-wider" -{ - bg[PRELIGHT] = shade (1.3, @bg_color) - - engine "murrine" - { - roundness = 2 - } -} - -style "murrine-separator-menu-item" -{ - ythickness = 1 -} - -style "murrine-treeview" = "murrine-default" -{ - fg[NORMAL] = shade (0.5, @bg_color) - fg[PRELIGHT] = shade (0.5, @bg_color) - bg[NORMAL] = shade (1.5, @bg_color) -} - -style "murrine-treeview-header" -{ - bg[NORMAL] = shade (0.95, @bg_color) - bg[INSENSITIVE] = shade (0.88, @bg_color) -} - -style "murrine-frame-title" -{ -} - -style "murrine-tooltips" = "murrine-wider" -{ - bg[NORMAL] = @tooltip_bg_color - fg[NORMAL] = @tooltip_fg_color -} - -style "murrine-progressbar" -{ - engine "murrine" - { - contrast = 1.5 - } -} - -style "murrine-statusbar" -{ -} - -style "murrine-comboboxentry" -{ -} - -style "murrine-spinbutton" -{ -} - -style "murrine-scale" -{ - GtkScale ::slider-length = 22 - GtkRange ::slider-width = 13 - - engine "murrine" - { - contrast = 1.5 - } -} - -style "murrine-hscale" -{ -} - -style "murrine-vscale" -{ -} - -style "murrine-scrollbar" -{ - engine "murrine" - { - contrast = 2.0 - } -} - -style "murrine-hscrollbar" -{ -} - -style "murrine-vscrollbar" -{ -} - -style "murrine-nautilus-location" -{ - bg[NORMAL] = @selected_bg_color - fg[NORMAL] = @bg_color # text on mouseover -} - -style "metacity-frame" -{ - #bg[NORMAL] = shade (0.75, @bg_color) # ensure this matches "murrine-menubar" -} - -style "murrine-qt" -{ - fg[NORMAL] = @text_color -} - -style "murrine-radiocheck" -{ - bg[SELECTED] = @selected_bg_color - text[NORMAL] = @selected_fg_color # text in window - text[PRELIGHT] = @selected_fg_color # text on mouseover -} - -style "murrine-invisible" -{ - fg[PRELIGHT] = @fg_color # text on mouseover -} - -style "murrine-panel" -{ - bg_pixmap[NORMAL] = "panel/panel.png" -} - -######################################### -# Matches -######################################### - -# Theme radio buttons and checkmarks -class "GtkRadio*" style:highest "murrine-radiocheck" -class "GtkCheck*" style:highest "murrine-radiocheck" - -# Keep proper colour for Metacity -class "MetaFrames" style "metacity-frame" - -# Theme default style is applied to every widget -class "GtkWidget" style "murrine-default" - -# Increase the x/ythickness in some widgets -class "GtkToolbar" style "murrine-default" -class "GtkRange" style "murrine-wide" -class "GtkFrame" style "murrine-wide" -class "GtkSeparator" style "murrine-wide" -class "GtkEntry" style "murrine-wider" - -class "GtkSpinButton" style "murrine-spinbutton" -class "GtkScale" style "murrine-scale" -class "GtkVScale" style "murrine-vscale" -class "GtkHScale" style "murrine-hscale" -class "GtkScrollbar" style "murrine-scrollbar" -class "GtkVScrollbar" style "murrine-vscrollbar" -class "GtkHScrollbar" style "murrine-hscrollbar" - -class "GtkWindow" style "murrine-qt" # DARK: workaround for misbehaving QT applications -class "GtkInvisible" style "murrine-invisible" # DARK: workaround for Firefox white text hover effect - -# General matching following, the order is choosen so that the right styles override each other -# eg. progressbar needs to be more important then the menu match. - -# This is not perfect, it could be done better -# (That is modify *every* widget in the notebook, and change those back that -# we really don't want changed) - -widget_class "**" style "murrine-notebook" -widget_class "**" style "murrine-notebook" -widget_class "**" style "murrine-notebook" - -widget_class "*" style "murrine-button" -widget_class "*" style "murrine-notebook" -widget_class "**" style "murrine-statusbar" - -widget_class "**" style "murrine-comboboxentry" -widget_class "**" style "murrine-comboboxentry" - -widget_class "**" style "murrine-menubar" -widget_class "**" style "murrine-menu" -widget_class "**" style "murrine-menu-item" -widget_class "**" style "murrine-separator-menu-item" - -widget_class "*.." style "murrine-frame-title" -widget_class "*.*" style "murrine-treeview" - -widget_class "*" style "murrine-progressbar" - -# Treeview header -widget_class "*.." style "murrine-treeview-header" -widget_class "*.." style "murrine-treeview-header" -widget_class "*.." style "murrine-treeview-header" -widget_class "*.." style "murrine-treeview-header" -widget_class "*.**" style "murrine-default" # DARK: ensure GtkTreeView header text is light -widget_class "*.**" style:highest "murrine-default" # DARK: ensure GtkArrows are light - -# Workarounds for Evolution -widget_class "*.ETable.ECanvas" style "murrine-treeview-header" -widget_class "*.ETree.ECanvas" style "murrine-treeview-header" - -# The window of the tooltip is called "gtk-tooltip" -################################ -# FIXME: -# This will not work if one embeds eg. a button into the tooltip. -# As far as I can tell right now we will need to rework the theme -# quite a bit to get this working correctly. -# (It will involve setting different priorities, etc.) -################################ -widget "gtk-tooltip*" style "murrine-tooltips" - -################################################### -# Special cases and work arounds -################################################### - -# Special case the nautilus-extra-view-widget -# ToDo: A more generic approach for all applications that have a widget like this. -widget "*.nautilus-extra-view-widget" style : highest "murrine-nautilus-location" -widget "*auti*IconView*" style : highest "murrine-darker" # DARK: use black text for rename in Nautilus Icon View - -# Work around for http://bugzilla.gnome.org/show_bug.cgi?id=382646 -# Note that the work around assumes that the combobox is _not_ in -# appears-as-list mode. -# Similar hack also in the menuitem style. -# This style does not affect GtkComboBoxEntry, it does have an effect -# on comboboxes in appears-as-list mode though. -style "murrine-combobox-text-color-workaround" -{ - text[NORMAL] = @fg_color - text[PRELIGHT] = @selected_fg_color - text[SELECTED] = @selected_fg_color - text[ACTIVE] = @fg_color - text[INSENSITIVE] = shade (0.22, @ fg_color) -} -widget_class "*.." style "murrine-combobox-text-color-workaround" - -style "murrine-menuitem-text-is-fg-color-workaround" -{ - text[NORMAL] = @fg_color - text[PRELIGHT] = @selected_fg_color # should be identical to fg[PRELIGHT] - text[SELECTED] = @selected_fg_color - text[ACTIVE] = @fg_color - text[INSENSITIVE] = shade (0.22, @ fg_color) -} - -widget "*.gtk-combobox-popup-menu.*" style "murrine-menuitem-text-is-fg-color-workaround" - -# Work around the usage of GtkLabel inside GtkListItems to display text. -# This breaks because the label is shown on a background that is based on the -# base color set. -style "murrine-fg-is-text-color-workaround" -{ - fg[NORMAL] = @text_color - fg[PRELIGHT] = @text_color - fg[ACTIVE] = @selected_fg_color - fg[SELECTED] = @selected_fg_color - fg[INSENSITIVE] = shade (0.22, @ fg_color) -} - -widget_class "**" style "murrine-fg-is-text-color-workaround" - -# The same problem also exists for GtkCList and GtkCTree -# Only match GtkCList and not the parent widgets, because that would also change the headers. -widget_class "*" style "murrine-fg-is-text-color-workaround" - -style "murrine-evo-new-button-workaround" -{ - - engine "murrine" - { - toolbarstyle = 0 - } -} -widget_class "EShellWindow.GtkVBox.BonoboDock.BonoboDockBand.BonoboDockItem*" style "murrine-evo-new-button-workaround" - -# Theme panel elements -widget "*PanelWidget*" style "murrine-panel" -widget "*PanelApplet*" style "murrine-panel" -widget "*fast-user-switch*" style "murrine-panel" -class "PanelApp*" style "murrine-panel" -class "PanelToplevel*" style "murrine-panel" -widget_class "*Mail*" style "murrine-panel" -widget_class "*notif*" style "murrine-panel" -widget_class "*Notif*" style "murrine-panel" - -# DARK: Override Gedit's erroneous MessageArea colours -widget_class "*GeditWindow.GtkVBox.GtkHPaned.GtkVPaned.GeditNotebook.GeditTab.GeditMessageArea*GtkButton*" style:highest "murrine-default" -widget_class "*GeditWindow.GtkVBox.GtkHPaned.GtkVPaned.GeditNotebook.GeditTab.GeditMessageArea*" style "murrine-qt" Binary files /tmp/tIIij3Esdz/ubuntustudio-look-0.40/ubuntustudio-gdm-theme/screenshot.png and /tmp/_xVIxiQL8p/ubuntustudio-look-0.41/ubuntustudio-gdm-theme/screenshot.png differ Binary files /tmp/tIIij3Esdz/ubuntustudio-look-0.40/ubuntustudio-gdm-theme/small-n.png and /tmp/_xVIxiQL8p/ubuntustudio-look-0.41/ubuntustudio-gdm-theme/small-n.png differ diff -Nru ubuntustudio-look-0.40/ubuntustudio-gdm-theme/UbuntuStudio.xml ubuntustudio-look-0.41/ubuntustudio-gdm-theme/UbuntuStudio.xml --- ubuntustudio-look-0.40/ubuntustudio-gdm-theme/UbuntuStudio.xml 2011-04-18 03:25:29.000000000 +0000 +++ ubuntustudio-look-0.41/ubuntustudio-gdm-theme/UbuntuStudio.xml 1970-01-01 00:00:00.000000000 +0000 @@ -1,151 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - %c - - - - - - - - - - - - - - - - - - - - - - - - - --> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Passwords and usernames are case-sensitive - - - - - - - - diff -Nru ubuntustudio-look-0.40/ubuntustudio-theme/gtk-2.0/gtkrc ubuntustudio-look-0.41/ubuntustudio-theme/gtk-2.0/gtkrc --- ubuntustudio-look-0.40/ubuntustudio-theme/gtk-2.0/gtkrc 2011-04-18 03:25:29.000000000 +0000 +++ ubuntustudio-look-0.41/ubuntustudio-theme/gtk-2.0/gtkrc 1970-01-01 00:00:00.000000000 +0000 @@ -1,408 +0,0 @@ -# UbuntuStudio Colorscheme -# -# Authors: -# Conn O'Griofa -# Cory Kontros -# Kenneth Wimer -# -# Feel free to modify and share! - -gtk_color_scheme = "fg_color:#CCC\nbg_color:#525252\nbase_color:#FFF\ntext_color:#000\nselected_bg_color:#009BF9\nselected_fg_color:#FFF\ntooltip_bg_color:#F5F5B5\ntooltip_fg_color:#000000" - -gtk-icon-sizes = "panel-menu=24,24:gtk-button=16,16" - -style "murrine-default" -{ - ######## - # Style Properties - ######## - GtkButton ::child-displacement-x = 1 - GtkButton ::child-displacement-y = 1 - GtkButton ::default-border = { 0, 0, 0, 0 } - GtkCheckButton ::indicator-size = 14 - - GtkPaned ::handle-size = 6 - - GtkRange ::trough-border = 2 - GtkRange ::slider-width = 14 - GtkRange ::stepper-size = 14 - - GtkScale ::slider-length = 20 - GtkScale ::trough-side-details = 1 - GtkScrollbar ::min-slider-length = 30 - - GtkMenuBar ::internal-padding = 0 - GtkExpander ::expander-size = 16 - GtkToolbar ::internal-padding = 1 - GtkTreeView ::expander-size = 14 - GtkTreeView ::vertical-separator = 0 - - GtkMenu ::horizontal-padding = 0 - GtkMenu ::vertical-padding = 0 - - # Glow the tasklist by changing the color, instead of overlaying it with a rectangle - #WnckTasklist ::fade-overlay-rect = 0 - - # The following line hints to gecko (and possibly other appliations) - # that the entry should be drawn transparently on the canvas. - # Without this, gecko will fill in the background of the entry. - GtkEntry::honors-transparent-bg-hint = 1 - - #GtkWidget      ::link-color         = @fg_color - #GtkWidget      ::visited-link-color = shade (0.2, @fg_color) - - xthickness = 1 - ythickness = 1 - - fg[NORMAL] = @fg_color - fg[PRELIGHT] = @fg_color - fg[ACTIVE] = @fg_color - fg[SELECTED] = @selected_fg_color - fg[INSENSITIVE] = shade (1.6, @bg_color) - - bg[NORMAL] = @bg_color - bg[PRELIGHT] = shade (1.1, @bg_color) - bg[ACTIVE] = shade (0.78, @bg_color) - bg[SELECTED] = @selected_bg_color - bg[INSENSITIVE] = @bg_color - - base[NORMAL] = @base_color - base[PRELIGHT] = shade (0.95, @bg_color) - base[ACTIVE] = shade (0.9, @selected_bg_color) - base[SELECTED] = shade (1.05, @selected_bg_color) - base[INSENSITIVE] = @bg_color - - text[NORMAL] = @text_color - text[PRELIGHT] = @text_color - text[ACTIVE] = @selected_fg_color - text[SELECTED] = @selected_fg_color - text[INSENSITIVE] = shade (1.6, @bg_color) - - engine "murrine" - { - animation = TRUE # FALSE = disabled, TRUE = enabled - arrowstyle = 1 # 0 = normal arrows, 1 = filled arrows - #border_colors = { "#ffffff", "#ffffff" } # colors used on borders of many widgets - border_shades = { 1.5, 0.8 } # gradient to draw on border - #gradient_colors = { "#ffffff", "#ffffff", "#ffffff", "#ffffff" } # colors used on gradient of many widgets - comboboxstyle = 0 # 0 = normal combobox, 1 = colorized combobox below arrow - colorize_scrollbar = TRUE # FALSE = disabled, TRUE = enabled - contrast = 1.0 # 0.8 for less contrast, more than 1.0 for more contrast on borders - focus_color = shade (1.0, @selected_bg_color) - glazestyle = 0 # 0 = flat, 1 = curved, 2 = concave, 3 = top-curved, 4 = beryl - glow_shade = 1.2 # sets glow amount for buttons or widgets - glowstyle = 2 # 0 = top, 1 = bottom, 2 = top and bottom, 3 = center (vertical), 4 = center (horizontal) - gradient_shades = {1.02,1.01,0.96,0.95} # default: {1.1,1.0,1.0,1.1} - highlight_shade = 1.05 # set highlight amount for buttons or widgets - lightborder_shade = 1.4 # sets lightborder amount for buttons or widgets - lightborderstyle = 0 # 0 = lightborder on top side, 1 = lightborder on all sides - listviewheaderstyle = 1 # 0 = flat, 1 = glassy, 2 = raised - listviewstyle = 1 # 0 = nothing, 1 = dotted - menubaritemstyle = 1 # 0 = menuitem look, 1 = button look - menubarstyle = 2 # 0 = flat, 1 = glassy, 2 = gradient, 3 = striped - menuitemstyle = 1 # 0 = flat, 1 = glassy, 2 = striped - menustyle = 0 # 0 = no vertical menu stripe, 1 = display vertical menu stripe - prelight_shade = 1.1 # shade level for scrollbar's slider, comboboxstyle(1), and prelight state with gradient_colors - progressbarstyle = 1 # 0 = no stripes, 1 = diagonal stripes, 2 = vertical stripes - reliefstyle = 4 # 0 = flat, 1 = inset, 2 = shadow, 3 = shadow with gradient, 4 = stronger shadow with gradient - rgba = FALSE # FALSE = disabled, TRUE = enabled - roundness = 2 # 0 = squared, 1 = old default, more will increase roundness - scrollbarstyle = 0 # 0 = nothing, 1 = circles, 2 = handles, 3 = diagonal stripes, 4 = diagonal stripes and handles, 5 = horizontal stripes, 6 = horizontal stripes and handles - shadow_shades = { 2.0, 1.0 } # draw gradient on shadow of some widgets - sliderstyle = 0 # 0 = nothing added, 1 = handles - spinbuttonstyle = 0 # 0 = no seperator, 1 = with separator - stepperstyle = 1 # 0 = standard, 1 = integrated stepper handles, 2 = squared steppers with round slider - textstyle = 0 # 0 = normal text, 1 = inset - toolbarstyle = 2 # 0 = flat, 1 = glassy, 2 = gradient - trough_shades = { 1.0, 1.2 } # draw gradient on trough of GtkScrollbar and GtkProgressbar - } -} - -style "murrine-wide" -{ - xthickness = 2 - ythickness = 2 -} - -style "murrine-wider" -{ - xthickness = 3 - ythickness = 3 -} - -style "murrine-button" = "murrine-wider" -{ - bg[SELECTED] = shade (1.0, @selected_bg_color) # pre-selected buttons, keep same as focus colour -} - -style "murrine-notebook" -{ - bg[NORMAL] = shade (1.15, @bg_color) - bg[ACTIVE] = shade (1.03, @bg_color) - - engine "clearlooks" - { - } -} - -style "murrine-tasklist" = "murrine-wide" -{ -} - -style "murrine-menu" = "murrine-wider" -{ - bg[NORMAL] = shade (1.1, @bg_color) - fg[PRELIGHT] = @selected_fg_color -} - -style "murrine-menubar" -{ - bg[NORMAL]= shade (0.75, @bg_color) - fg[PRELIGHT] = @selected_fg_color -} - -style "murrine-menu-item" = "murrine-wider" -{ - bg[PRELIGHT] = shade (1.02, @selected_bg_color) - bg[SELECTED] = shade (1.02, @selected_bg_color) -} - -style "murrine-separator-menu-item" -{ -} - -style "murrine-treeview" -{ -} - -style "murrine-treeview-header" = "murrine-default" -{ -} - -style "murrine-frame-title" -{ -} - -style "murrine-tooltips" = "murrine-wider" -{ - bg[NORMAL] = @tooltip_bg_color - fg[NORMAL] = @tooltip_fg_color -} - -style "murrine-progressbar" -{ - fg[PRELIGHT] = @selected_fg_color -} - -style "murrine-statusbar" -{ -} - -style "murrine-comboboxentry" -{ -} - -style "murrine-spinbutton" -{ -} - -style "murrine-scale" -{ - GtkRange ::slider-width = 13 -} - -style "murrine-hscale" -{ -} - -style "murrine-vscale" -{ -} - -style "murrine-scrollbar" -{ - bg[SELECTED] = mix (0.9, @selected_bg_color, @bg_color) -} - -style "murrine-hscrollbar" -{ -} - -style "murrine-vscrollbar" -{ -} - -style "murrine-nautilus-location" -{ - bg[NORMAL] = @selected_bg_color -} - -style "metacity-frame" -{ -} - -style "murrine-radiocheck" -{ - text[NORMAL] = @selected_fg_color - text[PRELIGHT] = @selected_fg_color - bg[SELECTED] = @selected_bg_color # HACK: override button selection colour -} - -style "murrine-panel" -{ - bg_pixmap[NORMAL] = "panel/panel.png" -} - -######################################### -# Matches -######################################### - -# Theme default style is applied to every widget -class "GtkWidget" style "murrine-default" - -# Increase the x/ythickness in some widgets -class "GtkToolbar" style "murrine-default" -class "GtkRange" style "murrine-wide" -class "GtkFrame" style "murrine-wide" -class "GtkSeparator" style "murrine-wide" -class "GtkEntry" style "murrine-wider" - -class "GtkSpinButton" style "murrine-spinbutton" -class "GtkScale" style "murrine-scale" -class "GtkVScale" style "murrine-vscale" -class "GtkHScale" style "murrine-hscale" -class "GtkScrollbar" style "murrine-scrollbar" -class "GtkVScrollbar" style "murrine-vscrollbar" -class "GtkHScrollbar" style "murrine-hscrollbar" - -class "GtkRadio*" style:highest "murrine-radiocheck" # HACK: override button selection colour -class "GtkCheck*" style:highest "murrine-radiocheck" # HACK: override button selection colour - -# Use this to customize Metacity colours (causes issues with KDE/gtk-window-decorator) -class "MetaFrames" style "metacity-frame" -#class "GtkWindow" style "metacity-frame" - - -# General matching following, the order is choosen so that the right styles override each other -# eg. progressbar needs to be more important then the menu match. - -# This is not perfect, it could be done better -# (That is modify *every* widget in the notebook, and change those back that -# we really don't want changed) -widget_class "**" style "murrine-notebook" -widget_class "**" style "murrine-notebook" -widget_class "**" style "murrine-notebook" -widget_class "**" style "murrine-notebook" -widget_class "**" style "murrine-notebook" - -widget_class "*" style "murrine-button" -widget_class "*" style "murrine-notebook" -widget_class "**" style "murrine-statusbar" - -widget_class "**" style "murrine-comboboxentry" -widget_class "**" style "murrine-comboboxentry" - -widget_class "**" style "murrine-menubar" -widget_class "**" style "murrine-menu" -widget_class "**" style "murrine-menu-item" -widget_class "**" style "murrine-separator-menu-item" - -widget_class "*.." style "murrine-frame-title" -widget_class "*.*" style "murrine-treeview" - -widget_class "*" style "murrine-progressbar" -widget_class "*" style "murrine-progressbar" - -# Treeview header -widget_class "*.." style "murrine-treeview-header" -widget_class "*.." style "murrine-treeview-header" -widget_class "*.." style "murrine-treeview-header" -widget_class "*.." style "murrine-treeview-header" - -# Workarounds for Evolution -widget_class "*.ETable.ECanvas" style "murrine-treeview-header" -widget_class "*.ETree.ECanvas" style "murrine-treeview-header" - -# The window of the tooltip is called "gtk-tooltip" -################################ -# FIXME: -# This will not work if one embeds eg. a button into the tooltip. -# As far as I can tell right now we will need to rework the theme -# quite a bit to get this working correctly. -# (It will involve setting different priorities, etc.) -################################ -widget "gtk-tooltip*" style "murrine-tooltips" - -################################################### -# Special cases and work arounds -################################################### - -# Special case the nautilus-extra-view-widget -# ToDo: A more generic approach for all applications that have a widget like this. -widget "*.nautilus-extra-view-widget" style : highest "murrine-nautilus-location" - -# Work around for http://bugzilla.gnome.org/show_bug.cgi?id=382646 -# Note that the work around assumes that the combobox is _not_ in -# appears-as-list mode. -# Similar hack also in the menuitem style. -# This style does not affect GtkComboBoxEntry, it does have an effect -# on comboboxes in appears-as-list mode though. -style "murrine-combobox-text-color-workaround" -{ - text[NORMAL] = @fg_color - text[PRELIGHT] = @fg_color - text[ACTIVE] = @fg_color - text[SELECTED] = @selected_fg_color - text[INSENSITIVE] = shade (1.6, @bg_color) -} -widget_class "*.." style "murrine-combobox-text-color-workaround" - -style "murrine-menuitem-text-is-fg-color-workaround" -{ - text[NORMAL] = @fg_color - text[PRELIGHT] = @selected_fg_color - text[ACTIVE] = @fg_color - text[SELECTED] = @selected_fg_color - text[INSENSITIVE] = shade (1.6, @bg_color) -} - -widget "*.gtk-combobox-popup-menu.*" style "murrine-menuitem-text-is-fg-color-workaround" - -# Work around the usage of GtkLabel inside GtkListItems to display text. -# This breaks because the label is shown on a background that is based on the -# base color set. -style "murrine-fg-is-text-color-workaround" -{ - fg[NORMAL] = @text_color - fg[PRELIGHT] = @text_color - fg[ACTIVE] = @selected_fg_color - fg[SELECTED] = @selected_fg_color - fg[INSENSITIVE] = shade (1.6, @bg_color) -} - -widget_class "**" style "murrine-fg-is-text-color-workaround" - -# The same problem also exists for GtkCList and GtkCTree -# Only match GtkCList and not the parent widgets, because that would also change the headers. -widget_class "*" style "murrine-fg-is-text-color-workaround" - -style "murrine-evo-new-button-workaround" -{ - - engine "murrine" - { - toolbarstyle = 0 - } -} - -widget_class "EShellWindow.GtkVBox.BonoboDock.BonoboDockBand.BonoboDockItem*" style "murrine-evo-new-button-workaround" - -# Theme panel elements -widget "*PanelWidget*" style "murrine-panel" -widget "*PanelApplet*" style "murrine-panel" -widget "*fast-user-switch*" style "murrine-panel" # workaround for Fast User Switch applet -class "PanelApp*" style "murrine-panel" -class "PanelToplevel*" style "murrine-panel" -widget_class "*Mail*" style "murrine-panel" -widget_class "*notif*" style "murrine-panel" -widget_class "*Notif*" style "murrine-panel" Binary files /tmp/tIIij3Esdz/ubuntustudio-look-0.40/ubuntustudio-theme/gtk-2.0/panel/panel.png and /tmp/_xVIxiQL8p/ubuntustudio-look-0.41/ubuntustudio-theme/gtk-2.0/panel/panel.png differ diff -Nru ubuntustudio-look-0.40/ubuntustudio-theme/index.theme.in ubuntustudio-look-0.41/ubuntustudio-theme/index.theme.in --- ubuntustudio-look-0.40/ubuntustudio-theme/index.theme.in 2011-04-18 03:25:29.000000000 +0000 +++ ubuntustudio-look-0.41/ubuntustudio-theme/index.theme.in 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -[Desktop Entry] -Type=X-GNOME-Metatheme -Name=UbuntuStudio -Comment=A nice dark theme -Encoding=UTF-8 - -[X-GNOME-Metatheme] -GtkTheme=UbuntuStudio -IconTheme=UbuntuStudio -MetacityTheme=UbuntuStudio -BackgroundImage=/usr/share/backgrounds/ubuntustudio-olis.jpg -CursorTheme=DMZ-Black Binary files /tmp/tIIij3Esdz/ubuntustudio-look-0.40/ubuntustudio-theme/metacity-1/button-hover.png and /tmp/_xVIxiQL8p/ubuntustudio-look-0.41/ubuntustudio-theme/metacity-1/button-hover.png differ Binary files /tmp/tIIij3Esdz/ubuntustudio-look-0.40/ubuntustudio-theme/metacity-1/button-normal.png and /tmp/_xVIxiQL8p/ubuntustudio-look-0.41/ubuntustudio-theme/metacity-1/button-normal.png differ Binary files /tmp/tIIij3Esdz/ubuntustudio-look-0.40/ubuntustudio-theme/metacity-1/button-pressed.png and /tmp/_xVIxiQL8p/ubuntustudio-look-0.41/ubuntustudio-theme/metacity-1/button-pressed.png differ diff -Nru ubuntustudio-look-0.40/ubuntustudio-theme/metacity-1/metacity-theme-1.xml ubuntustudio-look-0.41/ubuntustudio-theme/metacity-1/metacity-theme-1.xml --- ubuntustudio-look-0.40/ubuntustudio-theme/metacity-1/metacity-theme-1.xml 2011-04-18 03:25:29.000000000 +0000 +++ ubuntustudio-look-0.41/ubuntustudio-theme/metacity-1/metacity-theme-1.xml 1970-01-01 00:00:00.000000000 +0000 @@ -1,777 +0,0 @@ - - - - - UbuntuStudio - Cory Kontros - coryisatm@ubuntu.com ; Conn O'Griofa - connogriofa@gmail.com - Â 2007,2008 Ubuntu Studio - 11th October, 2008 - Ubuntu Studio's Default theme. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - <title color="shade/gtk:bg[NORMAL]/10.0" - x="2" - y="(((height - title_height) / 2) `max` 0)"/> -</draw_ops> - -<draw_ops name="title_text_unfocused"> - <title color="shade/gtk:bg[NORMAL]/1.3" - x="2" - y="((height - title_height) / 2) `max` 0"/> -</draw_ops> - -<draw_ops name="title"> - <include name="title_text"/> -</draw_ops> - -<draw_ops name="title_unfocused"> - <include name="title_text_unfocused"/> -</draw_ops> - -<!-- ::: Buttons ::: --> -<draw_ops name="close_button_icon"> - <image filename="button-normal.png" x="(width-10)/8" y="(height-14)/1.8" width="12" height="12"/> -</draw_ops> -<draw_ops name="close_button_icon_hover"> - <image filename="button-hover.png" x="(width-10)/8" y="(height-14)/1.8" width="12" height="12"/> -</draw_ops> -<draw_ops name="close_button_icon_pressed"> - <image filename="button-pressed.png" x="(width-10)/8" y="(height-14)/1.8" width="12" height="12"/> -</draw_ops> -<draw_ops name="close_button_icon_unfocused"> - <image filename="button-pressed.png" x="(width-10)/8" y="(height-14)/1.8" width="12" height="12"/> -</draw_ops> - -<draw_ops name="close_button_normal"> - <include name="close_button_icon"/> -</draw_ops> -<draw_ops name="close_button_prelight"> - <include name="close_button_icon"/> - <include name="close_button_icon_hover"/> -</draw_ops> -<draw_ops name="close_button_pressed"> - <include name="close_button_icon"/> - <include name="close_button_icon_pressed"/> -</draw_ops> -<draw_ops name="close_button_unfocused"> - <include name="close_button_icon_unfocused"/> -</draw_ops> -<draw_ops name="close_button_unfocused_prelight"> - <include name="close_button_icon_unfocused"/> -</draw_ops> -<draw_ops name="close_button_unfocused_pressed"> - <include name="close_button_icon_unfocused"/> -</draw_ops> - -<draw_ops name="maximize_button_icon"> - <image filename="button-normal.png" x="(width-10)/7" y="(height-14)/1.8" width="12" height="12"/> -</draw_ops> -<draw_ops name="maximize_button_icon_hover"> - <image filename="button-hover.png" x="(width-10)/7" y="(height-14)/1.8" width="12" height="12"/> -</draw_ops> -<draw_ops name="maximize_button_icon_pressed"> - <image filename="button-pressed.png" x="(width-10)/7" y="(height-14)/1.8" width="12" height="12"/> -</draw_ops> -<draw_ops name="maximize_button_icon_unfocused"> - <image filename="button-normal.png" x="(width-10)/7" y="(height-14)/1.8" width="12" height="12"/> -</draw_ops> - -<draw_ops name="maximize_button_normal"> - <include name="maximize_button_icon"/> -</draw_ops> -<draw_ops name="maximize_button_prelight"> - <include name="maximize_button_icon"/> - <include name="maximize_button_icon_hover"/> -</draw_ops> -<draw_ops name="maximize_button_pressed"> - <include name="maximize_button_icon"/> - <include name="maximize_button_icon_pressed"/> -</draw_ops> -<draw_ops name="maximize_button_unfocused"> - <include name="maximize_button_icon_unfocused"/> -</draw_ops> -<draw_ops name="maximize_button_unfocused_prelight"> - <include name="maximize_button_icon_unfocused"/> -</draw_ops> -<draw_ops name="maximize_button_unfocused_pressed"> - <include name="maximize_button_icon_unfocused"/> -</draw_ops> - -<draw_ops name="restore_button_icon"> - <image filename="button-normal.png" x="(width-10)/7" y="(height-14)/1.8" width="12" height="12"/> -</draw_ops> -<draw_ops name="restore_button_icon_hover"> - <image filename="button-hover.png" x="(width-10)/7" y="(height-14)/1.8" width="12" height="12"/> -</draw_ops> -<draw_ops name="restore_button_icon_pressed"> - <image filename="button-pressed.png" x="(width-10)/7" y="(height-14)/1.8" width="12" height="12"/> -</draw_ops> -<draw_ops name="restore_button_icon_unfocused"> - <image filename="button-normal.png" x="(width-10)/7" y="(height-14)/1.8" width="12" height="12"/> -</draw_ops> - -<draw_ops name="restore_button_normal"> - <include name="restore_button_icon"/> -</draw_ops> -<draw_ops name="restore_button_prelight"> - <include name="restore_button_icon"/> - <include name="restore_button_icon_hover"/> -</draw_ops> -<draw_ops name="restore_button_pressed"> - <include name="restore_button_icon"/> - <include name="restore_button_icon_pressed"/> -</draw_ops> -<draw_ops name="restore_button_unfocused"> - <include name="restore_button_icon"/> -</draw_ops> -<draw_ops name="restore_button_unfocused_prelight"> - <include name="restore_button_icon"/> -</draw_ops> -<draw_ops name="restore_button_unfocused_pressed"> - <include name="restore_button_icon"/> -</draw_ops> - -<draw_ops name="minimize_button_icon"> - <image filename="button-normal.png" x="(width-10)/7" y="(height-14)/1.8" width="12" height="12"/> -</draw_ops> -<draw_ops name="minimize_button_icon_hover"> - <image filename="button-hover.png" x="(width-10)/7" y="(height-14)/1.8" width="12" height="12"/> -</draw_ops> -<draw_ops name="minimize_button_icon_pressed"> - <image filename="button-pressed.png" x="(width-10)/7" y="(height-14)/1.8" width="12" height="12"/> -</draw_ops> -<draw_ops name="minimize_button_icon_unfocused"> - <image filename="button-normal.png" x="(width-10)/7" y="(height-14)/1.8" width="12" height="12"/> -</draw_ops> - -<draw_ops name="minimize_button_normal"> - <include name="minimize_button_icon"/> -</draw_ops> -<draw_ops name="minimize_button_prelight"> - <include name="minimize_button_icon"/> - <include name="minimize_button_icon_hover"/> -</draw_ops> -<draw_ops name="minimize_button_pressed"> - <include name="minimize_button_icon"/> - <include name="minimize_button_icon_pressed"/> -</draw_ops> -<draw_ops name="minimize_button_unfocused"> - <include name="minimize_button_icon_unfocused"/> -</draw_ops> -<draw_ops name="minimize_button_unfocused_prelight"> - <include name="minimize_button_icon_unfocused"/> -</draw_ops> -<draw_ops name="minimize_button_unfocused_pressed"> - <include name="minimize_button_icon_unfocused"/> -</draw_ops> - -<draw_ops name="menu_button_icon"> -</draw_ops> -<draw_ops name="menu_button_normal"> -</draw_ops> -<draw_ops name="menu_button_pressed"> -</draw_ops> -<draw_ops name="menu_button_unfocused"> -</draw_ops> - - -<draw_ops name="blank"> -<!-- nothing --> -</draw_ops> - -<frame_style name="normal" geometry="normal"> - <piece position="entire_background" draw_ops="round_bevel_unfocused"/> - <piece position="title" draw_ops="title_unfocused"/> - <button function="close" state="normal" draw_ops="close_button_normal"/> - <button function="close" state="pressed" draw_ops="close_button_pressed"/> - <button function="close" state="prelight" draw_ops="close_button_prelight"/> - <button function="maximize" state="normal" draw_ops="maximize_button_normal"/> - <button function="maximize" state="pressed" draw_ops="maximize_button_pressed"/> - <button function="maximize" state="prelight" draw_ops="maximize_button_prelight"/> - <button function="minimize" state="normal" draw_ops="minimize_button_normal"/> - <button function="minimize" state="pressed" draw_ops="minimize_button_pressed"/> - <button function="minimize" state="prelight" draw_ops="minimize_button_prelight"/> - <button function="menu" state="normal" draw_ops="menu_button_normal"/> - <button function="menu" state="pressed" draw_ops="menu_button_pressed"/> -</frame_style> - -<frame_style name="normal_shaded" geometry="shaded" parent="normal"> - <piece position="entire_background" draw_ops="round_bevel_unfocused_shaded"/> -</frame_style> - -<frame_style name="focused" geometry="normal" parent="normal"> - <piece position="entire_background" draw_ops="round_bevel"/> - <piece position="title" draw_ops="title"/> - <button function="close" state="normal" draw_ops="close_button_normal"/> - <button function="close" state="pressed" draw_ops="close_button_pressed"/> - <button function="close" state="prelight" draw_ops="close_button_prelight"/> - <button function="maximize" state="normal" draw_ops="maximize_button_normal"/> - <button function="maximize" state="pressed" draw_ops="maximize_button_pressed"/> - <button function="maximize" state="prelight" draw_ops="maximize_button_prelight"/> - <button function="minimize" state="normal" draw_ops="minimize_button_normal"/> - <button function="minimize" state="pressed" draw_ops="minimize_button_pressed"/> - <button function="minimize" state="prelight" draw_ops="minimize_button_prelight"/> -</frame_style> - -<frame_style name="focused_shaded" geometry="shaded" parent="focused"> - <piece position="entire_background" draw_ops="round_bevel_shaded"/> -</frame_style> - -<frame_style name="normal_maximized" geometry="normal_maximized" parent="normal"> - <piece position="entire_background" draw_ops="bevel_maximized_unfocused"/> - <button function="maximize" state="normal" draw_ops="restore_button_unfocused"/> - <button function="maximize" state="pressed" draw_ops="restore_button_unfocused_pressed"/> - <button function="maximize" state="prelight" draw_ops="restore_button_unfocused_prelight"/> -</frame_style> - -<frame_style name="normal_maximized_shaded" geometry="normal_maximized" parent="normal_maximized"> - <piece position="entire_background" draw_ops="bevel_maximized_unfocused_shaded"/> -</frame_style> - -<frame_style name="focused_maximized" geometry="normal_maximized" parent="focused"> - <piece position="entire_background" draw_ops="bevel_maximized"/> - <button function="maximize" state="normal" draw_ops="restore_button_normal"/> - <button function="maximize" state="pressed" draw_ops="restore_button_pressed"/> - <button function="maximize" state="prelight" draw_ops="restore_button_prelight"/> -</frame_style> - -<frame_style name="focused_maximized_shaded" geometry="normal_maximized" parent="focused_maximized"> - <piece position="entire_background" draw_ops="bevel_maximized_shaded"/> -</frame_style> - -<frame_style name="border" geometry="border" parent="normal"> - <piece position="entire_background" draw_ops="border"/> - <piece position="title" draw_ops="blank"/> -</frame_style> - -<frame_style name="utility_normal" geometry="utility" parent="normal"> - <piece position="entire_background" draw_ops="bevel_unfocused"/> -</frame_style> -<frame_style name="utility_focused" geometry="utility" parent="focused"> - <piece position="entire_background" draw_ops="bevel"/> -</frame_style> -<frame_style name="utility_focused_shaded" geometry="utility" parent="focused_shaded"> - <piece position="entire_background" draw_ops="bevel_shaded"/> -</frame_style> - -<frame_style_set name="normal"> - <frame focus="yes" state="normal" resize="both" style="focused"/> - <frame focus="no" state="normal" resize="both" style="normal"/> - <frame focus="yes" state="maximized" style="focused_maximized"/> - <frame focus="no" state="maximized" style="normal_maximized"/> - <frame focus="yes" state="shaded" style="focused_shaded"/> - <frame focus="no" state="shaded" style="normal_shaded"/> - <frame focus="yes" state="maximized_and_shaded" style="focused_maximized_shaded"/> - <frame focus="no" state="maximized_and_shaded" style="normal_maximized_shaded"/> -</frame_style_set> - -<frame_style_set name="utility" parent="normal"> -<frame focus="yes" state="normal" resize="both" style="utility_focused"/> -<frame focus="no" state="normal" resize="both" style="utility_normal"/> -<!-- this is a bunch of crack since utility windows shouldn't be maximized --> -<frame focus="yes" state="maximized" style="focused"/> -<frame focus="no" state="maximized" style="normal"/> -<frame focus="yes" state="shaded" style="utility_focused_shaded"/> -<frame focus="no" state="shaded" style="utility_normal"/> -<frame focus="yes" state="maximized_and_shaded" style="focused_shaded"/> -<frame focus="no" state="maximized_and_shaded" style="normal"/> -</frame_style_set> - -<frame_style_set name="border"> -<frame focus="yes" state="normal" resize="both" style="border"/> -<frame focus="no" state="normal" resize="both" style="border"/> -<frame focus="yes" state="maximized" style="border"/> -<frame focus="no" state="maximized" style="border"/> -<frame focus="yes" state="shaded" style="border"/> -<frame focus="no" state="shaded" style="border"/> -<frame focus="yes" state="maximized_and_shaded" style="border"/> -<frame focus="no" state="maximized_and_shaded" style="border"/> -</frame_style_set> - -<window type="normal" style_set="normal"/> -<window type="dialog" style_set="normal"/> -<window type="modal_dialog" style_set="normal"/> -<window type="menu" style_set="normal"/> -<window type="utility" style_set="utility"/> -<window type="border" style_set="border"/> - -<menu_icon function="close" state="normal" draw_ops="close_button_icon_unfocused"/> -<menu_icon function="maximize" state="normal" draw_ops="maximize_button_icon_unfocused"/> -<menu_icon function="unmaximize" state="normal" draw_ops="restore_button_icon_unfocused"/> -<menu_icon function="minimize" state="normal" draw_ops="minimize_button_icon_unfocused"/> - -</metacity_theme> Binary files /tmp/tIIij3Esdz/ubuntustudio-look-0.40/ubuntustudio-wallpapers/ubuntustudio-ayo.png and /tmp/_xVIxiQL8p/ubuntustudio-look-0.41/ubuntustudio-wallpapers/ubuntustudio-ayo.png differ Binary files /tmp/tIIij3Esdz/ubuntustudio-look-0.40/ubuntustudio-wallpapers/ubuntustudio-brushes.jpg and /tmp/_xVIxiQL8p/ubuntustudio-look-0.41/ubuntustudio-wallpapers/ubuntustudio-brushes.jpg differ Binary files /tmp/tIIij3Esdz/ubuntustudio-look-0.40/ubuntustudio-wallpapers/ubuntustudio-gutsy.png and /tmp/_xVIxiQL8p/ubuntustudio-look-0.41/ubuntustudio-wallpapers/ubuntustudio-gutsy.png differ Binary files /tmp/tIIij3Esdz/ubuntustudio-look-0.40/ubuntustudio-wallpapers/ubuntustudio-lense.jpg and /tmp/_xVIxiQL8p/ubuntustudio-look-0.41/ubuntustudio-wallpapers/ubuntustudio-lense.jpg differ Binary files /tmp/tIIij3Esdz/ubuntustudio-look-0.40/ubuntustudio-wallpapers/ubuntustudio-mixer.jpg and /tmp/_xVIxiQL8p/ubuntustudio-look-0.41/ubuntustudio-wallpapers/ubuntustudio-mixer.jpg differ Binary files /tmp/tIIij3Esdz/ubuntustudio-look-0.40/ubuntustudio-wallpapers/ubuntustudio-olis.jpg and /tmp/_xVIxiQL8p/ubuntustudio-look-0.41/ubuntustudio-wallpapers/ubuntustudio-olis.jpg differ diff -Nru ubuntustudio-look-0.40/ubuntustudio-wallpapers/ubuntustudio-wallpapers.xml.in ubuntustudio-look-0.41/ubuntustudio-wallpapers/ubuntustudio-wallpapers.xml.in --- ubuntustudio-look-0.40/ubuntustudio-wallpapers/ubuntustudio-wallpapers.xml.in 2011-04-18 03:25:29.000000000 +0000 +++ ubuntustudio-look-0.41/ubuntustudio-wallpapers/ubuntustudio-wallpapers.xml.in 1970-01-01 00:00:00.000000000 +0000 @@ -1,70 +0,0 @@ -<?xml version="1.0"?> -<!DOCTYPE wallpapers SYSTEM "gnome-wp-list.dtd"> -<wallpapers> - - <wallpaper> - <_name>Ubuntu Studio Default</_name> - <filename>/usr/share/backgrounds/ubuntustudio-olis.jpg</filename> - <options>zoom</options> - <pcolor>#000000</pcolor> - <scolor>#000000</scolor> - <shade_type>solid</shade_type> -<!--<shade_type>vertical-gradient</shade_type>--> - </wallpaper> - - <wallpaper> - <_name>Ubuntu Studio Gutsy </_name> - <filename>/usr/share/backgrounds/ubuntustudio-gutsy.png</filename> - <options>zoom</options> - <pcolor>#000000</pcolor> - <scolor>#000000</scolor> - <shade_type>solid</shade_type> - </wallpaper> - - <wallpaper> - <_name>Ubuntu Studio Ayo</_name> - <filename>/usr/share/backgrounds/ubuntustudio-ayo.png</filename> - <options>zoom</options> - <pcolor>#000000</pcolor> - <scolor>#000000</scolor> - <shade_type>solid</shade_type> - </wallpaper> - -<!--<wallpaper> - <_name>Ubuntu Studio Olis</_name> - <filename>/usr/share/backgrounds/ubuntustudio-olis.jpg</filename> - <options>zoom</options> - <pcolor>#000000</pcolor> - <scolor>#000000</scolor> - <shade_type>solid</shade_type> - </wallpaper>--> - - <wallpaper> - <_name>Ubuntu Studio Graphics </_name> - <filename>/usr/share/backgrounds/ubuntustudio-brushes.jpg</filename> - <options>zoom</options> - <pcolor>#000000</pcolor> - <scolor>#000000</scolor> - <shade_type>solid</shade_type> - </wallpaper> - - <wallpaper> - <_name>Ubuntu Studio Video</_name> - <filename>/usr/share/backgrounds/ubuntustudio-lense.jpg</filename> - <options>zoom</options> - <pcolor>#000000</pcolor> - <scolor>#000000</scolor> - <shade_type>solid</shade_type> - </wallpaper> - - <wallpaper> - <_name>Ubuntu Studio Audio </_name> - <filename>/usr/share/backgrounds/ubuntustudio-mixer.jpg</filename> - <options>zoom</options> - <pcolor>#000000</pcolor> - <scolor>#000000</scolor> - <shade_type>solid</shade_type> - </wallpaper> - -</wallpapers> - Binary files /tmp/tIIij3Esdz/ubuntustudio-look-0.40/usr/share/xfce4/backdrops/ubuntustudio-ayo.png and /tmp/_xVIxiQL8p/ubuntustudio-look-0.41/usr/share/xfce4/backdrops/ubuntustudio-ayo.png differ Binary files /tmp/tIIij3Esdz/ubuntustudio-look-0.40/usr/share/xfce4/backdrops/ubuntustudio-brushes.jpg and /tmp/_xVIxiQL8p/ubuntustudio-look-0.41/usr/share/xfce4/backdrops/ubuntustudio-brushes.jpg differ Binary files /tmp/tIIij3Esdz/ubuntustudio-look-0.40/usr/share/xfce4/backdrops/ubuntustudio-gutsy.png and /tmp/_xVIxiQL8p/ubuntustudio-look-0.41/usr/share/xfce4/backdrops/ubuntustudio-gutsy.png differ Binary files /tmp/tIIij3Esdz/ubuntustudio-look-0.40/usr/share/xfce4/backdrops/ubuntustudio-lense.jpg and /tmp/_xVIxiQL8p/ubuntustudio-look-0.41/usr/share/xfce4/backdrops/ubuntustudio-lense.jpg differ Binary files /tmp/tIIij3Esdz/ubuntustudio-look-0.40/usr/share/xfce4/backdrops/ubuntustudio-mixer.jpg and /tmp/_xVIxiQL8p/ubuntustudio-look-0.41/usr/share/xfce4/backdrops/ubuntustudio-mixer.jpg differ Binary files /tmp/tIIij3Esdz/ubuntustudio-look-0.40/usr/share/xfce4/backdrops/ubuntustudio-olis.jpg and /tmp/_xVIxiQL8p/ubuntustudio-look-0.41/usr/share/xfce4/backdrops/ubuntustudio-olis.jpg differ diff -Nru ubuntustudio-look-0.40/usr/share/xfce4/backdrops/ubuntustudio-wallpapers.xml.in ubuntustudio-look-0.41/usr/share/xfce4/backdrops/ubuntustudio-wallpapers.xml.in --- ubuntustudio-look-0.40/usr/share/xfce4/backdrops/ubuntustudio-wallpapers.xml.in 1970-01-01 00:00:00.000000000 +0000 +++ ubuntustudio-look-0.41/usr/share/xfce4/backdrops/ubuntustudio-wallpapers.xml.in 2012-01-30 20:34:35.000000000 +0000 @@ -0,0 +1,70 @@ +<?xml version="1.0"?> +<!DOCTYPE wallpapers SYSTEM "gnome-wp-list.dtd"> +<wallpapers> + + <wallpaper> + <_name>Ubuntu Studio Default</_name> + <filename>/usr/share/backgrounds/ubuntustudio-olis.jpg</filename> + <options>zoom</options> + <pcolor>#000000</pcolor> + <scolor>#000000</scolor> + <shade_type>solid</shade_type> +<!--<shade_type>vertical-gradient</shade_type>--> + </wallpaper> + + <wallpaper> + <_name>Ubuntu Studio Gutsy </_name> + <filename>/usr/share/backgrounds/ubuntustudio-gutsy.png</filename> + <options>zoom</options> + <pcolor>#000000</pcolor> + <scolor>#000000</scolor> + <shade_type>solid</shade_type> + </wallpaper> + + <wallpaper> + <_name>Ubuntu Studio Ayo</_name> + <filename>/usr/share/backgrounds/ubuntustudio-ayo.png</filename> + <options>zoom</options> + <pcolor>#000000</pcolor> + <scolor>#000000</scolor> + <shade_type>solid</shade_type> + </wallpaper> + +<!--<wallpaper> + <_name>Ubuntu Studio Olis</_name> + <filename>/usr/share/backgrounds/ubuntustudio-olis.jpg</filename> + <options>zoom</options> + <pcolor>#000000</pcolor> + <scolor>#000000</scolor> + <shade_type>solid</shade_type> + </wallpaper>--> + + <wallpaper> + <_name>Ubuntu Studio Graphics </_name> + <filename>/usr/share/backgrounds/ubuntustudio-brushes.jpg</filename> + <options>zoom</options> + <pcolor>#000000</pcolor> + <scolor>#000000</scolor> + <shade_type>solid</shade_type> + </wallpaper> + + <wallpaper> + <_name>Ubuntu Studio Video</_name> + <filename>/usr/share/backgrounds/ubuntustudio-lense.jpg</filename> + <options>zoom</options> + <pcolor>#000000</pcolor> + <scolor>#000000</scolor> + <shade_type>solid</shade_type> + </wallpaper> + + <wallpaper> + <_name>Ubuntu Studio Audio </_name> + <filename>/usr/share/backgrounds/ubuntustudio-mixer.jpg</filename> + <options>zoom</options> + <pcolor>#000000</pcolor> + <scolor>#000000</scolor> + <shade_type>solid</shade_type> + </wallpaper> + +</wallpapers> +