[frameworks-baloo] [Bug 371659] New: Baloo File Extractor uses up all RAM at system start

2016-10-25 Thread Roman via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=371659

Bug ID: 371659
   Summary: Baloo File Extractor uses up all RAM at system start
   Product: frameworks-baloo
   Version: 5.27.0
  Platform: Neon Packages
OS: Linux
Status: UNCONFIRMED
  Severity: crash
  Priority: NOR
 Component: Baloo File Daemon
  Assignee: pinak.ah...@gmail.com
  Reporter: subd...@gmail.com

I have 4GB RAM in my laptop, and at every boot baloo_file_extractor fills up
around 3.8GB for ca. one minute. In this time the laptop is unuseable.

Maybe it's because I've a slow HD in this laptop (it shows "disk sleep" as
process state), but in any case the extractor shouldn't use all available
memory.

Reproducible: Always

-- 
You are receiving this mail because:
You are watching all bug changes.


[plasmashell] [Bug 366451] "display scaling" on hidpi screen results in poor font quality

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

--- Comment #8 from Roman  ---
Yes, you're right. But it's more: Certain elements (I assume everything
directly connected to the plasmashell or the theme) will not scale at all.

Try it out by setting the scale factor first to '2' -> Everything works fine.

Then set it to '1.9' -> artifacts + taskbar, window decorations and launcher
and icons in applications not scaled.

-- 
You are receiving this mail because:
You are watching all bug changes.


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

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

--- Comment #6 from Roman  ---
Of course somebody else has reported it already:
http://savannah.gnu.org/bugs/?46133
There is no mention of a theme as the issue, but one of the links is to the
redhat bug, I posted earlier.

If this is a common problem, as a workaround until it is solved I would prefer
to not use a theme at all per default. An unusable slow GRUB in case of high
resolution displays is worse than having a not so nice looking GRUB. But I'm
currently the only one complaining here, so as long as there are no other
people I'm fine with waiting on a fix by GRUB (which, when I look at their
bugtracker could be forever...). I can disable the theme on my PC in the
meantime.

-- 
You are receiving this mail because:
You are watching all bug changes.


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

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

Roman  changed:

   What|Removed |Added

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

--- Comment #4 from Roman  ---
Status changed back to UNCONFIRMED, since infos have been given.

-- 
You are receiving this mail because:
You are watching all bug changes.


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

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

--- Comment #3 from Roman  ---
Created attachment 101717
  --> https://bugs.kde.org/attachment.cgi?id=101717=edit
requested boot and config files

Tried out all your steps, problem wasn't solved. After looking at it a bit
more, I also don't think anymore it's because of the progress bar. The boot
screen is rendered letter by letter and it doesn't matter if the countdown is
actually running or was canceled (by pressing arrow down).

To me, it seems to be the fault of the GRUB theming engine itself. It's very
inefficient and for example Fedora after they had tried it out, gave up on it
directly as documented here: https://bugzilla.redhat.com/show_bug.cgi?id=822123

Maybe they reintroduced it later though with a trick? The alternative would be
to only use a different background instead of a whole theme.

-- 
You are receiving this mail because:
You are watching all bug changes.


[plasmashell] [Bug 368700] Logout buttons look blurry

2016-10-23 Thread Roman via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=368700

Roman  changed:

   What|Removed |Added

 Status|UNCONFIRMED |CONFIRMED
 Ever confirmed|0   |1
 CC||subd...@gmail.com

--- Comment #3 from Roman  ---
This is definitely caused by Qt's scaling, which btw doesn't seem to work at
all although it had worked earlier at some point in time. It also blurs other
texts on my system.

Neon 5.8.2

-- 
You are receiving this mail because:
You are watching all bug changes.


[plasmashell] [Bug 366451] "display scaling" on hidpi screen results in poor font quality

2016-10-23 Thread Roman via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=366451

Roman  changed:

   What|Removed |Added

 CC||subd...@gmail.com

--- Comment #5 from Roman  ---
Still relevant in 5.8.x? How does your shutdown overlay look? How Discover?

-- 
You are receiving this mail because:
You are watching all bug changes.


[neon] [Bug 370214] unable to upgrade system, but system keeps telling me to upgrade

2016-10-21 Thread Roman via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=370214

Roman  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |FIXED

-- 
You are receiving this mail because:
You are watching all bug changes.


[plasmashell] [Bug 367685] Toggle application launcher on meta key

2016-10-19 Thread Roman via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=367685

Roman  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|CONFIRMED   |RESOLVED
  Latest Commit||http://commits.kde.org/plas
   ||ma-framework/65706d3878d556
   ||c7a1eac18984ec41b1a1d96d56

--- Comment #6 from Roman  ---
Git commit 65706d3878d556c7a1eac18984ec41b1a1d96d56 by Roman Gilg.
Committed on 19/10/2016 at 16:51.
Pushed by romangilg into branch 'master'.

New bool to use activated signal as toggle of expanded

The launcher applets couldn't be closed with Meta alone and on Wayland
in general by any global shortcut, since we used for that the focusOutEvent
triggered only on X and only on global shortcuts (on default Alt+F1).

This patch introduces the new bool activationTogglesExpanded, which allowes
QML applets to decide if they wish to use the activated signal also to end
their expanded state.

The default value is false, in order to not break any legacy applets.

REVIEW: 129204

M  +16   -1src/plasmaquick/appletquickitem.cpp
M  +10   -0src/plasmaquick/appletquickitem.h
M  +1-0src/plasmaquick/private/appletquickitem_p.h
M  +7-2src/scriptengines/qml/plasmoid/appletinterface.cpp

http://commits.kde.org/plasma-framework/65706d3878d556c7a1eac18984ec41b1a1d96d56

-- 
You are receiving this mail because:
You are watching all bug changes.


[kwin] [Bug 370930] New: Panel toolbox popup corrupts depiction of maximized window and itself

2016-10-15 Thread Roman via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=370930

Bug ID: 370930
   Summary: Panel toolbox popup corrupts depiction of maximized
window and itself
   Product: kwin
   Version: git master
  Platform: Neon Packages
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: wayland-generic
  Assignee: kwin-bugs-n...@kde.org
  Reporter: subd...@gmail.com

I have vertical default panel on the right side.

Maximize some window -> open panel toolbox

Settings corrupted.

Now close again the settings -> Move away window from top of screen

Windowsize and/or -position corrupted (the window is moved to the lower edge
with its upper one and its height minimized).

Reproducible: Always

-- 
You are receiving this mail because:
You are watching all bug changes.


[Touchpad-KCM] [Bug 363109] systemsettings crash when selecting touchpad when run in a wayland session

2016-10-15 Thread Roman via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=363109

--- Comment #7 from Roman  ---
It's known to Martin that this is still not working. He already did some work
on the touchpad Wayland integration. He reported about his work in Bug 366605,
which  covers the problem of no tap-to-click on Wayland.

-- 
You are receiving this mail because:
You are watching all bug changes.


[user-manager] [Bug 363058] Autologin not working

2016-10-15 Thread Roman via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=363058

Roman  changed:

   What|Removed |Added

   Assignee|subd...@gmail.com   |k...@davidedmudnson.co.uk

-- 
You are receiving this mail because:
You are watching all bug changes.


[kmail2] [Bug 370369] Use "message preview pane next to message list" as new default

2016-10-15 Thread Roman via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=370369

--- Comment #2 from Roman  ---
Sure. ;)

I just believe this layout to be objectively better (because of computer
screens being more wide than high and therefore using the available space
better). In the second place it's of course also a matter of taste, which
version you prefer. But it seems natural to prioritize the "objectively better"
option and let the user switch to the other one instead of doing it the other
way around.

But if you don't think one is 'objectively better' than the other, it's also
fine and we don't have to argue about it because I don't think changing this is
one of the most important things at the moment and I don't have a huge
incentive pushing it. This bug/wishlist entry was only meant as a suggestion.

