z
,
El ene 9, 2015 11:20 AM, "Ralf Mardorf"
escribió:
>
> On Fri, 9 Jan 2015 14:22:26 +0100, Ralf Mardorf wrote:
> > On Fri, 9 Jan 2015 05:52:10 -0700, Patrick Burroughs (Celti) wrote:¿
> > > On Fri, 9 Jan 2015 13:31:09 +1000 Ralf Mardorf
> > > wrote:
> > >
> > > > Hi,
> > > >
> > > > after re
On Fri, 9 Jan 2015 14:22:26 +0100, Ralf Mardorf wrote:
> On Fri, 9 Jan 2015 05:52:10 -0700, Patrick Burroughs (Celti) wrote:
> > On Fri, 9 Jan 2015 13:31:09 +0100 Ralf Mardorf
> > wrote:
> >
> > > Hi,
> > >
> > > after rebooting dunst does run, but I don't know why it runs. I
> > > don't want th
On Fri, 9 Jan 2015 09:09:04 -0500, Tom Wambold wrote:
> On Thu, Jan 8, 2015 at 4:40 PM, Ralf Mardorf wrote:
> > What needs to be killed to disable dunst? After killall dunst I
> > still get notifications.
>
> Instead of trying to kill dunst, you can also compile usermount
> without notification su
Hi Ralf:
On Thu, Jan 8, 2015 at 4:40 PM, Ralf Mardorf
wrote:
> What needs to be killed to disable dunst? After killall dunst I still
> get notifications.
Instead of trying to kill dunst, you can also compile usermount without
notification support. If you undefine HAVE_LIBNOTIFY in the Makefile,
On Fri, 9 Jan 2015 05:52:10 -0700, Patrick Burroughs (Celti) wrote:
> On Fri, 9 Jan 2015 13:31:09 +0100 Ralf Mardorf
> wrote:
>
> > Hi,
> >
> > after rebooting dunst does run, but I don't know why it runs. I
> > don't want that it does run for all WM sessions.
>
> > Does DBus start it? If so,
from my .bashrc:
mounted() {
mount | grep -q "on $1 type"
}
safe_umount() {
while mounted "$1"; do
echo sudo umount "$1"
sudo umount "$1" || sleep 5
done
}
penmount() {
local target="$HOME/mnt" options
. "$HOME/bin/mount_lib"
if [[ $1 == -u ]]; then
On Fri, 2015-01-09 at 13:44 +0100, Ralf Mardorf wrote:
> On Thu, 8 Jan 2015 16:34:28 -0600, Javier Vasquez wrote:
> > On Thu, Jan 8, 2015 at 4:06 PM, Toyam Cox wrote:
> > > I know for a fact that udiskie allows for mounting and unmounting
> > > from the GUI.
> >
> > OK, great to know. I installed
On Fri, 9 Jan 2015 13:44:09 +0100 Ralf Mardorf
wrote:
> The difference between usermount and udiskie I noticed is, that
>
> usermount mounts to /run/media/USER/LABEL and
> udiskie mounts to /media/LABEL
That difference is the difference between udisks and udisks2. You can make
udiskie use ud
On Fri, 9 Jan 2015 13:31:09 +0100 Ralf Mardorf
wrote:
> Hi,
>
> after rebooting dunst does run, but I don't know why it runs. I don't
> want that it does run for all WM sessions.
> Does DBus start it? If so, how can I disable autostart?
Yes, DBus autostarts it. To disable it, edit
/usr/shar
On Thu, 8 Jan 2015 16:34:28 -0600, Javier Vasquez wrote:
> On Thu, Jan 8, 2015 at 4:06 PM, Toyam Cox wrote:
> > I know for a fact that udiskie allows for mounting and unmounting
> > from the GUI.
>
> OK, great to know. I installed it, though not yet tried it. I'll do
> it as soon as I can.
The
Hi,
after rebooting dunst does run, but I don't know why it runs. I don't
want that it does run for all WM sessions.
$ pacman -Ql dunst | grep dunst.service
dunst /usr/share/dbus-1/services/org.knopwob.dunst.service
$ cat /usr/share/dbus-1/services/org.knopwob.dunst.service
[D-BUS Service]
Name=
11 matches
Mail list logo