Yaru: Build system does not apply shell changes

Created on 18 Jul 2018  路  14Comments  路  Source: ubuntu/yaru

When changing code in the shell scss files and building, the build seems to finish successfully but the changes are not applied (after shell restart).

This happens to my and @clobrano installation

@didrocks any ideas? :[

Most helpful comment

Ok, So I found 2 bugs:

  1. GDM doesn't have /usr/local in its env, so not looking at session desktop file there.
    -> I guess right now, let's default back to /usr for prefix, which I really hate, but as long as you don't install the packaged version, it's fine :( The issue would be to SRU that on bionic.
  2. GNOME Shell doesn't like mode starting with a capital letter. It's doing some lowercasing in matching the mod name.

I'm going to do a PR for both.

All 14 comments

Do you mind elaborating? It does work for me:

$ meson foo
$ cd foo && ninja
[鈥
$ ls -rtl gnome-shell/src/
-rw-r--r-- 1 didrocks didrocks 55567 juil. 19 08:11 gnome-shell.css
-rw-r--r-- 1 didrocks didrocks 55907 juil. 19 08:11 gnome-shell-high-contrast.css
$ # try editing ../gnome-shell/src/gnome-shell.scss or ../gnome-shell/src/gnome-shell-sass/_ubuntu-colors.scss
$ ninja
[鈥
$ ls -rtl gnome-shell/src/
-rw-r--r-- 1 didrocks didrocks 55951 juil. 19 08:12 gnome-shell-high-contrast.css
-rw-r--r-- 1 didrocks didrocks 60598 juil. 19 08:12 gnome-shell.css

-> different timestamp, and changes are available in gnome-shell.css.
It seems that all files to track and regenerate from are listed, correct? (gnome-shell/src/meson.build)

# generate .css files
theme_sources = files([
  'gnome-shell-high-contrast.scss',
  'gnome-shell.scss',
  'gnome-shell-sass/_colors.scss',
  'gnome-shell-sass/_common.scss',
  'gnome-shell-sass/_dock.scss',
  'gnome-shell-sass/_drawing.scss',
  'gnome-shell-sass/_high-contrast-colors.scss',
  'gnome-shell-sass/_ubuntu-colors.scss',
])

Correct, the build is fine, however after refreshing the shell the change does not seem applied.

Ah, that was what I mentioned, I didn't test the local install case. How do you install them, what prefix? Ensure that it's in a correct xdg_data_dir path (mind pasting it and where it's installed?)

/usr

It's not related to this, but you should really avoid prefix being /usr but rather /usr/local/. I have patched the Shell to support that a long time ago (since the snap time) and that way, you don't mess locally installed content with system-wide ones. I would need to give it a try, can't this morning, but I'll give it a look.

Alright, ~so we need to change build instructions as well~ (edit: done already :D) . I'll try again later today

Yes I was doing this the whole time since the instructions told me so! :robot:
Alright let's see if this works

Alrighty I was being stupid several times.

1) I did not uninstall the old build, I think this was the first mistake?
2) I did not realize that another session was made named "Communitheme" and were still in the old session "communitheme on xorg"
3) I was a bit hysterical and deleted all folders and files with "communitheme" or "Communitheme" in the name (except the ones in the snap folders) and rebooted, then GDM looked for the last entry and while true gocrazy, luckily I had 3 brain cells left who decided to install the gnome-session in the hope that the GDM settings were updated and it worked so yay I don't need to wipe my disk
4) Now that I double checked successfully if any "communitheme" or "Communitheme" folders or files were left (except the ones in snap folders) I cloned the repo again and installed it with the /usr/local/ prefix and then rebooted but finding that the session was not being installed!

:thinking:

Icons, Cursor and GTK and shell folders were created. But there is no session selectable in GDM for communitheme and thus I can't use the shell theme.

i probably did so many things wrong that you will tell me to wipe my disk I guess? ;D
At the end meson says "No schema files found: doing nothing." Sounds bad somehow :dagger:

