[kdeconnect] [Bug 387447] New: KDE Connect file transfers do not finish for small files

2017-11-29 Thread Matthijs Tijink
https://bugs.kde.org/show_bug.cgi?id=387447

Bug ID: 387447
   Summary: KDE Connect file transfers do not finish for small
files
   Product: kdeconnect
   Version: 1.2
  Platform: Compiled Sources
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: common
  Assignee: albertv...@gmail.com
  Reporter: matthijstij...@gmail.com
  Target Milestone: ---

On current kdeconnect (1.2 from Arch linux package / master compiled) I cannot
transfer small files (< 1200 bytes, although there is no exact limit) from my
phone to the desktop. It seems to be related to the payload transfer code,
since this also happens when notifications with small icons are transferred
(but this is harder to reproduce).

I bisected the issue to d1d84bc464c5f85268a9a1229c8a46ef20367cff (Fix
DownloadJob not finishing).

To reproduce:
 - In the KDE Connect android app, select a small file to transfer (in my
example, 28 bytes).
 - On android, the notification about the transferred file appears, saying it
was transferred successfully. The logcat also says that all 28 bytes were
transferred successfully.
 - On the desktop, the below log appears (and no further entries) and the
transferring file notification appears and does not stop spinning. A
"small_file.txt.part" file appears, with size 0 bytes.
 - Killing either the android app or desktop daemon stops the transfer and
deletes the .part file, without creating the final file.

The log created by /usr/lib/kdeconnected:

kdeconnect.core: KdeConnect daemon starting
kdeconnect.core: onStart
kdeconnect.core: KdeConnect daemon started
kdeconnect.core: Broadcasting identity packet
kdeconnect.core: Starting client ssl (but I'm the server TCP socket)
kdeconnect.core: Socket succesfully stablished an SSL connection
kdeconnect.core: It is a known device "G4"
kdeconnect.core: Not loading plugin "kdeconnect_remotecommands" because device
doesn't support it
Connecting to deprecated signal
QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString)
kdeconnect.plugin.mpris: MPRIS service "org.mpris.MediaPlayer2.mplayer" just
came online
kdeconnect.plugin.mpris: Mpris addPlayer "org.mpris.MediaPlayer2.mplayer" ->
"Mplayer"
kdeconnect.plugin.sftp: add to dolphin
kdeconnect.plugin.sftp: Created device: "G4"
kdeconnect.plugin.share: File transfer
kdeconnect.core: FileTransferJob Downloading payload to
QUrl("file:///home/matthijs/small_file.txt") size: 28

When debugging myself, I discovered several things which may be of use:
 - When adding a Thread.sleep(500) in the android payload transfer code
(LanLink::sendPackageInternal), directly after outputStream.flush(), the
transfer is successfull. The same Thread.sleep(500) works when put after
outputStream.flush(), outputStream.close() or after
SslHelper.convertToSslSocket() when combined with
payloadSocket.sendHandshake().
 - When trying to read all bytes directly (by using m_origin->readAll() and
m_origin->waitForReadyRead() in FileTransferJob::startTransfer() directly
before the QNAM::put() call), only the first byte is reported back.

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

[kdeconnect] [Bug 387447] KDE Connect file transfers do not finish for small files

2017-12-20 Thread Matthijs Tijink
https://bugs.kde.org/show_bug.cgi?id=387447

Matthijs Tijink <matthijstij...@gmail.com> changed:

   What|Removed |Added

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

--- Comment #2 from Matthijs Tijink <matthijstij...@gmail.com> ---
I just tested it, it indeed solves the bug!

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

[kdeconnect] [Bug 375644] Unable to pair kdeconnect when connecting via OpenVPN, even if specifying hostname or IP address

2017-12-20 Thread Matthijs Tijink
https://bugs.kde.org/show_bug.cgi?id=375644

Matthijs Tijink <matthijstij...@gmail.com> changed:

   What|Removed |Added

 CC||matthijstij...@gmail.com

--- Comment #3 from Matthijs Tijink <matthijstij...@gmail.com> ---
Some thoughts of what happens (not 100% sure this is correct): KDE Connect
tries to discover other devices using UDP. If it receives UDP packets of other
KDE Connect devices it tries to connect to them with TCP. So I'd guess that the
VPN does not route the UDP packets to the other peer. Maybe you can check how
UDP behaves on the VPN?

Regarding the home network, I'm not sure what you want to achieve:
 - Do you want to disallow connecting directly over Wifi when you're connected
to a VPN?
 - Do you want the devices to connect over the VPN?

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

[kdeconnect] [Bug 370011] url in Chrome doesn't make it to shared clipboard

2017-12-20 Thread Matthijs Tijink
https://bugs.kde.org/show_bug.cgi?id=370011

Matthijs Tijink <matthijstij...@gmail.com> changed:

   What|Removed |Added

 CC||matthijstij...@gmail.com

--- Comment #3 from Matthijs Tijink <matthijstij...@gmail.com> ---
Maybe Chrome needs so much memory that KDE Connect gets killed, since it's an
older device? You can check it by copying something on the desktop while you've
got Chrome open on Android and seeing if you can paste the same thing on your
phone.

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

[kdeconnect] [Bug 357662] too short sliders for volume and position in media control

2017-12-20 Thread Matthijs Tijink
https://bugs.kde.org/show_bug.cgi?id=357662

Matthijs Tijink <matthijstij...@gmail.com> changed:

   What|Removed |Added

 CC||matthijstij...@gmail.com

--- Comment #1 from Matthijs Tijink <matthijstij...@gmail.com> ---
Could you send screenshots of the two situations? That should make clearer what
the behaviour is (and how bad it is).

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

[kdeconnect] [Bug 375644] Unable to pair kdeconnect when connecting via OpenVPN, even if specifying hostname or IP address

2017-12-21 Thread Matthijs Tijink
https://bugs.kde.org/show_bug.cgi?id=375644

--- Comment #5 from Matthijs Tijink <matthijstij...@gmail.com> ---
I think the problem might be that connecting to a server which is remotely
connected through VPN is impossible (after all: how should the VPN know which
remote VPN connection it should go to?). KDE Connect works by sending an UDP
broadcast as you mentioned, and direct UDP packets to the configured ip
addresses (only on Android). The other device reacts by setting up a TCP
connection to the source of the UDP packet. So both devices act like a server
in this setting up process. I hope it's somewhat clear what I mean.

But we can do something to see what really happens. Can you send the following
logs (both is best, but may not be necessary):
Desktop:
 1. Kill the running kdeconnectd process
 2. Run "/usr/lib/x86_64-linux-gnu/libexec/kdeconnectd" from the command line
and copy the output. Try refreshing from both the Android app and from the
desktop KDE Connect settings.

Android:
 1. Connect your phone using USB to any computer, and run "adb logcat". A lot
of output will appear, but anything before you open KDE Connect is irrelevant.
You may need to install some packages to run the "adb" command.
 2. Try refreshing from both the Android app and from the desktop KDE Connect
settings and copy the resulting log.

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

[kdeconnect] [Bug 393274] Android app crashes when multimedia player plugin is enabled

2018-05-11 Thread Matthijs Tijink
https://bugs.kde.org/show_bug.cgi?id=393274

Matthijs Tijink <matthijstij...@gmail.com> changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
 Resolution|--- |FIXED

--- Comment #8 from Matthijs Tijink <matthijstij...@gmail.com> ---
Fixed on master, needs a release.

@Albert: could you create a release including this fix?

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

[kdeconnect] [Bug 393268] mpd integration

2018-05-11 Thread Matthijs Tijink
https://bugs.kde.org/show_bug.cgi?id=393268

Matthijs Tijink <matthijstij...@gmail.com> changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |WONTFIX
   Severity|normal  |wishlist
 CC||matthijstij...@gmail.com

--- Comment #3 from Matthijs Tijink <matthijstij...@gmail.com> ---
Steaming audio over KDE Connect sounds like a huge task, and not really what
KDE Connect is meant to do.

Maybe there's a pulseaudio client for Android? If so, you could use that, and
use KDE Connect for control?

If there's a smaller, better defined feature (somewhat within the scope of KDE
Connect), or if you have more feedback/questions, feel free to reopen this bug.

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

[kdeconnect] [Bug 393664] Implement WakeOnLAN

2018-05-11 Thread Matthijs Tijink
https://bugs.kde.org/show_bug.cgi?id=393664

