Page 3 of 5

Re: LXQt 0.11 for Porteus 3.2 x64

Posted: 06 Dec 2016, 01:03
by ncmprhnsbl
Bogomips wrote:Can confirm. Also pops up default browser with page of new SMPlayer abilities.
oh yeah, that too..(had forgot )

Re: LXQt 0.11 for Porteus 3.2 x64

Posted: 06 Dec 2016, 02:17
by fulalas
I put SMPlayer together with Mpv (instead of MPlayer) and Qmmp (audio player). It's a different build of SMPlayer, compiled by Arch repository. Please, check for any bugs. :good:
(upload finishes in 10min)

P.S.: it's getting hard to squeeze the module to keep it around 50mb :P

EDITED: does anybody know why putting pcmanfm-qt settings inside /root/.config/pcmanfm-qt doesn't work? Differently of running as guest, every time I open pcmanfm-qt as root it loads in icon mode view instead of detailed list view :(

Re: LXQt 0.11 for Porteus 3.2 x64

Posted: 06 Dec 2016, 22:31
by ncmprhnsbl
some permissions still incorrect(ownership all good)

Code: Select all

guest@porteus:/$ ll
total 0
drwxr-xr-x   2 root root 2526 Nov 28 12:32 bin/
drwxr-xr-x  14 root root 3500 Dec  6 21:45 dev/
drwxr-xr-x  80 root root  300 Dec  6 22:04 etc/
drwxrwxrwx   8 root root   60 Dec  6 19:23 home/
drwxrwxrwx  12 root root   60 Dec  6 19:23 lib/
drwxr-xr-x   2 root root  338 Nov 28 12:38 lib64/
drwxr-xr-x   2 root root    3 Nov 28 12:32 media/
drwxr-xr-x  10 root root  200 Dec  6 21:45 mnt/
drwxrwxrwx   5 root root   38 Nov 29 02:50 opt/
dr-xr-xr-x 213 root root    0 Dec  6 19:23 proc/
drwx------  13 root root  200 Dec  6 19:23 root/
drwxr-xr-x   5 root root  140 Dec  6 19:23 run/
drwxr-xr-x   2 root root 4055 Nov 28 12:32 sbin/
drwxr-xr-x   3 root root   26 Feb 28  2013 srv/
dr-xr-xr-x  12 root root    0 Dec  6 20:23 sys/
drwxrwxrwt   8 root root  200 Dec  6 23:09 tmp/
drwxrwxrwx  43 root root   80 Dec  6 21:45 usr/
drwxrwxrwx  31 root root  200 Dec  6 20:20 var/
drwxrwxrwx should be drwxr-xr-x ie. owner=[read write execute] group=[read execute] others=[read execute]

qmmp having trouble with wma,m4a, >trouble with ffmpeg plugin:

Code: Select all

QmmpAudioEngine: selected decoder: ffmpeg
DecoderFFmpeg: detected format: QuickTime / MOV
=mov,mp4,m4a,3gp,3g2,mj2=
qmmp: relocation error: /usr/lib64/qmmp/Input/libffmpeg.so: symbol avcodec_parameters_to_context, version LIBAVCODEC_57 not defined in file libavcodec.so.57 with link time reference
no trouble with smplayer,mpv or mplayer directly(which seems odd since qmmp uses mplayer)

interesting:
/usr/bin/mpv = 25.2mb
on void : mpv = 1.8mb
from slackonly.lst: -rwxr-xr-x root/root 1431264 2016-07-24 19:50 usr/bin/mpv (1.4mb)
the whole arch package installed=4.2mb
whats with that?

are you setting via pcmanfm-qt(root) itself? seemed to work ok for me...

Re: LXQt 0.11 for Porteus 3.2 x64

Posted: 06 Dec 2016, 23:20
by fulalas
ncmprhnsbl, when did you download the module? I uploaded the last version a few hours ago. Maybe you have an older version since the problem with m4a files is already solved. ;)

Mpv is huge because it's static linked with FFMpeg so we don't have to count on external FFMpeg versions. It would be great if we could do this with Qmmp FFMpeg plugin too. But if you really want a non-static Mpv, here's a link to a already tested xzm module: http://www.mediafire.com/file/x16ymipc4 ... -1_SBo.xzm

Regarding pcmanfm-qt as root, can you persist its configurations using rootcopy folder?

Thanks once more! :good:

Re: LXQt 0.11 for Porteus 3.2 x64

Posted: 07 Dec 2016, 13:48
by ncmprhnsbl
fulalas wrote:ncmprhnsbl, when did you download the module? I uploaded the last version a few hours ago. Maybe you have an older version since the problem with m4a files is already solved.
hmmm.. just redownloaded 5mins ago (51mb) and can't see any change > wma and m4a s crash qmmp, permissions etc...
maybe mediafire is messing us about :unknown:
fulalas wrote:Mpv is huge because it's static linked with FFMpeg
suspected that might be the case, just adds a bit of bulk is all... its a fine line between base functionality and user preferences,
a lot of people end up with vlc...

Re: LXQt 0.11 for Porteus 3.2 x64

Posted: 07 Dec 2016, 15:27
by Blaze

Re: LXQt 0.11 for Porteus 3.2 x64

Posted: 07 Dec 2016, 17:05
by fulalas
ncmprhnsbl wrote:hmmm.. just redownloaded 5mins ago (51mb) and can't see any change > wma and m4a s crash qmmp, permissions etc...
Which version of Porteus/FFMpeg are you using? I suspect that the problem is that Qmmp FFMpeg plugin was compiled with a different version of FFMpeg package. At least this was the problem with me, then I recompiled using Porteus 3.2 + kernel 4.8.8. Can you see now why static link is a better option? It doesn't depend on user's choice that aren't clear enough. :)

EDITED: oh, I see the problem: I separated the new Qmmp plugin and forgot to put it inside LXQt module. I'm sorry :fool: (uploading a new version right now, and this time with a non-static Mpv specially for you :P )
ncmprhnsbl wrote:suspected that might be the case, just adds a bit of bulk is all... its a fine line between base functionality and user preferences, a lot of people end up with vlc...
Yeah, I know, and I can't see why, once VLC stutters/tearing a lot and has a questionable interface. But anyway, I'm follow your suggestion to put SMPlayer, which was the same choice brokenman made in his old Porteus LXQt version. :good:

Blaze, thanks for the update news.

Re: LXQt 0.11 for Porteus 3.2 x64

Posted: 07 Dec 2016, 20:38
by Jack
fulalas wrote:EDITED: oh, I see the problem: I separated the new Qmmp plugin and forgot to put inside LXQt module. I'm sorry :fool: (uploading a new version right now, and this time with a non-static Mpv specially for you :P )
Have you uploaded a new version of LXQt 0.11 for Porteus 3.2 x64 yet? I'm getting ready to try it.
EDIT:
Well I look at your Desktop. It seem to run OK but I like color in my Desktop, that might be why I like Mate so well. I will check it out at later time maybe I will change my ways. I'm SORRY.

Re: LXQt 0.11 for Porteus 3.2 x64

Posted: 08 Dec 2016, 01:36
by ncmprhnsbl
fulalas wrote:Which version of Porteus/FFMpeg are you using?
have been using 3.2.1 (kernel 4.8.11).. which is working fine with your latest lxqt version... (qmmp,smplayer,mpv all good :good: )
Jack wrote:It seem to run OK but I like color in my Desktop
Qt5 theme management leaves much to be desired(outside of KDE) at this point..

i think a case could be made to have a separate module for multimedia stuff, thats currently in 002-xorg and 003-desktop..
ie. 002-xorg, 003-media, 004-desktop .. to make swapping out things like mplayer/mpv easier..

Re: LXQt 0.11 for Porteus 3.2 x64

Posted: 08 Dec 2016, 01:54
by fulalas
ncmprhnsbl wrote:have been using 3.2.1 (kernel 4.8.11).. which is working fine with your latest lxqt version... (qmmp,smplayer,mpv all good :good: )
Great! :)

And what about that problem with pcmanfm-qt crashing, is this good now?

Regarding files permissions, I ran your little script. What's wrong? :(

Code: Select all

sudo chown -R root:root 003-lxqt
sudo chown -R guest:users 003-lxqt/home/guest
sudo chmod -R 755 003-lxqt
sudo chmod -R 700 003-lxqt/root
ncmprhnsbl wrote:i think a case could be made to have a separate module for multimedia stuff, thats currently in 002-xorg and 003-desktop..
ie. 002-xorg, 003-media, 004-desktop .. to make swapping out things like mplayer/mpv easier..
This is a great idea, although it turns things a little bit more complex. :good:

Re: LXQt 0.11 for Porteus 3.2 x64

Posted: 08 Dec 2016, 02:09
by Jack
ncmprhnsbl wrote:
Jack wrote:It seem to run OK but I like color in my Desktop
Qt5 theme management leaves much to be desired(outside of KDE) at this point..
Thanks for clearing that up, but could that be fixed or not?

Re: LXQt 0.11 for Porteus 3.2 x64

Posted: 08 Dec 2016, 02:37
by ncmprhnsbl
fulalas wrote:Regarding files permissions, I ran your little script. What's wrong? :(
maybe thats because its not a script as such, but a list of commands to be run(one at a time) by rootuser in the directory where 003-lxqt is.. :)
fulalas wrote:And what about that problem with pcmanfm-qt crashing, is this good now?

forgot to check(since rebooted to another setup..will check later)
Jack wrote:Thanks for clearing that up, but could that be fixed or not?
there is a way to make qt5 use gtk themes out there(this function has been removed from qt 5.7) but isnt readily available in slackware(afaik)
so yes, with some compiling , it could be done....
or alternatively, finding some nice qt5 themes(with matching gtk) and adding them might be possible(my clumsy attempts at this have so far failed)

Re: LXQt 0.11 for Porteus 3.2 x64

Posted: 08 Dec 2016, 12:00
by ncmprhnsbl
fulalas wrote:And what about that problem with pcmanfm-qt crashing, is this good now?
checked with 3.2.1(4.8.11) and 3.2(4.8.8) with no browser module activated: still crashing pcmanfm-qt ... odd..

regarding themes: i extracted breeze style from kde5, made a module and activated,
it shows up in the appearance/widget style dialog but doesnt work: it just changes to the 'windows' style..

Re: LXQt 0.11 for Porteus 3.2 x64

Posted: 08 Dec 2016, 18:02
by fulalas
ncmprhnsbl wrote:checked with 3.2.1(4.8.11) and 3.2(4.8.8) with no browser module activated: still crashing pcmanfm-qt ... odd..
Try to test on AF mode.

Re: LXQt 0.11 for Porteus 3.2 x64

Posted: 09 Dec 2016, 22:20
by ncmprhnsbl
no fresher than this:

Code: Select all

# Booting device:
/mnt/sdb1

# Porteus data found in:
/mnt/sdb1/porteus

# Changes are stored in:
memory

# Non standard /rootcopy dir:
none

# Modules activated during boot time:
/mnt/sdb1/porteus/base/000-kernel.xzm
/mnt/sdb1/porteus/base/001-core.xzm
/mnt/sdb1/porteus/base/002-xorg.xzm
/mnt/sdb1/porteus/optional/003-lxqt.xzm
still get the same crash..
tho if i drag the internet category to the desktop(choose copy: it becomes a folder)
then it opens pcman no problem, showing gFTP,Lynx and polylot..
clicking these then opens them ok..
then if i drag the internet category to the desktop(and choose symlink)
it wont open and makes the desktop flash
or crash any open instance of pcman,

all other categories work fine..