[kdeconnect] [Bug 429257] Transferring a file when the app does not have filesystem permissions should fail noisily

2020-11-17 Thread Tasos Sahanidis
https://bugs.kde.org/show_bug.cgi?id=429257

Tasos Sahanidis  changed:

   What|Removed |Added

 CC||ta...@tasossah.com

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

[plasmashell] [Bug 410981] Kickoff does not search if opened with cursor under it

2019-12-26 Thread Tasos Sahanidis
https://bugs.kde.org/show_bug.cgi?id=410981

--- Comment #2 from Tasos Sahanidis  ---
(In reply to Nate Graham from comment #1)
> Fixed in Plasma 5.17 already!

I was unable to verify if it was fixed or not, as I had to leave this computer
before KDE Neon was updated to 5.17, however I can still reproduce this bug now
on a fully updated system, with the exact steps as before.

Operating System: KDE neon 5.17
KDE Plasma Version: 5.17.4
KDE Frameworks Version: 5.65.0
Qt Version: 5.13.2
Kernel Version: 5.0.9-050009-generic
OS Type: 64-bit
Processors: 4 × Intel® Core™2 Quad CPU Q6600 @ 2.40GHz
Memory: 7,8 GiB of RAM

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

[plasmashell] [Bug 415130] Lock and login screens: entering incorrect password or moving focus away breaks using return/enter key to submit password

2019-12-24 Thread Tasos Sahanidis
https://bugs.kde.org/show_bug.cgi?id=415130

Tasos Sahanidis  changed:

   What|Removed |Added

 CC||ta...@tasossah.com

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

[plasma-browser-integration] [Bug 411742] Audio doesn't play when Enhanced Media Controls is enabled on specific websites

2019-11-17 Thread Tasos Sahanidis
https://bugs.kde.org/show_bug.cgi?id=411742

--- Comment #16 from Tasos Sahanidis  ---
(In reply to Kai Uwe Broulik from comment #15)
> Git commit c1d7ea7346074e1912d56b9aed8d5ec47957e3a2 by Kai Uwe Broulik.
> Committed on 14/11/2019 at 18:33.
> Pushed by broulik into branch 'master'.
> 
> Fixup new Audio() constructor and apply autoplay prevention evasion to
> document.createElement
> 
> The arguments apparently weren't properly forwarded to the constructor,
> breaking e.g. new Audio("foo") calls. This uses the much nicer spread syntax
> introduced in ES6.
> Also, document.createElement("audio") is affected in the same way as new
> Audio()
> The evasion is now only done when the player actually starts playing,
> not immediately when it is created, since we only care about playing players.
> 
> Differential Revision: https://phabricator.kde.org/D24870
> 
> M  +40   -39   extension/content-script.js
> 
> https://commits.kde.org/plasma-browser-integration/
> c1d7ea7346074e1912d56b9aed8d5ec47957e3a2

The patch seems to cause a regression with the Wikipedia audio player.

Clicking play does make it start playing, however it acts as if it hasn't
started playing yet, thus showing the play icon instead of the pause icon while
playing. It's impossible to pause the playback, seek, mute, and in general no
controls work.

Clicking play more than once makes it play the same sound multiple times
simultaneously.

Example URL: https://en.wikipedia.org/wiki/File:Thunder.ogg

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

[plasma-browser-integration] [Bug 411742] Audio doesn't play when Enhanced Media Controls is enabled on specific websites

2019-11-11 Thread Tasos Sahanidis
https://bugs.kde.org/show_bug.cgi?id=411742

--- Comment #6 from Tasos Sahanidis  ---
I applied that patch on top of the latest source from git and then loaded the
addon, however the player on vgmrips.net is still not functioning in the same
way as https://bugs.kde.org/show_bug.cgi?id=412418

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

[plasma-browser-integration] [Bug 412418] New: Enhanced Media Controls break player in vgmrips.net

2019-09-28 Thread Tasos Sahanidis
https://bugs.kde.org/show_bug.cgi?id=412418

Bug ID: 412418
   Summary: Enhanced Media Controls break player in vgmrips.net
   Product: plasma-browser-integration
   Version: unspecified
  Platform: Neon Packages
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: Firefox
  Assignee: k...@privat.broulik.de
  Reporter: ta...@tasossah.com
  Target Milestone: ---

SUMMARY

Enabling "Enhanced Media Controls" in the addon settings breaks the player in
vgmrips.net. This setting is turned on by default now, meaning that the moment
the addon is installed, the player no longer functions.

STEPS TO REPRODUCE
1. Make sure "Enhanced Media Controls" is enabled
2. Go to https://vgmrips.net/packs/pack/ys-ii-special-ibm-pc-at
3. Click Play or click on any of the tracks

OBSERVED RESULT

Player gets stuck "Loading"

EXPECTED RESULT

Player starts playing music

SOFTWARE/OS VERSIONS

Operating System: KDE neon 5.16
KDE Plasma Version: 5.16.5
KDE Frameworks Version: 5.62.0
Qt Version: 5.12.3
Kernel Version: 5.3.1
OS Type: 64-bit
Processors: 4 × Intel® Core™2 Quad CPU Q6600 @ 2.40GHz
Memory: 6,5 GiB of RAM

ADDITIONAL INFORMATION

There were no observable errors in the js console in the developer tools.

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

[plasma-browser-integration] [Bug 411423] Youtube media controls no longer show up

2019-08-29 Thread Tasos Sahanidis
https://bugs.kde.org/show_bug.cgi?id=411423

--- Comment #2 from Tasos Sahanidis  ---
(In reply to Kai Uwe Broulik from comment #1)
> Looks like Waterfox doesn't like calling window.postMessage(foo) with just
> one argument. It requires the targetOrigin argument. Patch:
> https://phabricator.kde.org/D23568
> Technically a bug on our side caused by poor docs, lack of my reading
> skills, and lenient behavior on browser side. Note that Waterfox isn't
> officially supported by us.

Thank you for the quick reply and for the patch. I will test it later this
evening.

That said, the same issue happens on Firefox 60 ESR which if I am not mistaken
is still supported.

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

[plasma-browser-integration] [Bug 411423] New: Youtube media controls no longer show up

2019-08-29 Thread Tasos Sahanidis
https://bugs.kde.org/show_bug.cgi?id=411423

Bug ID: 411423
   Summary: Youtube media controls no longer show up
   Product: plasma-browser-integration
   Version: unspecified
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: Firefox
  Assignee: k...@privat.broulik.de
  Reporter: ta...@tasossah.com
  Target Milestone: ---

SUMMARY

Version 1.6 of the plasma integration addon completely breaks the Youtube
player's media controls on Waterfox 56.2.13. The controls do not show up at
all, and keyboard keys such as `K` no longer play/pause/resume the video.

STEPS TO REPRODUCE
1. Update to version 1.6
2. Open a Youtube video
3. Try to interact with the player

OBSERVED RESULT

No controls ever show up. Can't pause by clicking the video, and keyboard
shortcuts to not work.

EXPECTED RESULT

Controls show up and keyboard shortcuts work.

SOFTWARE/OS VERSIONS

Operating System: KDE neon 5.16
KDE Plasma Version: 5.16.4
KDE Frameworks Version: 5.61.0
Qt Version: 5.12.3
Kernel Version: 5.2.0
OS Type: 64-bit
Processors: 4 × Intel® Core™2 Quad CPU Q6600 @ 2.40GHz
Memory: 7,8 GiB of RAM

ADDITIONAL INFORMATION

Downgrading to 5.15, the previous version, corrects this issue.
Manually enabling `Enhanced Media Controls` on version 5.15 does _not_ cause
any of these issues.

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

[plasmashell] [Bug 410981] New: Kickoff does not search if opened with cursor under it

2019-08-16 Thread Tasos Sahanidis
https://bugs.kde.org/show_bug.cgi?id=410981

Bug ID: 410981
   Summary: Kickoff does not search if opened with cursor under it
   Product: plasmashell
   Version: 5.16.4
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: Application Launcher (Kickoff)
  Assignee: k...@davidedmundson.co.uk
  Reporter: ta...@tasossah.com
CC: plasma-b...@kde.org
  Target Milestone: 1.0

Created attachment 122175
  --> https://bugs.kde.org/attachment.cgi?id=122175=edit
Video demonstration of issue

SUMMARY

When launching Kickoff using the super key and with the cursor positioned under
one of the tabs, any attempts to search result in Kickoff switching to the tab
the cursor was on, instead of performing the search.

Moving the cursor while hovering over the tab results in the hover event being
propagated and the search working again.

STEPS TO REPRODUCE
1. Move cursor to where one of the tabs would be if Kickoff was open
2. Press super to open Kickoff
3. Start typing without moving the mouse/cursor

OBSERVED RESULT

Kickoff switches to the tab the cursor was on, instead of searching.
When removing the text from the search field, the contents of the Favourite tab
show, but the wrong tab is highlighted at the bottom.

EXPECTED RESULT

Kickoff should perform a search.
When the search is canceled (by removing text in the field), the correct tab
should show up (the one highlighted at the bottom).

SOFTWARE/OS VERSIONS
Operating System: KDE neon 5.16
KDE Plasma Version: 5.16.4
KDE Frameworks Version: 5.61.0
Qt Version: 5.12.3
Kernel Version: 5.2.0
OS Type: 64-bit
Processors: 4 × Intel® Core™2 Quad CPU Q6600 @ 2.40GHz
Memory: 7,8 GiB of RAM

ADDITIONAL INFORMATION

None

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