Matthijs Tijink <matthijstij...@gmail.com> changed:

   What|Removed |Added

   Severity|normal  |wishlist
 CC||matthijstij...@gmail.com

--- Comment #1 from Matthijs Tijink <matthijstij...@gmail.com> ---
That sounds useful, but doesn't really fit into the design of KDE Connect: it
currently only provides features once connected.

Do you have any information about how WakeOnLAN works, and how do you imagine
you'd access this feature from a (future) user interface?

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

[kdeconnect] [Bug 393840] KDE Connect connection lost when the Android app is swiped off in Recent App list

2018-05-11 Thread Matthijs Tijink
https://bugs.kde.org/show_bug.cgi?id=393840

Matthijs Tijink <matthijstij...@gmail.com> changed:

   What|Removed |Added

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

--- Comment #1 from Matthijs Tijink <matthijstij...@gmail.com> ---
We're going to implement the second suggestion sometime this summer (because
it's required for Android Oreo). I'm not sure that will actually fix the issue
though: I think swiping an app away will also close its notification?
Otherwise, I think there's not much we can/should do: if the system requests
the app to shutdown, I think we should listen to that.

PS: swiping away recent apps is not recommended anymore. It slows down future
start-ups of these apps, and Android automatically closes apps if needed.
Unless you don't like the clutter, you're actually slowing down your phone and
wasting battery life.

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

[kdeconnect] [Bug 394069] Share file from android don't work on Moto X4

2018-05-11 Thread Matthijs Tijink
https://bugs.kde.org/show_bug.cgi?id=394069

Matthijs Tijink <matthijstij...@gmail.com> changed:

   What|Removed |Added

 CC||matthijstij...@gmail.com

--- Comment #1 from Matthijs Tijink <matthijstij...@gmail.com> ---
Can you post an Android log? You can do so by attaching your phone with usb,
and running "adb logcat > log.txt" on the command line. While running this
connect, try to initiate a file transfer.

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

[kdeconnect] [Bug 393840] KDE Connect connection lost when the Android app is swiped off in Recent App list

2018-05-11 Thread Matthijs Tijink
https://bugs.kde.org/show_bug.cgi?id=393840

--- Comment #3 from Matthijs Tijink <matthijstij...@gmail.com> ---
We already have implemented this on the "oreo" branch, although the branch
might need some more work to actually work well on Oreo.

The connection is persistent.

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

[kmail2] [Bug 393473] Weird "HTML-message" column

2018-05-06 Thread Matthijs Tijink
https://bugs.kde.org/show_bug.cgi?id=393473

Matthijs Tijink <matthijstij...@gmail.com> changed:

   What|Removed |Added

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

--- Comment #2 from Matthijs Tijink <matthijstij...@gmail.com> ---
This is not a full duplicate, as I see it: the bar doesn't work for its
intended goal (switching between HTML/plain e-mails).

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

[kmail2] [Bug 393473] Weird "HTML-message" column

2018-05-24 Thread Matthijs Tijink
https://bugs.kde.org/show_bug.cgi?id=393473

--- Comment #5 from Matthijs Tijink <matthijstij...@gmail.com> ---
For me, it doesn't matter if the email also contains a text part or not (I
checked), clicking the bar never does anything.

Also, the bar with "display external references" appears exactly if the email
actually contains those references (so not if all images are attached), which
is what I would expect. That also doesn't depend on if the email has a text
part or not.

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

[plasmashell] [Bug 377561] Panels switched after screen switched off

2018-05-22 Thread Matthijs Tijink
https://bugs.kde.org/show_bug.cgi?id=377561

Matthijs Tijink <matthijstij...@gmail.com> changed:

   What|Removed |Added

 CC||matthijstij...@gmail.com

--- Comment #6 from Matthijs Tijink <matthijstij...@gmail.com> ---
I don't have the same setup anymore, so don't experience the issue anymore.
But, for the record:

 - Arch Linux packages
 - Nouveau driver, unknown graphics card
 - The setup was: one hdmi-connected monitor, and the laptop screen. Although
it also occurred when I added a vga-connected monitor.
 - The right screen was indeed set as the primary screen (the hdmi-connected
one).

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

[kdeconnect] [Bug 395734] KDE Connect play button sometimes does not work with vlc client

2018-06-22 Thread Matthijs Tijink
https://bugs.kde.org/show_bug.cgi?id=395734

Matthijs Tijink  changed:

   What|Removed |Added

 CC||matthijstij...@gmail.com
 Resolution|--- |UPSTREAM
 Status|UNCONFIRMED |RESOLVED

--- Comment #1 from Matthijs Tijink  ---
This is a VLC bug, sorry :( All other mpris controls (e.g. taskbar right-click,
taskbar window previews, media control applet) have the same issue.

I can't find the link anymore where I read about this anymore, so you might
want to submit a bug report to VLC.

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

[kdeconnect] [Bug 393274] Android app crashes when multimedia player plugin is enabled

2018-04-30 Thread Matthijs Tijink
https://bugs.kde.org/show_bug.cgi?id=393274

Matthijs Tijink <matthijstij...@gmail.com> changed:

   What|Removed |Added

 CC||matthijstij...@gmail.com

--- Comment #6 from Matthijs Tijink <matthijstij...@gmail.com> ---
I looked into it and couldn't find a definite answer. Maybe you could test my
suggested change?

You can download an Android apk at https://phabricator.kde.org/D12618
Can you try to install this and see if the app still crashes? You might get
prompted to first remove the currently installed KDE Connect app.

In case it doesn't work, it would be great if you could upload a log (connect
your phone by usb and run "adb logcat" on the command line, then wait for the
app to crash).

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

[kdeconnect] [Bug 389518] Kdeconnect on Linux crashes, Android app cannot find my laptop

2018-01-28 Thread Matthijs Tijink
https://bugs.kde.org/show_bug.cgi?id=389518

Matthijs Tijink <matthijstij...@gmail.com> changed:

   What|Removed |Added

  Component|android-application |common
 CC||fa...@kde.org,
   ||matthijstij...@gmail.com

--- Comment #2 from Matthijs Tijink <matthijstij...@gmail.com> ---
I can see that something happens, but not were this happens. It's hard to debug
this without debug symbols.

Can you recompile kdeconnect with debug symbols? There's instructions here,
https://wiki.archlinux.org/index.php/Debug_-_Getting_Traces, but they may be a
bit difficult to follow if you do not have any experience with compiling stuff.

Also adding David Faure maintainer, since the crash happens in KIO code.

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

[kdeconnect] [Bug 375644] Unable to pair kdeconnect when connecting via OpenVPN, even if specifying hostname or IP address

2018-01-28 Thread Matthijs Tijink
https://bugs.kde.org/show_bug.cgi?id=375644

--- Comment #8 from Matthijs Tijink <matthijstij...@gmail.com> ---
Sorry for the late reaction, I've been busy.

What the PC log message means: the PC received the UDP packet from the phone
and tries to connect to the phone (using TCP). That fails (maybe because of the
thing I mentioned, maybe not), so it tries the reverse: it sends out an UDP
message so the phone will instead connect to the PC. As your issue indicates,
that doesn't work either.

Since the android log does not contain a message that it received an UDP
package, the direction UDP/TCP from PC to phone does not work.

As I read your earlier messages, you can ping/ssh/etc. from your PC to your
phone correctly in the same network setup. Can you confirm this for me? If so,
we've pinpointed the issue somewhat (although hard to test for me).

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

[kdeconnect] [Bug 345015] No coverart of the currently playing media in the MPRIS plug-in

2018-02-24 Thread Matthijs Tijink
https://bugs.kde.org/show_bug.cgi?id=345015

Matthijs Tijink <matthijstij...@gmail.com> changed:

   What|Removed |Added

  Latest Commit||https://commits.kde.org/kde
   ||connect-android/0d00b8aa4ac
   ||3f88485797e09950b713483273f
   ||63
 Resolution|--- |FIXED
 Status|CONFIRMED   |RESOLVED

--- Comment #2 from Matthijs Tijink <matthijstij...@gmail.com> ---
Git commit 0d00b8aa4ac3f88485797e09950b713483273f63 by Matthijs Tijink.
Committed on 24/02/2018 at 15:21.
Pushed by mtijink into branch 'master'.

Add album cover art support.

Summary:
Fetches http(s) album art urls, as supplied by MPRIS, to display as album art.
Fetched urls and failed fetches are cached to prevent unneccessary network
activity.

