[kdeconnect] [Bug 487966] New: sendnotifications applications list broken

2024-06-03 Thread Florian Achleitner
https://bugs.kde.org/show_bug.cgi?id=487966

Bug ID: 487966
   Summary: sendnotifications applications list broken
Classification: Applications
   Product: kdeconnect
   Version: 24.02.2
  Platform: Fedora RPMs
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: common
  Assignee: albertv...@gmail.com
  Reporter: f...@fopen.at
CC: andrew.g.r.hol...@gmail.com
  Target Milestone: ---

***
If you're not sure this is actually a bug, instead post about it at
https://discuss.kde.org

If you're reporting a crash, attach a backtrace with debug symbols; see
https://community.kde.org/Guidelines_and_HOWTOs/Debugging/How_to_create_useful_crash_reports
***

SUMMARY
With Fedora 40 kdeconnect was upgraded from 23.08.5. In the sendnotifications
plugin settings, a list of applications should be filled based on notifications
as they occur. Users can disable notifications per application there. 

With 24.02.2 the list is shown empty in the UI, even if it was populated before
the upgrade, no entries are ever added, and no filtering per application is
therefore possible. All notifications are sent out by kdeconnect.

STEPS TO REPRODUCE
1.  Enable the sendnotifications plugin.
2.  Wait for / produce notifications.
3.  Check the settings UI and find it empty.

OBSERVED RESULT
No applications listed in the sendnotifications plugin UI.

EXPECTED RESULT
As with earlier versions, applications are listed and can be disabled. Only
enabled app's notifications are sent out.


SOFTWARE/OS VERSIONS
Windows: 
macOS: 
Linux/KDE Plasma: Fedora Linux 40
(available in About System)
KDE Plasma Version: 6.0.5
KDE Frameworks Version: 6.2.0
Qt Version: 6.7.1

ADDITIONAL INFORMATION

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

[plasmashell] [Bug 436677] History entries missing

2021-06-02 Thread Florian Achleitner
https://bugs.kde.org/show_bug.cgi?id=436677

--- Comment #5 from Florian Achleitner  ---
I observed that the method CloseNotification is called for the messages that
don't show up in history. Thus, the reason is that the application removes its
notification. I think it is not a bug in this software. We can close the issue.

Thanks, and sorry
Florian

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

[plasmashell] [Bug 436677] History entries missing

2021-05-31 Thread Florian Achleitner
https://bugs.kde.org/show_bug.cgi?id=436677

--- Comment #4 from Florian Achleitner  ---
I observed, that the notifications from MS-Teams show up in history when they
are fresh, during the popup is shown. But when the popup disappears, it also
disappears from history. 

Can the sender somehow revoke or remove a notification? This could be the
reason.
I also found that it depends on the web application sending the notfication in
the browser. So it seems to be content-dependant.

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

[plasmashell] [Bug 436677] History entries missing

2021-05-08 Thread Florian Achleitner
https://bugs.kde.org/show_bug.cgi?id=436677

--- Comment #2 from Florian Achleitner  ---
I wonder what happens if the file:// URL passed with the image-path hint is no
longer available when the notification should go into the history.

I observed that the file is already deleted when the popup disappears and the
notification should show up in the history.
But it is there, when the popup is created.

I still can't reproduce it with anything else than real notifications from
Chrome.

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

[plasmashell] [Bug 436677] New: History entries missing

2021-05-06 Thread Florian Achleitner
https://bugs.kde.org/show_bug.cgi?id=436677

Bug ID: 436677
   Summary: History entries missing
   Product: plasmashell
   Version: 5.21.4
  Platform: Fedora RPMs
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: Notifications
  Assignee: k...@privat.broulik.de
  Reporter: f...@fopen.at
CC: plasma-b...@kde.org
  Target Milestone: 1.0

SUMMARY

Notifications from Chrome and Firefox are not shown in the notification history
of the applet, even if all settings are enabled. Is there some hard-coded
blacklist? I looked at the sources and have no clue what is wrong.

I caputured the method call with dbus-monitor. See below..


STEPS TO REPRODUCE
1. In the settings enable "Show in history" generally and per application.
In ~/.config/plasmanotifyrc confirm that ShowInHistory=false is *not* set for
e.g. [Applications][google-chrome]. Check that other notifications arrive in
the history, as configured.
2. Receive a notification from google-chrome running MS-teams or Mattermost, or
probably others.


OBSERVED RESULT
The popup appears, but no entry is in the history, after it the popup
disappears.

EXPECTED RESULT
The notification is in the history in the applet.


SOFTWARE/OS VERSIONS
Fedora 34
Plasma 5.21.4

ADDITIONAL INFORMATION

