WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: usb pendrives don't appear anymore on the desktop  (Read 9723 times)

Offline jls

  • Hero Member
  • *****
  • Posts: 2135
Re: usb pendrives don't appear anymore on the desktop
« Reply #45 on: June 04, 2016, 06:21:07 AM »
Hi
what about adding udisks2 in PKGADDDEP for enlightenment and e20?
Thanks
dCore user

Offline Jason W

  • Administrator
  • Hero Member
  • *****
  • Posts: 9730
Re: usb pendrives don't appear anymore on the desktop
« Reply #46 on: June 04, 2016, 07:47:02 AM »
Thanks, the deps are added.  I see enlightenment is listed in PKGEXTRAREPODEP, I forget why I felt the need for a separate dep list for things found in the /opt/debextra repos, but firefox is firefox and enlightenment is enlightenment whatever repo they come from, and entries in a dep list that are also found in the debinx are harmless redundancy.  I will have the extra repos look to the PKGADDDEP like main repo packages are, just like the exra repos also look at the main debinx as well as their own that may or may not have all the needed deps listed.

Offline jls

  • Hero Member
  • *****
  • Posts: 2135
Re: usb pendrives don't appear anymore on the desktop
« Reply #47 on: June 04, 2016, 08:24:50 AM »
Hi
I just re-imported enlightenment which I see it imports udisks2, but not policykit-1.
My local PKGADDDEP correctly lists policykit-1 as a dep for udisks2.
Another problem is that I twice imported enlightenment with the -p parameter but both times vlc-data_2.1.6-0ubuntu14.04.1_all.deb is re-downloaded.
The Vlc problem already reported long ago:
http://forum.tinycorelinux.net/index.php/topic,16708.msg99907.html#msg99907
Below my setup:
Code: [Select]
jls@box:/mnt/sda2/tce/sce$ cat enlightenment-sis.sce.lst
enlightenment
jls@box:/mnt/sda2/tce/sce$ cat enlightenment-sis.sce.dep
xorg-sis
jls@box:/mnt/sda2/tce/sce$ cat xorg-sis.sce.dep
base
jls@box:/mnt/sda2/tce/sce$ cat base.sce.lst
alsa-utils
vim
wireless-tools
wpasupplicant
grep
Xprogs
base-locale
language-pack-it
language-pack-gnome-it-base
ntpdate
xdg-utils
connman
jls@box:/mnt/sda2/tce/sce$ cd
jls@box:~$ cat /opt/debextra/*
http://ppa.launchpad.net/niko2040/e19/ubuntu trusty main
http://ppa.launchpad.net/ferramroberto/lffl/ubuntu trusty main http://dl.google.com/linux/talkplugin/deb/ stable main
http://ppa.launchpad.net/libreoffice/ppa/ubuntu trusty main
http://ppa.launchpad.net/pidgin-developers/ppa/ubuntu trusty main
http://ftp5.gwdg.de/pub/opensuse/repositories/home:/jgeboski/xUbuntu_14.04 ./
http://downloads.sourceforge.net/project/ubuntuzilla/mozilla/apt all main
http://packages.bodhilinux.com/bodhi trusty main
http://ubuntu.mirror.garr.it/mirrors/ubuntu-archive/ trusty-updates main
http://ubuntu.mirror.garr.it/mirrors/ubuntu-archive/ trusty-updates multiverse
http://ubuntu.mirror.garr.it/mirrors/ubuntu-archive/ trusty-updates restricted
http://ubuntu.mirror.garr.it/mirrors/ubuntu-archive/ trusty-updates universe
http://ubuntu.mirror.garr.it/mirrors/ubuntu-archive/ trusty-backports main
http://ubuntu.mirror.garr.it/mirrors/ubuntu-archive/ trusty-backports multiverse
http://ubuntu.mirror.garr.it/mirrors/ubuntu-archive/ trusty-backports restricted
http://ubuntu.mirror.garr.it/mirrors/ubuntu-archive/ trusty-backports universe
jls@box:~$ version -r
You are running dCore-trusty:2016.06.03.17.12, the latest release candidate.
jls@box:~$
Thanks
« Last Edit: June 04, 2016, 08:42:30 AM by jls »
dCore user

Offline Jason W

  • Administrator
  • Hero Member
  • *****
  • Posts: 9730
Re: usb pendrives don't appear anymore on the desktop
« Reply #48 on: June 06, 2016, 01:50:40 PM »
I had put up a fix then in the other thread back then for the vlc bug and didn't hear of any further issues on it as it appeared fixed on my setup, but I will look into it.

There was a release candidate last night,  latest trusty as of it is dCore-trusty:2016.06.04.17.36 and that is where the fix for using the main PKGADDDEP is in. 

I imported enlightenment on my box and policykit-1 is brought in as expected. 

Offline Jason W

  • Administrator
  • Hero Member
  • *****
  • Posts: 9730
Re: usb pendrives don't appear anymore on the desktop
« Reply #49 on: June 06, 2016, 07:47:22 PM »
vlc-data issue is due to it's being listed twice as a package in the debinx file it was found.   Have changed the awk routines that find package lists, .deb file name, and the size getting function to find the first matching and not list both which was messing up the md5sum function as well as the size of downloads, hd space..  I am not sure that Debian/Ubuntu allow a double listing of a package in the same Packages file, but if that is the case, we simply find the first match and go with it in the above mentioned functions. 

Fixed in the newest RC, please test, working here with vlc-data with the (main, universe, multiverse, restricted) backports and updates repos of Trusty in /opt/debextra/.