The bulk of the code is in the fetching+caching class `AlbumArtCache`.

Takes the comments from d52be10 into account:
 - The images (HTTP(S) only for now) are cached. This is limited to 5 MB on
disk or 10 entries in memory.
 - The image gets viewing space depending on the remaining screen space. Thus,
controls should never be pushed off-screen.
 - "Edge cases" like going from cover art to no cover art is handled correctly
(actually a result of earlier mpris code changes).

Additionally, it adds a landscape mode to the MPRIS activity, which shows the
cover art and controls side by side.

Desktop part is in D9563.

Test Plan: Works both with/without album art. Switching players and tracks
correctly changes the album art.

Reviewers: #kde_connect, #vdg, albertvaka

Reviewed By: #kde_connect, albertvaka

Subscribers: albertvaka, ngraham, nicolasfella, apol

Differential Revision: https://phabricator.kde.org/D9564

M  +1-0build.gradle
A  +9-0res/drawable/ic_album_art_placeholder.xml
A  +26   -0res/layout-land/activity_mpris.xml
A  +25   -0res/layout/activity_mpris.xml
M  +1-4res/layout/mpris_control.xml
A  +428  -0src/org/kde/kdeconnect/Plugins/MprisPlugin/AlbumArtCache.java
M  +14   -1src/org/kde/kdeconnect/Plugins/MprisPlugin/MprisActivity.java
M  +46   -0src/org/kde/kdeconnect/Plugins/MprisPlugin/MprisPlugin.java

https://commits.kde.org/kdeconnect-android/0d00b8aa4ac3f88485797e09950b713483273f63

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

[kdeconnect] [Bug 337485] Android lockscreen support for MPRIS mode.

2018-02-24 Thread Matthijs Tijink
https://bugs.kde.org/show_bug.cgi?id=337485

Matthijs Tijink <matthijstij...@gmail.com> changed:

   What|Removed |Added

  Latest Commit||https://commits.kde.org/kde
   ||connect-android/2f127b30478
   ||804d9821295f11dc236306d51ad
   ||b4
 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |FIXED

--- Comment #4 from Matthijs Tijink <matthijstij...@gmail.com> ---
Git commit 2f127b30478804d9821295f11dc236306d51adb4 by Matthijs Tijink.
Committed on 24/02/2018 at 16:01.
Pushed by mtijink into branch 'master'.

Add MPRIS media control notification

Summary:

Adds a notification to show and control mpris players. It shows the title,
artist etc. (so depends on D9083, but can easily be adapted to work without it,
but that leads to less features).

The notification appears as soon as one of your connected devices plays music.
If multiple devices/players are playing, it shows the information and controls
for only one of these. If it stops playing, it tries to switch to another
playing device/player. If those do not exist, it shows the same player, but
allows starting it again.

Dismissing the notification is only possible if the showed player is paused (as
effect, only when all players are paused). It automatically closes if the
device or player disappears or disconnects and no other players are playing. I
think this behaviour is intuitive, other native android music players have
similar behaviour.

About the implementation: there are two parts to this: the notification and the
media session control API. The first shows the notification and its controls.
The second allows lock screen controls on older Android versions and control
using e.g. headphone buttons. Since nearly all code is shared between the two
parts, and the rest is mostly straightforward, I put them in the same diff.

Test Plan:
Tested on Android Nougat 7.1 (shows the notification with buttons, as expected;
no lock screen controls, as expected) and Android Gingerbread 2.3 (shows a
notification without buttons, lock screen controls work, so as expected).

I am not able to test with multiple desktops, so testing that would be
appreciated.

Disabling buttons when not available should work, but all players I tested
always allowed next/previous/play/pause.

Reviewers: #kde_connect, nicolasfella

Reviewed By: #kde_connect, nicolasfella

Subscribers: apol, albertvaka, nicolasfella

Tags: #kde_connect

Maniphest Tasks: T6512

Differential Revision: https://phabricator.kde.org/D9266

M  +7-0AndroidManifest.xml
A  +9-0res/drawable/ic_next_white.xml
A  +9-0res/drawable/ic_pause_white.xml
A  +9-0res/drawable/ic_play_white.xml
A  +9-0res/drawable/ic_previous_white.xml
M  +4-0res/values/strings.xml
M  +8-1res/xml/mprisplugin_preferences.xml
A  +86   -0   
src/org/kde/kdeconnect/Plugins/MprisPlugin/MprisMediaNotificationReceiver.java
A  +404  -0   
src/org/kde/kdeconnect/Plugins/MprisPlugin/MprisMediaSession.java
M  +15   -0src/org/kde/kdeconnect/Plugins/MprisPlugin/MprisPlugin.java

https://commits.kde.org/kdeconnect-android/2f127b30478804d9821295f11dc236306d51adb4

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

[kdeconnect] [Bug 381440] only one of two MPRIS media players detected

2017-12-20 Thread Matthijs Tijink
https://bugs.kde.org/show_bug.cgi?id=381440

Matthijs Tijink <matthijstij...@gmail.com> changed:

   What|Removed |Added

 CC||matthijstij...@gmail.com

--- Comment #1 from Matthijs Tijink <matthijstij...@gmail.com> ---
I can confirm that's indeed the issue. I'll see if I can improve the situation
(but it might not be soon).

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

[kdeconnect] [Bug 389851] KDEConnect Android app doesn't have permissions to write external sd card while browsing from dolphin

2018-02-26 Thread Matthijs Tijink
https://bugs.kde.org/show_bug.cgi?id=389851

--- Comment #3 from Matthijs Tijink <matthijstij...@gmail.com> ---
Maybe it's the same as this bug: https://bugs.kde.org/show_bug.cgi?id=377058?

Could you check that?

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

[kdeconnect] [Bug 390640] Remote control keyboard in android app hard to open

2018-02-25 Thread Matthijs Tijink
https://bugs.kde.org/show_bug.cgi?id=390640

Matthijs Tijink <matthijstij...@gmail.com> changed:

   What|Removed |Added

 CC||matthijstij...@gmail.com

--- Comment #1 from Matthijs Tijink <matthijstij...@gmail.com> ---
I've fixed the issue (see https://phabricator.kde.org/D10827).

Regarding your other problem: I don't think there's anything we can do about
that, unfortunately.

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

[kdeconnect] [Bug 389851] KDEConnect Android app doesn't have permissions to write external sd card while browsing from dolphin

2018-02-25 Thread Matthijs Tijink
https://bugs.kde.org/show_bug.cgi?id=389851

Matthijs Tijink <matthijstij...@gmail.com> changed:

   What|Removed |Added

 CC||matthijstij...@gmail.com

--- Comment #1 from Matthijs Tijink <matthijstij...@gmail.com> ---
What's your Android version?

And if you're on Android 6+, did you give KDE Connect the required permissions
on the add-a-device screen? If so, it should be able to write files.

Saving shared files uses another mechanism to store the files, so it's
certainly possible that sharing files to the external sd works and transferring
files from Dolphin does not.

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

[kdeconnect] [Bug 390968] KDE Connect crash on accepting pairing request.

2018-02-25 Thread Matthijs Tijink
https://bugs.kde.org/show_bug.cgi?id=390968

Matthijs Tijink <matthijstij...@gmail.com> changed:

   What|Removed |Added

 CC||matthijstij...@gmail.com

--- Comment #1 from Matthijs Tijink <matthijstij...@gmail.com> ---
Could you provide a log of the crash? You can get a log by typing "adb logcat"
while your phone is connected by usb to your desktop, and then repeat the
process which crashes the app.

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

[kdeconnect] [Bug 390414] Global volume/media controls

2018-02-25 Thread Matthijs Tijink
https://bugs.kde.org/show_bug.cgi?id=390414

Matthijs Tijink <matthijstij...@gmail.com> changed:

   What|Removed |Added

 CC||matthijstij...@gmail.com

--- Comment #1 from Matthijs Tijink <matthijstij...@gmail.com> ---
Something like that is in progress here: https://phabricator.kde.org/D7993

It might still take a while, though.

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

[kdeconnect] [Bug 390153] spamming proxy

2018-02-25 Thread Matthijs Tijink
https://bugs.kde.org/show_bug.cgi?id=390153

Matthijs Tijink <matthijstij...@gmail.com> changed:

   What|Removed |Added

 CC||matthijstij...@gmail.com