I caputured the dbus method call with dbus-monitor:
method call time=1620286131.648975 sender=:1.207 ->
destination=org.freedesktop.Notifications serial=35
path=/org/freedesktop/Notifications; interface=org.freedesktop.Notifications;
member=Notify
   string "Google Chrome"
   uint32 0
   string "file:///tmp/.com.google.Chrome.OqAeVR"
   string "Allgemein"
   string "M hat auf eine Unterhaltung in Allgemein geantwortet, an der Sie
teilnehmen"
   array [
  string "default"
  string "Activate"
  string "settings"
  string "Settings"
   ]
   array [
  dict entry(
 string "urgency"
 variant uint32 1
  )
  dict entry(
 string "desktop-entry"
 variant string "google-chrome"
  )
  dict entry(
 string "image_path"
 variant string "/tmp/.com.google.Chrome.4Y0me0"
  )
  dict entry(
 string "image-path"
 variant string "/tmp/.com.google.Chrome.4Y0me0"
  )
  dict entry(
 string "x-kde-origin-name"
 variant string "teams.microsoft.com"
  )
   ]
   int32 25000

I then tried to reproduce such a call with busctl to figure out what the
criteria for the history list are. From dbus point of view it looks virtually
the same, but the following notification shows up in history, and the former
does not!

method call time=1620286512.261841 sender=:1.423 ->
destination=org.freedesktop.Notifications serial=2
path=/org/freedesktop/Notifications; interface=org.freedesktop.Notifications;
member=Notify
   string "Google Chrome"
   uint32 0
   string "file:///tmp/.com.google.Chrome.OqAeVR"
   string "Header"
   string "Do 06 Mai 2021 09:35:12 CEST"
   array [
  string "default"
  string "Activate"
  string "settings"
  string "Settings"
   ]
   array [
  dict entry(
 string "urgency"
 variant uint32 1
  )
  dict entry(
 string "desktop-entry"
 variant string "google-chrome"
  )
  dict entry(
 string "x-kde-origin-name"
 variant string "teams.microsoft.com"
  )
  dict entry(
 string "image_path"
 variant string "/tmp/.com.google.Chrome.1keGGA"
  )
  dict entry(
 string "image-path"
 variant string "/tmp/.com.google.Chrome.1keGGA"
  )
   ]
   int32 25000

This produced by:

busctl --user call org.freedesktop.Notifications /org/freedesktop/Notifications
org.freedesktop.Notifications Notify susssasa\{sv\}i  "Google Chrome"  0 
"file:///tmp/.com.google.Chrome.OqAeVR"  "Header"  "$(date)"  4 "default"
"Activate" "settings" "Settings" 5 urgency u 1 desktop-entry s google-chrome
x-kde-origin-name s teams.microsoft.com image_path s
/tmp/.com.google.Chrome.1keGGA image-path s /tmp/.com.google.Chrome.1keGGA
25000

Tell me if I can help!
Thanks,
Florian

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

[kdeconnect] [Bug 405847] SFTP transfer corrupts all files

2019-08-06 Thread Florian Achleitner
https://bugs.kde.org/show_bug.cgi?id=405847

--- Comment #19 from Florian Achleitner  ---
Hi, just wanted to add, that I can no longer reproduce this issue.
Android app version is 1.12.93.
Several tries showed identical file hashes.
Was it fixed?

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

[kdeconnect] [Bug 405847] SFTP transfer corrupts all files

2019-06-16 Thread Florian Achleitner
https://bugs.kde.org/show_bug.cgi?id=405847

Florian Achleitner  changed:

   What|Removed |Added

Summary|SFTP corrupts DNG files |SFTP transfer corrupts all
   ||files

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

[kdeconnect] [Bug 405847] SFTP corrupts DNG files

2019-06-11 Thread Florian Achleitner
https://bugs.kde.org/show_bug.cgi?id=405847

Florian Achleitner  changed:

   What|Removed |Added

 CC||f...@fopen.at

--- Comment #17 from Florian Achleitner  ---
With 
Android App 1.12.7  (NOTE 1.10.1 works fine!)
Ubuntu 19.04
kdeconnect:1.3.4-ubuntu1

SSHFS version 2.10.0
FUSE library version: 2.9.9
fusermount version: 2.9.9
using FUSE kernel interface version 7.19

Every copy of a file from the device produces a corrupted result.
Very small files seem to arrive ok, all others are broken 100% of the tries.

I tried Android app version 1.10.1, which didn't show the bug!

First difference is at byte 65537, for all files I tried. Looks like a 16bit
boundary?
cmp  20190611_085406.mp4 ../20190611_085406.mp4 
20190611_085406.mp4 ../20190611_085406.mp4 differ: byte 65537, line 251

For reference: All bigger files have a different md5sum, videos are unplayable.
On the receiving PC:

