Felix Eckhofer

Results 62 comments of Felix Eckhofer
trafficstars

> I see I can hide a person, but not 'delete' that person. The only way I've found this is to go into each picture and click the 'eject' button...

`ctrl`+ click works, but it also creates a second cursor (a feature which I was not aware the markdown editor had).

Note that `ctrl` + click only works on manually set up links (`[name](target)`) while it seems to do nothing except creating multiple cursors on auto-detected urls.

Actually, LibreOffice only displays a tooltip on hover: ![libreoffice-writer](https://user-images.githubusercontent.com/719105/41034573-8060de0a-6979-11e8-8b78-175fb6791de7.png) Same behavior on Word (2010): ![word-2010](https://user-images.githubusercontent.com/719105/41034689-eaf8f004-6979-11e8-8dad-e3ca5e466252.png) If "Rightclick -> Open in new tab/window" works, I would argue ctrl+click is actually fine...

Samsung's Contact App on Android allows custom events to be added, which use `X-ABDATE` when synced with DAVx5.

How about using "UserAgent Switcher (disabled)"? That would be more in line with what others are doing and still convey the important information.

`php-xml` is one of the requirements I only found by trial and error.

Are you saying it's intended behavior that a cron job which is installed by default generates a mail every night? Because cron generates a mail if any output occurs, cronjobs...

@dwlfrth True, but `tar` writes its warnings to stderr, so `>/dev/null` would not be enough to silence the cronjob, while `2>&1 /dev/null` would also prevent errors from being sent out.

MPRIS would certainly be the most comprehensive solution.