Posts: 80
Rademes
Joined: 26 Dec 2016
#1
For some reasons I had to disable USB drive automounting using Automount configuration utility. Now I can not enable USB drive automounting at all using this utility. It does not save settings.
All shown in video:
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"https://files.inbox.lv/ticket/1b27416d6414467859d80142f3095d9d95f8c449/Automount_Configuration_Bug.mp4"
linktext was:"https://files.inbox.lv/ticket/1b27416d6 ... on_Bug.mp4"
====================================
Last edited by Rademes on 22 Jan 2017, 18:54, edited 2 times in total.
Posts: 2,238
dolphin_oracle
Joined: 16 Dec 2007
#2
someone has modified the app with extra labels. unfortunately, whoever modified the app did not redo the variable parsing, so the app is hopelessly broken. those"FALSE" lines in the app launch lines aren't supposed to be there either.

I'm doing an update on my antiX machine now to see what the changes are in the code (I'm embarrased by how little I actually dist-upgrade that machine). shouldn't be too bad to fix, but it ain't gonna work the way it is right now.

luckily, in the meantime, you can edit ~/.desktop-session/automount.conf manually, then follow the instructions inside the .conf file to re-enable the automount behaviors.

here's a copy of the default automount.conf settings

Code: Select all

automount=TRUE
fm_usb=TRUE
fm_optical=TRUE
vp_dvd=FALSE
mp_audio=FALSE
dvd_command=
audio_command=
Posts: 2,238
dolphin_oracle
Joined: 16 Dec 2007
#3
I'm told an update should hit shortly.
Posts: 80
Rademes
Joined: 26 Dec 2016
#4
Thank you for help!
Posts: 1,445
skidoo
Joined: 09 Feb 2012
#5
someone has modified the app with extra labels.
unfortunately, whoever modified the app did not redo the variable parsing,
so the app is hopelessly broken.
Rademes, I apologize for the aggravation.
Trying to help, but new at using git tools, I committed an unfinished WIP version in my git pull request.

========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"https://github.com/antiX-Linux/automount-antix/commits/master"
linktext was:"https://github.com/antiX-Linux/automoun ... its/master"
====================================

I see that anticapitalista has already fixed it and has released an updated"automount-antix" package.
Performing an apt update update operation will retrieve the fixed automount tool.