Commit Graph
70 Commits
Author SHA1 Message Date
Raphaël Hertzog 2f00a02ab0 Don't use any background image for qterminal, just transparency
Fixes https://gitlab.com/kalilinux/internal/theme-dev/issues/11
2019-11-11 12:33:40 +01:00
Raphaël Hertzog ef7a30c3e5 Set environment variables in /etc/X11/Xsession.d/90kali-themes too
The files in /etc/environment.d are only used by systemd and XFCE is not
using systemd to start its session.
2019-11-11 12:01:36 +01:00
Raphaël Hertzog 2ccccf21d4 Update changelog for 2019.4.10 release 2019-11-08 19:20:01 +01:00
Raphaël Hertzog 54275159c7 Force update of all config files on upgrade files
It's an extra safety to have a clean start and it makes it easier
for others to test.

Gbp-Dch: Full
2019-11-08 19:19:45 +01:00
Raphaël Hertzog b516c6e487 Add lockscreen and logout buttons in the panel
Fixes https://gitlab.com/kalilinux/internal/theme-dev/issues/8
2019-11-08 18:56:10 +01:00
Raphaël Hertzog 18b400258c Reduce number of default workspaces to 2
Fixes https://gitlab.com/kalilinux/internal/theme-dev/issues/6
2019-11-08 18:49:37 +01:00
Raphaël Hertzog 2a5f35bcdf Add lintian overrides for empty directories in kali-desktop-base
Gbp-Dch: Ignore
2019-11-08 18:48:53 +01:00
Raphaël Hertzog 7e5863d6dc Force the upgrade of kali-menu to 2019.4.4 or higher.
That way we ensure that we have desktop file for the kali and offsec
websites.
2019-11-08 18:41:21 +01:00
Raphaël Hertzog ce625921d4 Tweak the default apps shown in the favorites section of XFCE
Fixes https://gitlab.com/kalilinux/internal/theme-dev/issues/7
2019-11-08 18:34:54 +01:00
Raphaël Hertzog 49762df26b Disable profile edition when clicking on user face in menu
Fixes https://gitlab.com/kalilinux/internal/theme-dev/issues/9
2019-11-08 15:30:06 +01:00
Raphaël Hertzog 4a209768a1 Configure qterminal as the default terminal and firefox-esr as the default browser
Fixes https://gitlab.com/kalilinux/internal/theme-dev/issues/10
2019-11-08 15:27:01 +01:00
Raphaël Hertzog 7b61f1da25 Force upgrade of kali-desktop-xfce to 2019.4.16 to ensure we have whiskerplugin. 2019-11-07 16:51:56 +01:00
Raphaël Hertzog 84ff5f30ef Add directories required to host symlinks created by update-alternatives 2019-11-07 16:30:46 +01:00
Raphaël Hertzog c96cac194f Update changelog for 2019.4.9 release 2019-11-07 16:30:46 +01:00
Raphaël Hertzog 6897753ba5 Always add the missing diversions on upgrade 2019-11-07 16:29:59 +01:00
Raphaël Hertzog c20447db15 Move plymouth theme setting to kali-themes
We divert plymouth's configuration file to install our version
configuring the kali theme. Stop using the plymouth-set-default-theme
in kali-desktop-base.
2019-11-07 14:52:21 +01:00
Raphaël Hertzog fbdf035e87 Configure gdm to display our logo 2019-11-07 11:49:48 +01:00
Raphaël Hertzog ccbdff23f5 Add the logo-text and logo-text-version variants as symlinks to logo.svg
logo-text is meant to be a version of the logo with the full name
and our logo includes the name already.

logo-text-version is meant to include a version of the release but
we are a rolling release (and the version changes too often) so it
dosn't make sense to hardcode any version here either.
2019-11-07 11:21:54 +01:00
Raphaël Hertzog a2f9b0ee4d Drop the "Provides: desktop-base" on kali-desktop-base
So that we can still force the installation of desktop-base with a Depends
on it.
2019-11-07 11:09:40 +01:00
Raphaël Hertzog 0cf0f7c0e4 Update changelog for 2019.4.8 release 2019-11-07 11:09:40 +01:00
Raphaël Hertzog fcca217d2b Use dark theme by default in GNOME too 2019-11-07 11:09:40 +01:00
Raphaël Hertzog 1fd6c8886c Fix path to grub backgrounds in update-alternatives calls 2019-11-07 11:09:40 +01:00
Raphaël Hertzog 80b36e12f4 Instead copy grub theme to /boot during postinst
The goal is to not break ARM images using vfat for /boot while
still providing the theme in /boot so that it can be available
even when /usr/share/ is not available.

