[plasmashell] [Bug 341143] Wallpaper on every desktop is gone.

2016-10-16 Thread Canoe via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=341143

Canoe  changed:

   What|Removed |Added

 CC||brokenca...@gmail.com

--- Comment #204 from Canoe  ---
Still an issue in Plasma 5.7.5 and upwards. 

Activities don't provide an alternative ; for example if I want to refer back
to content on another desktop, - I can't alt-tab to it if it's in a different
activity. The delineation between activities makes that pretty much impossible
unless I switch back to the previous activity with one command, and then source
the content with another, - from my own experience it's markedly slower than
just using a virtual desktop and visually identifying it with a different
wallpaper and widget set.

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


[Planet KDE] [Bug 360522] New: Usability issue for planetkde.org

2016-03-14 Thread Canoe via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=360522

Bug ID: 360522
   Summary: Usability issue for planetkde.org
   Product: Planet KDE
   Version: unspecified
  Platform: Other
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: ranveeraggar...@gmail.com
  Reporter: brokenca...@gmail.com

There are currently no options built into the planetkde.org site that would
allow visually impaired users to use a dark theme. This can easily be achieved
with css to provide the choice for users to opt into a dark theme. 

Fully-functional code (changing the background to dark grey) to provide this
feature is listed below the break ; 

--

@namespace url(http://www.w3.org/1999/xhtml);
/*text*/

html,
body,
tbody,
thead,
th,
tr,
td,
blockquote,
li,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
font,
strong,
p,
form,
footer {
color: white !important;
background: #272B30 !important;
}
select,
button {
background: #272B30 !important;
}
div,
span,
a {
background-color: #272B30 !important;
}
select,
input,
span,
code,
textarea,
pre,
label,
div,
dd,
option {
color: white !important;
}
/*links*/

a {
color: grey !important;
}
a:visited {
color: #224375 !important;
}
/*highlight*/

textarea,
pre,
input,
code {
background: grey !important;
}

--

Bug submission was requested after an enquiry to the PlanetKDE webmaster was
responded to by Albert Astals Cid.

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