Re: The VDG

2018-09-20 Thread Stef Bon
Hi, Op wo 11 jul. 2018 om 01:06 schreef Lays Rodrigues : > > What we need is a guideline that everyone can understand and follow. We need > to be a team. We need to put our pride by the side and discuss every view > that one has on the subject. > Yes of course. > Isn't just 'we don’t dimension

Re: The VDG

2018-07-10 Thread Stef Bon
Hi, my idea for the kde plasma desktop: create a 3d desktop. There are already 3d effects, Make it possible to put windows far away (= 3d effect), and others closer. Stef

Re: baloo needs to be notified of fuse mounts.

2018-03-25 Thread Stef Bon
Hi, qt and/or kdelibs should provide a class providing info about a filesystem, and it's encrypted or not. At the application level (I think developing baloo is) you should not worry about this. So you should not hack the mounts and /proc/mounts yourself, but look at for example in kcoreaddons/sr

Re: Prevent app to run twice.

2016-04-24 Thread Stef Bon
2016-04-24 12:12 GMT+02:00 Kai Uwe Broulik : > Hi, > > you can use KDBusService in KDBusAddons [1] which does that for you. Thanks a lot. I've read the document you've send. So it looks like I have to create: - a desktop file with DBusActivatable set to yes - a xml dbus file described here: ht

Prevent app to run twice.

2016-04-24 Thread Stef Bon
Hi, I'm working on a backup application. One of the things which should work is selecting a file which is part of a backup, when clicking on the context menu. I've created a backup.desktop file, which appears in the context menu in Dolphin. When clicking on the name for it ("Backup") the file sho

Plans to develop a backup api.

2015-12-19 Thread Stef Bon
Hi, I've build a backup service providing a backup service and version management: for an user it's very easy to browse the backup and versions of a file, as well as access them. See: https://sourceforge.net/projects/fusebackup/ Watch the screenshots, these may clarify a lot I hope. Backup and