[kdeconnect] [Bug 452669] Slideshow controls do not work on Wayland

2022-11-01 Thread Ashwin Naik
https://bugs.kde.org/show_bug.cgi?id=452669

Ashwin Naik  changed:

   What|Removed |Added

   Platform|Archlinux   |Fedora RPMs

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

[kdeconnect] [Bug 452669] Slideshow controls do not work on Wayland

2022-11-01 Thread Ashwin Naik
https://bugs.kde.org/show_bug.cgi?id=452669

--- Comment #6 from Ashwin Naik  ---
I'm experiencing the same problems as physkets on my system with the following
specs:

Operating System: Nobara Linux 36
KDE Plasma Version: 5.25.5
KDE Frameworks Version: 5.99.0
Qt Version: 5.15.6
Kernel-Version: 6.0.5-201.fsync.fc36.x86_64 (64-bit)
Graphics Platform: X11
Processors: 12 × AMD Ryzen 5 4600H with Radeon Graphics
Memory: 15.0 GiB of RAM
Graphics Processor: AMD RENOIR
Manufacturer: Dell Inc.
Product Name: G5 5505
System Version: 1.12.1

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

[kdeconnect] [Bug 452669] Slideshow controls do not work on Wayland

2022-11-01 Thread Ashwin Naik
https://bugs.kde.org/show_bug.cgi?id=452669

Ashwin Naik  changed:

   What|Removed |Added

 CC||aholmes2...@gmail.com

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

[neon] [Bug 449319] New: Neochat crashes on launch on KDE Neon 5.23

2022-01-29 Thread Ashwin
https://bugs.kde.org/show_bug.cgi?id=449319

Bug ID: 449319
   Summary: Neochat crashes on launch on KDE Neon 5.23
   Product: neon
   Version: unspecified
  Platform: Neon Packages
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: Packages User Edition
  Assignee: neon-b...@kde.org
  Reporter: ashwinvis+...@protonmail.com
CC: j...@jriddell.org, neon-b...@kde.org, sit...@kde.org
  Target Milestone: ---

Created attachment 146042
  --> https://bugs.kde.org/attachment.cgi?id=146042=edit
Dependencies of Neochat in the current setup

SUMMARY
Neochat does not launch. It is a native package from the KDE Neon. The
backtrace from the terminal is given below and the package versions  of
dependencies are attached .

STEPS TO REPRODUCE
1. Make sure all packages are up-to-date using pkcon refresh && pkcon update
2. Install neochat
3. Open neochat in terminal

OBSERVED RESULT

$ neochat
QQmlApplicationEngine failed to load component
qrc:/qml/main.qml:34:5: Type RoomPage unavailable
qrc:/imports/NeoChat/Page/RoomPage.qml:758:13: Type ChatBox unavailable
qrc:/imports/NeoChat/Component/ChatBox/ChatBox.qml:148:5: Type AttachmentPane
unavailable
qrc:/imports/NeoChat/Component/ChatBox/AttachmentPane.qml:164:33: Type
ImageEditorPage unavailable
qrc:/imports/NeoChat/Page/ImageEditorPage.qml:96:13:
KQuickImageEditor.CropBackground is not a type

Possibly the current build / version of Neochat is incompatible with the Qt
dependencies?

EXPECTED RESULT

No crash

SOFTWARE/OS VERSIONS

Linux/KDE Plasma: KDE neon 5.23
KDE Frameworks Version: 5.90.0
Qt Version: 5.15.3
Kernel Version: 5.14.0-1020-oem (64-bit)
Graphics Platform: X11
Processors: 16 × AMD Ryzen 7 4800H with Radeon Graphics
Memory: 15,1 GiB of RAM
Graphics Processor: AMD RENOIR

ADDITIONAL INFORMATION

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

[systemsettings] [Bug 442355] Window Decorations Titlebar Buttons Issue in Sidebar view after KDE 5.86 upgrade

2021-10-11 Thread Ashwin
https://bugs.kde.org/show_bug.cgi?id=442355

Ashwin  changed:

   What|Removed |Added

 CC||ashwinvis+...@protonmail.co
   ||m

--- Comment #10 from Ashwin  ---
I get the same behaviour.

Operating System: Arch Linux
KDE Plasma Version: 5.22.5
KDE Frameworks Version: 5.87.0
Qt Version: 5.15.2
Kernel Version: 5.10.72-1-lts (64-bit)
Graphics Platform: X11
Processors: 12 × Intel® Core™ i7-9850H CPU @ 2.60GHz
Memory: 31.1 GiB of RAM
Graphics Processor: Quadro RTX 3000/PCIe/SSE2

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

[elisa] [Bug 433892] Elisa does not recognize AAC files

2021-03-03 Thread Ashwin
https://bugs.kde.org/show_bug.cgi?id=433892

--- Comment #2 from Ashwin  ---
I saw in https://stackoverflow.com/a/18111039 that AAC is a raw stream format.
So I converted them to .m4a like this:

ffmpeg -i input.aac -codec copy output.m4a