7368496469963234c5b86fd7b7a2bd46  20190602_153915.mp4
df49314e4b3084800b2f8c786cdf7818  20190602_154111.mp4
cc712b962f942df17bba1ee98cced7ea  20190602_155005_002_1.mp4
4233f29b9d16184658be72ca5fad2698  20190602_155005_002.mp4
8b95f9e455e4e1aeef6214eed03905fa  20190602_155005.mp4
9b619c2d6f06993e633c303b47940482  20190602_160200.mp4
d7bbd3f3d4c08d0d7e95b7b4a8c2e01c  20190609_123102.jpg
05619c2e4aec628f10b677eeff5d2da6  20190609_131844.jpg
7096ae70b2cc5077e0c22900ad8e958e  20190609_131946.jpg
cff2e82d0dba3ad0d8a0a9cdd6ee264e  20190609_134142.jpg
5fd673e249844f5bc098d34d4ba2f7ad  20190611_085355.mp4
29928a9c678194035925483c193476bf  20190611_085406.mp4

-rw-rw-rw- 1 flo flo 102637754 Jun  2 15:42 20190602_153915.mp4
-rw-rw-rw- 1 flo flo  21902289 Jun  2 15:41 20190602_154111.mp4
-rw-rw-rw- 1 flo flo   7840006 Jun 11 08:48 20190602_155005_002_1.mp4
-rw-rw-rw- 1 flo flo  13277710 Jun 11 08:46 20190602_155005_002.mp4
-rw-rw-rw- 1 flo flo  19312877 Jun 11 08:46 20190602_155005.mp4
-rw-rw-rw- 1 flo flo  30747096 Jun  2 16:02 20190602_160200.mp4
-rw-rw-rw- 1 flo flo   1969455 Jun  9 12:31 20190609_123102.jpg
-rw-rw-rw- 1 flo flo   2805541 Jun  9 13:18 20190609_131844.jpg
-rw-rw-rw- 1 flo flo   1311053 Jun  9 13:19 20190609_131946.jpg
-rw-rw-rw- 1 flo flo   2506547 Jun  9 13:41 20190609_134142.jpg
-rw-rw-rw- 1 flo flo   2863015 Jun 11 08:54 20190611_085355.mp4
-rw-rw-rw- 1 flo flo  24200139 Jun 11 08:54 20190611_085406.mp4

adb shell on android

1c93986f545424e393d8d9fc40b329c5  20190602_153915.mp4
7031c6f1550bb365c5095cc4e033b470  20190602_154111.mp4
8dfa45e00b65c343be21f989e4facfd5  20190602_155005_002_1.mp4
e93daf56fb252a9743681c4cd644a878  20190602_155005_002.mp4
61b8d30af508cc9fb6492e959c794bb3  20190602_155005.mp4
55f20b6598996b7090765da0e9bc6033  20190602_160200.mp4
d7bbd3f3d4c08d0d7e95b7b4a8c2e01c  20190609_123102.jpg
05619c2e4aec628f10b677eeff5d2da6  20190609_131844.jpg
7096ae70b2cc5077e0c22900ad8e958e  20190609_131946.jpg
cff2e82d0dba3ad0d8a0a9cdd6ee264e  20190609_134142.jpg
29a39f692db839633decbe1ec261a6c7  20190611_085355.mp4
6e2b5ab3332097c06e446c6593b6d1ff  20190611_085406.mp4
-rw-rw 1 root sdcard_rw 102637754 2019-06-02 15:42 20190602_153915.mp4
-rw-rw 1 root sdcard_rw  21902289 2019-06-02 15:41 20190602_154111.mp4
-rw-rw 1 root sdcard_rw   7840006 2019-06-11 08:48
20190602_155005_002_1.mp4
-rw-rw 1 root sdcard_rw  13277710 2019-06-11 08:46 20190602_155005_002.mp4
-rw-rw 1 root sdcard_rw  19312877 2019-06-11 08:46 20190602_155005.mp4
-rw-rw 1 root sdcard_rw  30747096 2019-06-02 16:02 20190602_160200.mp4
-rw-rw 1 root sdcard_rw   1969455 2019-06-09 12:31 20190609_123102.jpg
-rw-rw 1 root sdcard_rw   2805541 2019-06-09 13:18 20190609_131844.jpg
-rw-rw 1 root sdcard_rw   1311053 2019-06-09 13:19 20190609_131946.jpg
-rw-rw 1 root sdcard_rw   2506547 2019-06-09 13:41 20190609_134142.jpg
-rw-rw 1 root sdcard_rw   2863015 2019-06-11 08:54 20190611_085355.mp4
-rw-rw 1 root sdcard_rw  24200139 2019-06-11 08:54 20190611_085406.mp4

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