-- 
You are receiving this mail because:
You are watching all bug changes.


[kwin] [Bug 370920] New: Meta key sometimes stops working after suspend phase

2016-10-15 Thread Roman via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=370920

Bug ID: 370920
   Summary: Meta key sometimes stops working after suspend phase
   Product: kwin
   Version: git master
  Platform: Neon Packages
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: kwin-bugs-n...@kde.org
  Reporter: subd...@gmail.com

I can't tell if the problem was also present prior to 5.8.1 e.g. prior to
https://phabricator.kde.org/D2945
but now sometimes I can't open the start menu anymore after a suspend phase.

At the moment I don't have more precise information. I have to monitor the
situation a bit more.

Reproducible: Sometimes

-- 
You are receiving this mail because:
You are watching all bug changes.


[kwin] [Bug 370913] Logout from Wayland session locks up system

2016-10-15 Thread Roman via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=370913

--- Comment #3 from Roman  ---
For comparision command output in X session:

Before logout:
https://paste.kde.org/p6u7ubyy5
After logout:
https://paste.kde.org/pjnfy00lm

A difference I noticed in the logs: In the Wayland case, the sddm-helper
doesn't exit and the Greeter doesn't get stopped in the "Before logout" state.
This happens instead on logout (with restart). And in Wayland it tries to
create a new vt7, but that's probably meant this way, since the Wayland session
doesn't take over vt7.

In this context: In the Wayland case after logout the jump to vt2 in the
sddm.service logs is difficult to understand. sddm is on vt7 and Wayland was on
vt8.

-- 
You are receiving this mail because:
You are watching all bug changes.


[kwin] [Bug 370913] Logout from Wayland session locks up system

2016-10-15 Thread Roman via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=370913

--- Comment #2 from Roman  ---
After issuing "systemctl restart sddm" the terminal login-prompt on tty2 is
displayed and you can login. But switching to other terminals via Ctrl+Alt+Fx
is not possible.

-- 
You are receiving this mail because:
You are watching all bug changes.


[kwin] [Bug 370913] New: Logout from Wayland session locks up system

2016-10-15 Thread Roman via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=370913

Bug ID: 370913
   Summary: Logout from Wayland session locks up system
   Product: kwin
   Version: git master
  Platform: Neon Packages
OS: Linux
Status: UNCONFIRMED
  Severity: major
  Priority: NOR
 Component: wayland-generic
  Assignee: kwin-bugs-n...@kde.org
  Reporter: subd...@gmail.com

After logout via start menu, the display goes dark but never launches sddm
afterwards. Also switching to other VT doesn't work anymore. You have to hard
reset the machine.

In the hung up state I observed the following:
a) initiating a ssh connection to the machine doesn't work anymore, but
b) if there was already a ssh connection beforehand, you can still use it fully
and I ran some commands, which could help solving this issue:

Commands: w, ps aux | grep sddm, ps aux | grep wayland, systemctl status
sddm.service 
Before logout attempt: https://paste.kde.org/p73u3wypo
In locked up state: https://paste.kde.org/pw0gj3v5b

Kernel log: dmesg (!)
https://paste.kde.org/pkfxfqtu0


Reproducible: Always

Steps to Reproduce:
1. Launch Wayland session
2. Try to logout from session

-- 
You are receiving this mail because:
You are watching all bug changes.


[neon] [Bug 370358] GIve sddm user home folder and .face.icon ACL rights in order to load the avatar

2016-10-15 Thread Roman via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=370358

--- Comment #7 from Roman  ---
There is also this bug fix for 0.14.1: https://github.com/sddm/sddm/issues/685

Is it related to the problem at hand?

-- 
You are receiving this mail because:
You are watching all bug changes.


[neon] [Bug 370358] GIve sddm user home folder and .face.icon ACL rights in order to load the avatar

2016-10-15 Thread Roman via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=370358

Roman  changed:

   What|Removed |Added

 Status|UNCONFIRMED |CONFIRMED
 Ever confirmed|0   |1

--- Comment #6 from Roman  ---
Ok, so it should work with the next SDDM release 0.15, which should come in a
few weeks or months? And which Plasma is needed? 5.8.x?

-- 
You are receiving this mail because:
You are watching all bug changes.


[plasmashell] [Bug 370490] Copyright violation in sddm theme

2016-10-15 Thread Roman via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=370490

--- Comment #3 from Roman  ---
Created attachment 101570
  --> https://bugs.kde.org/attachment.cgi?id=101570=edit
sddm thumbnail with Kant

