Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
FUSS
fuss-artwork
Commits
7f6e7519
Commit
7f6e7519
authored
Jun 19, 2012
by
Christopher R. Gabriel
Browse files
precise porting, removed GDM stuff.
parent
1e872960
Changes
9
Hide whitespace changes
Inline
Side-by-side
debian/changelog
View file @
7f6e7519
fuss-artwork (6.0.1-1ubuntu1) precise; urgency=low
* Precise porting
* Removed gdm stuff & packaging
-- Christopher R. Gabriel <cgabriel@truelite.it> Tue, 19 Jun 2012 18:25:41 +0200
fuss-artwork (5.0.4-1) lucid; urgency=low
* Using Clearlooks for metacity default theme due to disappear of Industrial
...
...
debian/control
View file @
7f6e7519
...
...
@@ -8,20 +8,10 @@ Vcs-Browser: http://git.fuss.bz.it/?p=fuss.git;a=tree;f=packages/fuss-artwork;hb
Package: fuss-artwork
Architecture: all
Depends: ${misc:Depends}, murrine-themes, fuss-plymouth-theme
, fuss-gdm-theme
Depends: ${misc:Depends}, murrine-themes, fuss-plymouth-theme
Description: Fuss Project themes and artwork
This package contains Fuss themes and artwork.
Package: fuss-gdm-theme
Architecture: all
Depends: ${misc:Depends}, gdm
Provides: gdm-theme, xsplash-artwork
Description: Fuss GDM & Xsplash greeter themes
The GDM greeter theme used for a standalone Fuss installation.
.
This package can also be safely installed on other Ubuntu desktops desiring to
use this theme.
Package: fuss-plymouth-theme
Architecture: all
Depends: ${misc:Depends}, plymouth, plymouth-label, plymouth-theme-glow
...
...
debian/fuss-gdm-theme.gconf-defaults
deleted
100644 → 0
View file @
1e872960
/apps/gdm/simple-greeter/logo_icon_name fuss-logo
/apps/gdm/simple-greeter/banner_message_text http://www.fuss.bz.it/
/apps/gdm/simple-greeter/disable_user_list true
debian/fuss-gdm-theme.install
deleted
100644 → 0
View file @
1e872960
usr
/
share
/
gdm
usr
/
share
/
fuss
-
gdm
-
theme
var
/
lib
/
gdm
debian/fuss-gdm-theme.postinst
deleted
100755 → 0
View file @
1e872960
#!/bin/sh
set
-e
GDM_HOMEDIR
=
"/var/lib/gdm/"
case
"
$1
"
in
configure
)
if
[
-d
$GDM_HOMEDIR
]
;
then
if
[
-f
$GDM_HOMEDIR
/.fehbg
]
;
then
rm
$GDM_HOMEDIR
/.fehbg
fi
if
[
-f
$GDM_HOMEDIR
/.fehrc
]
;
then
rm
$GDM_HOMEDIR
/.fehrc
fi
if
[
-d
$GDM_HOMEDIR
/.config/xfce4/
]
;
then
rm
-r
$GDM_HOMEDIR
/.config/xfce4/
fi
fi
;;
esac
#DEBHELPER#
debian/fuss-gdm-theme.postrm
deleted
100755 → 0
View file @
1e872960
#!/bin/sh
set
-e
case
"
$1
"
in
remove
)
dpkg-divert
--package
fuss-gdm-theme
--remove
--rename
\
--divert
/var/lib/gdm/.gconf.defaults/%gconf-tree.xml.ubuntu
\
/var/lib/gdm/.gconf.defaults/%gconf-tree.xml
;;
esac
#DEBHELPER#
debian/fuss-gdm-theme.preinst
deleted
100755 → 0
View file @
1e872960
#!/bin/sh
set
-e
case
"
$1
"
in
install
|
upgrade
)
dpkg-divert
--package
fuss-gdm-theme
--add
--rename
\
--divert
/var/lib/gdm/.gconf.defaults/%gconf-tree.xml.ubuntu
\
/var/lib/gdm/.gconf.defaults/%gconf-tree.xml
;;
esac
#DEBHELPER#
usr/share/gdm/.gitignore
deleted
100644 → 0
View file @
1e872960
var/lib/gdm/.gconf.defaults/%gconf-tree.xml
deleted
100644 → 0
View file @
1e872960
<?xml version="1.0"?>
<gconf>
<dir
name=
"desktop"
>
<dir
name=
"gnome"
>
<dir
name=
"background"
>
<entry
name=
"picture_filename"
mtime=
"1265137461"
type=
"string"
>
<stringvalue>
/usr/share/fuss-gdm-theme/gdm-background.png
</stringvalue>
</entry>
</dir>
<dir
name=
"interface"
>
<entry
name=
"icon_theme"
mtime=
"1265137461"
type=
"string"
>
<stringvalue>
Humanity
</stringvalue>
</entry>
<entry
name=
"gtk_theme"
mtime=
"1265137461"
type=
"string"
>
<stringvalue>
Humanity
</stringvalue>
</entry>
<entry
name=
"buttons_have_icons"
mtime=
"1265137461"
type=
"bool"
value=
"true"
/>
<entry
name=
"menus_have_icons"
mtime=
"1265137461"
type=
"bool"
value=
"true"
/>
</dir>
</dir>
</dir>
</gconf>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment