Porteus-v5.0rc3 x86_64 bug reports
Porteus-v5.0rc3 x86_64 bug reports
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?
- ncmprhnsbl
- DEV Team
- Posts: 4256
- Joined: 20 Mar 2012, 03:42
- Distribution: v5.0-64bit
- Location: australia
- Contact:
Porteus-v5.0rc3 x86_64 bug reports
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...glestwid wrote: ↑23 Sep 2021, 07:34orteus 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?
most of the size reduction is due to gtk3, icons, gparted and some other stuff moved to 002-xorg..
Forum Rules : https://forum.porteus.org/viewtopic.php?f=35&t=44
-
- Contributor
- Posts: 1955
- Joined: 09 Aug 2013, 14:25
- Distribution: Nemesis Cinnamon 64
- Location: USA
Porteus-v5.0rc3 x86_64 bug reports
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.
edit I'm running Porteus 5.0rc3 Mate.
I just like Slackware because I think it teach you about Linux to build packages where Ubuntu is like Windows you just install programs you want.
-
- Shogun
- Posts: 248
- Joined: 12 Jun 2021, 21:59
- Distribution: Xfce 4.12 - 5.rc3 - x86_64
- Location: France
Porteus-v5.0rc3 x86_64 bug reports
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
-
- Contributor
- Posts: 1955
- Joined: 09 Aug 2013, 14:25
- Distribution: Nemesis Cinnamon 64
- Location: USA
Porteus-v5.0rc3 x86_64 bug reports
I first seen it when I ran mc then I check then I look for the problem.
I just like Slackware because I think it teach you about Linux to build packages where Ubuntu is like Windows you just install programs you want.
- Rava
- Contributor
- Posts: 5424
- Joined: 11 Jan 2011, 02:46
- Distribution: XFCE 5.01 x86_64 + 4.0 i586
- Location: Forests of Germany
Porteus-v5.0rc3 x86_64 bug reports
In my humble opinion, swap partitions should never be displayed as desktop icons or in the file browser.
Lookie here:

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

(When I recall correct, XFCE 4.16 does the same)
Cheers!
Yours Rava
Yours Rava
-
- Contributor
- Posts: 1955
- Joined: 09 Aug 2013, 14:25
- Distribution: Nemesis Cinnamon 64
- Location: USA
Porteus-v5.0rc3 x86_64 bug reports
I try to take a screen shot in Mate and it wouldn't let me.
I just like Slackware because I think it teach you about Linux to build packages where Ubuntu is like Windows you just install programs you want.
- Rava
- Contributor
- Posts: 5424
- Joined: 11 Jan 2011, 02:46
- Distribution: XFCE 5.01 x86_64 + 4.0 i586
- Location: Forests of Germany
Porteus-v5.0rc3 x86_64 bug reports
Jack
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.
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)
Thanks.
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
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
Cheers!
Yours Rava
Yours Rava
- babam
- Warlord
- Posts: 528
- Joined: 16 Nov 2016, 10:30
- Distribution: Porteus 5.0rc3 Xfce K6.1.1
- Location: Rainy city
Porteus-v5.0rc3 x86_64 bug reports
gtkdialog.py
Code: Select all
#!/usr/bin/python ---> #!/usr/bin/python3
Sorry, my English is bad.
- Rava
- Contributor
- Posts: 5424
- Joined: 11 Jan 2011, 02:46
- Distribution: XFCE 5.01 x86_64 + 4.0 i586
- Location: Forests of Germany
Porteus-v5.0rc3 x86_64 bug reports
babam wrote: ↑03 Oct 2021, 06:19gtkdialog.py
Code: Select all
#!/usr/bin/python ---> #!/usr/bin/python3
Code: Select all
guest@porteus:~$ gtkdialog.py
bash: gtkdialog.py: command not found
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
Cheers!
Yours Rava
Yours Rava
- ncmprhnsbl
- DEV Team
- Posts: 4256
- Joined: 20 Mar 2012, 03:42
- Distribution: v5.0-64bit
- Location: australia
- Contact:
Porteus-v5.0rc3 x86_64 bug reports
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..

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.
Forum Rules : https://forum.porteus.org/viewtopic.php?f=35&t=44
- babam
- Warlord
- Posts: 528
- Joined: 16 Nov 2016, 10:30
- Distribution: Porteus 5.0rc3 Xfce K6.1.1
- Location: Rainy city
Porteus-v5.0rc3 x86_64 bug reports
Just to ask, why is Porteus not updated to version 5.0 rc3 on the Distrowatch page.
Sorry, my English is bad.
- babam
- Warlord
- Posts: 528
- Joined: 16 Nov 2016, 10:30
- Distribution: Porteus 5.0rc3 Xfce K6.1.1
- Location: Rainy city
Porteus-v5.0rc3 x86_64 bug reports
/usr/share/porteus/gtkdialog.pyRava wrote: ↑03 Oct 2021, 07:08Where is that gtkdialog.py from?Code: Select all
guest@porteus:~$ gtkdialog.py bash: gtkdialog.py: command not found
Where did you get the latest modules 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
Thanks.
Sorry, my English is bad.