Fatdog64-800 Alpha / Beta [20 Dec 2018] [CLOSED]

A home for all kinds of Puppy related projects
Message
Author
User avatar
mavrothal
Posts: 3096
Joined: Mon 24 Aug 2009, 18:23

#61 Post by mavrothal »


== [url=http://www.catb.org/esr/faqs/smart-questions.html]Here is how to solve your[/url] [url=https://www.chiark.greenend.org.uk/~sgtatham/bugs.html]Linux problems fast[/url] ==

jamesbond
Posts: 3433
Joined: Mon 26 Feb 2007, 05:02
Location: The Blue Marble

#62 Post by jamesbond »


Fatdog64 forum links: [url=http://murga-linux.com/puppy/viewtopic.php?t=117546]Latest version[/url] | [url=https://cutt.ly/ke8sn5H]Contributed packages[/url] | [url=https://cutt.ly/se8scrb]ISO builder[/url]

User avatar
don570
Posts: 5528
Joined: Wed 10 Mar 2010, 19:58
Location: Ontario

#63 Post by don570 »

Review :
Fatdog64-800 Alpha [16 Nov 2018] worked well with my Intel GMA 950 graphics

However when I tried to run Blender 2.79b I got terminal complaint that
OpenGL 2.1 not installed. But I expected this. Same behaviour in fatdog 720.
http://distro.ibiblio.org/fatdog/web/fa ... l#opengl21
________________________________________________

User avatar
don570
Posts: 5528
Joined: Wed 10 Mar 2010, 19:58
Location: Ontario

pFind

#64 Post by don570 »

Here is right click menu addition when clicking on a drive
in /mnt. It allows quick search ---> 'Search with pFind'

Download:
pfind-plus-x86_64.txz
320 bytes


https://drive.google.com/open?id=1bNdOl ... wiDpBHxxef
____________________________________

Also I noticed a right click menu item for mp4 files ---> Open with mhwaveedit

That's a mistake. mhwaveedit does open mp3 files thou.

___________________________________________________
Last edited by don570 on Sat 17 Nov 2018, 20:22, edited 1 time in total.

User avatar
don570
Posts: 5528
Joined: Wed 10 Mar 2010, 19:58
Location: Ontario

#65 Post by don570 »

New version for fatdog64 works well with wacom tablet. 8)
When I checked I could use mypaint appimage that I had downloaded.

I decided to make a proper fatdog package.

I found I could if I made sure that the libraries were loaded with a wrapper script and then run the AppRun file
it would launch from Start menu...

I had to change the desktop file to make it show in Start menu

Categories=Graphics;GTK;2DGraphics;RasterGraphics;


I changed to...

Categories=Graphics;



Here is the wrapper script to load the libraries....

Code: Select all


#!/bin/sh
LD_LIBRARY_PATH=/opt/mypaint-3.44/usr/lib
export LD_LIBRARY_PATH
LD_LIBRARY_PATH=/opt/mypaint-3.44/lib
export LD_LIBRARY_PATH
/opt/mypaint-3.44/AppRun  "$@"
Here is the fatdog package I put together...

Available download:
mypaint-3.44-x86_64.txz
Size 48mb

https://drive.google.com/open?id=1PkmY6 ... fLAMXt31yN
_____________________________________________________

User avatar
don570
Posts: 5528
Joined: Wed 10 Mar 2010, 19:58
Location: Ontario

#66 Post by don570 »

Mypaint app allows external paint program such as GIMP to be launched,
but it uses the mimeinfo.cache file located in /usr/share/applications/

I had to add following ...

Code: Select all

image/png=gimp.desktop
so mypaint would launch GIMP as external app.
__________________________________

step
Posts: 1349
Joined: Fri 04 May 2012, 11:20

#67 Post by step »

Kodi 17.6 for Fatdog64-800 Alpha coming on SFS Manager (in Control Panel) sometime after midnight North Carolina time. Link to the support thread can be found in my signature below.
[url=http://murga-linux.com/puppy/viewtopic.php?t=117546]Fatdog64-810[/url]|[url=http://goo.gl/hqZtiB]+Packages[/url]|[url=http://goo.gl/6dbEzT]Kodi[/url]|[url=http://goo.gl/JQC4Vz]gtkmenuplus[/url]

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

#68 Post by 01micko »

Looking nice so far. Installed a vivaldi sfs I had lying around and the support libs (gtk3 and friends). Made some custom wallpapers and hacked around with the icons themes with a theme I had been working on.

I might post the icons one day.

BTW, running as ordinary user too which is made quite simple by just creating a user on Control Panel then select manual login in Control Panel.
Attachments
shot.jpg
(60.08 KiB) Downloaded 617 times
vivladi-shot.jpg
(54.7 KiB) Downloaded 619 times
Puppy Linux Blog - contact me for access

p310don
Posts: 1492
Joined: Tue 19 May 2009, 23:11
Location: Brisbane, Australia

#69 Post by p310don »

Fatdog 800 is the first Pup of any kind I have used that detects my wireless (netgear usb) without me compiling the driver.

BIG BIG TICK

Boot is slow and difficult, but can be fixed

half tick

VLC has no title bar, but otherwise works ok

half CROSS

WINE plays my games perfectly, unlike other Pups OOTB

TICK


I have used it for general purposes on and off for about 24hrs without much issue.

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

#70 Post by 01micko »

Uhoh... simple-mtpfs fails with

Code: Select all

mick$ mtp-browser.sh 
Device 0 (VID=0fce and PID=01f1) is a SONY XPeria XZ Premium.
/home/mick/mtp_G8141
LIBMTP PANIC: Trying to dump the error stack of a NULL device!
I'll try it as root.

Later - hmmm.... works as root. Browses phone fine (BTW: not updated to Pie yet but it is due for my phone any day now).

As a side note, the USB tethering works fine for internet connection as root and user.
Puppy Linux Blog - contact me for access

jamesbond
Posts: 3433
Joined: Mon 26 Feb 2007, 05:02
Location: The Blue Marble

#71 Post by jamesbond »

01micko wrote:Uhoh... simple-mtpfs fails with

Code: Select all

mick$ mtp-browser.sh 
Device 0 (VID=0fce and PID=01f1) is a SONY XPeria XZ Premium.
/home/mick/mtp_G8141
LIBMTP PANIC: Trying to dump the error stack of a NULL device!
I'll try it as root.

Later - hmmm.... works as root. Browses phone fine (BTW: not updated to Pie yet but it is due for my phone any day now).
Must be access control somewhere on the device node or something. If you can figure this out, that would be good.
As a side note, the USB tethering works fine for internet connection as root and user.
Thanks for confirming this.
Fatdog64 forum links: [url=http://murga-linux.com/puppy/viewtopic.php?t=117546]Latest version[/url] | [url=https://cutt.ly/ke8sn5H]Contributed packages[/url] | [url=https://cutt.ly/se8scrb]ISO builder[/url]

User avatar
Billtoo
Posts: 3720
Joined: Tue 07 Apr 2009, 13:47
Location: Ontario Canada

#72 Post by Billtoo »

step wrote:Kodi 17.6 for Fatdog64-800 Alpha coming on SFS Manager (in Control Panel) sometime after midnight North Carolina time. Link to the support thread can be found in my signature below.
Hi step,

It's working well here, thanks :)
Attachments
screenshot4.jpg
(82.49 KiB) Downloaded 436 times

Sage
Posts: 5536
Joined: Tue 04 Oct 2005, 08:34
Location: GB

#73 Post by Sage »

The first time you launch the web browser...
That's the first thing I delete (actually, overwrite)! When I open a browser it's usually because I have a particular URL in mind, not to seek instructions. It's all a question of logistics. No idea what's behind the coding, but the best wifi connecting icons simply initiate a scan. That way you can recognise your own ISP signature if at home/work, McDonalds if you eat junk food, the bus company/train company if travelling (just look around and it's plastered all over the walls and ceilings). I guess there might be a problem if you're in a forest, on the lake or travelling incognito?

step
Posts: 1349
Joined: Fri 04 May 2012, 11:20

#74 Post by step »

Hi Billtoo, thanks for confirming that kodi's working well for you.
[url=http://murga-linux.com/puppy/viewtopic.php?t=117546]Fatdog64-810[/url]|[url=http://goo.gl/hqZtiB]+Packages[/url]|[url=http://goo.gl/6dbEzT]Kodi[/url]|[url=http://goo.gl/JQC4Vz]gtkmenuplus[/url]

User avatar
rufwoof
Posts: 3690
Joined: Mon 24 Feb 2014, 17:47

#75 Post by rufwoof »

01micko wrote:Uhoh... simple-mtpfs fails with

Code: Select all

mick$ mtp-browser.sh 
Device 0 (VID=0fce and PID=01f1) is a SONY XPeria XZ Premium.
/home/mick/mtp_G8141
LIBMTP PANIC: Trying to dump the error stack of a NULL device!
I'll try it as root.

Later - hmmm.... works as root.
Permissions issue? IIRC simple-mtpfs uses fusermount, can your user userid manually sshfs mount for instance?
[size=75]( ͡° ͜ʖ ͡°) :wq[/size]
[url=http://murga-linux.com/puppy/viewtopic.php?p=1028256#1028256][size=75]Fatdog multi-session usb[/url][/size]
[size=75][url=https://hashbang.sh]echo url|sed -e 's/^/(c/' -e 's/$/ hashbang.sh)/'|sh[/url][/size]

jamesbond
Posts: 3433
Joined: Mon 26 Feb 2007, 05:02
Location: The Blue Marble

#76 Post by jamesbond »

rufwoof wrote:
01micko wrote:Uhoh... simple-mtpfs fails with

Code: Select all

mick$ mtp-browser.sh 
Device 0 (VID=0fce and PID=01f1) is a SONY XPeria XZ Premium.
/home/mick/mtp_G8141
LIBMTP PANIC: Trying to dump the error stack of a NULL device!
I'll try it as root.

Later - hmmm.... works as root.
Permissions issue? IIRC simple-mtpfs uses fusermount, can your user userid manually sshfs mount for instance?
Based on observations, the MTP stuff seems to have a lot of rules in /lib64/udev/rules.d/69-libmtp.rules. All of them are configure (by default) to be accessible by "disk" group. This "disk" group has no member, so apart from root, that symlink is not accessible. Try adding your non-roo user to the "disk" group, and let me know how you go.

@mavrothal:
The Xft.dpi issue - I can't reproduce this in qemu. When I set the Xft.dpi to 168, control panel text is _huge_ but I can still see every item. Can you please post screenshot?

@step:
The one who made control panel faster isn't me. It's SFR :D so the thanks should go to him :D
Fatdog64 forum links: [url=http://murga-linux.com/puppy/viewtopic.php?t=117546]Latest version[/url] | [url=https://cutt.ly/ke8sn5H]Contributed packages[/url] | [url=https://cutt.ly/se8scrb]ISO builder[/url]

User avatar
SFR
Posts: 1800
Joined: Wed 26 Oct 2011, 21:52

#77 Post by SFR »

rufwoof wrote:
01micko wrote:Uhoh... simple-mtpfs fails with

Code: Select all

mick$ mtp-browser.sh
Device 0 (VID=0fce and PID=01f1) is a SONY XPeria XZ Premium.
/home/mick/mtp_G8141
LIBMTP PANIC: Trying to dump the error stack of a NULL device!
I'll try it as root.

Later - hmmm.... works as root.
Permissions issue? IIRC simple-mtpfs uses fusermount, can your user userid manually sshfs mount for instance?
I can reproduce it with my old tablet, so I strace'd simple-mtpfs and got this:

Code: Select all

write(2, "libusb_open() failed!: Permissio"..., 83) = 83
The relevant device in /dev/bus/usb/... has crw-rw-r-- perms.

Works, if we change this in /etc/udev/rules.d/54-fatdog-permissions.rules:

Code: Select all

SUBSYSTEM=="usb", ENV{DEVTYPE}=="usb_device", MODE="0664"
to:

Code: Select all

SUBSYSTEM=="usb", ENV{DEVTYPE}=="usb_device", MODE="0666"
But I'm not sure if it's a good idea...

Greetings!
[color=red][size=75][O]bdurate [R]ules [D]estroy [E]nthusiastic [R]ebels => [C]reative [H]umans [A]lways [O]pen [S]ource[/size][/color]
[b][color=green]Omnia mea mecum porto.[/color][/b]

jamesbond
Posts: 3433
Joined: Mon 26 Feb 2007, 05:02
Location: The Blue Marble

#78 Post by jamesbond »

SFR wrote:I can reproduce it with my old tablet, so I strace'd simple-mtpfs and got this:

Code: Select all

write(2, "libusb_open() failed!: Permissio"..., 83) = 83
The relevant device in /dev/bus/usb/... has crw-rw-r-- perms.
Thanks SFR. Did you notice the owner:group? Is the group "disk"? If yes, then adding the userid to the "disk" group should grant it access.
Works, if we change this in /etc/udev/rules.d/54-fatdog-permissions.rules:

Code: Select all

SUBSYSTEM=="usb", ENV{DEVTYPE}=="usb_device", MODE="0664"
to:

Code: Select all

SUBSYSTEM=="usb", ENV{DEVTYPE}=="usb_device", MODE="0666"
But I'm not sure if it's a good idea...
No, it's not. We should instead find a more specific udev rules (which applies only to this particular device) and then either set the MODE to 666 or change the GROUP to whatever the non-root user's group is.

That's the "standard" way of doing these kind of stuff. Here's just one of them: https://askubuntu.com/questions/15570/c ... hid-device.

That's one of the benefit of running as root - you don't have to mess around with these pesky udev rules :lol:
Fatdog64 forum links: [url=http://murga-linux.com/puppy/viewtopic.php?t=117546]Latest version[/url] | [url=https://cutt.ly/ke8sn5H]Contributed packages[/url] | [url=https://cutt.ly/se8scrb]ISO builder[/url]

Acodin
Posts: 16
Joined: Fri 16 Nov 2018, 01:19

#79 Post by Acodin »

jamesbond wrote:
Acodin wrote:Trying to unpack rootfs image as initramfs...
rootfs image is not initramfs (no cpio magic); looks like an initrd
a) What's your bootloader?
b) Did you try SFR's suggestions to boot with other OS?
a) syslinux from fd64 installer
b) yes i try so i can make a little update of posts, anyway i must find new 2G ram module

Code: Select all

fd64 800
rootfs image is not initramfs (no cpio magic); looks like an initrd

Code: Select all

fd64 721 kernel 4.7.1
rootfs image is not initramfs (junk in compressed archive) looks like an initrd

Code: Select all

ubuntu
Initramfs unpacking failed: LZMA data is corrupt
Last edited by Acodin on Tue 20 Nov 2018, 15:32, edited 1 time in total.

User avatar
SFR
Posts: 1800
Joined: Wed 26 Oct 2011, 21:52

#80 Post by SFR »

jamesbond wrote:Did you notice the owner:group? Is the group "disk"? If yes, then adding the userid to the "disk" group should grant it access.
Nope, it's root:root.

But I added:

Code: Select all

SUBSYSTEM=="usb", GROUP="disk"
to 54-fatdog-permissions.rules and then added my 'testuser' to the 'disk' group, reconnected, relogined and now it works as advertised. :)

Greetings!
[color=red][size=75][O]bdurate [R]ules [D]estroy [E]nthusiastic [R]ebels => [C]reative [H]umans [A]lways [O]pen [S]ource[/size][/color]
[b][color=green]Omnia mea mecum porto.[/color][/b]

Post Reply