You are not logged in.

#1 2008-09-04 18:19:07

xyon
Member
Registered: 2007-09-17
Posts: 23

KDE / HAL / dbus

I am trying to setup HAL/dbus with KDE, but have hit a bit of a snag. When popping in a CD/DVD or USB device, then selecting "Open in New Window" from the prompt, I get this message ("/mnt/usbdisk" differs when using a dvd):

/mnt/usbdisk is a folder, but a file was expected.

After that error message, I can click the link on my desktop to the device, and it opens up.

Here is some relevant information:

/etc/fstab:

/dev/sr0                /mnt/dvd        auto    ro,user,noauto,nodev,nosuid0 0
/dev/sdc1       /mnt/usbdisk    auto    user,noauto,nodev,nosuid 0 0

Offline

#2 2008-09-05 01:26:49

byte
Member
From: Düsseldorf (DE)
Registered: 2006-05-01
Posts: 2,046

Re: KDE / HAL / dbus

I think it's best not to put devices into /etc/fstab at all when you want to handle them with HAL.


1000

Offline

#3 2008-09-05 22:55:46

pencuse
Member
From: Germany
Registered: 2008-05-12
Posts: 17

Re: KDE / HAL / dbus

xyon wrote:

...
Here is some relevant information:

/etc/fstab:

/dev/sr0                /mnt/dvd        auto    ro,user,noauto,nodev,nosuid0 0
/dev/sdc1       /mnt/usbdisk    auto    user,noauto,nodev,nosuid 0 0

Removable media shall be controllable by HAL of operating system, which does automount. /etc/fstab creates hard mounts. Even if the documents or fstab examples state what you pasted, remove these lines or comment them out. Let Linux do it for you.


Computer: Dell Latitude E7440 - CPU: Intel Core i7-4600 - Harddisk: PM851 256 GB SSD - RAM: 8 GB DDR3L - Graphics: Intel HD 4400 (integrated in the CPU)
Enabled at UEFI: Virtualization, TPM - SecureBoot disabled
OS: Lubuntu 19.04+Arch Linux

Offline

#4 2008-09-06 03:09:26

thisllub
Member
From: Northern NSW Australia
Registered: 2007-12-28
Posts: 231

Re: KDE / HAL / dbus

Is there a space missing on that first line between nosuid and 0?

Offline

Board footer

Powered by FluxBB