Is it by design that Elisa cannot play raw audio files?

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

[elisa] [Bug 433892] Elisa does not recognize AAC files

2021-03-02 Thread Ashwin
https://bugs.kde.org/show_bug.cgi?id=433892

--- Comment #1 from Ashwin  ---
If I launch Elisa via terminal and I click the AAC file to play, it says:

qrc:/qml/PlayListBasicView.qml:122:21: Unable to assign [undefined] to bool

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

[elisa] [Bug 433892] New: Elisa does not recognize AAC files

2021-03-02 Thread Ashwin
https://bugs.kde.org/show_bug.cgi?id=433892

Bug ID: 433892
   Summary: Elisa does not recognize AAC files
   Product: elisa
   Version: 20.12.2
  Platform: Archlinux Packages
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: matthieu_gall...@yahoo.fr
  Reporter: ashwinvis+...@protonmail.com
  Target Milestone: ---

SUMMARY
AAC music files cannot be loaded into the playlist. Elisa refuses to play them. 

STEPS TO REPRODUCE
1. Download an AAC file using youtube-dl and ffmpeg. For example (Creative
Commons licensed):

cd ~/Music
youtube-dl -f "bestaudio" --continue --no-overwrites --ignore-errors
--extract-audio --audio-format aac -o "%(title)s.%(ext)s" https:
//www.youtube.com/watch?v=pCHKfuZEoBI

2. Open the file via "Files" interface in Elisa

OBSERVED RESULT

A "stop sign" appears in the playlist, nothing is played.

EXPECTED RESULT

You hear music :) There is no issue if mp3 was chosen instead of aac. The same
aac file plays fine in mpv, vlc and smplayer.

SOFTWARE/OS VERSIONS
(available in About System)
Operating System: Arch Linux
KDE Plasma Version: 5.21.2
KDE Frameworks Version: 5.79.0
Qt Version: 5.15.2
Kernel Version: 5.10.19-1-lts
OS Type: 64-bit
Graphics Platform: X11
Processors: 12 × Intel® Core™ i7-9850H CPU @ 2.60GHz
Memory: 31.1 GiB of RAM
Graphics Processor: Quadro RTX 3000/PCIe/SSE2

ADDITIONAL INFORMATION
I am using phonon-qt5-gstreamer backend. All gst-plugins (good, bad and ugly
are installed).

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

[yakuake] [Bug 419147] New: No GUI option to enable blur

2020-03-23 Thread Ashwin
https://bugs.kde.org/show_bug.cgi?id=419147

Bug ID: 419147
   Summary: No GUI option to enable blur
   Product: yakuake
   Version: 3.0.5
  Platform: Archlinux Packages
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: h...@kde.org
  Reporter: ashwinvis+...@protonmail.com
  Target Milestone: ---

SUMMARY
Activating "Blur background" has no effect and is confusing. The reason was
there is no global GUI option to enable blur in yakuake.


STEPS TO REPRODUCE
1. Open Yakuake with a default yakuakerc
2. Go to Appearance > Color scheme & font > [color scheme ] > Edit
3. Set "Background transparency" to say 20%
3. Check "Blur background"

OBSERVED RESULT

Background is transparent but clear

EXPECTED RESULT

Background is transparent but blurred

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: Arch Linux
(available in About System)
KDE Plasma Version: 5.18.3
KDE Frameworks Version: 5.68.0
Qt Version: 5.14.1

ADDITIONAL INFORMATION

Workaround: Manually edit ~/.config/yakuakerc and add `Blur=true` under
Appearance section.
Source:
https://www.reddit.com/r/kde/comments/crzyl6/who_has_working_blur_in_yakuake_19080/

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

[krita] [Bug 418282] Palette docker does not refresh correctly after a color is added from color picker

2020-03-17 Thread Ashwin Dhakaita
https://bugs.kde.org/show_bug.cgi?id=418282

Ashwin Dhakaita  changed:

   What|Removed |Added

   Assignee|krita-bugs-n...@kde.org |ashwingpdhaka...@gmail.com
 CC||ashwingpdhaka...@gmail.com

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

[krita] [Bug 404595] paste from clipboard doesnt work accross Krita files.

2019-03-02 Thread Ashwin Dhakaita
https://bugs.kde.org/show_bug.cgi?id=404595

Ashwin Dhakaita  changed:

   What|Removed |Added

   Assignee|krita-bugs-n...@kde.org |ashwingpdhaka...@gmail.com
 Status|CONFIRMED   |ASSIGNED
 CC||ashwingpdhaka...@gmail.com

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

[krita] [Bug 403817] On canvas color selector triggers a taskbar entry in plasma

2019-02-26 Thread Ashwin Dhakaita
https://bugs.kde.org/show_bug.cgi?id=403817

Ashwin Dhakaita  changed:

   What|Removed |Added

 CC||ashwingpdhaka...@gmail.com

--- Comment #2 from Ashwin Dhakaita  ---
I found this comment in kiscolorselectorbase.cpp. Under lazyCreatePopup
function.