Thanks, but I would prefer a professional shot of a photo model (male or female
doesn't matter) or some image, which is not of a random living specific person
not related to the KDE project.

I made a version from a painting presumably depicting Kant (because you know,
Kant is kool): https://commons.wikimedia.org/wiki/File:Kant_Portrait.jpg

I don't know if it's a problem, that it's only in the "Public domain" and not
CC/LGPL, but I think it's probably a fair bet, since the original painting has
lost its copyright and the image of the painting will be only part of a way
larger image of our login screen.

But if you have doubts, maybe you can find another historic painting under
CC/LGPL. As long as it's not a controversial historic person, looking like we
want to make a political statement, I would still strongly prefer it to a
random living person not related to modelling. Or if you find a professional
model shot under CC/LGPL, we can also use this.

-- 
You are receiving this mail because:
You are watching all bug changes.


[user-manager] [Bug 363058] Autologin not working

2016-10-14 Thread Roman via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=363058

Roman  changed:

   What|Removed |Added

 CC||mykolaspana...@gmail.com

--- Comment #11 from Roman  ---
*** Bug 358441 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.


[user-manager] [Bug 358441] System settings --> User Manager --> Automatic login does not save

2016-10-14 Thread Roman via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358441

Roman  changed:

   What|Removed |Added

 CC||subd...@gmail.com
 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #2 from Roman  ---
Thank for your bug report. Better late then never: David is working on a
solution regarding the inconsistency in the user interface, probably just by
hiding the checkbox in the future, since there is another way to en-/disable
automatic login: Go to the SDDM KCM, i.e. go to System Settings -> Startup and
Shutdown -> Login Screen (SDDM) -> Advanced.

*** This bug has been marked as a duplicate of bug 363058 ***

-- 
You are receiving this mail because:
You are watching all bug changes.


[neon] [Bug 370630] Can't have any existing activities when updating to 5.8.1 or black screen on login

2016-10-14 Thread Roman via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=370630

Roman  changed:

   What|Removed |Added

 CC||h...@kde.org

--- Comment #4 from Roman  ---
Added Eike Hein to the email list, since he restructured Activity Pager before
5.8. See:
https://phabricator.kde.org/D2677

-- 
You are receiving this mail because:
You are watching all bug changes.


[neon] [Bug 370630] Can't have any existing activities when updating to 5.8.1 or black screen on login

2016-10-14 Thread Roman via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=370630

Roman  changed:

   What|Removed |Added

 CC||subd...@gmail.com

--- Comment #2 from Roman  ---
Regarding the forum discussion: Cobber mentioned that the culprit is maybe
KActivites. Can somebody confirm? Then we should move the bug report to this
component instead of general Neon.

-- 
You are receiving this mail because:
You are watching all bug changes.


[neon] [Bug 370383] Dependencies for KDE build are broken

2016-10-12 Thread Roman via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=370383

Roman  changed:

   What|Removed |Added

   Severity|major   |minor

-- 
You are receiving this mail because:
You are watching all bug changes.


[plasmashell] [Bug 370490] Copyright violation in sddm theme

2016-10-12 Thread Roman via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=370490

Roman  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Resolution|FIXED   |---
 Status|RESOLVED|REOPENED
 CC||subd...@gmail.com

--- Comment #1 from Roman  ---
It's still a part of this file:
sddm-theme/breeze.jpg

-- 
You are receiving this mail because:
You are watching all bug changes.


[kscreenlocker] [Bug 370367] Button and input field are ugly in Dark Breeze theme

2016-10-11 Thread Roman via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=370367

--- Comment #2 from Roman  ---
There is also this problem, sandman13 pointed to in IRC:
http://i.imgur.com/uwD8O9f.png

So if a user wants to use a bright background, he should be able to manually
change to a dark lockscreen text with (in this case!) dark input field and
button.

-- 
You are receiving this mail because:
You are watching all bug changes.


[plasmashell] [Bug 370362] Default user icon after installation differs from the one shown in user manager

2016-10-11 Thread Roman via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=370362

Roman  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Resolution|FIXED   |---
 Status|RESOLVED|REOPENED

--- Comment #2 from Roman  ---
This commit alone doesn't work. I just updated my Neon Dev Unstable, where I
haven't set a new avatar since installation. This means my
/var/lib/AccountsService/icons directory is empty and there also is no
~/.face.icon.

The system needs to create the default icon in one of these two locations, if
we want to provide the default icon right from the start.

-- 
You are receiving this mail because:
You are watching all bug changes.


[kwin] [Bug 370340] Application launcher leaves traces of its graphical interface behind

2016-10-10 Thread Roman via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=370340

--- Comment #3 from Roman  ---
Good call! Setting "Animation speed" in Compositor KCM to "Instant" crashed my
user session, but after logging in again it used the new setting and no traces
are there anymore.

-- 
You are receiving this mail because:
You are watching all bug changes.


[kwin] [Bug 370341] Meta+Shift+KEY shortcuts not working

2016-10-10 Thread Roman via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=370341

--- Comment #2 from Roman  ---
I think there are no shortcuts, which have this as default and can be used
already in Wayland. I only found "Print rectengular screen" and "Walk
activities backwards".

I always set my "Move window one Virtual Desktop Up" to Meta+Shift+W and this
is not working, it's working though, if I set it to something else, that's why
I thought the problem are not the Virtual Desktops themselves.

I just tried out setting Meta+Shift+D in my Wayland session as some random
function (Volume up), which didn't triggered pressing it. But setting Meta+D to
this same function worked.

-- 
You are receiving this mail because:
You are watching all bug changes.


[kscreenlocker] [Bug 370365] American language with German locales: Date is in German

2016-10-10 Thread Roman via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=370365

--- Comment #2 from Roman  ---
Yea, probably related to https://bugs.kde.org/show_bug.cgi?id=365139 and the
most infamous bug https://bugs.kde.org/show_bug.cgi?id=340982

I just thought it's still useful to create an extra report for the lockscreen
aswell. Maybe the reason is here something else or if not, it atleast shows,
that the issue is wider spread and not only affecting the digital clock widget.
For me personally I find it only to be mildly annoying, but still, it affects
several key components of the Plasma desktop.

-- 
You are receiving this mail because:
You are watching all bug changes.


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

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

--- Comment #2 from Roman  ---
Thanks for the comprehensive guide. Will do the steps it in a few days when I'm
back on my 4K monitor.

-- 
You are receiving this mail because:
You are watching all bug changes.


[kmail2] [Bug 370275] KMail crashes when pressing SPACE while displaying a message

2016-10-10 Thread Roman via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=370275

--- Comment #4 from Roman  ---
Does this makes sense though? Olaf is on Arch. I'm using Neon on the other
side.

-- 
You are receiving this mail because:
You are watching all bug changes.


[kwin] [Bug 370396] New: TabBox with filter rule "All other desktops" shows desktop if there are no other windows

2016-10-10 Thread Roman via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=370396

Bug ID: 370396
   Summary: TabBox with filter rule "All other desktops" shows
desktop if there are no other windows
   Product: kwin
   Version: git master
  Platform: Neon Packages
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: tabbox
  Assignee: kwin-bugs-n...@kde.org
  Reporter: subd...@gmail.com

With activated "Filter windows by: Virtual desktops: All other desktops" in
KCM, if there are no windows on other Virtual Desktops, pressing Alt+Tab
activates "Show Desktop" on current Virtual Desktop.

This happens also with deactivated 'Include "Show Desktop" Icon' option.
If at all, it should switch to the next Virtual Desktop and show this one, but
not the current one.

Reproducible: Always

Steps to Reproduce:
1. Activate the option
2. Have multiple Virtual Desktops
3. Don't have any windows on other Virtual Desktops
4. Open window on current Vritual Desktop
5. Press Alt+Tab
-> Moves window to the side, i.e. shows current Virtual Desktop.

-- 
You are receiving this mail because:
You are watching all bug changes.


[kwin] [Bug 370375] TabBox with activated "All other desktops" only switches to "Show Desktop" instead of other windows

2016-10-10 Thread Roman via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=370375

Roman  changed:

   What|Removed |Added

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

--- Comment #2 from Roman  ---
Ok, my fault. I didn't got what was meant by the description of this option.
There is still a bug though, but I'll reopen it as a new report.

-- 
You are receiving this mail because:
You are watching all bug changes.


[kwin] [Bug 370375] TabBox with activated "All other desktops" only switches to "Show Desktop" instead of other windows

2016-10-10 Thread Roman via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=370375

Roman  changed:

   What|Removed |Added

Summary|TabBox with activated "All  |TabBox with activated "All
   |other desktops" can only|other desktops" only
   |switch only to "Show|switches to "Show Desktop"
   |Desktop"|instead of other windows

-- 
You are receiving this mail because:
You are watching all bug changes.


[kwin] [Bug 370346] "Add Widget" applet doesn't receive keyboard inputs

2016-10-09 Thread Roman via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=370346

Roman  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|UNCONFIRMED |RESOLVED

--- Comment #2 from Roman  ---


*** This bug has been marked as a duplicate of bug 369867 ***

-- 
You are receiving this mail because:
You are watching all bug changes.


[plasmashell] [Bug 369867] Widget searching stopped working on Wayland session.

2016-10-09 Thread Roman via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=369867

--- Comment #3 from Roman  ---
*** Bug 370346 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.


[plasmashell] [Bug 369867] Widget searching stopped working on Wayland session.

2016-10-09 Thread Roman via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=369867

Roman  changed:

   What|Removed |Added

 CC||subd...@gmail.com

-- 
You are receiving this mail because:
You are watching all bug changes.


[neon] [Bug 370383] New: Dependencies for KDE build are broken

2016-10-09 Thread Roman via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=370383

Bug ID: 370383
   Summary: Dependencies for KDE build are broken
   Product: neon
   Version: unspecified
  Platform: Neon Packages
OS: Linux
Status: UNCONFIRMED
  Severity: major
  Priority: NOR
 Component: Packages User Edition
  Assignee: neon-b...@kde.org
  Reporter: subd...@gmail.com
CC: j...@jriddell.org, neon-b...@kde.org, sit...@kde.org

I. Using these dependencies for frameworks:
https://community.kde.org/Guidelines_and_HOWTOs/Build_from_source/Install_the_dependencies#deb-based_distributions_.28Debian.2C_Neon.2C_Kubuntu29

The problem is the regex "libkf5.*-dev", which leads to attempted downloads of
deprecated and incompatible packages. These packages had been removed from Neon
repos but are then still selected by falling back to the Ubuntu repos.

libkf5akonadisocialutils-dev was probably removed from Neon repos, but is still
found in version 15.12 in the Ubuntu repos.

But there is also breakage in Neon directly:
libkf5composereditorng-dev depends on libkf5composereditorng5 16.04 and
kf5-kdepim-apps-libs-data 16.04, but which is 16.08 in Neon.

II. Stuff not because of the regex (part of the dependencies for Plasma and
Applications):
1.
libqt5xmlpatterns5-private-dev : Depends: libqt5xmlpatterns5-dev (=
5.5.1-2build1) but 5.7.0-0neon+16.04+build3 is to be installed
2.
The following packages have unmet dependencies:
 libqt5declarative5 : Depends: qtbase-abi-5-5-1
  Depends: qtscript-abi-5-2-0


Reproducible: Always

-- 
You are receiving this mail because:
You are watching all bug changes.


[plasmashell] [Bug 370377] New: Leave screen difficult to read, highlighting doesn't work in software rendering

2016-10-09 Thread Roman via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=370377

Bug ID: 370377
   Summary: Leave screen difficult to read, highlighting doesn't
work in software rendering
   Product: plasmashell
   Version: 5.8.0
  Platform: Neon Packages
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: Theme - Breeze
  Assignee: visual-des...@kde.org
  Reporter: subd...@gmail.com
CC: plasma-b...@kde.org

The new Leave-screen looks good, but it's sometimes difficult to detect the
selected item, because the different white tones for activated and not
activated items are quite near to each other.

Also with a noisy background, it is general difficult to read.

And for some reason with software rendering (Gallium, llvmpipe) it doesn't show
the highlighting of the selected item at all until you click somewhere else to
cancel the timer.



Reproducible: Always

-- 
You are receiving this mail because:
You are watching all bug changes.


[plasmashell] [Bug 365617] pinned chromium launcher disappears

2016-10-09 Thread Roman via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=365617

Roman  changed:

   What|Removed |Added

 CC||subd...@gmail.com

-- 
You are receiving this mail because:
You are watching all bug changes.


[kwin] [Bug 333511] Tabbox doesn't show on first Alt+Tab invokation

2016-10-09 Thread Roman via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=333511

Roman  changed:

   What|Removed |Added

 CC||subd...@gmail.com

-- 
You are receiving this mail because:
You are watching all bug changes.


[kwin] [Bug 370375] New: TabBox with activated "All other desktops" can only switch only to "Show Desktop"

2016-10-09 Thread Roman via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=370375

Bug ID: 370375
   Summary: TabBox with activated "All other desktops" can only
switch only to "Show Desktop"
   Product: kwin
   Version: git master
  Platform: Neon Packages
OS: Linux
Status: UNCONFIRMED
  Severity: major
  Priority: NOR
 Component: tabbox
  Assignee: kwin-bugs-n...@kde.org
  Reporter: subd...@gmail.com

Doesn't matter if "Show Desktop" was actually selected in the KCM, if "All
other desktops" is enabled, TabBox is only able to switches to "Show Desktop".

Happens on X. On Wayland it seems to not work at all with enabled option.

Reproducible: Always

-- 
You are receiving this mail because:
You are watching all bug changes.


[neon] [Bug 370374] New: GRUB menu has huge lag due to theme

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

Bug ID: 370374
   Summary: GRUB menu has huge lag due to theme
   Product: neon
   Version: unspecified
  Platform: Neon Packages
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: neon-b...@kde.org
  Reporter: subd...@gmail.com
CC: j...@jriddell.org, neon-b...@kde.org, sit...@kde.org

On my 4K monitor with Intel graphics the GRUB menu is extremely slow, when the
theme is used. With the new black and white theme though it's a bit better than
with the old blue theme.

Every second counting down needs additional time to calculate the graphics and
switching from one boot option to the next one can cause a delay of several
seconds per item.

I've read that this can be caused by the use of scrollbars. See here page 73:
https://drive.google.com/file/d/0B82343FTJphIbElHUGVac1hBZnc/view

Maybe the progress bars are the problem here?

It's at the moment still a legacy DOS system and I haven't changed anything
about the GRUB files except for a briefer timeout.

Reproducible: Always

-- 
You are receiving this mail because:
You are watching all bug changes.


[kmail2] [Bug 370275] KMail crashes when pressing SPACE while displaying a message

2016-10-09 Thread Roman via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=370275

Roman  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |CONFIRMED
 CC||subd...@gmail.com

--- Comment #1 from Roman  ---
Confirming this issue on fully upgraded Neon User Edition.

The error message is:
kmail: symbol lookup error: /usr/lib/x86_64-linux-gnu/libkmailprivate.so.5:
undefined symbol: _ZNK13MessageViewer6Viewer8atBottomEv

-- 
You are receiving this mail because:
You are watching all bug changes.


[kmail2] [Bug 370369] New: Use "message preview pane next to message list" as new default

2016-10-09 Thread Roman via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=370369

Bug ID: 370369
   Summary: Use "message preview pane next to message list" as new
default
   Product: kmail2
   Version: Git (master)
  Platform: Neon Packages
OS: Linux
Status: UNCONFIRMED
  Severity: wishlist
  Priority: NOR
 Component: UI
  Assignee: kdepim-b...@kde.org
  Reporter: subd...@gmail.com

Especially on modern 16:9 screens, this layout uses the available space way
more efficient. But that this is possible with Kmail is not well known and the
option to switch to this layout is hidden deep inside the settings. I only
learned about it by some blog post, which is probably also not known to many
users:
https://blogs.churlaud.com/somefoobar/2016/09/17/ive-been-trying-kmail-and/

And even after reading the blog post, I searched quite long for the switch in
the KMail settings.

Reproducible: Always

-- 
You are receiving this mail because:
You are watching all bug changes.


[kmail2] [Bug 369860] Message traversing shortcuts are not intuitive

2016-10-09 Thread Roman via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=369860

Roman  changed:

   What|Removed |Added

 CC||subd...@gmail.com

--- Comment #1 from Roman  ---
I agree on that it's confusing. But in general being able to scroll through the
message list and the messages without the need of refocusing is a good feature.
There should be only some sort of information at the start to inform the user
about this possibility. I did use KMail for more than a year now and only with
your description of the problem I learned that you could use right/left keys
for navigating the message list. I did ignore the problem until now and clicked
with my mouse, which is less efficient. So thanks for that. ;)