Gbp-Dch: Full
2019-11-07 10:32:22 +01:00
Raphaël Hertzog dd596eac9f Move all files installed below /usr/share in the same directory
Also move the grub theme to /usr/share/grub/themes/kali/ as installing
files in /boot/ is problematic on arm where /boot is often a vfat
partition that doesn't support hardlinks as required by dpkg.

Gbp-Dch: Full
2019-11-07 10:32:21 +01:00
Raphaël Hertzog 9e0e8d2a1f Change priority of gsettings to be above kali-defaults/desktop-base 2019-11-07 10:32:16 +01:00
Raphaël Hertzog bd016ee0c0 Update files with latest changes from Daniel 2019-11-07 10:32:16 +01:00
Raphaël Hertzog d42b0be486 Add gsettings overriding the background images for GNOME
This makes it possible to work without kali-desktop-base.
2019-11-07 10:32:16 +01:00
Raphaël Hertzog 0b0ec23d92 Fix gsettings to actually enable the correct theme 2019-11-07 09:03:51 +01:00
Raphaël Hertzog f724d02908 Fix path to background images in XFCE and lightdm config 2019-11-07 09:02:10 +01:00
Raphaël Hertzog 1f7fae92cf Drop 1920x1080 from the list of resolutions to try for GRUB
It's too big and the text renders too small. See
https://gitlab.com/kalilinux/internal/theme-dev/issues/3
2019-11-07 00:48:39 +01:00
Raphaël Hertzog c70674b0c2 Update changelog for 2019.4.7 release 2019-11-07 00:19:49 +01:00
Raphaël Hertzog 4b21234767 Merge remote-tracking branch 'origin/kali/master' into kali/master 2019-11-07 00:18:57 +01:00
Raphaël Hertzog 267d42e1b9 Update changelog 2019-11-07 00:08:07 +01:00
Raphaël Hertzog 5f97f221da Rename /etc/default/grub.d/kali-themes.conf into *.cfg
Otherwise it doesn't get used...
2019-11-06 23:53:28 +01:00
Raphaël Hertzog aa488a0a36 Enable plymouth by default 2019-11-06 23:29:17 +01:00
Raphaël Hertzog 9611930fa5 Fix install path of background pictures 2019-11-06 22:48:01 +01:00
Raphaël Hertzog 0efe347c2a Cleanup left-over diversion in gnome-theme-kali postinst 2019-11-06 22:39:54 +01:00
Raphaël Hertzog ca5ccef99e Increase the version in the “Provides: desktop-base”
To avoid matching the “Breaks: desktop-base (<< 10.0.3+kali3)”.
2019-11-06 22:33:56 +01:00
Raphaël Hertzog 253d7a48c6 Add lintian override for source-contains-unsafe-symlink 2019-11-06 22:11:50 +01:00
Raphaël Hertzog e4ccf505f7 Use Breaks instead of Conflicts with gnome-theme-kali
That's more logical now that we have resurrected a transitional package.
2019-11-06 22:07:29 +01:00
Raphaël Hertzog 259b5c1172 Add missing ${misc:Depends} 2019-11-06 22:06:16 +01:00
Raphaël Hertzog 2773b15a3d Fix descriptions to avoid lintian's empty-binary-package warning 2019-11-06 22:04:55 +01:00
Raphaël Hertzog b9992ac412 Fix installation directory of kali-logos images 2019-11-06 22:02:11 +01:00
Raphaël Hertzog aa82b0e91f Update changelog for 2019.4.6 release 2019-11-06 21:53:03 +01:00
Raphaël Hertzog 7e1f0a90a6 Use 16x9 background in GRUB
And try to force the resolution to match.
2019-11-06 21:49:20 +01:00
Raphaël Hertzog bc1eb8987d Update documentation explaining the source package 2019-11-06 21:29:33 +01:00
Raphaël Hertzog 6a0f135a11 Add gnome-theme-kali transitional package 2019-11-06 19:20:46 +01:00
Raphaël Hertzog 89e461de17 Move all /usr/share/* directories in the same place 2019-11-06 19:16:17 +01:00
Raphaël Hertzog 07f2d5e95a Drop remaining files from the former themes
Let's save some bytes!
2019-11-06 19:14:01 +01:00
Raphaël Hertzog df7e0fe4f5 Switch the default plymouth theme to the new one 2019-11-06 19:11:51 +01:00
Raphaël Hertzog 613101975d Add new dependencies for kali-themes 2019-11-06 19:10:30 +01:00
Raphaël Hertzog ad7fe9b711 Add gsettings for mousepad 2019-11-06 18:34:50 +01:00
Raphaël Hertzog b45c4cb3f7 Install all configuration files provided by Daniel 2019-11-06 18:14:51 +01:00
Raphaël Hertzog 3f6071bfb5 Update kali-desktop-base alternatives to point to the new theme
Handle properly upgrade from old desktop-base as well as from old
kali-desktop-base.

Gbp-Dch: Full
2019-11-05 17:43:39 +01:00
Raphaël Hertzog f690c4c4d6 Make desktop-base theme a symlink tree to real files
Merge the grub background files in the Grub-Theme directory.
2019-11-05 16:12:19 +01:00
Raphaël Hertzog 2739896657 Merge all background pictures in Backgrounds sub-directory
* Provide 3 common ratio (16x9, 16x10, 4x3) for the 2 main images.
* Avoid duplication by creating symlinks for all the screen sizes needed by
  KDE. We link to the picture with the closest ratio.
* Make all background pictures available to gnome-background-properties.
* Make the 2 main background pictures available to KDE.
2019-11-05 15:38:29 +01:00
Raphaël Hertzog 177d1784b9 Rename background pictures for consistency 2019-11-05 13:44:35 +01:00
Raphaël Hertzog 24ee1a2f7c Update changelog for 2019.4.5 release 2019-11-01 19:52:10 +01:00
Raphaël Hertzog e9aebab34e Review maintainer scripts
In prerm, don't drop the alternatives going through "active-theme" they are
the responsibility of desktop-base. In postinst, continue to create them
to update them in case the new kali theme provides the file that the
former theme did not.

Fix the check protecteding the call to plymouth-set-default to use a
version that actually existed in kali-themes even though we don't really
have an upgrade case where we wanted to call the command. But it will
make it easier to force a re-run in the future, in case we change the
name of the plymouth theme.
2019-11-01 19:47:11 +01:00
Raphaël Hertzog bc5a081abf Drop executable permissions on many icons 2019-11-01 18:22:34 +00:00
Raphaël Hertzog 332afef310 Use $(MAKE) instead of make 2019-11-01 19:11:18 +01:00
Raphaël Hertzog f39858d341 sddm-preview is no longer needed 2019-11-01 19:10:45 +01:00
Raphaël Hertzog 78a5785aa6 Split kali-theme into multiple top-level directories
That way every "part" that needs to be provided is visible as a
top-level directory and we can document in which context each directory
is used.
2019-11-01 18:09:03 +00:00
Raphaël Hertzog b92728c0de Rename emblems-debian directory into emblems 2019-11-01 17:57:31 +01:00
Raphaël Hertzog afc63a7182 Put both plymouth themes in the same directory
The new one is named kali-2019, the other is left unchanged.
2019-11-01 16:16:37 +00:00
Raphaël Hertzog 7533dbf507 Drop executable permission on files that don't need it 2019-10-03 12:56:33 +02:00
Raphaël Hertzog 033a6e98b4 Add the supplementary binary packages that we want
cf plan in https://gitlab.com/kalilinux/packages/kali-themes/issues/1
2019-10-03 12:47:02 +02:00
Raphaël Hertzog 935fb4981b Use kali-theme-common binary package to hold all the files 2019-10-03 10:39:50 +02:00
Raphaël Hertzog 7c4b80f750 Add GitLab's CI configuration file 2019-10-03 10:33:37 +02:00
Raphaël Hertzog df800ce7f9 Configure git-buildpackage for Kali 2019-10-03 10:33:37 +02:00