/**
 * On Linux passing Qt::X11BypassWindowManagerHint makes
 * the window never hide if one switches it with Alt+Tab
 * or something like that. The window also don't get any
 * mouse-enter/leave events. So we have to make it normal
 * window (which is visible to the window manager and
 * appears in the tasks bar). Therefore we don't use it
 * anyomore.
 */

Apparently, it is voluntarily made to behave in such a manner.

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

[krita] [Bug 403687] Using color picker while using Multibrush in Copy Translate mode causes Krita to freeze

2019-02-22 Thread Ashwin Dhakaita
https://bugs.kde.org/show_bug.cgi?id=403687

Ashwin Dhakaita  changed:

   What|Removed |Added

 Status|CONFIRMED   |ASSIGNED
   Assignee|krita-bugs-n...@kde.org |ashwingpdhaka...@gmail.com
 CC||ashwingpdhaka...@gmail.com

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

[krita] [Bug 403535] Canvas isn't cleared when adding a new blank frame.

2019-02-05 Thread Ashwin Dhakaita
https://bugs.kde.org/show_bug.cgi?id=403535

Ashwin Dhakaita  changed:

   What|Removed |Added

 Status|CONFIRMED   |ASSIGNED
   Assignee|krita-bugs-n...@kde.org |ashwingpdhaka...@gmail.com
 CC||ashwingpdhaka...@gmail.com

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

[krita] [Bug 380001] Mouse Wheel Up/Down zooms relative to cursor, +/- zooms to middle of canvas

2019-01-27 Thread Ashwin Dhakaita
https://bugs.kde.org/show_bug.cgi?id=380001

Ashwin Dhakaita  changed:

   What|Removed |Added

   Assignee|krita-bugs-n...@kde.org |ashwingpdhaka...@gmail.com
 Status|CONFIRMED   |ASSIGNED
 CC||ashwingpdhaka...@gmail.com

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

[krita] [Bug 402749] "My Favorites" brush group doesn't load on startup

2019-01-23 Thread Ashwin Dhakaita
https://bugs.kde.org/show_bug.cgi?id=402749

Ashwin Dhakaita  changed:

   What|Removed |Added

   Assignee|b...@valdyas.org|ashwingpdhaka...@gmail.com
 Status|CONFIRMED   |ASSIGNED
 CC||ashwingpdhaka...@gmail.com

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

[elisa] [Bug 397523] Add keyboard shortcut to seek/scrub/navigate/fast forward/reverse audio files

2019-01-06 Thread Ashwin Dhakaita
https://bugs.kde.org/show_bug.cgi?id=397523

Ashwin Dhakaita  changed:

   What|Removed |Added

 CC||ashwingpdhaka...@gmail.com
 Status|CONFIRMED   |ASSIGNED
   Assignee|matthieu_gall...@yahoo.fr   |ashwingpdhaka...@gmail.com

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

[elisa] [Bug 392989] Spacebar should always play/pause irrespective of focus

2019-01-04 Thread Ashwin Dhakaita
https://bugs.kde.org/show_bug.cgi?id=392989

Ashwin Dhakaita  changed:

   What|Removed |Added

 Status|CONFIRMED   |ASSIGNED

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

[elisa] [Bug 392989] Spacebar should always play/pause irrespective of focus

2019-01-04 Thread Ashwin Dhakaita
https://bugs.kde.org/show_bug.cgi?id=392989

Ashwin Dhakaita  changed:

   What|Removed |Added

 CC||ashwingpdhaka...@gmail.com
   Assignee|matthieu_gall...@yahoo.fr   |ashwingpdhaka...@gmail.com

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

[elisa] [Bug 391462] Wrong search behaviour

2019-01-04 Thread Ashwin Dhakaita
https://bugs.kde.org/show_bug.cgi?id=391462

Ashwin Dhakaita  changed:

   What|Removed |Added

 CC||ashwingpdhaka...@gmail.com

--- Comment #10 from Ashwin Dhakaita  ---
I tried to replicate the bug and I don't think the bug is still present. When I
tried to play with it, the Search Bar doesn't recognize accented characters,
not even the 'ö' letter. Just wanted to know, if it would be of any use to make
accented characters searchable in NavigationActionBar.

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

[plasmashell] [Bug 393881] Desktop widget position lost after reboot

2018-09-03 Thread Ashwin
https://bugs.kde.org/show_bug.cgi?id=393881

Ashwin  changed:

   What|Removed |Added

 CC||ashwin.lob...@gmail.com

--- Comment #12 from Ashwin  ---
I have this bug as well but only when the KDE connect application generates
popup notifications on login.  That is if my phone has unread notifications
from email, voicemail, SMS or another messaging app then those notifications
will popup on the desktop in the top right as soon as I login.  When this
happens two widgets located on the top right and mid right are re positioned. 
When my phone is not connected to the network the widgets appear in their
proper place.

Distro:  KDE Neon Bionic (preview version Aug 8th 2018)
Plasma: 5.13.4
Frameworks: 5.49.0
Qt: 5.11.1
Kernel: 4.18.4-041804-generic

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