Loss of focus is not a problem if you use separate keys for traversing the
message list and scrolling the messages.

-- 
You are receiving this mail because:
You are watching all bug changes.


[kscreenlocker] [Bug 370367] New: Button and input field are ugly in Dark Breeze theme

2016-10-09 Thread Roman via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=370367

Bug ID: 370367
   Summary: Button and input field are ugly in Dark Breeze theme
   Product: kscreenlocker
   Version: unspecified
  Platform: Neon Packages
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: breeze-theme
  Assignee: plasma-b...@kde.org
  Reporter: subd...@gmail.com
CC: bhus...@gmail.com, mgraess...@kde.org

Using Dark Breeze the screen locker becomes quite ugly, because the white lines
of the symbol stay white and the background in the bright blue, while button
and input field are dark grey.

Elements in lockscreen should be excluded from theming.

Reproducible: Always

-- 
You are receiving this mail because:
You are watching all bug changes.


[user-manager] [Bug 363058] Autologin not working

2016-10-09 Thread Roman via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=363058

Roman  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |CONFIRMED
Version|5.4.3   |5.8.0
 CC||subd...@gmail.com
   Assignee|afies...@kde.org|subd...@gmail.com
   Platform|Debian testing  |Neon Packages

--- Comment #7 from Roman  ---
Needs to be dealt with! It's very confusing for the user. Since Alex gave up on
KDE hacking according to his blog I'll claim the report in the meantime until I
can gather some information what to do with this confusing option in the user
manager.

I'll also bump up the version number, since it's still present in 5.8 and
master branch.

-- 
You are receiving this mail because:
You are watching all bug changes.


[kscreenlocker] [Bug 370365] New: American language with German locales: Date is in German

2016-10-09 Thread Roman via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=370365

Bug ID: 370365
   Summary: American language with German locales: Date is in
