Git Product home page Git Product logo

budgie-artwork's Introduction

budgie-artwork

Artwork for Ubuntu Budgie

Contains all the artwork for Ubuntu including LightDM and its Greeter

Also the icon-theme for Ubuntu Budgie - Pocillo - is defined


Tela icons

To refresh the tela icons in our project git fork:

cd ~/Downloads
git clone https://github.com/ubuntubudgie/tela-icon-theme
cd tela-icon-theme
cp src/scalable/apps/distributor-logo-ubuntu-budgie.svg ..
git remote add upstream https://github.com/vinceliuice/tela-icon-theme
git fetch upstream
git merge upstream/master
mv ../distributor-logo-ubuntu-budgie.svg src/scalable/apps/
git commit -m "Latest tela icons"
git push

Now navigate to tela-icon-theme in this budgie-artwork git project i.e.

cd tela-icon-theme
rm -rf *

copy from the tela-icon-theme project its contents into this folder

cp -r ../../tela-icon-theme/* .

merge Qogir icons and save

./merge.sh
git add -A
git commit -m "Merge latest tela/qogir icons"
git push

Use the following to initialise and pull the linked git repos

git submodule update --init --recursive

budgie-artwork's People

Contributors

fossfreedom avatar hexcube avatar ozwaldorf avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

budgie-artwork's Issues

remix-greeter - blank screen on startup

with 2.1.4 of lightdm-webkit2-greeter the antegros greeter works just fine on 16.04

the remix greeter gives this picture - i.e. the panel and nothing else:

screenshot from 2016-09-13 22-39-58

turning on debug I noticed this in /var/log/lightdm/seat0-greeter.log

file:///usr/share/lightdm-webkit/themes/remix-greeter/javascript/GUI.js:58:38: CONSOLE ERROR ReferenceError: Can't find variable: Config

Any thoughts on this @The5heepDev ?

Need to switch to lockscreen to LightDM GTK Greeter

Currently we've inherited the gnome-screensaver lockscreen, which's seen on Super+L:

ubuntu xenial running - oracle vm virtualbox 1_022

However, if you lock from Raven you see this beauty:

ubuntu 64bit minimal snapshot 1 running - oracle vm virtualbox_024

So how do we switch from gnome-screensaver and make lightdm-gtk-greeter the default locker?

Convert to a buildable project

At the moment the package uses themes built manually and copied into the project.

Need to change to a source build process i.e. meson or equivalent that builds from the theme sources.

This will make updates during the LTS cycle easier to manage (changing just the scss files) rather than having to ship wholescale rebuilds of themes.

16.10 does not autologin

worth testing if this is a lightdm.conf issue - check SeatDefaults syntax

[Seat:*]

also check if the session should be budgie-desktop or budge

LightDM Greeter won't change background

Lightdm Greeter won't change background when changing it using Settings > Background > Lock Screen

screenshot from 2016-07-13 08-58-26

It's possible to change it using lightdm-gtk-greeter-settings and Wallpaper should be in /usr/share/Backgroungs other directories are not working.

Wrong cursor theme (Breeze) gets set on LightDM Login Screen

our default on the desktop is DMZ-White - on the lightdm login screen it defaults to breeze - probably this is because we now package both breeze and dmz-cursors - and maybe the lastone installed wins.

Need to look at the greeter config file and add the cursor override - assuming there is such a thing.

Seamless boot experience

Spotted today that Canonical devs were talking about pulling the various packages to enable a seamless boot experience from BIOS to the login-manager.

Need to monitor this and adapt to the changes that will be required. Highly likely plymouth theme will need changing - so monitor what plymouth-ubuntu-themes changes are being done

Qogir-theme for 19.04

Proposal is for https://github.com/vinceliuice/Qogir-theme to be the default theme for 19.04

Using this issue to track integration issues as and when we find them.

Significant packaging issues:

  1. no Makefile just a install script which we can't use to package. The install script is a no-no for moving forward with this issue.
  2. Doesn't appear to be any slim theme variants - does this theme work with 768px vertical resolutions?
  3. How do people migrate from Pocillo to the new theme?
  4. Need to evaluate the theme with DesktopFolder - how does DesktopFolder look with this theme

Re 3 - possibly we should rebadge the theme - so call it Pocillo-{dark/light} - doesn't solve the slim theme named variants issue.

Need to check that slick-greeter login screen/lock screen and panel are similar to as now.

If we rebadge there is no need for xfce/cinnamon, gnome-shell parts - need a script to strip these out

Theme buttons I guess need to be circular as now.

lightdm-webkit2-greeter not working with latest upstream code

upstream lightdm-webkit2 guys have added support for 16.10. I've compiled and installed from the master branch using the new meson build mechanism. The default antegros theme works very nicely. Have also installed your greeter - unfortunately it doesnt work too well ๐Ÿ˜Ÿ

screenshot from 2016-10-22 23-44-45

moving the mouse over "dad" changes the cursor to a "grab" - but clicking there doesnt display the login box. Any thoughts on what the issue is? Also I note the font at the top needs a slight hint to be applied.

need to add distributor-logo-ubuntu-budgie.svg to hicolor

For icon themes that don't have our icon we need to add an icon to hicolor to allow for the ultimate fallback

i.e. /usr/share/icons/hicolor/scalable/apps/distributor-logo-ubuntu-budgie.svg

also /usr/share/icons/hicolor/scalable/apps/distributor-logo-budgie-remix.svg

Rename 50_budgieremix.conf

oops - the configuration file in /etc/lightdm.... is still the old name - needs renaming appropriately

Feb 8th Feature Freeze

17.04 Freeze Date is 16th Feb - after which only bugs can be resolved - no new features.

Thus to allow for upload and acceptance by Canonical our new features feature freeze is Feb 8th.

packaging updates required

debian package needs to be in its own branch

budgie-remix references --> budgie

merge our plank repo into here and discontinue our plank repo

Missing Makefile

oops - clean out .gitignore to allow local budgie-artwork project to upload the Makefile used to build Pocillo-theme

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.