LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   Possibly a small bug in gvfs slackbuild I found... (https://www.linuxquestions.org/questions/slackware-14/possibly-a-small-bug-in-gvfs-slackbuild-i-found-4175526027/)

yars 11-20-2014 03:57 PM

Possibly a small bug in gvfs slackbuild I found...
 
It's here:
Code:

mkdir -p $PKG/etc/bash_completion.d/
mv $PKG/etc/profile.d/gvfs-bash-completion.sh \
  $PKG/etc/bash_completion.d/gvfs

Because gvfs-bash-completion.sh does not exist, the completions may not work. This slackbuild was intended for previous gvfs version shipped with Slackware{,64} 14.0 (this is 1.12.3), and it need to be actualized. Also, the gvfs versions higher than 1.16.3 requires glib2-2.37 and higher, so to use new gvfs versions, glib2 need to be updated. But as sbbdep says, these need to rebuild too many packages...
Thanks.

rworkman 11-20-2014 10:22 PM

This is fixed already in my (private) -current tree queued up for Pat, but thanks nonetheless - it's always nice to have more eyes looking at stuff.

yars 11-21-2014 12:51 AM

Ok, thanks you :)


All times are GMT -5. The time now is 06:38 AM.