German
   Product: kscreenlocker
   Version: unspecified
  Platform: Neon Packages
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: plasma-b...@kde.org
  Reporter: subd...@gmail.com
CC: bhus...@gmail.com, mgraess...@kde.org

I'm using American English in KCM Language and tried de_DE aswell as en_DE in
KCM Formats. In the lockscreen the date is always in German language instead of
English. For example it's Mittwoch instead of wednesday.

The same is true for sddm by the way. But this might be independent of
Kscreenlocker.

Reproducible: Always

-- 
You are receiving this mail because:
You are watching all bug changes.


[plasmashell] [Bug 370362] New: Default user icon after installation differs from the one shown in user manager

2016-10-09 Thread Roman via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=370362

Bug ID: 370362
   Summary: Default user icon after installation differs from the
one shown in user manager
   Product: plasmashell
   Version: master
  Platform: Neon Packages
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: Application Menu (Kicker)
  Assignee: h...@kde.org
  Reporter: subd...@gmail.com
CC: plasma-b...@kde.org

In Kicker is a two stroke circle + half-circle, while in user manager you have
the blue-green one.

After selecting another avatar in user manager, the Kicker icon is also the the
other one and it works from then on.

Reproducible: Always

-- 
You are receiving this mail because:
You are watching all bug changes.


[neon] [Bug 370358] New: GIve sddm user home folder and .face.icon ACL rights in order to load the avatar

2016-10-09 Thread Roman via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=370358

Bug ID: 370358
   Summary: GIve sddm user home folder and .face.icon ACL rights
in order to load the avatar
   Product: neon
   Version: unspecified
  Platform: Neon Packages
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: Packages User Edition
  Assignee: neon-b...@kde.org
  Reporter: subd...@gmail.com
CC: j...@jriddell.org, neon-b...@kde.org, sit...@kde.org

Changing user avatar in user manager doesn't change user icon in sddm. It
creates a file .face.icon in the home folder, but this isn't readable by sddm.

WIth info from sddm readme
(https://github.com/sddm/sddm/blob/master/README.md#no-user-icon):
We should set with a script acl execute rights to the user's homefolder and acl
read rights to the .face.icon file. This could be also done on creation of a
new user for the default user icon (which needs first to be created here).

Reproducible: Always

-- 
You are receiving this mail because:
You are watching all bug changes.


[kdelibs] [Bug 297003] Newly created text files are not empty

2016-10-09 Thread Roman via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=297003

Roman  changed:

   What|Removed |Added

 CC||subd...@gmail.com

--- Comment #9 from Roman  ---
Still here 2016.

-- 
You are receiving this mail because:
You are watching all bug changes.


[dolphin] [Bug 370355] New: Creating new text file directly after launching app doesn't reload directory

2016-10-09 Thread Roman via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=370355

Bug ID: 370355
   Summary: Creating new text file directly after launching app
doesn't reload directory
   Product: dolphin
   Version: 16.08.1
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: dolphin-bugs-n...@kde.org
  Reporter: subd...@gmail.com

Launch Dolphin. Directly create a text file over the context menu. It doesn't
load the view new. Manually reloading with F5 shows, that the file was created
though.

Reproducible: Always

-- 
You are receiving this mail because:
You are watching all bug changes.


[neon] [Bug 370353] New: Discover uses wrong KDE packages

2016-10-09 Thread Roman via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=370353

Bug ID: 370353
   Summary: Discover uses wrong KDE packages
   Product: neon
   Version: unspecified
  Platform: Neon Packages
OS: Linux
Status: UNCONFIRMED
  Severity: grave
  Priority: NOR
 Component: Packages User Edition
  Assignee: neon-b...@kde.org
  Reporter: subd...@gmail.com
CC: j...@jriddell.org, neon-b...@kde.org, sit...@kde.org

On User Edition 5.8 new Discover wants to download KDE packages from official
Ubuntu repos instead of Neon repos. Because of this you can't install KDE apps
on Neon User Edition with Discover (throws Dependency resolution failed).

It shows the wrong repo also in Discover under Version attribute on the detail
view of an app.

It works on the Neon Dev Unstable build though.

Reproducible: Always

-- 
You are receiving this mail because:
You are watching all bug changes.


[Discover] [Bug 370350] New: Pixelated sometimes outdated icons for apps

2016-10-09 Thread Roman via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=370350

Bug ID: 370350
   Summary: Pixelated sometimes outdated icons for apps
   Product: Discover
   Version: 5.8.0
  Platform: Neon Packages
OS: Linux
Status: UNCONFIRMED
  Severity: wishlist
  Priority: NOR
 Component: discover
  Assignee: aleix...@kde.org
  Reporter: subd...@gmail.com

I assume this is already known (who could overlook it?). Still opening this
report for sake of completeness.

Application logos should be SVG files or of high resolutions. Some logos are
also outdated (Dolphin for example).

Reproducible: Always

-- 
You are receiving this mail because:
You are watching all bug changes.


[Discover] [Bug 370349] New: No way to go back from full Application description

2016-10-09 Thread Roman via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=370349

Bug ID: 370349
   Summary: No way to go back from full Application description
   Product: Discover
   Version: 5.8.0
  Platform: Neon Packages
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: discover
  Assignee: aleix...@kde.org
  Reporter: subd...@gmail.com

When browsing apps and then selecting one to show the full description, there
is no way to go back directly to the list coming from. Also selecting another
list, doesn't close the detail view. Only going completely back to "Home"
closes the detail view.

There should be a button to get back exactly to the position in the list
(should also support Esc or Backspace as shortcut).

Clicking on another category should open this list instead of the detail view.

Reproducible: Always

-- 
You are receiving this mail because:
You are watching all bug changes.


[kwin] [Bug 370346] New: "Add Widget" applet doesn't receive keyboard inputs

2016-10-09 Thread Roman via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=370346

Bug ID: 370346
   Summary: "Add Widget" applet doesn't receive keyboard inputs
   Product: kwin
   Version: git master
  Platform: Neon Packages
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: wayland-generic
  Assignee: kwin-bugs-n...@kde.org
  Reporter: subd...@gmail.com

Try to add widget for desktop. Keyboard inputs activate KRunner instead. Even
clicking on the search icon gives only a blinking cursor but no recognized
keyboard inputs.

Reproducible: Always

-- 
You are receiving this mail because:
You are watching all bug changes.


[kwin] [Bug 370345] New: Resizing Qt based apps with grab to window border pushes window short distance away from cursor

2016-10-09 Thread Roman via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=370345

Bug ID: 370345
   Summary: Resizing Qt based apps with grab to window border
pushes window short distance away from cursor
   Product: kwin
   Version: git master
  Platform: Neon Packages
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: wayland-generic
  Assignee: kwin-bugs-n...@kde.org
  Reporter: subd...@gmail.com

Grab a Qt based app's window border in order to resize it. As soon as you start
dragging, the window will snap back further away from the cursor. Because of
this you can't for example strecht a window completely up to the top of the
screen.

Tests:
Happens with:
- Konsole, Dolphin
- QupZilla
Doesn't:
- Chrome
- Firefox

Reproducible: Always

-- 
You are receiving this mail because:
You are watching all bug changes.


[kwin] [Bug 370158] Krunner on Wayland can only be opened on the first desktop

2016-10-09 Thread Roman via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=370158

Roman  changed:

   What|Removed |Added

 CC||subd...@gmail.com
   Assignee|k...@privat.broulik.de   |kwin-bugs-n...@kde.org
Product|krunner |kwin
  Component|general |wayland-generic
 Status|UNCONFIRMED |CONFIRMED
 Ever confirmed|0   |1

--- Comment #2 from Roman  ---
It is maybe related to the fact, that the KCM doesn't pickup multiple screens
at all. See here: https://bugs.kde.org/show_bug.cgi?id=370344

I'll move the report to KWin Wayland, so Martin can decide where it should
belong.

-- 
You are receiving this mail because:
You are watching all bug changes.


[kwin] [Bug 370344] New: Changing setup of Virtual Desktops and Pager doesn't work in Wayland

2016-10-09 Thread Roman via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=370344

Bug ID: 370344
   Summary: Changing setup of Virtual Desktops and Pager doesn't
work in Wayland
   Product: kwin
   Version: git master
  Platform: Neon Packages
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: wayland-generic
  Assignee: kwin-bugs-n...@kde.org
  Reporter: subd...@gmail.com

At the moment the setting from X session regarding the setup of virtual
desktops is used in Wayland. But it's not changeable again in the KCM (here it
only says 1 screen and 1 row all the time). The pager consequently only shows
one virtual desktop.

