Xenialpup CE 7.5 / 25 Nov 2017

A home for all kinds of Puppy related projects
Message
Author
Shocker
Posts: 6
Joined: Thu 29 Jul 2010, 02:34
Location: Northern Hemisphere

USB flash drive

#161 Post by Shocker »

Long time puppy user, t2, upups, slackpups and etc. Whenever i plug in a flash drive be it sda or sdb1,2,3, the drive is recognized and an icon/icons pop up. In every pup so far all i do is click on the icon the partition is mounted and OPENED! With xenialpup it always opens pmount? I don't want to see pmount, i want the partition mounted and opened! This is not an automount issue. What am I not doing right? Thanks in advance.

Shocker
User avatar
rcrsn51
Posts: 13096
Joined: Tue 05 Sep 2006, 13:50
Location: Stratford, Ontario

#162 Post by rcrsn51 »

@Shocker: I cannot reproduce your problem. I made a flash drive install of Xenialpup and drive icons work properly (except that mine are missing the little "mounted" symbol in the corner).

I suspect that there is something wrong with your flash drive setup.
Shocker
Posts: 6
Joined: Thu 29 Jul 2010, 02:34
Location: Northern Hemisphere

#163 Post by Shocker »

rcrsn51 wrote:@Shocker: I cannot reproduce your problem. I made a flash drive install of Xenialpup and drive icons work properly (except that mine are missing the little "mounted" symbol in the corner).

I suspect that there is something wrong with your flash drive setup.
I have the same issue with the flag after mounted with pmount. I have played around and got the flag to show up, but it stays after i unmount it.
User avatar
recobayu
Posts: 387
Joined: Wed 15 Sep 2010, 22:48
Location: indonesia

#164 Post by recobayu »

I think numix gtktheme must be fixing.
Left: flat-grey-rounded theme
Right: numix theme
Attachments
bugnumix.png
numix theme is not good to libreoffice
(24.79 KiB) Downloaded 1020 times
User avatar
rcrsn51
Posts: 13096
Joined: Tue 05 Sep 2006, 13:50
Location: Stratford, Ontario

#165 Post by rcrsn51 »

B.K. Johnson wrote:
IIRC, the version of ndiswrapper that I got to build with the k4.1.11 kernel change was from sourceforge. If you want, I can post a PET of it.
Please post.
Any feedback on this?
B.K. Johnson
Posts: 807
Joined: Mon 12 Oct 2009, 17:11

#166 Post by B.K. Johnson »

rcrsn51, I didn't see the need for any feedback; didn't know what you would have expected anyway. I just wanted to know whether or not I had previously downloaded that version. Peeking inside the pet confirmed that I had. And I did not say I would downgrade the Xenial kernel to k4.1.11, so nothing to report. But if I ever decide to downgrade, I'll send you a PM.

Sorry for any misunderstanding.
[color=blue]B.K. Johnson
tahrpup-6.0.5 PAE (upgraded from 6.0 =>6.0.2=>6.0.3=>6.0.5 via quickpet/PPM=Not installed); slacko-5.7 occasionally. Frugal install, pupsave file, multi OS flashdrive, FAT32 , SYSLINUX boot, CPU-Dual E2140, 4GB RAM[/color]
Robin2
Posts: 180
Joined: Sat 17 Jan 2015, 18:17

#167 Post by Robin2 »

Shocker wrote:
rcrsn51 wrote:I have played around and got the flag to show up,
Please tell us what you did.

...R
User avatar
rcrsn51
Posts: 13096
Joined: Tue 05 Sep 2006, 13:50
Location: Stratford, Ontario

#168 Post by rcrsn51 »

@Robin2: You have misquoted this. It was Shocker who got the flag to show up.
howling_hound
Posts: 6
Joined: Sat 11 Jun 2016, 19:04

#169 Post by howling_hound »

There was a reference to the mount flag issue on page 4 of this thread, specific to the pup_event_frontend_d daemon. I found similar behavior when manually invoking this.

Example: mount the drive, flag not displayed. Open terminal to invoke the pup_event_frontend_d. Flag shows as a result of this action. Unfortunately when you unmount, flag is not cleared, eventually there are a series of error messages displayed in the terminal. I regret I don't recall what the error messages was as I investigated it about a week ago and moved on to other priorities.

Still, I hope this info helps in some way.

Cheers!
User avatar
01micko
Posts: 8741
Joined: Sat 11 Oct 2008, 13:39
Location: qld
Contact:

#170 Post by 01micko »

It is well documented (in this thread) that in xenialpup the drive icons are broken.

I offer a solution to this.

The shipped version of util-linux (a suite of programs that includes the mount, blkid, losetup utilites etc) is too new for what puppy expects. This will change soon at the woof level but for the moment it can't for reasons outside the scope of this post.

I have compiled the version which I use in slacko which is from the petbuilds. One complication here is that eudev is used in xenial pup; a good thing of course but util-linux expects libraries in a different place, so for the following packages to be used at the woof level then a symlink needs to be made. Don't worry if you download the packages as the fixup package attached fixes this in a running system (tested pfix=ram).

Code: Select all

# suitable for running in woof
(cd usr/lib; ln -sf ../../lib/libudev.so libudev.so)
The packages

The first one in this list and the attachment below are necessary. Others optional.

http://distro.ibiblio.org/puppylinux/pe ... xen701.pet *REQUIRED

http://distro.ibiblio.org/puppylinux/pe ... xen701.pet
http://distro.ibiblio.org/puppylinux/pe ... xen701.pet
http://distro.ibiblio.org/puppylinux/pe ... xen701.pet

The attachment below is required.

After installation X must be restarted. If you are unsure just reboot.

Please report results.
Attachments
fixup_util-linux-0.1.pet
REQUIRED
(3.46 KiB) Downloaded 199 times
Puppy Linux Blog - contact me for access
howling_hound
Posts: 6
Joined: Sat 11 Jun 2016, 19:04

#171 Post by howling_hound »

I loaded both required pet packages with a graphical restart per the guidance. Well Done, the mount flag displays properly and clears properly too.

THXs!
User avatar
01micko
Posts: 8741
Joined: Sat 11 Oct 2008, 13:39
Location: qld
Contact:

#172 Post by 01micko »

howling_hound wrote:I loaded both required pet packages with a graphical restart per the guidance. Well Done, the mount flag displays properly and clears properly too.

THXs!
Glad it works. :) Thanks for report.
Puppy Linux Blog - contact me for access
Shocker
Posts: 6
Joined: Thu 29 Jul 2010, 02:34
Location: Northern Hemisphere

#173 Post by Shocker »

Thanks 01micko, your two pets resolved all my issues with mount and open from the desktop icons. Icon Flags function correctly too.

I have only had to ask for help a few times since I joined in 2010, but I have always found expert help here from people like you.

This had me stumped.

Thank you very much.

Shocker
watchdog
Posts: 2021
Joined: Fri 28 Sep 2012, 18:04
Location: Italy

#174 Post by watchdog »

01micko wrote:It is well documented (in this thread) that in xenialpup the drive icons are broken.

I offer a solution to this.

The shipped version of util-linux (a suite of programs that includes the mount, blkid, losetup utilites etc) is too new for what puppy expects.
<cut>
Don't worry if you download the packages as the fixup package attached fixes this in a running system (tested pfix=ram).
I was interested to a "losetup" solution for encryption to work. In a pristine install of the original iso with no savefile I have installed your pets and encryption works, encrypted savefiles can be mounted. Thanks. I used in other puppies:

Code: Select all

losetup -a
to see loop devices. Now you must use:

Code: Select all

losetup-FULL -a
This is a solution for rek769's issue:

http://www.murga-linux.com/puppy/viewtopic.php?t=107269
Robin2
Posts: 180
Joined: Sat 17 Jan 2015, 18:17

#175 Post by Robin2 »

01micko wrote: I offer a solution to this.
Thanks. It works for me with the two required PETs.

...R
Robin2
Posts: 180
Joined: Sat 17 Jan 2015, 18:17

#176 Post by Robin2 »

rcrsn51 wrote:@Robin2: You have misquoted this. It was Shocker who got the flag to show up.
Apologies. I forgot to check my post after posting it.

...R
Pelo

the Xenial PPM : Phototonic available.

#177 Post by Pelo »

New apps qt5 available through the Xenial PPM : Phototonic.
It was just a flash information, for when all install problems are solved.
If ever a passenger should need it..
I will give further info later, not to disturb technical review. When our linuxians will be installing 7.0.2.
For people not stuck in the starting blocks, a nice Sqlite Database...
Attachments
DB browser.png
For passengers yet running Xenialpup,
(46.32 KiB) Downloaded 669 times
Last edited by Pelo on Fri 01 Jul 2016, 00:28, edited 2 times in total.
Robin2
Posts: 180
Joined: Sat 17 Jan 2015, 18:17

#178 Post by Robin2 »

01micko wrote: I offer a solution to this.
I implemented the pair of essential PETs and that got my drive icons working properly. But it seems to have totally screwed up the clock at the top of the screen. Every time I reboot the time is wrong - sometimes by a day and 1 hour and other times by a day and several hours.

Just now I had the incorrect time and I de-installed the two PETs and rebooted and the time was back to the correct value.

In your Post there are 3 optional PETs. What are they for?

...R
Sailor Enceladus
Posts: 1543
Joined: Mon 22 Feb 2016, 19:43

#179 Post by Sailor Enceladus »

Robin2 wrote:In your Post there are 3 optional PETs. What are they for?
I think DEV is the include files if you want to compile things, DOC is for the text files you can read about the program, and NLS is for support for other languages. I doubt any of them will fix your clock issue but idk. Maybe util-linux 2.21 and 2.2x can mix?
Robin2
Posts: 180
Joined: Sat 17 Jan 2015, 18:17

Vlc won't play DVD smoothly on XenialPup

#180 Post by Robin2 »

I have been advised in this Thread that I should report this problem here.
When I try to play a DVD VOB file the video playback has jerks in it. This happens when I play from the external DVD drive and when I play the same file after copying to the hard disk.

IIRC it all worked perfectly on this same laptop (Acer Cloudbook) with 64 bit Xubuntu so I waited until the 64 bit version of Xenial pup came along thinking it would solve the problem - but there was no change.

Also IIRC it worked perfectly with Barry's QuirkXerus - but I prefer the "standard" Puppy.

I would appreciate if anyone has any suggestions to solve the problem as it renders this new PC unusable for watching DVDs on it nice big screen (well, big compared to my other laptop).

Thanks
...R
Post Reply