--- Comment #3 from Matthijs Tijink <matthijstij...@gmail.com> ---
KDE Connect shouldn't actually send much traffic; it only tries to connect when
the network connection status changes (so not very often).

Can you provide more details of the network setup?

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

[akregator] [Bug 397752] New: HTML articles appear very small

2018-08-22 Thread Matthijs Tijink
https://bugs.kde.org/show_bug.cgi?id=397752

Bug ID: 397752
   Summary: HTML articles appear very small
   Product: akregator
   Version: 5.9.0
  Platform: Archlinux Packages
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: internal browser
  Assignee: kdepim-b...@kde.org
  Reporter: matthijstij...@gmail.com
  Target Milestone: ---

Since the latest version, all web articles appear very small (those with "show
full webpage" ticked). Normal articles appear in the correct font size.

I think I have to zoom to about 200% for a normal-ish view (similar to old
size/Firefox/Chrome).

Possibly related bug: 361588

(Fixing bug 375119 would be an usable workaround)

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

[kdeconnect] [Bug 392594] KDE Connect crashes after establishing connection

2018-04-07 Thread Matthijs Tijink
https://bugs.kde.org/show_bug.cgi?id=392594

Matthijs Tijink <matthijstij...@gmail.com> changed:

   What|Removed |Added

 CC||matthijstij...@gmail.com

--- Comment #1 from Matthijs Tijink <matthijstij...@gmail.com> ---
Can you post a log of the crash? You can do this by running "adb logcat >
log.txt" from the command line, while your device is plugged in your desktop.

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

[kdeconnect] [Bug 392619] Segmentation faults with kdeconnect_notifications.so and libKF5KIOCore.so.5.44.0

2018-04-07 Thread Matthijs Tijink
https://bugs.kde.org/show_bug.cgi?id=392619

Matthijs Tijink <matthijstij...@gmail.com> changed:

   What|Removed |Added

 CC||matthijstij...@gmail.com

--- Comment #1 from Matthijs Tijink <matthijstij...@gmail.com> ---
Could you also post the backtrace? Also, it might be fixed by
https://cgit.kde.org/kdeconnect-kde.git/commit/?id=22d14de01828d1a65a003572317ed817b7b0364a

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

[kdeconnect] [Bug 392854] Send file functionality to ambigious

2018-04-08 Thread Matthijs Tijink
https://bugs.kde.org/show_bug.cgi?id=392854

Matthijs Tijink <matthijstij...@gmail.com> changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |WORKSFORME
 CC||matthijstij...@gmail.com

--- Comment #1 from Matthijs Tijink <matthijstij...@gmail.com> ---
You can go to the plugin settings (right-click KDE Connect applet -> configure
-> your device -> share and receive), and configure where save files.

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

[kdeconnect] [Bug 392853] Ring phone doesen't actually ring phone

2018-04-08 Thread Matthijs Tijink
https://bugs.kde.org/show_bug.cgi?id=392853

Matthijs Tijink <matthijstij...@gmail.com> changed:

   What|Removed |Added

 CC||matthijstij...@gmail.com

--- Comment #1 from Matthijs Tijink <matthijstij...@gmail.com> ---
Hmm weird. Can you specify your KDE Connect version (on Android)?

Could you specify some of your settings?
 - Alarm volume (and try if changing it helps)
 - Alarm ringtone

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

[kdeconnect] [Bug 392853] Ring phone doesen't actually ring phone

2018-04-09 Thread Matthijs Tijink
https://bugs.kde.org/show_bug.cgi?id=392853

Matthijs Tijink <matthijstij...@gmail.com> changed:

   What|Removed |Added

  Latest Commit||https://commits.kde.org/kde
   ||connect-android/2cd7d4b7a99
   ||aa0073e1a29627b5b10628fa840
   ||fd
 Resolution|--- |FIXED
 Status|CONFIRMED   |RESOLVED

--- Comment #3 from Matthijs Tijink <matthijstij...@gmail.com> ---
Git commit 2cd7d4b7a99aa0073e1a29627b5b10628fa840fd by Matthijs Tijink.
Committed on 09/04/2018 at 17:00.
Pushed by mtijink into branch 'master'.

Fix default Find My Phone ringtone

Summary:
Previously, if the user hadn't set a ringtone, the code raised an exception
(because an empty string isn't an uri). Thus, no sound was played.

This fixes it.

Test Plan: Without having set a ringtone, it works. Otherwise, it works too.

Reviewers: #kde_connect, albertvaka

Reviewed By: #kde_connect, albertvaka

Subscribers: nicolasfella, sredman, #kde_connect

Tags: #kde_connect

Differential Revision: https://phabricator.kde.org/D12070

M  +9-2   
src/org/kde/kdeconnect/Plugins/FindMyPhonePlugin/FindMyPhoneActivity.java

https://commits.kde.org/kdeconnect-android/2cd7d4b7a99aa0073e1a29627b5b10628fa840fd

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

[kdeconnect] [Bug 392853] Ring phone doesen't actually ring phone

2018-04-09 Thread Matthijs Tijink
https://bugs.kde.org/show_bug.cgi?id=392853

Matthijs Tijink <matthijstij...@gmail.com> changed:

   What|Removed |Added

 Status|UNCONFIRMED |CONFIRMED
 Ever confirmed|0   |1
Version|unspecified |1.8

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

[kdeconnect] [Bug 392594] KDE Connect crashes after establishing connection

2018-04-09 Thread Matthijs Tijink
https://bugs.kde.org/show_bug.cgi?id=392594

--- Comment #5 from Matthijs Tijink <matthijstij...@gmail.com> ---
Unfortunately, I can't reproduce the issue myself.

If you open https://phabricator.kde.org/D12073 however, I tried to create a
fix. Could you download and install the APK and report back if that fixes the
issue? You may be prompted to first remove the old app.

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

[kdeconnect] [Bug 392594] KDE Connect crashes after establishing connection

2018-04-10 Thread Matthijs Tijink
https://bugs.kde.org/show_bug.cgi?id=392594

--- Comment #8 from Matthijs Tijink <matthijstij...@gmail.com> ---
Yeah, looks identical. It'd be great if you could debug this, or at least
provide the full backtrace!

Android Studio and the code should indeed be enough (it'll prompt you to
install SDK components, but those should be clear enough).

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

[kdeconnect] [Bug 392950] Persist pairing with kdeconnect when in sleep mode

2018-04-10 Thread Matthijs Tijink
https://bugs.kde.org/show_bug.cgi?id=392950

Matthijs Tijink <matthijstij...@gmail.com> changed:

   What|Removed |Added

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

--- Comment #1 from Matthijs Tijink <matthijstij...@gmail.com> ---
There's two parts to this bug:
 1. In "Settings > Wifi > Advanced (in overflow menu) > Enable Wi-Fi while
sleeping" (or similar, my phone is in a different language), you should set it
to "Yes". I'll see if I can add a warning for that in the code, though.
 2. KDE Connect *should* already remain connected while the device is sleeping.
That doesn't (fully) work though, these bugs are hard to find. If you have a
situation where you can reproduce the loss of connectivity, please let us know
(including Android version, KDE Connect on Android version, Desktop version,
adb logcat)!

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

[kdeconnect] [Bug 392990] Does not sync android notifications to pc

2018-04-11 Thread Matthijs Tijink
https://bugs.kde.org/show_bug.cgi?id=392990

Matthijs Tijink <matthijstij...@gmail.com> changed:

   What|Removed |Added

 CC||matthijstij...@gmail.com
 Resolution|--- |WAITINGFORINFO
 Status|UNCONFIRMED |NEEDSINFO

--- Comment #2 from Matthijs Tijink <matthijstij...@gmail.com> ---
There's a bug in KDE Connect 1.2.1 regarding notifications, so this might be
solved with KDE Connect 1.3 (released last sunday). Could you try that?

PC to phone notifications require you to enable a plugin on both android and
the desktop, did you do that?

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

[kdeconnect] [Bug 392986] Log kdeconnect sms messages and any other alerts/messages to systemtray notifications and permit replying to sms via systemtray notifications

2018-04-11 Thread Matthijs Tijink
https://bugs.kde.org/show_bug.cgi?id=392986

Matthijs Tijink <matthijstij...@gmail.com> changed:

   What|Removed |Added

 CC||matthijstij...@gmail.com

--- Comment #1 from Matthijs Tijink <matthijstij...@gmail.com> ---
Normal notifications from your phone should persist in the KDE Connect applet,
even after the bubble disappears.

SMS notifications (the ones displaying a "reply" button) don't, but these
should remain available in the normal notification system tray. Note that (by
default) you get two notifications for an SMS message: a "normal" one, and one
specific to SMS messages.

As I read your report, you're talking about the first case (normal
notifications, including "normal" SMS notifications), and they do not persist
in the KDE Connect applet. Do I understand you correctly?

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

[kdeconnect] [Bug 393100] Information when failed "Send File"

2018-04-13 Thread Matthijs Tijink
https://bugs.kde.org/show_bug.cgi?id=393100

Matthijs Tijink <matthijstij...@gmail.com> changed:

   What|Removed |Added

 CC||matthijstij...@gmail.com

--- Comment #1 from Matthijs Tijink <matthijstij...@gmail.com> ---
Which ports did you open? KDE Connect uses additional ports for transferring
files, see
https://community.kde.org/KDEConnect#I_have_two_devices_running_KDE_Connect_on_the_same_network.2C_but_they_can.27t_see_each_other

I don't know what fragmented packages are, but we use normal SSL over TCP. Or
are you talking about UDP?

You are talking about an option to gain information, could you elaborate on
that, because it's currently unclear to me.

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

[frameworks-kio] [Bug 393165] New: Failed put transfers never complete

2018-04-15 Thread Matthijs Tijink
https://bugs.kde.org/show_bug.cgi?id=393165

Bug ID: 393165
   Summary: Failed put transfers never complete
   Product: frameworks-kio
   Version: 5.44.0
  Platform: Archlinux Packages
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: fa...@kde.org
  Reporter: matthijstij...@gmail.com
CC: kdelibs-b...@kde.org
  Target Milestone: ---

When I let KDE Connect transfer a big file to the desktop (using the "send
files" button) and it fails (e.g. by disconnecting from wifi), the transfer
never completes.

I'd expect it to say "transfer failed" (or similar), but the transfer just
hangs, without any sign it's never going to be completed.

I checked the code in KDE Connect, and it seems the bug is not in there (the
SSL socket is just passed to networkaccessmanager->put).

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

[kdeconnect] [Bug 393178] Update Device List

2018-04-16 Thread Matthijs Tijink
https://bugs.kde.org/show_bug.cgi?id=393178

Matthijs Tijink <matthijstij...@gmail.com> changed:

   What|Removed |Added

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

--- Comment #1 from Matthijs Tijink <matthijstij...@gmail.com> ---
I'll merge it for you, thanks for your contribution!

As a KDE project, using KDE infrastructure makes more sense for us. Besides,
Github isn't an open source/free software project. We only provide the Github
mirror as a convenience.

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

[kmail2] [Bug 393473] New: Weird "HTML-message" column

2018-04-24 Thread Matthijs Tijink
https://bugs.kde.org/show_bug.cgi?id=393473

Bug ID: 393473
   Summary: Weird "HTML-message" column
   Product: kmail2
   Version: 5.8.0
  Platform: Archlinux Packages
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: UI
  Assignee: kdepim-b...@kde.org
  Reporter: matthijstij...@gmail.com
  Target Milestone: ---

Since the latest KMail version, I have this weird full-height black vertical
column in KMail saying "HTML-message" (or similar, mine is in Dutch).

Hovering it says something like "click to switch between HTML, plain email or
calendar", and it has a hover-cursor. Clicking it doesn't do anything, however.

I also couldn't find a setting to disable it. Is it possible to remove? I
already use a toolbar button for switching between HTML and plain email (like
it seems this is intended for?), which also makes a lot more sense to me than
something you cannot move/remove and takes up lots of space.

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

[kdeconnect] [Bug 392485] Numeric keypad as a remote input

2018-03-29 Thread Matthijs Tijink
https://bugs.kde.org/show_bug.cgi?id=392485

Matthijs Tijink <matthijstij...@gmail.com> changed:

   What|Removed |Added

 Resolution|--- |WONTFIX
 CC||matthijstij...@gmail.com
 Status|UNCONFIRMED |RESOLVED

--- Comment #1 from Matthijs Tijink <matthijstij...@gmail.com> ---
This is already possible, if your keyboard supports this. For example, Swype
and GBoard support this.

On Swype: swype from swype button to "5" button.
On Gboard: see
https://androidforums.com/threads/google-keyboard-how-to-change-to-number-pad.804201/

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

[kdeconnect] [Bug 392061] Low resolution image for songs without covert art

2018-03-24 Thread Matthijs Tijink
https://bugs.kde.org/show_bug.cgi?id=392061

Matthijs Tijink <matthijstij...@gmail.com> changed:

   What|Removed |Added

  Latest Commit||https://commits.kde.org/kde
   ||connect-android/7877d2803cd
   ||37699f34cfcd39231acaff6b7a6
   ||2f
 Resolution|--- |FIXED
 Status|CONFIRMED   |RESOLVED

--- Comment #4 from Matthijs Tijink <matthijstij...@gmail.com> ---
Git commit 7877d2803cd37699f34cfcd39231acaff6b7a62f by Matthijs Tijink.
Committed on 24/03/2018 at 17:35.
Pushed by mtijink into branch 'master'.

Fix blurry rasterized icons

Summary:
The vector icons were rastizered for older Android versions, but these were on
the small side. This fixes the size.

Test Plan: The icons aren't blurry anymore on Android 4.2.

Reviewers: #kde_connect, nicolasfella

Reviewed By: #kde_connect, nicolasfella

Subscribers: #kde_connect

Differential Revision: https://phabricator.kde.org/D11644

M  +2-2res/drawable/ic_album_art_placeholder.xml

https://commits.kde.org/kdeconnect-android/7877d2803cd37699f34cfcd39231acaff6b7a62f

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

[kdeconnect] [Bug 391929] Player icon in notification area should indicate playback state

2018-03-24 Thread Matthijs Tijink
https://bugs.kde.org/show_bug.cgi?id=391929

Matthijs Tijink <matthijstij...@gmail.com> changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |WONTFIX
 CC||matthijstij...@gmail.com

--- Comment #1 from Matthijs Tijink <matthijstij...@gmail.com> ---
The icon is meant to indicate that you can control music, not actually indicate
the play state. The icon can be improved somewhat though. Any ideas?

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

[Akonadi] [Bug 392297] New: Changing default phone application to KDE Connect

2018-03-25 Thread Matthijs Tijink
https://bugs.kde.org/show_bug.cgi?id=392297

Bug ID: 392297
   Summary: Changing default phone application to KDE Connect
   Product: Akonadi
   Version: GIT (master)
  Platform: Compiled Sources
OS: Linux
Status: UNCONFIRMED
  Severity: wishlist
  Priority: NOR
 Component: Contacts resource
  Assignee: to...@kde.org
  Reporter: matthijstij...@gmail.com
CC: kdepim-b...@kde.org
  Target Milestone: ---

Created attachment 111627
  --> https://bugs.kde.org/attachment.cgi?id=111627=edit
Patch trying to set KDE Connect as default phone application

The default phone application is Skype, even though (I guess) most people
aren't using Skype to call normal phone numbers. KDE Connect seems like a
better default. I tried to change the default using the attached patch, but the
default won't change. Setting the default external application to KDE Connect
worked though.

Alternatively, KAddressbook (& friends) could use "tel:" urls instead of
internal "phone:" urls, since "tel:" already can use KDE Connect.

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

[kdeconnect] [Bug 392062] Cover art now showing even if it exists in the file on the desktop

2018-03-19 Thread Matthijs Tijink
https://bugs.kde.org/show_bug.cgi?id=392062

Matthijs Tijink <matthijstij...@gmail.com> changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |CONFIRMED
   Severity|normal  |wishlist
 CC||matthijstij...@gmail.com

--- Comment #1 from Matthijs Tijink <matthijstij...@gmail.com> ---
That's correct, album art stored on your pc is not supported yet, only album
art stored on the internet.

It's in progress and should come in a future version of KDE Connect.

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

[kdeconnect] [Bug 392061] Low resolution image for songs without covert art

2018-03-19 Thread Matthijs Tijink
https://bugs.kde.org/show_bug.cgi?id=392061

Matthijs Tijink <matthijstij...@gmail.com> changed:

   What|Removed |Added

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

--- Comment #3 from Matthijs Tijink <matthijstij...@gmail.com> ---
We'll look into the blurry icons.

The notification can be disabled in the options, or can be swiped away if all
players are paused.

It should be 1.8 here too, but apparently that's not an option yet, we'll fix
that.

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

[kdeconnect] [Bug 392061] Low resolution image for songs without covert art

2018-03-19 Thread Matthijs Tijink
https://bugs.kde.org/show_bug.cgi?id=392061

Matthijs Tijink <matthijstij...@gmail.com> changed:

   What|Removed |Added

Version|1.5 |1.8

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

[kdeconnect] [Bug 392062] Cover art now showing even if it exists in the file on the desktop

2018-03-19 Thread Matthijs Tijink
https://bugs.kde.org/show_bug.cgi?id=392062

Matthijs Tijink <matthijstij...@gmail.com> changed:

   What|Removed |Added

Version|1.5 |1.8

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

[kdeconnect] [Bug 390640] Remote control keyboard in android app hard to open

2018-02-25 Thread Matthijs Tijink
https://bugs.kde.org/show_bug.cgi?id=390640

Matthijs Tijink <matthijstij...@gmail.com> changed:

   What|Removed |Added

  Latest Commit||https://commits.kde.org/kde
   ||connect-android/abc5526252f
   ||65e660a201f3514f2c3457ff081
   ||1a
 Status|CONFIRMED   |RESOLVED
 Resolution|--- |FIXED

--- Comment #2 from Matthijs Tijink <matthijstij...@gmail.com> ---
Git commit abc5526252f65e660a201f3514f2c3457ff0811a by Matthijs Tijink.
Committed on 25/02/2018 at 15:41.
Pushed by mtijink into branch 'master'.

Put keyboard button in navigation bar when possible

Summary:
In the remote input activity, the keyboard button was in the overflow menu,
even though it fit on the navigation bar. The previous code used the wrong
namespace, so this fixes it.

Before:
{F5729325}

After:
{F5729326}

Reviewers: #kde_connect, nicolasfella

Reviewed By: #kde_connect, nicolasfella

Subscribers: nicolasfella

Differential Revision: https://phabricator.kde.org/D10827

M  +1-1res/menu/menu_mousepad.xml

https://commits.kde.org/kdeconnect-android/abc5526252f65e660a201f3514f2c3457ff0811a

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

[plasmashell] [Bug 398550] New: Plasma crash when navigating kicker two levels up

2018-09-12 Thread Matthijs Tijink
https://bugs.kde.org/show_bug.cgi?id=398550

Bug ID: 398550
   Summary: Plasma crash when navigating kicker two levels up
   Product: plasmashell
   Version: 5.13.5
  Platform: Archlinux Packages
OS: Linux
Status: UNCONFIRMED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: k...@davidedmundson.co.uk
  Reporter: matthijstij...@gmail.com
CC: plasma-b...@kde.org
  Target Milestone: 1.0

Application: plasmashell (5.13.5)

Qt Version: 5.11.1
Frameworks Version: 5.50.0
Operating System: Linux 4.18.6-arch1-1-ARCH x86_64
Distribution (Platform): Archlinux Packages

-- Information about the crash:
- What I was doing when the application crashed:

When using Kicker (not sure if that's the correct name; the application
launcher with menu structure similar to KDE 3), I navigated two levels down
(top level > category > subcategory > items). When I now move my mouse outside
the menu, the menus stay visible. When my cursor returns to the top level,
hovering another category, Plasma crashes.

The crash can be reproduced every time.

-- Backtrace:
Application: Plasma (plasmashell), signal: Segmentation fault
Using host libthread_db library "/usr/lib/libthread_db.so.1".
[Current thread is 1 (Thread 0x7fe4e496b500 (LWP 7507))]

Thread 12 (Thread 0x7fe42a167700 (LWP 10776)):
#0  0x7fe4452ebfc5 in pa_iochannel_is_readable () at
/usr/lib/pulseaudio/libpulsecommon-12.2.so
#1  0x7fe445300938 in  () at /usr/lib/pulseaudio/libpulsecommon-12.2.so
#2  0x7fe445300cba in  () at /usr/lib/pulseaudio/libpulsecommon-12.2.so
#3  0x7fe44530154a in  () at /usr/lib/pulseaudio/libpulsecommon-12.2.so
#4  0x7fe445768d18 in pa_mainloop_dispatch () at /usr/lib/libpulse.so.0
#5  0x7fe445768fef in pa_mainloop_iterate () at /usr/lib/libpulse.so.0
#6  0x7fe445769091 in pa_mainloop_run () at /usr/lib/libpulse.so.0
#7  0x7fe4457775ae in  () at /usr/lib/libpulse.so.0
#8  0x7fe4453119fc in  () at /usr/lib/pulseaudio/libpulsecommon-12.2.so
#9  0x7fe4ebcbfa9d in start_thread () at /usr/lib/libpthread.so.0
#10 0x7fe4ec01ba43 in clone () at /usr/lib/libc.so.6

Thread 11 (Thread 0x7fe42a968700 (LWP 8188)):
#0  0x7fe4ec010bb1 in poll () at /usr/lib/libc.so.6
#1  0x7fe4e8d8bee0 in  () at /usr/lib/libglib-2.0.so.0
#2  0x7fe4e8d8bfce in g_main_context_iteration () at
/usr/lib/libglib-2.0.so.0
#3  0x7fe4ec5384d4 in
QEventDispatcherGlib::processEvents(QFlags) ()
at /usr/lib/libQt5Core.so.5
#4  0x7fe4ec4e3dbc in
QEventLoop::exec(QFlags) () at
/usr/lib/libQt5Core.so.5
#5  0x7fe4ec32cf59 in QThread::exec() () at /usr/lib/libQt5Core.so.5
#6  0x7fe4ec337005 in  () at /usr/lib/libQt5Core.so.5
#7  0x7fe4ebcbfa9d in start_thread () at /usr/lib/libpthread.so.0
#8  0x7fe4ec01ba43 in clone () at /usr/lib/libc.so.6

Thread 10 (Thread 0x7fe432087700 (LWP 8180)):
#0  0x7fe4ec010bb1 in poll () at /usr/lib/libc.so.6
#1  0x7fe4e8d8bee0 in  () at /usr/lib/libglib-2.0.so.0
#2  0x7fe4e8d8bfce in g_main_context_iteration () at
/usr/lib/libglib-2.0.so.0
#3  0x7fe4ec5384d4 in
QEventDispatcherGlib::processEvents(QFlags) ()
at /usr/lib/libQt5Core.so.5
#4  0x7fe4ec4e3dbc in
QEventLoop::exec(QFlags) () at
/usr/lib/libQt5Core.so.5
#5  0x7fe4ec32cf59 in QThread::exec() () at /usr/lib/libQt5Core.so.5
#6  0x7fe4ec337005 in  () at /usr/lib/libQt5Core.so.5
#7  0x7fe4ebcbfa9d in start_thread () at /usr/lib/libpthread.so.0
#8  0x7fe4ec01ba43 in clone () at /usr/lib/libc.so.6

Thread 9 (Thread 0x7fe432d41700 (LWP 8178)):
#0  0x7fe4ec00c734 in read () at /usr/lib/libc.so.6
#1  0x7fe4e8d3a781 in  () at /usr/lib/libglib-2.0.so.0
#2  0x7fe4e8d8aa50 in g_main_context_check () at /usr/lib/libglib-2.0.so.0
#3  0x7fe4e8d8be86 in  () at /usr/lib/libglib-2.0.so.0
#4  0x7fe4e8d8bfce in g_main_context_iteration () at
/usr/lib/libglib-2.0.so.0
#5  0x7fe4ec5384d4 in
QEventDispatcherGlib::processEvents(QFlags) ()
at /usr/lib/libQt5Core.so.5
#6  0x7fe4ec4e3dbc in
QEventLoop::exec(QFlags) () at
/usr/lib/libQt5Core.so.5
#7  0x7fe4ec32cf59 in QThread::exec() () at /usr/lib/libQt5Core.so.5
#8  0x7fe438f2835a in KCupsConnection::run() () at /usr/lib/libkcupslib.so
#9  0x7fe4ec337005 in  () at /usr/lib/libQt5Core.so.5
#10 0x7fe4ebcbfa9d in start_thread () at /usr/lib/libpthread.so.0
#11 0x7fe4ec01ba43 in clone () at /usr/lib/libc.so.6

Thread 8 (Thread 0x7fe439eff700 (LWP 8170)):
#0  0x7fe4ec010bb1 in poll () at /usr/lib/libc.so.6
#1  0x7fe4e8d8bee0 in  () at /usr/lib/libglib-2.0.so.0
#2  0x7fe4e8d8bfce in g_main_context_iteration () at
/usr/lib/libglib-2.0.so.0
#3  0x7fe4ec5384d4 in
QEventDispatcherGlib::processEvents(QFlags) ()
at /usr/lib/libQt5Core.so.5
#4  0x7fe4ec4e3dbc in
QEventLoop::exec(QFlags) () at
/usr/lib/libQt5Core.so.5
#5  0x7fe4ec32cf59 in 

[kdeconnect] [Bug 405318] Crash after select Settings from left panel

2019-03-10 Thread Matthijs Tijink
https://bugs.kde.org/show_bug.cgi?id=405318

Matthijs Tijink  changed:

   What|Removed |Added

 CC||matthijstij...@gmail.com
 Status|REPORTED|RESOLVED
 Resolution|--- |FIXED

--- Comment #1 from Matthijs Tijink  ---
Thanks for the report. The bug has already been fixed in the meanwhile, and a
new version has already been submitted to F-Droid.

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

[kdeconnect] [Bug 408590] Notification of MPRIS lagging behind the one shown in the app

2019-06-12 Thread Matthijs Tijink
https://bugs.kde.org/show_bug.cgi?id=408590

Matthijs Tijink  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 CC||matthijstij...@gmail.com
 Resolution|--- |FIXED

--- Comment #1 from Matthijs Tijink  ---
Unless I misunderstood, this is fixed by commit 56d01ed082a71, which should
appear in the next Android release.

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

[kdeconnect] [Bug 409657] Add buttons in the plasmoid to send keys (next, previous, pause, play, volume+, volume-)

2019-07-10 Thread Matthijs Tijink
https://bugs.kde.org/show_bug.cgi?id=409657

Matthijs Tijink  changed:

   What|Removed |Added

 CC||matthijstij...@gmail.com

--- Comment #1 from Matthijs Tijink  ---
You can already control the phone's music using the "kcapp" application (it's
experimental though, so it might not currently be packaged for your
distribution).

In the future, we expect to enable MPRIS controls for it too, so it can be
controlled like other media players on your desktop. There's no timeline for
this though.

Regarding turning the screen on/off: what would you use it for? I'm not
entirely sure this is even possible in Android.

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

[kdeconnect] [Bug 409657] Add buttons in the plasmoid to send keys (next, previous, pause, play, volume+, volume-)

2019-07-12 Thread Matthijs Tijink
https://bugs.kde.org/show_bug.cgi?id=409657

--- Comment #3 from Matthijs Tijink  ---
> Another idea I had when writing this bug report: music often can be 
> controlled by touching buttons on a notification. More generally, some apps 
> have buttons in their notifications. Would it be worth to be able to activate 
> them from KDEConnect?

That should already work. Please open another bug if it does not.

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

[Akonadi] [Bug 409753] New: Duplicate column name 'version' QMYSQL

2019-07-12 Thread Matthijs Tijink
https://bugs.kde.org/show_bug.cgi?id=409753

Bug ID: 409753
   Summary: Duplicate column name 'version' QMYSQL
   Product: Akonadi
   Version: 5.11.3
  Platform: Archlinux Packages
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: server
  Assignee: kdepim-b...@kde.org
  Reporter: matthijstij...@gmail.com
  Target Milestone: ---

SUMMARY

Akonadi does not start anymore, using either the GUI or "akonadictl start".
It shows the following messages when trying to start with "akonadictl start":

org.kde.pim.akonadiserver: Running DB initializer
org.kde.pim.akonadiserver: "\nSql error: Duplicate column name 'version'
QMYSQL: Unable to execute query\nQuery: ALTER TABLE SchemaVersionTable ADD
COLUMN version INTEGER NOT NULL DEFAULT 0"
org.kde.pim.akonadiserver: Unable to initialize database.
org.kde.pim.akonadiserver: Shutting down AkonadiServer...
org.kde.pim.akonadicontrol: Application '/usr/bin/akonadiserver' exited
normally...

And then exits immediately (without error code, but I don't know if that's
expected or not).

The database (MariaDB) is running, I can connect to it, and indeed the
"version" field of "SchemaVersionTable" already exists.


SOFTWARE/OS VERSIONS
Qt Version: 5.13.0
MariaDB version: 10.4.6

ADDITIONAL INFORMATION
I'm not sure when it stopped working, but sometime in the last week. My akonadi
updated yesterday (11-07-2019) from version 5.11.2 to 5.11.3, that might be
related.

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

[kdeconnect] [Bug 411580] kdeconnect-kde failed with "/usr/bin/ld: cannot open output file ../bin/kdeconnect: Is a directory"

2019-09-04 Thread Matthijs Tijink
https://bugs.kde.org/show_bug.cgi?id=411580

Matthijs Tijink  changed:

   What|Removed |Added

 CC||matthijstij...@gmail.com

--- Comment #1 from Matthijs Tijink  ---
I cannot reproduce this, even with the same PKGBUILD and installed software
versions. Do you have any uncommon configurations (gcc, etc.)?

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

[Akonadi] [Bug 409753] Duplicate column name 'version' QMYSQL

2019-07-22 Thread Matthijs Tijink
https://bugs.kde.org/show_bug.cgi?id=409753

--- Comment #5 from Matthijs Tijink  ---
Removing the Akonadi database and using the built-in database indeed worked.

Maybe it would be good to document this requirement: I wasn't aware of it (and
back when I set it up, this wasn't stated even in the GUI used to configure the
external db!), and not entirely expected.