Reproducible: Always

-- 
You are receiving this mail because:
You are watching all bug changes.


[kwin] [Bug 366605] Tap-to-click missing on Wayland

2016-10-09 Thread Roman via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=366605

Roman  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |CONFIRMED

--- Comment #4 from Roman  ---
For anyone interested, here a little tutorial how to do the configuration over
DBus:

# Get all possible InputDevice events:
qdbus org.kde.KWin.InputDevice

# For every such event check its name, until you find the one matching your
touchpad:
qdbus org.kde.KWin.InputDevice /org/kde/KWin/InputDevice/eventX
org.freedesktop.DBus.Properties.Get org.kde.KWin.InputDevice name

# For this one get current tapToClick value:
qdbus org.kde.KWin.InputDevice /org/kde/KWin/InputDevice/eventY
org.freedesktop.DBus.Properties.Get org.kde.KWin.InputDevice tapToClick

# It'll be false. So set it to true:
qdbus org.kde.KWin.InputDevice /org/kde/KWin/InputDevice/eventY
org.freedesktop.DBus.Properties.Set org.kde.KWin.InputDevice tapToClick true

# Confirm, that it changed to true:
qdbus org.kde.KWin.InputDevice /org/kde/KWin/InputDevice/eventY
org.freedesktop.DBus.Properties.Get org.kde.KWin.InputDevice tapToClick

When activated, also Multitouch works directly. Nice work, Martin. We've to
talk again about the touchpad KCM stuff some time in the future

-- 
You are receiving this mail because:
You are watching all bug changes.


[kwin] [Bug 366605] Tap-to-click missing on Wayland

2016-10-09 Thread Roman via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=366605

Roman  changed:

   What|Removed |Added

 CC||subd...@gmail.com

-- 
You are receiving this mail because:
You are watching all bug changes.


[Touchpad-KCM] [Bug 363109] systemsettings crash when selecting touchpad when run in a wayland session

2016-10-09 Thread Roman via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=363109

Roman  changed:

   What|Removed |Added

 CC||subd...@gmail.com

-- 
You are receiving this mail because:
You are watching all bug changes.


[kwin] [Bug 370341] New: Meta+Shift+KEY shortcuts not working

2016-10-09 Thread Roman via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=370341

Bug ID: 370341
   Summary: Meta+Shift+KEY shortcuts not working
   Product: kwin
   Version: git master
  Platform: Neon Packages
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: wayland-generic
  Assignee: kwin-bugs-n...@kde.org
  Reporter: subd...@gmail.com

Trying to set such a (Global) Keyboard shortcut in the KCM doesn't work in
Wayland. The ones, set in X, work neither.

Reproducible: Always

-- 
You are receiving this mail because:
You are watching all bug changes.


[kwin] [Bug 370340] Application launcher leaves traces of its graphical interface behind

2016-10-09 Thread Roman via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=370340

--- Comment #1 from Roman  ---
KWin supportInformation:
https://paste.kde.org/pvp6qt5ru

-- 
You are receiving this mail because:
You are watching all bug changes.


[kwin] [Bug 370340] New: Application launcher leaves traces of its graphical interface behind

2016-10-09 Thread Roman via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=370340

Bug ID: 370340
   Summary: Application launcher leaves traces of its graphical
interface behind
   Product: kwin
   Version: git master
  Platform: Neon Packages
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: wayland-generic
  Assignee: kwin-bugs-n...@kde.org
  Reporter: subd...@gmail.com

After opening and closing again the Application launcher leaves traces behind
on the desktop background as well as other windows, which were behind it. When
moving the mousepointer over this area, the half transparent echo of the
launcher flickers. It goes away, when clicking on a second window, the effect
stops

Reproducible: Always

-- 
You are receiving this mail because:
You are watching all bug changes.


[kwin] [Bug 370339] New: When resizing windows the cursor switches to one icon only

2016-10-09 Thread Roman via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=370339

Bug ID: 370339
   Summary: When resizing windows the cursor switches to one icon
only
   Product: kwin
   Version: git master
  Platform: Neon Packages
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: wayland-generic
  Assignee: kwin-bugs-n...@kde.org
  Reporter: subd...@gmail.com

Grabbing a window for resizing operations leads the cursor to be only in one
depiction regardless of actual resize direction: Arrows from left down to right
up.

Reproducible: Always

-- 
You are receiving this mail because:
You are watching all bug changes.


[kwin] [Bug 370338] New: Reopening System Settings doesn't raise it or give focus

2016-10-09 Thread Roman via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=370338

Bug ID: 370338
   Summary: Reopening System Settings doesn't raise it or give
focus
   Product: kwin
   Version: git master
  Platform: Neon Packages
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: wayland-generic
  Assignee: kwin-bugs-n...@kde.org
  Reporter: subd...@gmail.com

This could be a problem in general for gui applications, which only allow one
instance.

When System Settings are already opened, opening again for example from the
launcher doesn't raises the window or gives focus.

Reproducible: Always

-- 
You are receiving this mail because:
You are watching all bug changes.


[kwin] [Bug 370336] New: Changing rendering backend hangs session

2016-10-09 Thread Roman via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=370336

Bug ID: 370336
   Summary: Changing rendering backend hangs session
   Product: kwin
   Version: git master
  Platform: Neon Packages
OS: Linux
Status: UNCONFIRMED
  Severity: crash
  Priority: NOR
 Component: wayland-generic
  Assignee: kwin-bugs-n...@kde.org
  Reporter: subd...@gmail.com

Switching between OpenGL2 and 3 fades to black and hangs graphical interface.
Needs reboot (can be done for example with hardwarekey gracefully if
configured).

Reproducible: Always

-- 
You are receiving this mail because:
You are watching all bug changes.


[kwin] [Bug 370333] New: System Settings window decoration has no title

2016-10-09 Thread Roman via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=370333

Bug ID: 370333
   Summary: System Settings window decoration has no title
   Product: kwin
   Version: git master
  Platform: Neon Packages
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: wayland-generic
  Assignee: kwin-bugs-n...@kde.org
  Reporter: subd...@gmail.com

In contrast to X the window misses a title.

Reproducible: Always

-- 
You are receiving this mail because:
You are watching all bug changes.


[systemsettings] [Bug 367902] Systemsettings crash under wayland session

2016-10-09 Thread Roman via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=367902

Roman  changed:

   What|Removed |Added

 CC||subd...@gmail.com

--- Comment #1 from Roman  ---
Hi, I can't reproduce this in general on Neon Dev/User. There are certain KCMs
not working, but it doesn't happen in general that Systemsettings is crashing
when selecting several items one after the other.

-- 
You are receiving this mail because:
You are watching all bug changes.


[neon] [Bug 370214] unable to upgrade system, but system keeps telling me to upgrade

2016-10-08 Thread Roman via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=370214

--- Comment #4 from Roman  ---
Hi Ribiku,
great to hear that it solved your problem. Somebody else has to answer this
question, who is more involved in the development of Discover. I think it uses
PackageKit, which again uses an apt backend for updating / installing software.

In any case when updating, Discover seems to do something equivalent to apt
full-upgrade. Maybe it should also do apt install -f, in case this doesn't
succeed ? Or did already apt full-upgrade fix your problem?

-- 
You are receiving this mail because:
You are watching all bug changes.


[Discover] [Bug 370262] Discover doesn't show a notification icon in system tray when new updates are available

2016-10-07 Thread Roman via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=370262

--- Comment #4 from Roman  ---
Yea, you're right. It was already fixed by Aleix Pol and I assume it will land
with 5.8.1. Aleix pushed it to 5.8 branch. You can close this bug report as
duplicate of https://bugs.kde.org/show_bug.cgi?id=369644.

-- 
You are receiving this mail because:
You are watching all bug changes.


[Discover] [Bug 370262] Discover doesn't show a notification icon in system tray when new updates are available

2016-10-07 Thread Roman via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=370262

Roman  changed:

   What|Removed |Added

 Status|UNCONFIRMED |CONFIRMED
 Ever confirmed|0   |1
 CC||subd...@gmail.com

--- Comment #2 from Roman  ---
Maybe this problem is also related to the older bugreport:
https://bugs.kde.org/show_bug.cgi?id=347496

Although before 5.8 it worked for me in Neon User edition.

-- 
You are receiving this mail because:
You are watching all bug changes.


[neon] [Bug 370214] unable to upgrade system, but system keeps telling me to upgrade

2016-10-07 Thread Roman via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=370214

Roman  changed:

   What|Removed |Added

 CC||subd...@gmail.com

--- Comment #2 from Roman  ---
Try with terminal: Open Konsole. Execute line by line:
sudo apt update
sudo apt upgrade
sudo apt full-upgrade

If upgrade and full-upgrade don't work:
sudo apt install -f

-- 
You are receiving this mail because:
You are watching all bug changes.


[neon] [Bug 369077] Issues with UEFI dual booting with other Ubuntu OS's

2016-10-07 Thread Roman via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=369077

Roman  changed:

   What|Removed |Added

 CC||subd...@gmail.com

--- Comment #1 from Roman  ---
I have the same problem on my laptop with a Neon User edition install and a
Neon Dev unstable edition.

I assume the problem is the following:
Go as root into the uefi partition:
cd /boot/efi/EFI

There are two directories: neon and ubuntu and in both you find a config-file
grub.cfg

On my system after executing grub-install from my firstly installed Neon User
Edition it changes the denoted bootpartition only in the grub.cfg of the neon
directory to its User Edition partition, but leaves the ubuntu/grub.cfg with
the other value of the Dev Edition as it is. I assume the Uefi implementation
of Neon then still favours this file instead of neon/grub.cfg

-- 
You are receiving this mail because:
You are watching all bug changes.


[neon] [Bug 370208] KDE Neon updated to 5.8 - now can't log in (blank screen after splash)

2016-10-07 Thread Roman via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=370208

Roman  changed:

   What|Removed |Added

 CC||subd...@gmail.com

--- Comment #2 from Roman  ---
Did you do sudo apt full-upgrade?

-- 
You are receiving this mail because:
You are watching all bug changes.


[neon] [Bug 370032] libkf5purpose-bin : Breaks: libkf5purpose5 (< 1.1+p16.04+git20160930.1710-0~ciBuild) but 1.1+p16.04+git20160823.1857-0 is installed

2016-10-07 Thread Roman via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=370032

--- Comment #6 from Roman  ---
Since it didn't work the first time, can you add a comment if it now worked for
you?

-- 
You are receiving this mail because:
You are watching all bug changes.


[neon] [Bug 370032] libkf5purpose-bin : Breaks: libkf5purpose5 (< 1.1+p16.04+git20160930.1710-0~ciBuild) but 1.1+p16.04+git20160823.1857-0 is installed

2016-10-06 Thread Roman via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=370032

--- Comment #5 from Roman  ---
Ok, sorry. Forgot the most important part. Remove the offending package without
dependency check:
sudo dpkg -r --force-depends libkf5purposewidgets5

-- 
You are receiving this mail because:
You are watching all bug changes.


[neon] [Bug 370032] libkf5purpose-bin : Breaks: libkf5purpose5 (< 1.1+p16.04+git20160930.1710-0~ciBuild) but 1.1+p16.04+git20160823.1857-0 is installed

2016-10-06 Thread Roman via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=370032

Roman  changed:

   What|Removed |Added

 CC||subd...@gmail.com
 Resolution|--- |INVALID
 Status|UNCONFIRMED |RESOLVED

--- Comment #3 from Roman  ---
I also encountered this problem. In your log see the lines:

"The following packages were automatically installed and are no longer
required:
  libappstream3 libkf5purposewidgets5 liblegacytaskmanager5 libphp-adodb
libprotobuf9v5 php-letodms-core
  php-letodms-lucene qml-modules-org-kde-purpose"

Just do "sudo apt autoremove" to delete the offending libkf5purposewidgets5
package.

Setting status to RESOLVED. But if it still doesn't work for you for some
reason, write a comment.

-- 
You are receiving this mail because:
You are watching all bug changes.


[yakuake] [Bug 360037] KF5 yakuake sometimes gets detached and shows up in the task manager

2016-10-04 Thread Evstifeev Roman via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=360037

Evstifeev Roman  changed:

   What|Removed |Added

 CC||someuniquen...@gmail.com

-- 
You are receiving this mail because:
You are watching all bug changes.


[plasmashell] [Bug 367685] Toggle application launcher on meta key

2016-10-04 Thread Roman via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=367685

Roman  changed:

   What|Removed |Added

 CC||subd...@gmail.com

-- 
You are receiving this mail because:
You are watching all bug changes.


[kdeconnect] [Bug 369495] New: SDcard root directory is empty in Dolphin

2016-09-28 Thread Roman via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=369495

Bug ID: 369495
   Summary: SDcard root directory is empty in Dolphin
   Product: kdeconnect
   Version: unspecified
  Platform: Neon Packages
OS: Linux
Status: UNCONFIRMED
  Severity: major
  Priority: NOR
 Component: common
  Assignee: albertv...@gmail.com
  Reporter: subd...@gmail.com

I can see files in
~/.config/kdeconnect/xxx/kdeconnect_sftp/xxx/storage/sdcard1/DCIM/Camera/
but not in
~/.config/kdeconnect/xxx/kdeconnect_sftp/xxx/storage/sdcard1

But both locations are shown in: kdeconnect://xxx/
Also on the other hand I can see files in the root directory of the internal
memory.

Versions:
Desktop: 1.0.1
Android-App: 1.4.4 (tested on Android5 and 6)

Reproducible: Always

-- 
You are receiving this mail because:
You are watching all bug changes.


[kwin] [Bug 368581] New: With no opened TabBox it switches with Alt+Shift+Tab to next window instead of previous one (on X)

2016-09-11 Thread Roman via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=368581

Bug ID: 368581
   Summary: With no opened TabBox it switches with Alt+Shift+Tab
to next window instead of previous one (on X)
   Product: kwin
   Version: git master
  Platform: Neon Packages
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: tabbox
  Assignee: kwin-bugs-n...@kde.org
  Reporter: subd...@gmail.com

As soon as you're in the TabBox it works normally again. On Wayland it works in
general.

When setting a custom Key in System settings other than Alt+Shift+Tab, it also
works on X (but then in TabBox you've to use the default key again ... probably
not related though).

Happens on: KDE Neon user edition and dev unstable.

Reproducible: Always

Steps to Reproduce:
1. Press Alt+Shift+Tab

Actual Results:  
Switch to next window in list

Expected Results:  
Switch to last window in list

-- 
You are receiving this mail because:
You are watching all bug changes.


[kwin] [Bug 366603] First alt-tab press not handled

2016-09-08 Thread Roman via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=366603

Roman  changed:

   What|Removed |Added

 CC||subd...@gmail.com

--- Comment #2 from Roman  ---
Just FYI: This happens to me both on Wayland and X with

Alt+Tab and Alt+Shift+Tab (reverse window switch)

Neon Dev Unstable.

-- 
You are receiving this mail because:
You are watching all bug changes.


[Spectacle] [Bug 364572] Take region screenshot from multimonitors configuration work with incorrectly scaled

2016-09-01 Thread roman via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=364572

--- Comment #1 from roman  ---
Created attachment 100876
  --> https://bugs.kde.org/attachment.cgi?id=100876=edit
Resolution image is not equal to the resolution of the screen

I can provide more additional information for this bug
Example: Two monitors, all has resolution 1920x1080
When I take rectungular screenshot from spectacle, I selected region of my
first monitor. I expacted what screenshot resolution is still exist 1920x1080.
But output screenshot has resolution  960x540


Kscreen config
[
{
"enabled": true,
"id": "4243c4320d0dc86e8f6b48570f5eb46d",
"metadata": {
"fullname": "xrandr-unknown",
"name": "eDP1"
},
"mode": {
"refresh": 59.97454833984375,
"size": {
"height": 1080,
"width": 1920
}
},
"pos": {
"x": 0,
"y": 0
},
"primary": true,
"rotation": 1
},
{
"enabled": true,
"id": "a2cc2e8f33908041d09260f27a89fe65",
"metadata": {
"fullname": "xrandr-FS2333-46359023",
"name": "HDMI2"
},
"mode": {
"refresh": 60,
"size": {
"height": 1080,
"width": 1920
}
},
"pos": {
"x": 1920,
"y": 0
},
"primary": false,
"rotation": 1
}
]

-- 
You are receiving this mail because:
You are watching all bug changes.


[konsole] [Bug 351910] Appearance settings warns about desktop effects for transparency

2016-08-31 Thread Roman via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=351910

--- Comment #4 from Roman  ---
The patch isn't listed in 16.08 tag though:
https://quickgit.kde.org/?p=konsole.git=log=468817123b56db6e2794191402032e28f6411691

So I assumed it ships with 16.08.1, or does it work differently?

-- 
You are receiving this mail because:
You are watching all bug changes.


[konsole] [Bug 351910] Appearance settings warns about desktop effects for transparency

2016-08-31 Thread Roman via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=351910

Roman  changed:

   What|Removed |Added

 CC||subd...@gmail.com

--- Comment #2 from Roman  ---
@ Kurt: I think this problem was already solved with
https://git.reviewboard.kde.org/r/128669/
The fix is not included in 16.08 though. Comes with next 16.08.1 in a week.

@ Jeremy: If you built Konsole with kdesrc-build, it should work though. Works
on my Neon dev unstable but not Neon stable.

-- 
You are receiving this mail because:
You are watching all bug changes.


[konsole] [Bug 335120] Konsole was started before desktop effects were enabled. You need to restart Konsole to see transparent background.

2016-08-31 Thread Roman via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=335120

Roman  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 CC||subd...@gmail.com
 Resolution|--- |FIXED

--- Comment #3 from Roman  ---
Regarding new posts in this old bugreport: The recent (as in august 2016)
regression is already fixed on master branch: See
https://bugs.kde.org/show_bug.cgi?id=366368

Except working transparent backgrounds again in the next bugfix patch.

I'll close this old bug report in order to limit the confusion.

-- 
You are receiving this mail because:
You are watching all bug changes.


[kwin] [Bug 367987] "Smart" window placement doesn't ignore panels with "Windows Go Below" visibility

2016-08-30 Thread Roman via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=367987

Roman  changed:

   What|Removed |Added

  Component|core|general

-- 
You are receiving this mail because:
You are watching all bug changes.


[kwin] [Bug 367987] "Smart" window placement doesn't ignore panels with "Windows Go Below" visibility

2016-08-30 Thread Roman via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=367987

--- Comment #2 from Roman  ---
Created attachment 100845
  --> https://bugs.kde.org/attachment.cgi?id=100845=edit
How it works with "Smart" placement option

-- 
You are receiving this mail because:
You are watching all bug changes.


[kwin] [Bug 367987] "Smart" window placement doesn't ignore panels with "Windows Go Below" visibility

2016-08-30 Thread Roman via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=367987

--- Comment #1 from Roman  ---
Created attachment 100844
  --> https://bugs.kde.org/attachment.cgi?id=100844=edit
How it works with other placement options

-- 
You are receiving this mail because:
You are watching all bug changes.


[kwin] [Bug 367987] New: "Smart" window placement doesn't ignore panels with "Windows Go Below" visibility

2016-08-30 Thread Roman via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=367987

Bug ID: 367987
   Summary: "Smart" window placement doesn't ignore panels with
"Windows Go Below" visibility
   Product: kwin
   Version: 5.7.3
  Platform: unspecified
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: kwin-bugs-n...@kde.org
  Reporter: bigworm...@mail.ru

I have transparent panel with "Windows Go Below" visibility option, so I want
my windows to go below that panel(s) when they're opening. It works well on
other window placement options, but not with "Smart" one. Still, it works fine
with "WIndows Can Cover".

Reproducible: Always

Steps to Reproduce:
1.Create panel with "Windows Go Below" visibilty
2.Choose "Smart" window placement
3.Open windows

Actual Results:  
Windows doesn't go below panel

Expected Results:  
Windows Ignores that type of panels

-- 
You are receiving this mail because:
You are watching all bug changes.


[KScreen] [Bug 346961] Multi Monitor configuration lost on reboot, must reconfigure after startup

2016-08-22 Thread roman via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=346961

--- Comment #83 from roman  ---
I have Arch Linux with uncomment [kde-unstable] repo. But my current install
version of kde is 5.7.3(

-- 
You are receiving this mail because:
You are watching all bug changes.


[plasmashell] [Bug 353975] Black screen on second display.

2016-08-21 Thread roman via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=353975

roman  changed:

   What|Removed |Added

 CC||ceo.ro...@gmail.com

--- Comment #61 from roman  ---
Confirm on Plasma 5.7.3
if I do "killall plashmashell && plasmashell", everything goes back to normal.

-- 
You are receiving this mail because:
You are watching all bug changes.


[KScreen] [Bug 346961] Multi Monitor configuration lost on reboot, must reconfigure after startup

2016-08-21 Thread roman via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=346961

--- Comment #78 from roman  ---
I tried set read-only of my ~/.local/share/kscreen/{file}. But cannot help me( 
When I reboot I see black screen on my second monitor. And on second monitor I
see only mouse cursor(((

-- 
You are receiving this mail because:
You are watching all bug changes.


[kwin] [Bug 361154] Running native OpenGL games - with compositing enabled - breaks X11 Plasma 5.6.0 Window Decorations

2016-08-18 Thread Roman via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361154

--- Comment #95 from Roman  ---
Tested the patch, too (with Day of Defeat). Without the patch on i7 Haswell
graphics (Neon User edition) shadows broke after closing game, with patch no
broken shadows. -> Patch is fine.

@ wolfyrion: This is not related to this bug nor the patch. The compositor is
still going to shutdown if the application hints at it (aslong as you don't
overrule it with a specific window rule). If you want to have another behaviour
as default, create an independent bug report / feature request for that.

-- 
You are receiving this mail because:
You are watching all bug changes.


[Spectacle] [Bug 364572] Take region screenshot from multimonitors configuration work with incorrectly scaled

2016-08-18 Thread roman via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=364572

roman  changed:

   What|Removed |Added

Summary|Take screenshot from|Take region screenshot from
   |multiple monitors work with |multimonitors configuration
   |incorrectly scaled  |work with incorrectly
   ||scaled

-- 
You are receiving this mail because:
You are watching all bug changes.


  1   2   >