Page 8 of 13

Porteus-v5.0rc3 x86_64 bug reports

Posted: 23 Sep 2021, 07:34
by glestwid
Porteus v4 had libgstvideo in 003-mate.xzm but the v5 doesn't have this lib in the same 003-mate.xzm (and its substantially smaller in terms of size in comparison with the previous one). Because of its absence I can't run pidgin client. Where should I get all missed libs for the version v5?

Porteus-v5.0rc3 x86_64 bug reports

Posted: 23 Sep 2021, 09:10
by ncmprhnsbl
glestwid wrote:
23 Sep 2021, 07:34
orteus v4 had libgstvideo in 003-mate.xzm but the v5 doesn't have this lib in the same 003-mate.xzm (and its substantially smaller in terms of size in comparison with the previous one). Because of its absence I can't run pidgin client. Where should I get all missed libs for the version v5?
gstreamer gst-plugins-base and possibly gst-plugins-good can be obtained from slackware-current with getpkg command.. (maybe some others too?) gtk2 can be got using bundles command...
most of the size reduction is due to gtk3, icons, gparted and some other stuff moved to 002-xorg..

Porteus-v5.0rc3 x86_64 bug reports

Posted: 24 Sep 2021, 17:37
by Ed_P
Porteus Settings Center's Save Settings options don't write to Porteus installed USB drives when Porteus is booted from the drive. Yet files can be written to the drive using Porteus's file manager.

Image

Porteus-v5.0rc3 x86_64 bug reports

Posted: 24 Sep 2021, 23:35
by Jack
I try to use this module p7zip but I can't see it in the menu so I look in /var/lib/pkgtools/packages and I found it there p7zip-16.02-x86_64-4_ncm so what up or why don't it work?

edit I'm running Porteus 5.0rc3 Mate.

Porteus-v5.0rc3 x86_64 bug reports

Posted: 25 Sep 2021, 00:10
by Rapha_
Can't save a save_session.dat with the last save-session script (v5.0rc3)...But it works with the previous save-session script (v5.0rc2) on Porteus-v5.0rc3

Porteus-v5.0rc3 x86_64 bug reports

Posted: 25 Sep 2021, 03:54
by Ed_P
Jack wrote:
24 Sep 2021, 23:35
I try to use this module p7zip but I can't see it in the menu so I look in /var/lib/pkgtools/packages and I found it there p7zip-16.02-x86_64-4_ncm so what up or why don't it work?
Same problem with Cinnamon.

p7zip works in terminal.

Porteus-v5.0rc3 x86_64 bug reports

Posted: 25 Sep 2021, 05:30
by Jack
Ed_P wrote:
25 Sep 2021, 03:54
Jack wrote:
24 Sep 2021, 23:35
I try to use this module p7zip but I can't see it in the menu so I look in /var/lib/pkgtools/packages and I found it there p7zip-16.02-x86_64-4_ncm so what up or why don't it work?
Same problem with Cinnamon.

p7zip works in terminal.
I first seen it when I ran mc then I check then I look for the problem.

Porteus-v5.0rc3 x86_64 bug reports

Posted: 25 Sep 2021, 08:18
by Rava
In my humble opinion, swap partitions should never be displayed as desktop icons or in the file browser.

Lookie here:
Image

(When I recall correct, XFCE 4.16 does the same)

Porteus-v5.0rc3 x86_64 bug reports

Posted: 26 Sep 2021, 16:42
by Jack
I try to take a screen shot in Mate and it wouldn't let me.

Porteus-v5.0rc3 x86_64 bug reports

Posted: 26 Sep 2021, 22:28
by Rava
Jack
Jack wrote:
26 Sep 2021, 16:42
I try to take a screen shot in Mate and it wouldn't let me.
Please do the following. Look into .desktop file that defines the screenshot, and execute what is written in a guest terminal.

Example:
In my Case - XFCE 4.12 - the menu entry is called Screenshot but the .desktop file itself is /usr/share/applications/xfce4-screenshooter.desktop

The Exec entry defines what to be executed.

Code: Select all

guest@porteus:~$ grep Exec /usr/share/applications/xfce4-screenshooter.desktop
Exec=xfce4-screenshooter
In my case I would have to execute xfce4-screenshooter in guest terminal to see possible error messages.

Since in my case the Screenshoter works the call in the terminal displays no error and its return value is zero (aka all went well, all non-zero-values mean something went wrong)

Code: Select all

guest@porteus:~$ xfce4-screenshooter
guest@porteus:~$ echo $?
0
Thanks.

Porteus-v5.0rc3 x86_64 bug reports

Posted: 03 Oct 2021, 06:19
by babam
gtkdialog.py

Code: Select all

#!/usr/bin/python ---> #!/usr/bin/python3

Porteus-v5.0rc3 x86_64 bug reports

Posted: 03 Oct 2021, 07:08
by Rava
babam wrote:
03 Oct 2021, 06:19
gtkdialog.py

Code: Select all

#!/usr/bin/python ---> #!/usr/bin/python3

Code: Select all

guest@porteus:~$ gtkdialog.py
bash: gtkdialog.py: command not found
Where is that gtkdialog.py from?

My system is Port 5.0rc3 x86-64 and XFCE 4.12 and these base module versions:

Code: Select all

guest@porteus:~$ cat /etc/porteus/*
001-core.xzm:20210927
002-xorg.xzm:20210927
002-xtra.xzm:20210927
003-xfce4.xzm:20210924
initrd.xz:20200108

Porteus-v5.0rc3 x86_64 bug reports

Posted: 03 Oct 2021, 10:50
by ncmprhnsbl
babam wrote:
03 Oct 2021, 06:19
#!/usr/bin/python ---> #!/usr/bin/python3
well, all of the pygobject scripts use #!/usr/bin/python
i imagine this could only be an issue if someone installed python2, which i wouldn't recommend, since it went end of life some time ago..
Rava wrote:
03 Oct 2021, 07:08
My system is Port 5.0rc3 x86-64 and XFCE 4.12 and these base module versions:
:) with those module versions, your not using RC3 anymore..
gtkdialog.py is a porteus script(that uses pygobject) that is kept in /usr/share/porteus.
it is called on by other porteus scripts to supply various message windows.

Porteus-v5.0rc3 x86_64 bug reports

Posted: 03 Oct 2021, 15:32
by babam
Just to ask, why is Porteus not updated to version 5.0 rc3 on the Distrowatch page.

Porteus-v5.0rc3 x86_64 bug reports

Posted: 04 Oct 2021, 09:35
by babam
Rava wrote:
03 Oct 2021, 07:08

Code: Select all

guest@porteus:~$ gtkdialog.py
bash: gtkdialog.py: command not found
Where is that gtkdialog.py from?
/usr/share/porteus/gtkdialog.py
My system is Port 5.0rc3 x86-64 and XFCE 4.12 and these base module versions:

Code: Select all

guest@porteus:~$ cat /etc/porteus/*
001-core.xzm:20210927
002-xorg.xzm:20210927
002-xtra.xzm:20210927
003-xfce4.xzm:20210924
initrd.xz:20200108
Where did you get the latest modules from?

Thanks.