https://techbase.kde.org/KDE_PIM/Akonadi#Can_Akonadi_use_a_normal_MySQL_server_running_on_my_system.3F
would be a good place.

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

[kdeconnect] [Bug 409707] Add an option to allow KDE Connect to run at Android start.

2019-07-18 Thread Matthijs Tijink
https://bugs.kde.org/show_bug.cgi?id=409707

Matthijs Tijink  changed:

   What|Removed |Added

 CC||matthijstij...@gmail.com

--- Comment #1 from Matthijs Tijink  ---
KDE Connect should already start on boot. It might take a while (Android
doesn't start everything at once), but it should work with a couple of minutes
after boot.

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

[kdeconnect] [Bug 409707] Add an option to allow KDE Connect to run at Android start.

2019-07-18 Thread Matthijs Tijink
https://bugs.kde.org/show_bug.cgi?id=409707

Matthijs Tijink  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |NOT A BUG

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

[kdeconnect] [Bug 412072] Multimedia Controls - VLC\Media player multiple instance out of sync

2019-09-19 Thread Matthijs Tijink
https://bugs.kde.org/show_bug.cgi?id=412072

Matthijs Tijink  changed:

   What|Removed |Added

 Resolution|--- |UPSTREAM
 CC||matthijstij...@gmail.com
 Status|REPORTED|RESOLVED

--- Comment #1 from Matthijs Tijink  ---
This is a bug in VLC (and doesn't even require non-default settings): they
don't notify MPRIS clients like KDE Connect that playing is allowed.

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

[kdeconnect] [Bug 412075] Multimedia Controls - Spotify Web Client

2019-09-19 Thread Matthijs Tijink
https://bugs.kde.org/show_bug.cgi?id=412075

Matthijs Tijink  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 CC||matthijstij...@gmail.com
 Status|REPORTED|RESOLVED

--- Comment #1 from Matthijs Tijink  ---


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

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

[plasma-browser-integration] [Bug 412071] Multimedia Controls - Spotify Web Client

2019-09-19 Thread Matthijs Tijink
https://bugs.kde.org/show_bug.cgi?id=412071

--- Comment #2 from Matthijs Tijink  ---
*** Bug 412075 has been marked as a duplicate of this bug. ***

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

[plasma-browser-integration] [Bug 412073] Multimedia Controls - Browser Media\Youtube

2019-09-19 Thread Matthijs Tijink
https://bugs.kde.org/show_bug.cgi?id=412073

Matthijs Tijink  changed:

   What|Removed |Added

   Assignee|albertv...@gmail.com|k...@privat.broulik.de
 CC||matthijstij...@gmail.com
Product|kdeconnect  |plasma-browser-integration
Version|1.3.5   |unspecified
  Component|common  |general

--- Comment #1 from Matthijs Tijink  ---
This appears to be a bug in plasma-browser-integration: it doesn't expose
multiple MPRIS players. I've reassigned it.

@Kai: is this behaviour (exposing only one player) intentional?
If not: we had the same problem in KDE Connect, where multiple remote players
should be available on MPRIS. See
https://invent.kde.org/kde/kdeconnect-kde/merge_requests/153 (currently open
merge request) for our solution.

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

[kdeconnect] [Bug 412074] Multimedia Controls - Process Name\Multiple Instances

2019-09-19 Thread Matthijs Tijink
https://bugs.kde.org/show_bug.cgi?id=412074

Matthijs Tijink  changed:

   What|Removed |Added

 CC||matthijstij...@gmail.com

--- Comment #1 from Matthijs Tijink  ---
I'm not entirely sure what you mean, so let me summarize:

Currently, if there are multiple players with the same name (e.g. multiple VLC
instances), they get named "Name", "Name [2]" etc.
This makes it unclear which instance is which in the player selection dropdown.
You propose including the media artist & title in this dropdown, to make this
clearer.

Is that correct?

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

[kdeconnect] [Bug 412072] Multimedia Controls - VLC\Media player multiple instance out of sync

2019-09-20 Thread Matthijs Tijink
https://bugs.kde.org/show_bug.cgi?id=412072

--- Comment #4 from Matthijs Tijink  ---
Turns out that this bug hasn't been reported to VLC yet (I thought it had), so
see https://trac.videolan.org/vlc/ticket/22785

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

[kdeconnect] [Bug 412074] Multimedia Controls - Process Name\Multiple Instances

2019-09-20 Thread Matthijs Tijink
https://bugs.kde.org/show_bug.cgi?id=412074

Matthijs Tijink  changed:

   What|Removed |Added

   Severity|normal  |wishlist
 Status|REPORTED|CONFIRMED
 Ever confirmed|0   |1

--- Comment #3 from Matthijs Tijink  ---
We don't have the filename, but we can add the other things.

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

[frameworks-kirigami] [Bug 414998] New: Kirigami about dialog is too small

2019-12-09 Thread Matthijs Tijink
https://bugs.kde.org/show_bug.cgi?id=414998

Bug ID: 414998
   Summary: Kirigami about dialog is too small
   Product: frameworks-kirigami
   Version: 5.64.0
  Platform: Archlinux Packages
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: notm...@gmail.com
  Reporter: matthijstij...@gmail.com
  Target Milestone: Not decided

Created attachment 124409
  --> https://bugs.kde.org/attachment.cgi?id=124409=edit
Screenshot showing the problem

SUMMARY
Kirigami's About dialog/screen won't fully show the title. Probably related is
that it's not correctly centered.

STEPS TO REPRODUCE
1. Open the KDE Connect SMS app
2. Press "About"

OBSERVED RESULT
The text "SMS Instant Messaging 1.4.0" only shows "SMS Instant Messagin"
(without ellipsis, just falling off screen).

EXPECTED RESULT
The text should show fully, be properly centered, and either wrap or show
ellipsis.
Or the about screen should cover the whole application, like it does when the
window is smaller. (It still doesn't properly center the text in that case
though)

SOFTWARE/OS VERSIONS

Kirigami version is actually 5.64.1 (not 5.64.0).

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

[kdeconnect] [Bug 414513] Playback out of sync when playing at faster speed

2019-11-26 Thread Matthijs Tijink
https://bugs.kde.org/show_bug.cgi?id=414513

Matthijs Tijink  changed:

   What|Removed |Added

 CC||matthijstij...@gmail.com
 Status|REPORTED|CONFIRMED
 Ever confirmed|0   |1

--- Comment #1 from Matthijs Tijink  ---
KDE Connect indeed doesn't send (or therefore, use) the mpris `Rate`
information, which is needed for slower/faster playback.

We need to look into adding this at some point.

Note that the mpris client (either Chrome or plasma-browser-integration) needs
to set this correctly too (I didn't check this yet).

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

[plasmashell] [Bug 377561] Panels switched after screen switched off

2019-10-05 Thread Matthijs Tijink
https://bugs.kde.org/show_bug.cgi?id=377561

--- Comment #9 from Matthijs Tijink  ---
I don't have the same setup anymore, so I cannot try to reproduce.

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

[kdeconnect] [Bug 412823] Please add a refresh function.

2019-10-11 Thread Matthijs Tijink
https://bugs.kde.org/show_bug.cgi?id=412823

Matthijs Tijink  changed:

   What|Removed |Added

 CC||matthijstij...@gmail.com
 Status|REPORTED|RESOLVED
 Resolution|--- |NOT A BUG

--- Comment #1 from Matthijs Tijink  ---
You can already refresh by pulling down on the device select screen.

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

[kdeconnect] [Bug 417615] Option to disable kdeconnect

2020-02-14 Thread Matthijs Tijink
https://bugs.kde.org/show_bug.cgi?id=417615

Matthijs Tijink  changed:

   What|Removed |Added

   Severity|normal  |wishlist
   Priority|NOR |LO
 CC||matthijstij...@gmail.com
 Ever confirmed|0   |1
 Status|REPORTED|CONFIRMED

--- Comment #1 from Matthijs Tijink  ---
You can just uninstall it, if it's not needed.

Otherwise, I _think_ you can disable it by removing the plasmoid, and
overriding the XDG autostart (see
https://wiki.archlinux.org/index.php/XDG_Autostart).


I am going to leave this bug open though, since having such an option could be
useful in some cases (e.g. multi-user systems).

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

[plasmashell] [Bug 422837] New: "Always show" system tray items not shown

2020-06-11 Thread Matthijs Tijink
https://bugs.kde.org/show_bug.cgi?id=422837

Bug ID: 422837
   Summary: "Always show" system tray items not shown
   Product: plasmashell
   Version: 5.19.0
  Platform: Archlinux Packages
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: System Tray
  Assignee: plasma-b...@kde.org
  Reporter: matthijstij...@gmail.com
  Target Milestone: 1.0

SUMMARY

Since updating to the newest version, the system tray items I set to "always
show" stay hidden.

Changing it to something else and changing it back to "always show" fixes it
until the next restart. I tested this on KMail.

Similar things happened with other icons which should always show up, which
only showed up once something changed, but I couldn't reproduce that.

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

[akregator] [Bug 356973] Text renders very wide on some feeds

2020-11-08 Thread Matthijs Tijink
https://bugs.kde.org/show_bug.cgi?id=356973

Matthijs Tijink  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 Resolution|WAITINGFORINFO  |FIXED
 CC||matthijstij...@gmail.com

--- Comment #4 from Matthijs Tijink  ---
Yes, It's worked fine ever since!

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

[kdevelop] [Bug 441284] New: Auto-format on save

2021-08-21 Thread Matthijs Tijink
https://bugs.kde.org/show_bug.cgi?id=441284

Bug ID: 441284
   Summary: Auto-format on save
   Product: kdevelop
   Version: 5.6.2
  Platform: Archlinux Packages
OS: Linux
Status: REPORTED
  Severity: wishlist
  Priority: NOR
 Component: general
  Assignee: kdevelop-bugs-n...@kde.org
  Reporter: matthijstij...@gmail.com
  Target Milestone: ---

I'd like KDevelop to automatically format my files when I save. That way, I
don't need to manually (re-)format files, and can consider them as
always-formatted.

I guess not everyone will like that though, so a variant where only the changed
lines are formatted will be fine too.

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

[frameworks-kirigami] [Bug 414998] Kirigami about dialog is too small

2022-05-05 Thread Matthijs Tijink
https://bugs.kde.org/show_bug.cgi?id=414998

Matthijs Tijink  changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
 Resolution|--- |FIXED

--- Comment #4 from Matthijs Tijink  ---
Yes, I don't see the issue any more, thanks for fixing!

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

[frameworks-kio] [Bug 393165] Failed put transfers never complete

2022-11-25 Thread Matthijs Tijink
https://bugs.kde.org/show_bug.cgi?id=393165

Matthijs Tijink  changed:

   What|Removed |Added

 Status|NEEDSINFO   |REPORTED
 Resolution|WAITINGFORINFO  |---

--- Comment #2 from Matthijs Tijink  ---
I can reproduce the issue by sending a large file with KDE Connect and
disabling the wifi of my phone during the transfer.

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