```bash
frederik@xps:~/communitheme$ cd build
frederik@xps:~/communitheme/build$ sudo ninja install
[sudo] password for frederik:
[0/1] Installing files.
Installing subdir /home/frederik/communitheme/icons/Suru to /usr/local/share/icons/Communitheme
Installing subdir /home/frederik/communitheme/sounds/src/stereo to /usr/local/share/sounds/Communitheme/stereo
Installing icons/cursor.theme to /usr/local/share/icons/Communitheme/cursor.theme
Installing icons/index.theme to /usr/local/share/icons/Communitheme/index.theme
Installing gnome-shell/src/gnome-shell-high-contrast.css to /usr/local/share/gnome-shell/theme/Communitheme/gnome-shell-high-contrast.css
Installing gnome-shell/src/gnome-shell.css to /usr/local/share/gnome-shell/theme/Communitheme/gnome-shell.css
Installing gtk/index.theme to /usr/local/share/themes/Communitheme/index.theme
Installing gtk/src/gtk-3.0/gtk-dark.css to /usr/local/share/themes/Communitheme/gtk-3.0/gtk-dark.css
Installing gtk/src/gtk-3.0/gtk.css to /usr/local/share/themes/Communitheme/gtk-3.0/gtk.css
Installing sounds/index.theme to /usr/local/share/sounds/Communitheme/index.theme
Installing sessions/Communitheme.json to /usr/local/share/gnome-shell/modes/Communitheme.json
Installing sessions/Communitheme.desktop to /usr/local/share/xsessions/Communitheme.desktop
Installing sessions/99_Communitheme.gschema.override to /usr/local/share/glib-2.0/schemas/99_Communitheme.gschema.override
Installing /home/frederik/communitheme/gnome-shell/src/calendar-arrow-left.svg to /usr/local/share/gnome-shell/theme/Communitheme
Installing /home/frederik/communitheme/gnome-shell/src/calendar-arrow-right.svg to /usr/local/share/gnome-shell/theme/Communitheme
Installing /home/frederik/communitheme/gnome-shell/src/calendar-today.svg to /usr/local/share/gnome-shell/theme/Communitheme
Installing /home/frederik/communitheme/gnome-shell/src/checkbox-focused.svg to /usr/local/share/gnome-shell/theme/Communitheme
Installing /home/frederik/communitheme/gnome-shell/src/checkbox-off-focused.svg to /usr/local/share/gnome-shell/theme/Communitheme
Installing /home/frederik/communitheme/gnome-shell/src/checkbox-off.svg to /usr/local/share/gnome-shell/theme/Communitheme
Installing /home/frederik/communitheme/gnome-shell/src/checkbox.svg to /usr/local/share/gnome-shell/theme/Communitheme
Installing /home/frederik/communitheme/gnome-shell/src/close.svg to /usr/local/share/gnome-shell/theme/Communitheme
Installing /home/frederik/communitheme/gnome-shell/src/close-window-active.svg to /usr/local/share/gnome-shell/theme/Communitheme
Installing /home/frederik/communitheme/gnome-shell/src/close-window-hover.svg to /usr/local/share/gnome-shell/theme/Communitheme
Installing /home/frederik/communitheme/gnome-shell/src/close-window.svg to /usr/local/share/gnome-shell/theme/Communitheme
Installing /home/frederik/communitheme/gnome-shell/src/corner-ripple-ltr.svg to /usr/local/share/gnome-shell/theme/Communitheme
Installing /home/frederik/communitheme/gnome-shell/src/corner-ripple-rtl.svg to /usr/local/share/gnome-shell/theme/Communitheme
Installing /home/frederik/communitheme/gnome-shell/src/dash-placeholder.svg to /usr/local/share/gnome-shell/theme/Communitheme
Installing /home/frederik/communitheme/gnome-shell/src/dots.svg to /usr/local/share/gnome-shell/theme/Communitheme
Installing /home/frederik/communitheme/gnome-shell/src/filter-selected-ltr.svg to /usr/local/share/gnome-shell/theme/Communitheme
Installing /home/frederik/communitheme/gnome-shell/src/filter-selected-rtl.svg to /usr/local/share/gnome-shell/theme/Communitheme
Installing /home/frederik/communitheme/gnome-shell/src/logged-in-indicator.svg to /usr/local/share/gnome-shell/theme/Communitheme
Installing /home/frederik/communitheme/gnome-shell/src/lockscreen-gradient.svg to /usr/local/share/gnome-shell/theme/Communitheme
Installing /home/frederik/communitheme/gnome-shell/src/message-indicator-symbolic.svg to /usr/local/share/gnome-shell/theme/Communitheme
Installing /home/frederik/communitheme/gnome-shell/src/no-events.svg to /usr/local/share/gnome-shell/theme/Communitheme
Installing /home/frederik/communitheme/gnome-shell/src/noise-texture.png to /usr/local/share/gnome-shell/theme/Communitheme
Installing /home/frederik/communitheme/gnome-shell/src/no-notifications.svg to /usr/local/share/gnome-shell/theme/Communitheme
Installing /home/frederik/communitheme/gnome-shell/src/pad-osd.css to /usr/local/share/gnome-shell/theme/Communitheme
Installing /home/frederik/communitheme/gnome-shell/src/page-indicator-active.svg to /usr/local/share/gnome-shell/theme/Communitheme
Installing /home/frederik/communitheme/gnome-shell/src/page-indicator-checked.svg to /usr/local/share/gnome-shell/theme/Communitheme
Installing /home/frederik/communitheme/gnome-shell/src/page-indicator-hover.svg to /usr/local/share/gnome-shell/theme/Communitheme
Installing /home/frederik/communitheme/gnome-shell/src/page-indicator-inactive.svg to /usr/local/share/gnome-shell/theme/Communitheme
Installing /home/frederik/communitheme/gnome-shell/src/process-working.svg to /usr/local/share/gnome-shell/theme/Communitheme
Installing /home/frederik/communitheme/gnome-shell/src/running-indicator.svg to /usr/local/share/gnome-shell/theme/Communitheme
Installing /home/frederik/communitheme/gnome-shell/src/source-button-border.svg to /usr/local/share/gnome-shell/theme/Communitheme
Installing /home/frederik/communitheme/gnome-shell/src/summary-counter.svg to /usr/local/share/gnome-shell/theme/Communitheme
Installing /home/frederik/communitheme/gnome-shell/src/toggle-off-hc.svg to /usr/local/share/gnome-shell/theme/Communitheme
Installing /home/frederik/communitheme/gnome-shell/src/toggle-off-intl.svg to /usr/local/share/gnome-shell/theme/Communitheme
Installing /home/frederik/communitheme/gnome-shell/src/toggle-off-us.svg to /usr/local/share/gnome-shell/theme/Communitheme
Installing /home/frederik/communitheme/gnome-shell/src/toggle-on-hc.svg to /usr/local/share/gnome-shell/theme/Communitheme
Installing /home/frederik/communitheme/gnome-shell/src/toggle-on-intl.svg to /usr/local/share/gnome-shell/theme/Communitheme
Installing /home/frederik/communitheme/gnome-shell/src/toggle-on-us.svg to /usr/local/share/gnome-shell/theme/Communitheme
Installing /home/frederik/communitheme/gnome-shell/src/ubuntu-logo-icon.svg to /usr/local/share/gnome-shell/theme/Communitheme
Installing /home/frederik/communitheme/gnome-shell/src/ws-switch-arrow-down.svg to /usr/local/share/gnome-shell/theme/Communitheme
Installing /home/frederik/communitheme/gnome-shell/src/ws-switch-arrow-up.svg to /usr/local/share/gnome-shell/theme/Communitheme
Installing /home/frederik/communitheme/gnome-shell/src/activities.svg to /usr/local/share/gnome-shell/theme/Communitheme
Installing /home/frederik/communitheme/gnome-shell/src/ubuntu-appgrid-icon.svg to /usr/local/share/gnome-shell/theme/Communitheme
Installing /home/frederik/communitheme/gtk/src/gtk-2.0/gtkrc to /usr/local/share/themes/Communitheme/gtk-2.0
Installing /home/frederik/communitheme/gtk/src/gtk-2.0/main.rc to /usr/local/share/themes/Communitheme/gtk-2.0
Installing /home/frederik/communitheme/gtk/src/gtk-2.0/apps.rc to /usr/local/share/themes/Communitheme/gtk-2.0
Installing /home/frederik/communitheme/gtk/src/gtk-2.0/hacks.rc to /usr/local/share/themes/Communitheme/gtk-2.0
Installing /home/frederik/communitheme/gtk/src/gtk-2.0/assets/border.png to /usr/local/share/themes/Communitheme/gtk-2.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-2.0/assets/button-active.png to /usr/local/share/themes/Communitheme/gtk-2.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-2.0/assets/button-hover.png to /usr/local/share/themes/Communitheme/gtk-2.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-2.0/assets/button-insensitive.png to /usr/local/share/themes/Communitheme/gtk-2.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-2.0/assets/button.png to /usr/local/share/themes/Communitheme/gtk-2.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-2.0/assets/combo-entry-ltr-button-active.png to /usr/local/share/themes/Communitheme/gtk-2.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-2.0/assets/combo-entry-ltr-button-hover.png to /usr/local/share/themes/Communitheme/gtk-2.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-2.0/assets/combo-entry-ltr-button-insensitive.png to /usr/local/share/themes/Communitheme/gtk-2.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-2.0/assets/combo-entry-ltr-button.png to /usr/local/share/themes/Communitheme/gtk-2.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-2.0/assets/combo-entry-ltr-entry-active.png to /usr/local/share/themes/Communitheme/gtk-2.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-2.0/assets/combo-entry-ltr-entry-insensitive.png to /usr/local/share/themes/Communitheme/gtk-2.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-2.0/assets/combo-entry-ltr-entry.png to /usr/local/share/themes/Communitheme/gtk-2.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-2.0/assets/combo-entry-rtl-button-active.png to /usr/local/share/themes/Communitheme/gtk-2.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-2.0/assets/combo-entry-rtl-button-hover.png to /usr/local/share/themes/Communitheme/gtk-2.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-2.0/assets/combo-entry-rtl-button-insensitive.png to /usr/local/share/themes/Communitheme/gtk-2.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-2.0/assets/combo-entry-rtl-button.png to /usr/local/share/themes/Communitheme/gtk-2.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-2.0/assets/combo-entry-rtl-entry-active.png to /usr/local/share/themes/Communitheme/gtk-2.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-2.0/assets/combo-entry-rtl-entry-insensitive.png to /usr/local/share/themes/Communitheme/gtk-2.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-2.0/assets/combo-entry-rtl-entry.png to /usr/local/share/themes/Communitheme/gtk-2.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-2.0/assets/entry-active.png to /usr/local/share/themes/Communitheme/gtk-2.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-2.0/assets/entry-background-insensitive.png to /usr/local/share/themes/Communitheme/gtk-2.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-2.0/assets/entry-background.png to /usr/local/share/themes/Communitheme/gtk-2.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-2.0/assets/entry-insensitive.png to /usr/local/share/themes/Communitheme/gtk-2.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-2.0/assets/entry.png to /usr/local/share/themes/Communitheme/gtk-2.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-2.0/assets/focus.png to /usr/local/share/themes/Communitheme/gtk-2.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-2.0/assets/frame-inline.png to /usr/local/share/themes/Communitheme/gtk-2.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-2.0/assets/frame-notebook.png to /usr/local/share/themes/Communitheme/gtk-2.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-2.0/assets/frame.png to /usr/local/share/themes/Communitheme/gtk-2.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-2.0/assets/handle-horz.png to /usr/local/share/themes/Communitheme/gtk-2.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-2.0/assets/handle.png to /usr/local/share/themes/Communitheme/gtk-2.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-2.0/assets/handle-vert.png to /usr/local/share/themes/Communitheme/gtk-2.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-2.0/assets/checkbox-checked-active.png to /usr/local/share/themes/Communitheme/gtk-2.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-2.0/assets/checkbox-checked-insensitive.png to /usr/local/share/themes/Communitheme/gtk-2.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-2.0/assets/checkbox-checked.png to /usr/local/share/themes/Communitheme/gtk-2.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-2.0/assets/checkbox-mixed-active.png to /usr/local/share/themes/Communitheme/gtk-2.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-2.0/assets/checkbox-mixed-insensitive.png to /usr/local/share/themes/Communitheme/gtk-2.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-2.0/assets/checkbox-mixed.png to /usr/local/share/themes/Communitheme/gtk-2.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-2.0/assets/checkbox-unchecked-active.png to /usr/local/share/themes/Communitheme/gtk-2.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-2.0/assets/checkbox-unchecked-hover.png to /usr/local/share/themes/Communitheme/gtk-2.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-2.0/assets/checkbox-unchecked-insensitive.png to /usr/local/share/themes/Communitheme/gtk-2.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-2.0/assets/checkbox-unchecked.png to /usr/local/share/themes/Communitheme/gtk-2.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-2.0/assets/line.png to /usr/local/share/themes/Communitheme/gtk-2.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-2.0/assets/menubar-item-active.png to /usr/local/share/themes/Communitheme/gtk-2.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-2.0/assets/menu-border.png to /usr/local/share/themes/Communitheme/gtk-2.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-2.0/assets/menu-checkbox-hover.png to /usr/local/share/themes/Communitheme/gtk-2.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-2.0/assets/menu-checkbox-checked-insensitive.png to /usr/local/share/themes/Communitheme/gtk-2.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-2.0/assets/menu-checkbox-checked.png to /usr/local/share/themes/Communitheme/gtk-2.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-2.0/assets/menu-checkbox-insensitive.png to /usr/local/share/themes/Communitheme/gtk-2.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-2.0/assets/menu-checkbox-mixed-insensitive.png to /usr/local/share/themes/Communitheme/gtk-2.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-2.0/assets/menu-checkbox-mixed.png to /usr/local/share/themes/Communitheme/gtk-2.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-2.0/assets/menu-checkbox.png to /usr/local/share/themes/Communitheme/gtk-2.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-2.0/assets/menu-pan-down-insensitive.png to /usr/local/share/themes/Communitheme/gtk-2.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-2.0/assets/menu-pan-down.png to /usr/local/share/themes/Communitheme/gtk-2.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-2.0/assets/menu-pan-left-hover.png to /usr/local/share/themes/Communitheme/gtk-2.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-2.0/assets/menu-pan-left-insensitive.png to /usr/local/share/themes/Communitheme/gtk-2.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-2.0/assets/menu-pan-left.png to /usr/local/share/themes/Communitheme/gtk-2.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-2.0/assets/menu-pan-right-hover.png to /usr/local/share/themes/Communitheme/gtk-2.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-2.0/assets/menu-pan-right-insensitive.png to /usr/local/share/themes/Communitheme/gtk-2.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-2.0/assets/menu-pan-right.png to /usr/local/share/themes/Communitheme/gtk-2.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-2.0/assets/menu-pan-up-insensitive.png to /usr/local/share/themes/Communitheme/gtk-2.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-2.0/assets/menu-pan-up.png to /usr/local/share/themes/Communitheme/gtk-2.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-2.0/assets/menu-radio-hover.png to /usr/local/share/themes/Communitheme/gtk-2.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-2.0/assets/menu-radio-checked-insensitive.png to /usr/local/share/themes/Communitheme/gtk-2.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-2.0/assets/menu-radio-checked.png to /usr/local/share/themes/Communitheme/gtk-2.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-2.0/assets/menu-radio-insensitive.png to /usr/local/share/themes/Communitheme/gtk-2.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-2.0/assets/menu-radio-mixed-insensitive.png to /usr/local/share/themes/Communitheme/gtk-2.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-2.0/assets/menu-radio-mixed.png to /usr/local/share/themes/Communitheme/gtk-2.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-2.0/assets/menu-radio.png to /usr/local/share/themes/Communitheme/gtk-2.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-2.0/assets/notebook-combo-entry-ltr-entry-active.png to /usr/local/share/themes/Communitheme/gtk-2.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-2.0/assets/notebook-combo-entry-ltr-entry-insensitive.png to /usr/local/share/themes/Communitheme/gtk-2.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-2.0/assets/notebook-combo-entry-ltr-entry.png to /usr/local/share/themes/Communitheme/gtk-2.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-2.0/assets/notebook-combo-entry-rtl-entry-active.png to /usr/local/share/themes/Communitheme/gtk-2.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-2.0/assets/notebook-combo-entry-rtl-entry-insensitive.png to /usr/local/share/themes/Communitheme/gtk-2.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-2.0/assets/notebook-combo-entry-rtl-entry.png to /usr/local/share/themes/Communitheme/gtk-2.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-2.0/assets/notebook-entry-active.png to /usr/local/share/themes/Communitheme/gtk-2.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-2.0/assets/notebook-entry-insensitive.png to /usr/local/share/themes/Communitheme/gtk-2.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-2.0/assets/notebook-entry.png to /usr/local/share/themes/Communitheme/gtk-2.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-2.0/assets/pan-down-insensitive.png to /usr/local/share/themes/Communitheme/gtk-2.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-2.0/assets/pan-down.png to /usr/local/share/themes/Communitheme/gtk-2.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-2.0/assets/pan-left-insensitive.png to /usr/local/share/themes/Communitheme/gtk-2.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-2.0/assets/pan-left.png to /usr/local/share/themes/Communitheme/gtk-2.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-2.0/assets/pan-left-semi.png to /usr/local/share/themes/Communitheme/gtk-2.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-2.0/assets/pan-right-insensitive.png to /usr/local/share/themes/Communitheme/gtk-2.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-2.0/assets/pan-right.png to /usr/local/share/themes/Communitheme/gtk-2.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-2.0/assets/pan-right-semi.png to /usr/local/share/themes/Communitheme/gtk-2.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-2.0/assets/pan-up-insensitive.png to /usr/local/share/themes/Communitheme/gtk-2.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-2.0/assets/pan-up.png to /usr/local/share/themes/Communitheme/gtk-2.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-2.0/assets/progressbar-horz.png to /usr/local/share/themes/Communitheme/gtk-2.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-2.0/assets/progressbar-horz-trough.png to /usr/local/share/themes/Communitheme/gtk-2.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-2.0/assets/progressbar-vert.png to /usr/local/share/themes/Communitheme/gtk-2.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-2.0/assets/progressbar-vert-trough.png to /usr/local/share/themes/Communitheme/gtk-2.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-2.0/assets/radio-checked-active.png to /usr/local/share/themes/Communitheme/gtk-2.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-2.0/assets/radio-checked-insensitive.png to /usr/local/share/themes/Communitheme/gtk-2.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-2.0/assets/radio-checked.png to /usr/local/share/themes/Communitheme/gtk-2.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-2.0/assets/radio-mixed-active.png to /usr/local/share/themes/Communitheme/gtk-2.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-2.0/assets/radio-mixed-insensitive.png to /usr/local/share/themes/Communitheme/gtk-2.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-2.0/assets/radio-mixed.png to /usr/local/share/themes/Communitheme/gtk-2.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-2.0/assets/radio-unchecked-active.png to /usr/local/share/themes/Communitheme/gtk-2.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-2.0/assets/radio-unchecked-hover.png to /usr/local/share/themes/Communitheme/gtk-2.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-2.0/assets/radio-unchecked-insensitive.png to /usr/local/share/themes/Communitheme/gtk-2.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-2.0/assets/radio-unchecked.png to /usr/local/share/themes/Communitheme/gtk-2.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-2.0/assets/scale-horz-focus.png to /usr/local/share/themes/Communitheme/gtk-2.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-2.0/assets/scale-horz-trough-active.png to /usr/local/share/themes/Communitheme/gtk-2.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-2.0/assets/scale-horz-trough.png to /usr/local/share/themes/Communitheme/gtk-2.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-2.0/assets/scale-slider-active.png to /usr/local/share/themes/Communitheme/gtk-2.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-2.0/assets/scale-slider-hover.png to /usr/local/share/themes/Communitheme/gtk-2.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-2.0/assets/scale-slider-insensitive.png to /usr/local/share/themes/Communitheme/gtk-2.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-2.0/assets/scale-slider.png to /usr/local/share/themes/Communitheme/gtk-2.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-2.0/assets/scale-vert-trough-active.png to /usr/local/share/themes/Communitheme/gtk-2.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-2.0/assets/scale-vert-trough.png to /usr/local/share/themes/Communitheme/gtk-2.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-2.0/assets/scrollbar-arrow-up.png to /usr/local/share/themes/Communitheme/gtk-2.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-2.0/assets/scrollbar-arrow-down.png to /usr/local/share/themes/Communitheme/gtk-2.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-2.0/assets/scrollbar-arrow-left.png to /usr/local/share/themes/Communitheme/gtk-2.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-2.0/assets/scrollbar-arrow-right.png to /usr/local/share/themes/Communitheme/gtk-2.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-2.0/assets/scrollbar-horz-slider-active.png to /usr/local/share/themes/Communitheme/gtk-2.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-2.0/assets/scrollbar-horz-slider-hover.png to /usr/local/share/themes/Communitheme/gtk-2.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-2.0/assets/scrollbar-horz-slider.png to /usr/local/share/themes/Communitheme/gtk-2.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-2.0/assets/scrollbar-horz-trough.png to /usr/local/share/themes/Communitheme/gtk-2.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-2.0/assets/scrollbar-vert-slider-active.png to /usr/local/share/themes/Communitheme/gtk-2.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-2.0/assets/scrollbar-vert-slider-active-rtl.png to /usr/local/share/themes/Communitheme/gtk-2.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-2.0/assets/scrollbar-vert-slider-hover.png to /usr/local/share/themes/Communitheme/gtk-2.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-2.0/assets/scrollbar-vert-slider-hover-rtl.png to /usr/local/share/themes/Communitheme/gtk-2.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-2.0/assets/scrollbar-vert-slider.png to /usr/local/share/themes/Communitheme/gtk-2.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-2.0/assets/scrollbar-vert-slider-rtl.png to /usr/local/share/themes/Communitheme/gtk-2.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-2.0/assets/scrollbar-vert-trough.png to /usr/local/share/themes/Communitheme/gtk-2.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-2.0/assets/scrollbar-vert-trough-rtl.png to /usr/local/share/themes/Communitheme/gtk-2.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-2.0/assets/spin-down-insensitive.png to /usr/local/share/themes/Communitheme/gtk-2.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-2.0/assets/spin-down.png to /usr/local/share/themes/Communitheme/gtk-2.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-2.0/assets/spin-ltr-down-active.png to /usr/local/share/themes/Communitheme/gtk-2.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-2.0/assets/spin-ltr-down-hover.png to /usr/local/share/themes/Communitheme/gtk-2.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-2.0/assets/spin-ltr-down-insensitive.png to /usr/local/share/themes/Communitheme/gtk-2.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-2.0/assets/spin-ltr-down.png to /usr/local/share/themes/Communitheme/gtk-2.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-2.0/assets/spin-ltr-up-active.png to /usr/local/share/themes/Communitheme/gtk-2.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-2.0/assets/spin-ltr-up-hover.png to /usr/local/share/themes/Communitheme/gtk-2.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-2.0/assets/spin-ltr-up-insensitive.png to /usr/local/share/themes/Communitheme/gtk-2.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-2.0/assets/spin-ltr-up.png to /usr/local/share/themes/Communitheme/gtk-2.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-2.0/assets/spin-rtl-down-active.png to /usr/local/share/themes/Communitheme/gtk-2.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-2.0/assets/spin-rtl-down-hover.png to /usr/local/share/themes/Communitheme/gtk-2.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-2.0/assets/spin-rtl-down-insensitive.png to /usr/local/share/themes/Communitheme/gtk-2.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-2.0/assets/spin-rtl-down.png to /usr/local/share/themes/Communitheme/gtk-2.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-2.0/assets/spin-rtl-up-active.png to /usr/local/share/themes/Communitheme/gtk-2.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-2.0/assets/spin-rtl-up-hover.png to /usr/local/share/themes/Communitheme/gtk-2.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-2.0/assets/spin-rtl-up-insensitive.png to /usr/local/share/themes/Communitheme/gtk-2.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-2.0/assets/spin-rtl-up.png to /usr/local/share/themes/Communitheme/gtk-2.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-2.0/assets/spin-up-insensitive.png to /usr/local/share/themes/Communitheme/gtk-2.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-2.0/assets/spin-up.png to /usr/local/share/themes/Communitheme/gtk-2.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-2.0/assets/tab-down-active.png to /usr/local/share/themes/Communitheme/gtk-2.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-2.0/assets/tab-down.png to /usr/local/share/themes/Communitheme/gtk-2.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-2.0/assets/tab-horz-gap.png to /usr/local/share/themes/Communitheme/gtk-2.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-2.0/assets/tab-left-active.png to /usr/local/share/themes/Communitheme/gtk-2.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-2.0/assets/tab-left.png to /usr/local/share/themes/Communitheme/gtk-2.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-2.0/assets/tab-right-active.png to /usr/local/share/themes/Communitheme/gtk-2.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-2.0/assets/tab-right.png to /usr/local/share/themes/Communitheme/gtk-2.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-2.0/assets/tab-up-active.png to /usr/local/share/themes/Communitheme/gtk-2.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-2.0/assets/tab-up.png to /usr/local/share/themes/Communitheme/gtk-2.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-2.0/assets/tab-vert-gap.png to /usr/local/share/themes/Communitheme/gtk-2.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-2.0/assets/treeview-header-button.png to /usr/local/share/themes/Communitheme/gtk-2.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-2.0/assets/treeview-pan-down-active.png to /usr/local/share/themes/Communitheme/gtk-2.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-2.0/assets/treeview-pan-down-hover.png to /usr/local/share/themes/Communitheme/gtk-2.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-2.0/assets/treeview-pan-down.png to /usr/local/share/themes/Communitheme/gtk-2.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-2.0/assets/treeview-pan-up-active.png to /usr/local/share/themes/Communitheme/gtk-2.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-2.0/assets/treeview-pan-up-hover.png to /usr/local/share/themes/Communitheme/gtk-2.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-2.0/assets/treeview-pan-up.png to /usr/local/share/themes/Communitheme/gtk-2.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-2.0/assets/treeview-separator-ltr.png to /usr/local/share/themes/Communitheme/gtk-2.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-2.0/assets/treeview-separator-rtl.png to /usr/local/share/themes/Communitheme/gtk-2.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-3.0/assets/bullet-symbolic.svg to /usr/local/share/themes/Communitheme/gtk-3.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-3.0/assets/bullet-symbolic.symbolic.png to /usr/local/share/themes/Communitheme/gtk-3.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-3.0/assets/[email protected] to /usr/local/share/themes/Communitheme/gtk-3.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-3.0/assets/checkbox-active-selectionmode.png to /usr/local/share/themes/Communitheme/gtk-3.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-3.0/assets/[email protected] to /usr/local/share/themes/Communitheme/gtk-3.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-3.0/assets/checkbox-backdrop-selectionmode.png to /usr/local/share/themes/Communitheme/gtk-3.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-3.0/assets/[email protected] to /usr/local/share/themes/Communitheme/gtk-3.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-3.0/assets/checkbox-checked-active-selectionmode.png to /usr/local/share/themes/Communitheme/gtk-3.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-3.0/assets/[email protected] to /usr/local/share/themes/Communitheme/gtk-3.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-3.0/assets/checkbox-checked-backdrop-selectionmode.png to /usr/local/share/themes/Communitheme/gtk-3.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-3.0/assets/[email protected] to /usr/local/share/themes/Communitheme/gtk-3.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-3.0/assets/checkbox-checked-hover-selectionmode.png to /usr/local/share/themes/Communitheme/gtk-3.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-3.0/assets/[email protected] to /usr/local/share/themes/Communitheme/gtk-3.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-3.0/assets/checkbox-checked-selectionmode.png to /usr/local/share/themes/Communitheme/gtk-3.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-3.0/assets/[email protected] to /usr/local/share/themes/Communitheme/gtk-3.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-3.0/assets/checkbox-hover-selectionmode.png to /usr/local/share/themes/Communitheme/gtk-3.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-3.0/assets/[email protected] to /usr/local/share/themes/Communitheme/gtk-3.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-3.0/assets/checkbox-selectionmode.png to /usr/local/share/themes/Communitheme/gtk-3.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-3.0/assets/check-symbolic.svg to /usr/local/share/themes/Communitheme/gtk-3.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-3.0/assets/check-symbolic.symbolic.png to /usr/local/share/themes/Communitheme/gtk-3.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-3.0/assets/dash-symbolic.svg to /usr/local/share/themes/Communitheme/gtk-3.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-3.0/assets/dash-symbolic.symbolic.png to /usr/local/share/themes/Communitheme/gtk-3.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-3.0/assets/[email protected] to /usr/local/share/themes/Communitheme/gtk-3.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-3.0/assets/[email protected] to /usr/local/share/themes/Communitheme/gtk-3.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-3.0/assets/slider-horz-scale-has-marks-above-active.png to /usr/local/share/themes/Communitheme/gtk-3.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-3.0/assets/[email protected] to /usr/local/share/themes/Communitheme/gtk-3.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-3.0/assets/[email protected] to /usr/local/share/themes/Communitheme/gtk-3.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-3.0/assets/slider-horz-scale-has-marks-above-backdrop-insensitive.png to /usr/local/share/themes/Communitheme/gtk-3.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-3.0/assets/slider-horz-scale-has-marks-above-backdrop.png to /usr/local/share/themes/Communitheme/gtk-3.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-3.0/assets/[email protected] to /usr/local/share/themes/Communitheme/gtk-3.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-3.0/assets/slider-horz-scale-has-marks-above-hover.png to /usr/local/share/themes/Communitheme/gtk-3.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-3.0/assets/[email protected] to /usr/local/share/themes/Communitheme/gtk-3.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-3.0/assets/slider-horz-scale-has-marks-above-insensitive.png to /usr/local/share/themes/Communitheme/gtk-3.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-3.0/assets/slider-horz-scale-has-marks-above.png to /usr/local/share/themes/Communitheme/gtk-3.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-3.0/assets/[email protected] to /usr/local/share/themes/Communitheme/gtk-3.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-3.0/assets/[email protected] to /usr/local/share/themes/Communitheme/gtk-3.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-3.0/assets/slider-horz-scale-has-marks-below-active.png to /usr/local/share/themes/Communitheme/gtk-3.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-3.0/assets/[email protected] to /usr/local/share/themes/Communitheme/gtk-3.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-3.0/assets/[email protected] to /usr/local/share/themes/Communitheme/gtk-3.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-3.0/assets/slider-horz-scale-has-marks-below-backdrop-insensitive.png to /usr/local/share/themes/Communitheme/gtk-3.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-3.0/assets/slider-horz-scale-has-marks-below-backdrop.png to /usr/local/share/themes/Communitheme/gtk-3.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-3.0/assets/[email protected] to /usr/local/share/themes/Communitheme/gtk-3.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-3.0/assets/slider-horz-scale-has-marks-below-hover.png to /usr/local/share/themes/Communitheme/gtk-3.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-3.0/assets/[email protected] to /usr/local/share/themes/Communitheme/gtk-3.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-3.0/assets/slider-horz-scale-has-marks-below-insensitive.png to /usr/local/share/themes/Communitheme/gtk-3.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-3.0/assets/slider-horz-scale-has-marks-below.png to /usr/local/share/themes/Communitheme/gtk-3.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-3.0/assets/[email protected] to /usr/local/share/themes/Communitheme/gtk-3.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-3.0/assets/[email protected] to /usr/local/share/themes/Communitheme/gtk-3.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-3.0/assets/slider-vert-scale-has-marks-above-active.png to /usr/local/share/themes/Communitheme/gtk-3.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-3.0/assets/[email protected] to /usr/local/share/themes/Communitheme/gtk-3.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-3.0/assets/[email protected] to /usr/local/share/themes/Communitheme/gtk-3.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-3.0/assets/slider-vert-scale-has-marks-above-backdrop-insensitive.png to /usr/local/share/themes/Communitheme/gtk-3.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-3.0/assets/slider-vert-scale-has-marks-above-backdrop.png to /usr/local/share/themes/Communitheme/gtk-3.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-3.0/assets/[email protected] to /usr/local/share/themes/Communitheme/gtk-3.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-3.0/assets/slider-vert-scale-has-marks-above-hover.png to /usr/local/share/themes/Communitheme/gtk-3.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-3.0/assets/[email protected] to /usr/local/share/themes/Communitheme/gtk-3.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-3.0/assets/slider-vert-scale-has-marks-above-insensitive.png to /usr/local/share/themes/Communitheme/gtk-3.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-3.0/assets/slider-vert-scale-has-marks-above.png to /usr/local/share/themes/Communitheme/gtk-3.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-3.0/assets/[email protected] to /usr/local/share/themes/Communitheme/gtk-3.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-3.0/assets/[email protected] to /usr/local/share/themes/Communitheme/gtk-3.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-3.0/assets/slider-vert-scale-has-marks-below-active.png to /usr/local/share/themes/Communitheme/gtk-3.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-3.0/assets/[email protected] to /usr/local/share/themes/Communitheme/gtk-3.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-3.0/assets/[email protected] to /usr/local/share/themes/Communitheme/gtk-3.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-3.0/assets/slider-vert-scale-has-marks-below-backdrop-insensitive.png to /usr/local/share/themes/Communitheme/gtk-3.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-3.0/assets/slider-vert-scale-has-marks-below-backdrop.png to /usr/local/share/themes/Communitheme/gtk-3.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-3.0/assets/[email protected] to /usr/local/share/themes/Communitheme/gtk-3.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-3.0/assets/slider-vert-scale-has-marks-below-hover.png to /usr/local/share/themes/Communitheme/gtk-3.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-3.0/assets/[email protected] to /usr/local/share/themes/Communitheme/gtk-3.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-3.0/assets/slider-vert-scale-has-marks-below-insensitive.png to /usr/local/share/themes/Communitheme/gtk-3.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-3.0/assets/slider-vert-scale-has-marks-below.png to /usr/local/share/themes/Communitheme/gtk-3.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-3.0/assets/[email protected] to /usr/local/share/themes/Communitheme/gtk-3.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-3.0/assets/[email protected] to /usr/local/share/themes/Communitheme/gtk-3.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-3.0/assets/text-select-end-active.png to /usr/local/share/themes/Communitheme/gtk-3.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-3.0/assets/[email protected] to /usr/local/share/themes/Communitheme/gtk-3.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-3.0/assets/text-select-end-hover.png to /usr/local/share/themes/Communitheme/gtk-3.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-3.0/assets/text-select-end.png to /usr/local/share/themes/Communitheme/gtk-3.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-3.0/assets/[email protected] to /usr/local/share/themes/Communitheme/gtk-3.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-3.0/assets/[email protected] to /usr/local/share/themes/Communitheme/gtk-3.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-3.0/assets/text-select-start-active.png to /usr/local/share/themes/Communitheme/gtk-3.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-3.0/assets/[email protected] to /usr/local/share/themes/Communitheme/gtk-3.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-3.0/assets/text-select-start-hover.png to /usr/local/share/themes/Communitheme/gtk-3.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-3.0/assets/text-select-start.png to /usr/local/share/themes/Communitheme/gtk-3.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-3.0/assets/titlebutton-hover.png to /usr/local/share/themes/Communitheme/gtk-3.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-3.0/assets/[email protected] to /usr/local/share/themes/Communitheme/gtk-3.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-3.0/assets/titlebutton-active.png to /usr/local/share/themes/Communitheme/gtk-3.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-3.0/assets/[email protected] to /usr/local/share/themes/Communitheme/gtk-3.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-3.0/assets/titlebutton-selection-mode-hover.png to /usr/local/share/themes/Communitheme/gtk-3.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-3.0/assets/[email protected] to /usr/local/share/themes/Communitheme/gtk-3.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-3.0/assets/titlebutton-selection-mode-active.png to /usr/local/share/themes/Communitheme/gtk-3.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-3.0/assets/[email protected] to /usr/local/share/themes/Communitheme/gtk-3.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-3.0/assets/close-button.png to /usr/local/share/themes/Communitheme/gtk-3.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-3.0/assets/[email protected] to /usr/local/share/themes/Communitheme/gtk-3.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-3.0/assets/close-button-hover.png to /usr/local/share/themes/Communitheme/gtk-3.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-3.0/assets/[email protected] to /usr/local/share/themes/Communitheme/gtk-3.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-3.0/assets/close-button-active.png to /usr/local/share/themes/Communitheme/gtk-3.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-3.0/assets/[email protected] to /usr/local/share/themes/Communitheme/gtk-3.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-3.0/assets/close-button-backdrop.png to /usr/local/share/themes/Communitheme/gtk-3.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-3.0/assets/[email protected] to /usr/local/share/themes/Communitheme/gtk-3.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-3.0/assets/close-button-selection-mode.png to /usr/local/share/themes/Communitheme/gtk-3.0/assets
Installing /home/frederik/communitheme/gtk/src/gtk-3.0/assets/[email protected] to /usr/local/share/themes/Communitheme/gtk-3.0/assets
Running custom install script '/home/frederik/communitheme/icons/meson/post_install.py Communitheme'
Updating icon cache...
Running custom install script '/home/frederik/communitheme/sessions/meson/copy-to-wayland-session Communitheme'
Running custom install script '/home/frederik/communitheme/sessions/meson/compile-schemas'
Compiling overridden schemas
No schema files found: doing nothing.
frederik@xps:~/communitheme/build$

Update: completly wiped my "disk" and installed ubuntu 18.04 fresh this is all I did

sudo apt update && sudo apt upgrade
reboot
sudo apt install git sass sassc meson
git clone https://github.com/ubuntu/communitheme.git
cd communitheme
meson build --prefix=/usr/local
reboot

Same output as the one above and again NO communitheme session after reboot, thus I can't select the gnomeshell theme
I really think something is not working @didrocks

These are the communitheme files in "/usr" and there is some snap session file being installed :thinking: but in gdm there is only "ubuntu" and "Ubuntu wayland"
screenshot from 2018-07-19 15-26-01

Stupid question: did you install the the snap?

-.-
No! As I wrote that's all I did :) Ofc I didn't install the snap because the topic is that I need a development environment so I need to build every time I apply changes to the code :D
But I am actually thinking about using the snap for my host and developing on the VM after I figured this out.

Ok, So I found 2 bugs:

  1. GDM doesn't have /usr/local in its env, so not looking at session desktop file there.
    -> I guess right now, let's default back to /usr for prefix, which I really hate, but as long as you don't install the packaged version, it's fine :( The issue would be to SRU that on bionic.
  2. GNOME Shell doesn't like mode starting with a capital letter. It's doing some lowercasing in matching the mod name.

I'm going to do a PR for both.

@didrocks thanks for looking into that :tada:

Do you know if those two files
/usr/share/xsessions/Ubuntu with communitheme snap
/usr/share/wayland-sessions/Ubuntu with communitheme snap

Are created by some deb default or did I create them with meson? Because I deleted them @.@ If there were installed by default, any way to restore them? (deleted with shift ^^) If not no problem didn't install anything yet could easily wipe the ssd yet again

No worry, please check the PR!

The 2 files you mention are coming from the ubuntu-session package. This is why we shouldn't touch at anything in /usr in general, this is for the system ;)

To reinstall them, just reinstall the package: sudo apt install ubuntu-session --reinstall.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

matthewpaulthomas picture matthewpaulthomas  路  3Comments

madsrh picture madsrh  路  3Comments

sicklylife-jp picture sicklylife-jp  路  3Comments

mivoligo picture mivoligo  路  3Comments

Muqtxdir picture Muqtxdir  路  3Comments