[Breeze] [Bug 370374] GRUB menu has huge lag due to theme

2016-10-24 Thread Harald Sitter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=370374

--- Comment #9 from Harald Sitter  ---
If everyone used refind we'd all be happier for it ;)

-- 
You are receiving this mail because:
You are the assignee for the bug.


[Breeze] [Bug 370374] GRUB menu has huge lag due to theme

2016-10-24 Thread Harald Sitter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=370374

Harald Sitter  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |UPSTREAM

--- Comment #7 from Harald Sitter  ---
Sure if it is laggish then it shouldn't be themed. That too is something that
ought to be addressed in GRUB though, as only GRUB knows if rendering is
obscenely slow.

Now this doesn't seem particularly common given you are the only person who
complained. Best I can do is make distributions aware of this. If you think
that we should not advise using the theme based on the rendering lag, that is
something you want to take up with the VDG.

Personally I advise whoever has the problem to simply disable the theme. It's
basically having shit UX for everyone (no theme) or shit UX for a select few
(laggish rendering).

-- 
You are receiving this mail because:
You are the assignee for the bug.


[Breeze] [Bug 370374] GRUB menu has huge lag due to theme

2016-10-24 Thread Harald Sitter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=370374

--- Comment #5 from Harald Sitter  ---
Well, if that is the case then I guess you should be filing a bug with GRUB,
not the theme?

-- 
You are receiving this mail because:
You are the assignee for the bug.


[Breeze] [Bug 370981] Can't enter LUKS password

2016-10-24 Thread Harald Sitter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=370981

Harald Sitter  changed:

   What|Removed |Added

 Resolution|--- |DOWNSTREAM
 Status|UNCONFIRMED |RESOLVED

--- Comment #2 from Harald Sitter  ---
Please get in touch with your distribution, this is an integration issue.
Password queries are meant to go through a standardized system which is
behaving correctly as per our test
https://github.com/KDE/breeze-plymouth/blob/master/test/plytest.sh#L59

-- 
You are receiving this mail because:
You are the assignee for the bug.


[Breeze] [Bug 371276] Only black screen with breeze plymouth theme in plasma 5.8.2

2016-10-20 Thread Harald Sitter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=371276

Harald Sitter  changed:

   What|Removed |Added

 Resolution|--- |INVALID
 Status|UNCONFIRMED |RESOLVED

--- Comment #4 from Harald Sitter  ---
Right, so, Luca just checked on suse and the theme renders fine with the x11
renderer and runs through its test sequence without theme related problems.
Meaning the theme itself is working.

This leaves us with a number of options on why it breaks:
- the distributions' dracut doesn't package all the assets of the theme into
the initrd (images, font files maybe)
- the script itself fails to parse when run from initrd, which would be super
weird considering it is parsing just fine when run through the x11 renderer (at
least on opensuse).

So. Y'all want to take this to your distributions for investigation.

Best thing would be to find out how to switch plymouth into debug mode for your
distribution (usually kernel cmdline plymouth:debug) and then have a look at
the logs for any obvious errors regarding the breeze theme. Additionally
manually unpacking the initrd and checking that the theme tree in the initrd is
the same as the tree on-disk would be useful there.

When in doubt about the parsing bit: install the plymouth x11 renderer and run
sudo test/plytest.sh in the breeze-plymouth source tree. This should run a
fairly comprehensive ability test from offline-updates over fsck to password
prompt. Most importantly it will touch most code paths to detect parsing
errors.

Closing this report as it's not a theme problem apparently.

-- 
You are receiving this mail because:
You are the assignee for the bug.


[Breeze] [Bug 371276] Only black screen with breeze plymouth theme in plasma 5.8.2

2016-10-20 Thread Harald Sitter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=371276

--- Comment #2 from Harald Sitter  ---
If it works on neon it's hardly a problem with the theme though. Not quite sure
what to do with this.

-- 
You are receiving this mail because:
You are the assignee for the bug.


[Breeze] [Bug 370374] GRUB menu has huge lag due to theme

2016-10-10 Thread Harald Sitter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=370374

Harald Sitter  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDSINFO
 Resolution|--- |WAITINGFORINFO

--- Comment #1 from Harald Sitter  ---
If it was the progressbar I think we'd see more reports of this. I have however
seen this temporarily at some point, since it went away on its own after some
updates I am rather content in saying that this is either a bug in the grub
config or grub itself.

Please attach the following files to the bug report
- /boot/grub/grub.cfg
- /boot/grub/grubenv
- /etc/default/grub

Additionally zip up and attach all files in /etc/grub.d (alternatively attach
the files individually but I expect there to be a bunch of them).

Once you are sure you've attached all files please try the following.

On a terminal run `sudo update-grub`, then reboot and see if that fixed the
problem.

If it did not fix the problem delete the following directories and files:
- /boot/grub/themes/breeze/progress_bar/
- /boot/grub/themes/breeze/terminal/
- /boot/grub/themes/breeze/oxygenmono10.pf2
and again `sudo update-grub`, then reboot and see if that fixed the problem.

If it did not fix the problem edit the file /boot/grub/themes/breeze/theme.txt
and find the bit where it says 
> # Show the boot menu
> + boot_menu {
below that insert a new line with this content:
> scrollbar = false
save the file and again `sudo update-grub`, then reboot and see if that fixed
the problem.

If it did not fix the problem edit the same file again and remove the line
again. Towards the end of the file you'll find two "progress_bar {}" blocks.
Remove the bottom one, save the file and again `sudo update-grub`, then reboot
and see if that fixed the problem.

If it did not fix the problem edit the same file again and remove the other
"progress_bar {}" block as well, save, `sudo update-grub`, reboot and see if
that fixed the problem.

If none of the above steps fixed the problem you can restore your theme to the
defaults with the command `sudo apt install --reinstall grub-theme-breeze` and
I'll have to take a closer look at your config.

If one of the steps fixed the problem, please add a comment here. Additionally
restore the default with the command `sudo apt install --reinstall
grub-theme-breeze` followed by `sudo update-grub` and reboot to see if the
problem remains fixed. Please add a comment about this as well.

-- 
You are receiving this mail because:
You are the assignee for the bug.


[Breeze] [Bug 370374] GRUB menu has huge lag due to theme

2016-10-10 Thread Harald Sitter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=370374

Harald Sitter  changed:

   What|Removed |Added

Version|unspecified |5.8.0
   Assignee|neon-b...@kde.org   |plasma-devel@kde.org
Product|neon|Breeze
  Component|general |GRUB

-- 
You are receiving this mail because:
You are the assignee for the bug.


[Breeze] [Bug 367818] Password textfield is not visible when using dm-crypt

2016-08-26 Thread Harald Sitter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=367818

Harald Sitter  changed:

   What|Removed |Added

 Resolution|--- |WAITINGFORINFO
 Status|UNCONFIRMED |NEEDSINFO

--- Comment #1 from Harald Sitter  ---
Depending on which git version you are talking about the background isn't blue.
The password field code also hasn't changed since 5.7.1 and continues to pass
the ask-for-password test we have [1].

Sounds more like your initramfs doesn't include the png assets of the theme.
Check that. If you believe that to be in order, get a debug log of plymouth.

[1] https://github.com/KDE/breeze-plymouth/blob/master/test/plytest.sh#L59

-- 
You are receiving this mail because:
You are the assignee for the bug.


[Breeze] [Bug 365169] No cryptsetup entry box or information in Neon 5.7 breeze theme

2016-07-07 Thread Harald Sitter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=365169

Harald Sitter  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
   Version Fixed In||5.7.1
  Latest Commit||http://commits.kde.org/bree
   ||ze-plymouth/a5909e1cd59f592
   ||54898421df2eb66d4fe10e393
 Resolution|--- |FIXED

--- Comment #2 from Harald Sitter  ---
Git commit a5909e1cd59f59254898421df2eb66d4fe10e393 by Harald Sitter.
Committed on 07/07/2016 at 08:24.
Pushed by sitter into branch 'Plasma/5.7'.

fix spinner height and y to resolve broken layout chain

everything lays out relative to the spinner/logo, when changing to in-cpu
rotation the spinner code was not correctly updated to retain working
y and height calculations after changes to internal data structures.
this resulted in all objects layed out relative to the spinner to not
be drawn as their position was NaN.

plymouth could really benefit from openqa tests :/
FIXED-IN: 5.7.1

M  +2-2breeze/breeze.script.cmake

http://commits.kde.org/breeze-plymouth/a5909e1cd59f59254898421df2eb66d4fe10e393

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


[Breeze] [Bug 365169] No cryptsetup entry box or information in Neon 5.7 breeze theme

2016-07-07 Thread Harald Sitter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=365169

Harald Sitter  changed:

   What|Removed |Added

  Component|general |Plymouth
Product|neon|Breeze
   Assignee|neon-b...@kde.org   |plasma-devel@kde.org
Version|unspecified |5.7.0

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


[Breeze] [Bug 360967] The breeze-plymouth theme contains subdirectories

2016-03-30 Thread Harald Sitter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=360967

Harald Sitter  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |UPSTREAM
 Status|NEEDSINFO   |RESOLVED

--- Comment #3 from Harald Sitter  ---
plymouth bug it is then

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


[Breeze] [Bug 360967] The breeze-plymouth theme contains subdirectories

2016-03-29 Thread Harald Sitter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=360967

Harald Sitter  changed:

   What|Removed |Added

 Resolution|--- |WAITINGFORINFO
 Status|UNCONFIRMED |NEEDSINFO
 CC||dvra...@kde.org,
   ||rdie...@math.unl.edu,
   ||sit...@kde.org

--- Comment #1 from Harald Sitter  ---
Sounds more like a dracut issue TBH. There is nothing that would indicate a
plymouth theme shouldn't have folders, in fact script themes even have a
dedicated variable to define the images directory, so as far as plymouth is
concerned I'd say directories are supported.

I am adding Dan and Rex to CC's hoping that they have some thoughts on this.

I'd say that this is a dracut limitation that needs to be fixed in dracut.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel