Page 8 of 17

Porteus-v4.0 bug reports

Posted: 17 Jun 2018, 00:42
by donald
Well, solving this main bug was important because almost all DVDs
are css (Content Scramble System) encrypted - so far so good.. :good:
seems this limitation will remain
While reading the links..
..any hope to get a player in 4.0 comparable to gnome-mplayer went away.
Maybe adding the gnome-mpv front end isn't a bad idea to get a bit of comfort.
....to make you an mpv convert
No way..

Porteus-v4.0 bug reports

Posted: 17 Jun 2018, 05:35
by ncmprhnsbl
donald wrote:
17 Jun 2018, 00:42
Maybe adding the gnome-mpv front end isn't a bad idea to get a bit of comfort.
so far, i havn't had any joy getting gnome-mpv to work in xfce, either by extracting jssouzas from cinnamon or compiling a fresh version..
getting segfault crash on startup:

Code: Select all

$ gnome-mpv
Non-C locale detected. This is not supported.
Call 'setlocale(LC_NUMERIC, "C");' in your code.
Segmentation fault

Porteus-v4.0 bug reports

Posted: 17 Jun 2018, 07:56
by tome
@ncm
You need:
/etc/profile.d/gmpv.csh and and /etc/profile.d/gmpv.sh:

Code: Select all

#!/bin/bash

export LC_NUMERIC=C 

Porteus-v4.0 bug reports

Posted: 17 Jun 2018, 13:02
by ncmprhnsbl
tome wrote:
17 Jun 2018, 07:56
@ncm
You need:
/etc/profile.d/gmpv.csh and and /etc/profile.d/gmpv.sh:
thanks tome, that was it :beer:
Gnome-mpv-0.14 for xfce (and others)

Porteus-v4.0 bug reports

Posted: 17 Jun 2018, 13:44
by donald
new problem (scenario)
guest account > you have to edit/create a file with root permission >
open folder with thunar (root) > edit/create/save file in mousepad (root)
> it creates a "user" file with root permission in
/tmp/xdg-runtime-guest/dconf/
This file is not removed after mousepad (root) is closed
and will prevent gnome-mpv from starting.
(unable to create file '/tmp/xdg-runtime-guest/dconf/user': Permission denied)

@ ncmprhnsbl
Have you tried to start gnome-mpv from its .desktop file (menu entry)?

Porteus-v4.0 bug reports

Posted: 17 Jun 2018, 23:09
by ncmprhnsbl
donald wrote:
17 Jun 2018, 13:44
new problem (scenario) .....
this sounds like something that came up in cinnamon or mate, and had to do with login shells or something..
long story short: thunar roots' .desktop Exec line needs : gksu -l
hopefully, this then carries over to mousepad and creates the correct(root) user dconf/xdg file..

fairly sure i started gnome-mpv from menu, although not in xfce :oops: :D only in my openbox setup.. i assumed it should work elsewhere..
forgot to mention: if you activate it after bootup, you need to logout for the new enviroment variable to load

Porteus-v4.0 bug reports

Posted: 18 Jun 2018, 00:52
by donald
...if you activate it after bootup, you need to logout for the new enviroment variable to load
Yep, that's it,....gnome-mpv pops up now in XFCE.. :)

@ fulalas
in regards to the "user" file issue in /tmp/xdg-runtime-guest/dconf/

change in /home/guest/.local/share/applications/Thunar File Manager (root)

Exec=/opt/porteus-scripts/xorg/psu "dbus-launch --exit-with-session thunar %F"
to
Exec=gksu -l "dbus-launch --exit-with-session thunar %F"
and also in Thunar's custom actions.

I made some tests and the problem seems to be gone.

Porteus-v4.0 bug reports

Posted: 18 Jun 2018, 08:19
by tome
I had problem with GSM USB dongle (on 2 laptops)- it didn't show available networks and connections. I installed tcl an tk once and now after reboot it works without tcl and tk. Strange but good to know.

Porteus-v4.0 bug reports

Posted: 18 Jun 2018, 09:00
by raja
Donald, Have you tried SMPlayer front end for DVD playing?

I installed in Nemisis-XFCE, to play videos. No lag, perfect. Have options for playing DVDs/Bluray disks...
SMPlayer © 2006-2018 Ricardo Villalba <rvm@users.sourceforge.net>

Version: 18.4.0 (revision 8992)
Using Qt 5.11.0 (compiled with Qt 5.10.1)
Using MPV 0.28.2

Links:
Official website: http://www.smplayer.info
Support forum: http://forum.smplayer.info

SMPlayer is a graphical interface for MPlayer and mpv.

Porteus-v4.0 bug reports

Posted: 18 Jun 2018, 14:53
by donald
Hello raja
raja wrote:
18 Jun 2018, 09:00
Donald, Have you tried SMPlayer front end for DVD playing?
I did, for testing purpose.
The DVD-menu is displayed but not clickable.(chapters/extras etc.)

but more important:
XFCE is GTK based and smplayer will pull in a bunch of QT stuff..
so I ended up with a huge module (~ 85 MB)..unacceptable.
May be that 1 or 2 MBs can be stripped off, but it would still be
a huge module.

Anyway, thanks for suggesting an alternative to the unloved MPV player.
(I don’t want to have to use a search engine to find out which string of commands
I need to ‘do’ something.)
MPV is a bit more appealing now if one uses ncmprhnsbl's gnome-mpv front end.

Porteus-v4.0 bug reports

Posted: 18 Jun 2018, 16:15
by Ed_P
donald wrote:
18 Jun 2018, 14:53
so I ended up with a huge module (~ 85 MB)..unacceptable.
:hmmm:
donald wrote:
08 Jun 2018, 08:22
I'm just a user and not a developer,
so I don't care about the size of the module.
What is the point of stripping down a module to the bone
;)

Porteus-v4.0 bug reports

Posted: 18 Jun 2018, 16:23
by donald
^
completely out of context
a) 85MB single app
b) 20 vs 40 MB XFCE-DE module
What is the point of stripping down a module to the bone
and the sentence continued with:
...if you have to add MB's of stuff afterwards to make it work
like it did before? ;)

Porteus-v4.0 bug reports

Posted: 18 Jun 2018, 22:10
by fulalas
donald wrote:
18 Jun 2018, 16:23
...if you have to add MB's of stuff afterwards to make it work like it did before? ;)
Except that this is not the case. ;)

Porteus-v4.0 bug reports

Posted: 18 Jun 2018, 23:15
by donald
that would be magnificent - (if it were true). ;)

Porteus-v4.0 bug reports

Posted: 19 Jun 2018, 03:08
by fulalas
donald wrote:
18 Jun 2018, 23:15
that would be magnificent - (if it were true). ;)
Except for your opinion (preferring app X over Y), give me some examples of Porteus 4 bugs that require the Xfce module to increase to something remotely close to the 45 MB of 3.2.2. Tip: if you know the answer, welcome to the dev team :good: