Call for participation: an ubuntu default theme lead by the community?

A camel is a horse designed by a committee ? :wink:

The theme has come along nicely imo

1 Like

The ppa is rebuilding the artful packages from the last 3.26 (17.10-compatible) commit, so existing 17.10 users don’t get a broken system, they just won’t get any updates anymore.

We’ll make a big announcement when all the 18.04 stuff (with a snap :clap:) is ready. The ppa will be deprecated then.

Sorry for the delay.

8 Likes

Just waiting for it :watch:
Can’t wait to see my snap apps themed

2 Likes

Don’t want to disappoint you, but this won’t work from day 1 of the snap. I know the snap team has some plans for that, but it’s a complex topic for having snap applications theme with extra themes (meaning: themes that are not part of our gnome platform snap).

2 Likes

Yes I know. I’m patient and I know new things to work perfectly takes time. And the good thing about it is for being open source we can contribute for it with code or bug report :wink:

1 Like

Continuing the discussion from Snapping communitheme:

@didrocks on normal PPA you have to log off and on again to see the changes on the theme. Wil it be the same process for snap theme or the changes will be instantaneous?

The snap doesn’t change the way application works:

  • GNOME Shell needs to reload the theme, that’s either by you runnin Alt+F2, then r or, as you told, but logout/login
  • Application loads their theme on startup or when a “theme-changed” signal is processed (when a select a different theme). So, right now, you have to close and reopen an application to pick the new theme.
    Speaking of which, it’s an interesting thought: if we can teach glib to send the theme-changed signal on new theme version… (but, let’s be honest, it’s a corner cases normally on a nomal distribution) :wink:
2 Likes

But if you are a nerd developer and want a fast switch for testing :smiley: you could try this script (theme-refresh)

#!/usr/bin/env bash
# -*- coding: UTF-8 -*-
theme=$(gsettings get org.gnome.desktop.interface gtk-theme)
gsettings set org.gnome.desktop.interface gtk-theme "$theme"
2 Likes

:smiley:
Alt-f2 > rt = refresh theme only do it for me :slight_smile:

Yep, script above is to reload gtk-theme

1 Like

Have so seen zur new look of nautilus with the redesigned Ambiance theme in 18.04.? It looks really nice for me.
Have a look at the article here: https://www.omgubuntu.co.uk/2018/04/ubuntu-18-04-gives-nautilus-a-new-look

Maybe that’s an idea to reduce the orange for the communitheme

Bit of positive feedback - I think the shell is now looking pretty cool!

These darker transparencies push the theme a bit more towards the “luminous” end of the spectrum, rather than the “fresh air” of 17.10, but that’s fine IMO. I like both approaches as long as either is done nicely. Also, I think the shell now has a slightly night-time feel, which works better as a context for the multicoloured accents.

You know what else… with this current setup, I actually think it would be tenable to bring back the Unity 8-style orange launcher button. I’m not saying it’s mandatory :slight_smile: but I felt the orange button simply didn’t work with earlier versions of the Communitheme shell. Whereas now, if I mock it up with a current Communitheme screenshot, I like it!

Anyway, orange button or not… I really do think this is getting better and better as time goes by, so well done to everyone involved. With this current shell, I think I’ve even come to terms with the blue!

4 Likes

Just to let you all know, we’ve opened an issue for the close button behavior with this description:

As discussed in various places, we will remove the orange from the close button, so that it only appears when hovered (along with the background highlight as it currently does).
There’s many reasons both for and against, so this change might not be indefinitely - but for now there’s consensus for giving this a try.

image

https://github.com/ubuntu/gtk-communitheme/issues/319

9 Likes

grafik

I would actually prefer that. Can we have that changed for a week and if we prefer that we leave it at that. And if we like the old one more, we can always revert that change?

4 Likes

I like it, would be in line with Unity8 as well!

3 Likes

@didrocks thank you very much for the snap. Is it necessary to delete the ppa-version and ppa of the communitheme before installing the snap?

2 Likes

You’re welcome! :slight_smile:

There is no order requirement, but indeed, as long as you have the ppa installed, even in the new snap session, the ppa theme assets will take precedence over the snap ones, so you should uninstall the packages coming from it.

2 Likes

Thank you for the fast answer. I did understand your blog-post this way: the snap-edge is more up-to-date than the ppa. Is that right? I would like to have the updates as early as possible.

Is there one command that deletes the communitheme-ppa and all the packages that belongs to it?

sudo apt purge ubuntu-communitheme-session && sudo apt autoremove
Should work, but you better check if autoremove only removes stuff you don’t need, I don’t want to be responsible for breaking stuff :smiley:

3 Likes

OMG!!! What have i done to youuu??? all my data is lost!!! my holyday-pictures… my documents!!!

EDIT: nah… nothing happened. everything fine. thank you! now on communitheme-snap. is it necessary to always log out and in to see the changes?

1 Like