Porteus 3.1rc feedback
-
- Contributor
- Posts: 166
- Joined: 08 Jul 2012, 02:30
- Distribution: Porteus v3.0 LXDE i486
- Location: South Central PA, USA
Re: Porteus 3.1rc feedback
@Ed_P
Hi Ed, From the panel MainMenu/Preferences/Desktop/Advanced, unclick it.
Sean
Hi Ed, From the panel MainMenu/Preferences/Desktop/Advanced, unclick it.
Sean
- ncmprhnsbl
- DEV Team
- Posts: 3810
- Joined: 20 Mar 2012, 03:42
- Distribution: v5.0-64bit
- Location: australia
- Contact:
Re: Porteus 3.1rc feedback
re: pcmanfm-qt superuser
--in lxqt session:
calling su terminal from rightclick menu (* ROOT *)
then $pcmanfm-qt --- works
to see drives:
opening guest terminal then suing to root
then $pcmanfm-qt -- doesnt work???
logging in to root account works no problem
suing to guest in terminal, then $pcmanfm-qt also doesnt work
openbox session:
pcmanfm-qt must be called with dbus-launch in order for drives
to be visible. i just made a .desktop file with line
Exec=dbus-launch --exit-with-session /usr/bin/pcmanfm-qt %U
similarly for root in guest session
Exec=ktsuss dbus-launch --exit-with-session /usr/bin/pcmanfm-qt /root
i,m guessing the ktsuss wrapper doesnt work outside lxqt session(either)
my workaround: use spacefm or mc or log in to root
--in lxqt session:
calling su terminal from rightclick menu (* ROOT *)
then $pcmanfm-qt --- works
Code: Select all
** (pcmanfm-qt:4292): WARNING **: The directory '~/Templates' doesn't exist, ignoring it
isPrimaryInstance
start-loading
finish-loading
Code: Select all
root@porteus:~# dbus-launch pcmanfm-qt
Error creating proxy: Error calling StartServiceByName for org.gtk.Private.GPhoto2VolumeMonitor: GDBus.Error:org.freedesktop.DBus.Error.Spawn.ChildExited: Process /usr/libexec/gvfs-gphoto2-volume-monitor exited with status 127 (g-dbus-error-quark, 25)
** (pcmanfm-qt:4303): WARNING **: The directory '~/Templates' doesn't exist, ignoring it
isPrimaryInstance
start-loading
finish-loading
then $pcmanfm-qt -- doesnt work???
Code: Select all
Error creating proxy: The connection is closed (g-io-error-quark, 18)
Error creating proxy: The connection is closed (g-io-error-quark, 18)
Error creating proxy: The connection is closed (g-io-error-quark, 18)
** (pcmanfm-qt:4263): WARNING **: The directory '~/Templates' doesn't exist, ignoring it
suing to guest in terminal, then $pcmanfm-qt also doesnt work
openbox session:
pcmanfm-qt must be called with dbus-launch in order for drives
to be visible. i just made a .desktop file with line
Exec=dbus-launch --exit-with-session /usr/bin/pcmanfm-qt %U
similarly for root in guest session
Exec=ktsuss dbus-launch --exit-with-session /usr/bin/pcmanfm-qt /root
i,m guessing the ktsuss wrapper doesnt work outside lxqt session(either)
my workaround: use spacefm or mc or log in to root

Forum Rules : https://forum.porteus.org/viewtopic.php?f=35&t=44
-
- Contributor
- Posts: 166
- Joined: 08 Jul 2012, 02:30
- Distribution: Porteus v3.0 LXDE i486
- Location: South Central PA, USA
Re: Porteus 3.1rc feedback
1) Porteus 3.1-rc2 32bit Mate
Before today all Mate testing was done with VirtualBox and the .iso, and that worked fine. However, today I tried to install this to a 4Gig USB flash drive. I tried using several machines to no avail. Using a CD and Porteus Installer resulted in a minute or two of nothing, then the installer window just vanishing. Trying to run the executable in /boot resulted in this message:
"An error occurred while loading the archive"
2) Porteus 3.1-rc2 64bit LXQt
Installed this to a 4GIG USB flash drive. Swapped out the old 003-lxqt.xzm for the new using Super User Mode Terminal. Used drop down menu to activate the module. In the main menu under office AbiWord had no icon, and upon clicking it there was no response. Never got an AbiWord.
I found no way to activate the AbiWord module.
3) I noticed when using LXQt via USB that the CD drive runs continuously (at least I think it's the CD/DVD drive), regardless, I never hear it any other time unless I'm loading something from that drive. This is why I decided to install Mate on a flash drive, just to see if it would also run the CD drive. But the install wouldn't work for me.
Sean
Before today all Mate testing was done with VirtualBox and the .iso, and that worked fine. However, today I tried to install this to a 4Gig USB flash drive. I tried using several machines to no avail. Using a CD and Porteus Installer resulted in a minute or two of nothing, then the installer window just vanishing. Trying to run the executable in /boot resulted in this message:
"An error occurred while loading the archive"
2) Porteus 3.1-rc2 64bit LXQt
Installed this to a 4GIG USB flash drive. Swapped out the old 003-lxqt.xzm for the new using Super User Mode Terminal. Used drop down menu to activate the module. In the main menu under office AbiWord had no icon, and upon clicking it there was no response. Never got an AbiWord.
I found no way to activate the AbiWord module.
3) I noticed when using LXQt via USB that the CD drive runs continuously (at least I think it's the CD/DVD drive), regardless, I never hear it any other time unless I'm loading something from that drive. This is why I decided to install Mate on a flash drive, just to see if it would also run the CD drive. But the install wouldn't work for me.
Sean
- francois
- Contributor
- Posts: 6335
- Joined: 28 Dec 2010, 14:25
- Distribution: xfce plank porteus nemesis
- Location: Le printemps, le printemps, le printemps... ... l'hiver s'essoufle.
Re: Porteus 3.1rc feedback
porteus 3.1 rc2 xfce:
The shutdown button on the right of the panel. Is it possible to add the logout, suspend, hibernate and reboot functions?
Thanks.
The shutdown button on the right of the panel. Is it possible to add the logout, suspend, hibernate and reboot functions?
Thanks.
Prendre son temps, profiter de celui qui passe.
- brokenman
- Site Admin
- Posts: 6104
- Joined: 27 Dec 2010, 03:50
- Distribution: Porteus v4 all desktops
- Location: Brazil
- Contact:
Re: Porteus 3.1rc feedback
My work around is to call ktsuss from a script and then to call pcmanfm-qt once elevated to root.i,m guessing the ktsuss wrapper doesnt work outside lxqt session(either)
The script is:
Code: Select all
if [ $UID -ne 0 ]; then
ktsuss $0 &
exit
fi
dbus-launch --exit-with-session pcmanfm-qt
The script is the same one in all desktops so not sure why it didn't work for you. I will check out the pinstaller (also the same in every desktop) tonight.Trying to run the executable in /boot resulted in this message:
"An error occurred while loading the archive"
How do i become super user?
Wear your underpants on the outside and put on a cape.
Wear your underpants on the outside and put on a cape.
-
- Full of knowledge
- Posts: 2006
- Joined: 17 Jun 2013, 13:17
- Distribution: Porteus 3.2.2 XFCE 32bit
- Location: Germany
Re: Porteus 3.1rc feedback
@ francois
Hi
right-click this button > properties > choose the options you like...
Hi
right-click this button > properties > choose the options you like...

- Ed_P
- Contributor
- Posts: 7915
- Joined: 06 Feb 2013, 22:12
- Distribution: Cinnamon 5.0 ISO
- Location: Western NY, USA
Re: Porteus 3.1rc feedback
sumpcmanfm.shbrokenman wrote:The script is:Code: Select all
if [ $UID -ne 0 ]; then ktsuss $0 & exit fi dbus-launch --exit-with-session pcmanfm-qt
Code: Select all
#!/bin/sh
# http://forum.porteus.org/viewtopic.php?f=53&t=3983&p=29541#p29537
if [ $UID -ne 0 ]; then
ktsuss $0 &
exit
fi
dbus-launch --exit-with-session pcmanfm-qt
Code: Select all
guest@porteus:~$ ./sumpcmanfm.sh
guest@porteus:~$
Error creating proxy: Error calling StartServiceByName for org.gtk.Private.GPhoto2VolumeMonitor: GDBus.Error:org.freedesktop.DBus.Error.Spawn.ChildExited: Process /usr/libexec/gvfs-gphoto2-volume-monitor exited with status 127 (g-dbus-error-quark, 25)
** (pcmanfm-qt:2717): WARNING **: The directory '~/Templates' doesn't exist, ignoring it
./sumpcmanfm.sh: line 9: 2717 Segmentation fault dbus-launch --exit-with-session pcmanfm-qt
guest@porteus:~$

And:
Code: Select all
guest@porteus:~$ su
Password:
root@porteus:/home/guest# dbus-launch --exit-with-session pcmanfm-qt
Error creating proxy: Error calling StartServiceByName for org.gtk.Private.GPhoto2VolumeMonitor: GDBus.Error:org.freedesktop.DBus.Error.Spawn.ChildExited: Process /usr/libexec/gvfs-gphoto2-volume-monitor exited with status 127 (g-dbus-error-quark, 25)
** (pcmanfm-qt:3148): WARNING **: The directory '~/Templates' doesn't exist, ignoring it
Segmentation fault
root@porteus:/home/guest#
Ed
- Ed_P
- Contributor
- Posts: 7915
- Joined: 06 Feb 2013, 22:12
- Distribution: Cinnamon 5.0 ISO
- Location: Western NY, USA
Re: Porteus 3.1rc feedback
LXQt 64-bit
If Power Management Lid Watcher's "Action when lid is closed" "On Battery" is set to Suspend when the lid is closed then reopened the screen is blank and the system is unresponsive. SysRq REIBUS doesn't help. Netbook has to be powered down to be rebooted to restart the system.
If Power Management Lid Watcher's "Action when lid is closed" "On Battery" is set to Suspend when the lid is closed then reopened the screen is blank and the system is unresponsive. SysRq REIBUS doesn't help. Netbook has to be powered down to be rebooted to restart the system.
Ed
- fanthom
- Moderator Team
- Posts: 5622
- Joined: 28 Dec 2010, 02:42
- Distribution: Porteus Kiosk
- Location: Poland
- Contact:
Re: Porteus 3.1rc feedback
here is updated 003-lxqt.xzm module:
http://dl.porteus.org/x86_64/testing/003-lxqt.xzm
a) activation of modules uses bit risky but the most reliable method to update desktop menu. let me know if your system hangs or something ... (never happened here but still)
b) i have made some progress on the 'super user mode pcmanfm' front:
- pcmanfm works every time if you open terminal -> switch to root with 'su' -> run pcmanfm-qt (i have added: 'export $(dbus-launch --exit-with-session)' to /root/.bashrc and this seems to work)
- i'm using the same workaround when running pcmanfm-qt directly from desktop menu: lxterminal opens -> you have to type root password -> now you have to run 'pcmanfm-qt' manually
this method works almost perfectly (sometimes pcmanfm segfaults during first run but at least you can see what happened and repeat the command).
here is how i do it from the /usr/share/applicaitons/su-pcmanfm.desktop:
would be great if someone could find a way to run pcmanfm automatically once user provide root password.
thanks for any help given - there is only a week left before 3.1. is released so we must hurry up.
http://dl.porteus.org/x86_64/testing/003-lxqt.xzm
a) activation of modules uses bit risky but the most reliable method to update desktop menu. let me know if your system hangs or something ... (never happened here but still)
b) i have made some progress on the 'super user mode pcmanfm' front:
- pcmanfm works every time if you open terminal -> switch to root with 'su' -> run pcmanfm-qt (i have added: 'export $(dbus-launch --exit-with-session)' to /root/.bashrc and this seems to work)
- i'm using the same workaround when running pcmanfm-qt directly from desktop menu: lxterminal opens -> you have to type root password -> now you have to run 'pcmanfm-qt' manually
this method works almost perfectly (sometimes pcmanfm segfaults during first run but at least you can see what happened and repeat the command).
here is how i do it from the /usr/share/applicaitons/su-pcmanfm.desktop:
Code: Select all
Exec=lxterminal -e "su -c 'echo start pcmanfm-qt now; bash'"
thanks for any help given - there is only a week left before 3.1. is released so we must hurry up.
Please add [Solved] to your thread title if the solution was found.
-
- Full of knowledge
- Posts: 2564
- Joined: 25 Jun 2014, 15:21
- Distribution: 3.2.2 Cinnamon & KDE5
- Location: London
Re: Porteus 3.1rc feedback
Sure your mirror isn't playing tricks on you?Ed_P wrote:LXQt 64-bit
If Power Management Lid Watcher's "Action when lid is closed" "On Battery" is set to Suspend when the lid is closed then reopened the screen is blank and the system is unresponsive. SysRq REIBUS doesn't help.
Linux porteus 4.4.0-porteus #3 SMP PREEMPT Sat Jan 23 07:01:55 UTC 2016 i686 AMD Sempron(tm) 140 Processor AuthenticAMD GNU/Linux
NVIDIA Corporation C61 [GeForce 6150SE nForce 430] (rev a2) MemTotal: 901760 kB MemFree: 66752 kB
NVIDIA Corporation C61 [GeForce 6150SE nForce 430] (rev a2) MemTotal: 901760 kB MemFree: 66752 kB
- Ed_P
- Contributor
- Posts: 7915
- Joined: 06 Feb 2013, 22:12
- Distribution: Cinnamon 5.0 ISO
- Location: Western NY, USA
Re: Porteus 3.1rc feedback
Bogomips wrote:Sure your mirror isn't playing tricks on you?Ed_P wrote:SysRq REIBUS doesn't help.


Hey, I at least remembered all the letters.

Ed
-
- Full of knowledge
- Posts: 2564
- Joined: 25 Jun 2014, 15:21
- Distribution: 3.2.2 Cinnamon & KDE5
- Location: London
Re: Porteus 3.1rc feedback
KDE 32 bit AF
If for some reason when system is loaded, network connection not made, then the time shows incorrectly, and continues to be incorrect, even after network connection made. System does not readjust itself upon establishing network connection. Is this expected behaviour?
If for some reason when system is loaded, network connection not made, then the time shows incorrectly, and continues to be incorrect, even after network connection made. System does not readjust itself upon establishing network connection. Is this expected behaviour?
Linux porteus 4.4.0-porteus #3 SMP PREEMPT Sat Jan 23 07:01:55 UTC 2016 i686 AMD Sempron(tm) 140 Processor AuthenticAMD GNU/Linux
NVIDIA Corporation C61 [GeForce 6150SE nForce 430] (rev a2) MemTotal: 901760 kB MemFree: 66752 kB
NVIDIA Corporation C61 [GeForce 6150SE nForce 430] (rev a2) MemTotal: 901760 kB MemFree: 66752 kB
- fanthom
- Moderator Team
- Posts: 5622
- Joined: 28 Dec 2010, 02:42
- Distribution: Porteus Kiosk
- Location: Poland
- Contact:
Re: Porteus 3.1rc feedback
@Bogomips
nice catch
will make it that after syncing through ntp the time will get saved to the hardware clock (it was not the case till now)
thanks
another LXQT update:
http://dl.porteus.org/i486/testing/003-lxqt.xzm
http://dl.porteus.org/x86_64/testing/003-lxqt.xzm
this is the final version so please test it when you have a chance.
'pcmanf-qt super user mode' started from system menu works 9 times on 10 attempts. the one faulty attempt is when pcmanfm segfaults and you can see it by running dmesg
nice catch

will make it that after syncing through ntp the time will get saved to the hardware clock (it was not the case till now)
thanks
another LXQT update:
http://dl.porteus.org/i486/testing/003-lxqt.xzm
http://dl.porteus.org/x86_64/testing/003-lxqt.xzm
this is the final version so please test it when you have a chance.
'pcmanf-qt super user mode' started from system menu works 9 times on 10 attempts. the one faulty attempt is when pcmanfm segfaults and you can see it by running dmesg

Please add [Solved] to your thread title if the solution was found.
- francois
- Contributor
- Posts: 6335
- Joined: 28 Dec 2010, 14:25
- Distribution: xfce plank porteus nemesis
- Location: Le printemps, le printemps, le printemps... ... l'hiver s'essoufle.
Re: Porteus 3.1rc feedback
Thanks donald.donald wrote:@ francois
Hi
right-click this button > properties > choose the options you like...
There is also the xfce menu which offers all these options. I only thought that offering more than the shutdown button similar to what is offered on kde would lead to standardisation of porteus desktops.

Last edited by francois on 03 Dec 2014, 03:33, edited 1 time in total.
Prendre son temps, profiter de celui qui passe.