Page 6 of 12

Re: Porteus 3.1rc feedback

Posted: 17 Nov 2014, 12:58
by fanthom
@Bogomips
up here:
http://www.porteus.org/info.html
lxde -> lxqt transition is the biggest change between 3.0 and 3.1 releases.

Re: Porteus 3.1rc feedback

Posted: 17 Nov 2014, 16:12
by donald
XFCE-3.1 rc2 - 32bit...
Thanks for the new version...and here we go again: :wink:

Thunar devices
no hdd-partition icons (only file system ),the partions are accessable at /mnt

Different Icons for file manager and thunar file manager which in turn is the
same as for bulk-rename.
No su Thunar..?

fd0 is detected at boot,(because it make some noise),but not shown in /mnt
(and Thunar), I had to mount it manually with the "mount drives/filesystems..) app.

power manager > display > sleep never; switch off never but blank after 1 min (for testing)
doesn't blank the screen.
If it's working on your end, never mind..

In general,(imo), there are much to much Icons to start the same things
Wouldn't it be enough to have the (all) settings manager ?

IF one use the old "xfce applications menu", then there are Icons missing for
privilege granting,gcolor2,gftp,polyglot,isomaster,pburn,porteus faq,usm,virtualbox

Re: Porteus 3.1rc feedback

Posted: 17 Nov 2014, 19:38
by Ed_P
@fanthom

In 3.0.1 all the RazorQt mainmenu icons come in two flavors, 64x64 png files and 48x48 svg files. The former are all the Porteus logo image that are showing in the RazorQt panel the latter are all the Oxygen logo image that is showing in the LZQt panel. All in /usr/share/razor/themes/ and /usr/share/razor/graphics. So the question is what/how is RazorQt able to use the png files, and can LXQt use the same approach.

Re: Porteus 3.1rc feedback

Posted: 17 Nov 2014, 20:24
by brokenman
Thanks Donald.

no hdd-partition icons
This is the default behaviour for Thunar as far as I can tell from other distros. Anything guest mounts becomes visible. I have included a CLI command to make a chosen partition show in Thunar (as root): showpart sda8 or showpart LABEL
This is also better for people with numerous partitions (I have 12) who don't want a cluttered desktop.

Different Icons for file manager and thunar file manager
Thanks. Will change to same logo icon and check super user thunar.
Fixed thunar icons (bulk rename is actually thunar so left that one)

fd0 is detected at boot,but not shown
Not sure how to get at this since I don't have any device recognized as fd0. I could perhaps create fake one but it will not react the same. Any help here would be appreciated.

power manager > display > sleep never
Will double check. It was working for me in rc1.
Confirmed working here. Perhaps use the 'Presentation mode' in by clicking the battery icon in the panel.

IF one use the old "xfce applications menu", then there are Icons missing
Odd behaviour. Should be the same. Will check it out.
Weird that standard does not use xfdesktop as in the right click on desktop applications menu. Anyway, added freedesktop compliant icon paths to fix it.

Thanks for getting in before final.

Re: Porteus 3.1rc feedback

Posted: 18 Nov 2014, 12:56
by fanthom
@Ed_P
So the question is what/how is RazorQt able to use the png files, and can LXQt use the same approach.
yes - and i would be happy if you could try to find the answer.

thanks

Re: Porteus 3.1rc feedback

Posted: 19 Nov 2014, 05:20
by Ed_P
@fanthom

LXQt 64-bit AF mode

I copied the mainmenu.png file from razor theme /usr/share/razor/themes/preta to /usr/share/lxqt/themes/flat-dark-alpha/. I then changed lines 238 and 247 in /usr/share/lxqt/themes/flat-dark-alpha/lxqt-panel.qss from mainmenu.svg to mainmenu.png. When I switched LXQt Appearance Config LXQt Theme green to flat-dark-alpha the Porteus icon was displayed for the mainmenu icon.

The razor theme files were from a module I created on 3.0.1 of just the razor theme files, nothing else and activated in LXQt.

Code: Select all

#!/bin/bash
# Make a module for use with Always Fresh mode 

# Color definitions
txtbld=$(tput bold)               # Bold
txtred=${txtbld}$(tput setaf 1)   # Red
rst=$(tput sgr0)                  # Reset

function redpswd() {
  echo -e "$1" $txtred  
}

if [ `whoami` != "root" ]; then
    redpswd "Enter root's password"
    su -c "sh $0 $1"
    exit
fi
echo $rst

mkdir -p /tmp/mod

cp -a --parents /usr/share/razor/* /tmp/mod/
du -h /tmp/mod/

echo
echo Press Enter to create module, Ctrl+C to end.
read

dir2xzm /tmp/mod /tmp/razorqt.xzm   &&   rm -rf /tmp/mod

echo 
ls -sh  /tmp/*.xzm
echo 

Re: Porteus 3.1rc feedback

Posted: 19 Nov 2014, 10:07
by fanthom
@Ed_P
thanks a lot - you have done this task really quickly :)

are you up to the challenge for a second one? if yes then please try to do this item next (should be quite easy):

Code: Select all

- make syslinux bootsplash color scheme compatible with current background as "Porteus 3.1rc2" is barely visible
i'm talking about color scheme included in porteus.cfg

thank you

Re: Porteus 3.1rc feedback

Posted: 19 Nov 2014, 11:48
by tome
- hide all the items from 'Preferences' submenu as they are duplicated in 'LXQt settings' (Manjaro lxqt edition did it somehow) - anybody?
Open:
'/etc/xdg/menus/lxde-applications.menu'
last lines should look like:

Code: Select all

	<Menu>
		<Name>Other</Name>
		<Directory>lxde-other.directory</Directory>
		<OnlyUnallocated/>
		<Include>
			<And>
				<Not><Category>Core</Category></Not>
				<Not><Category>Settings</Category></Not>
				<Not><Category>Screensaver</Category></Not>
			</And>
		</Include>
		</Menu> <!-- End Other -->

	<Layout>
		<Merge type="files"/>
		<Merge type="menus"/>
		<Separator/>
                    <Filename>lxqt-config.desktop</Filename>
		<Menuname>DesktopSettings</Menuname>
	</Layout>
<Include>
                   <Filename>lxqt-config.desktop</Filename>
</Include>

</Menu> <!-- End Applications -->
(Additions/deletions begins at line 158, copied code from line 145-157 is the same.
Line " <Menuname>DesktopSettings</Menuname>" could be also deleted.
lxde-applications.menu has probably wrong permissions.

next lxqt bug:

Code: Select all

root@porteus:/home/guest# pcmanfm-qt
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:3055): WARNING **: The directory '~/Templates' doesn't exist, ignoring it
DELETE or MOVE TO TRASH dont work in PCManFM 0.8.0
yes - upstream bug (confirmed with Manjaro lxqt edition)
I can move files to Trash (lxqt, guest), but only inside guest directory (deleted from Desktop). Trash show me also my trashed files at /mnt/sda1/.Trash-1000

Re: Porteus 3.1rc feedback

Posted: 19 Nov 2014, 17:50
by fanthom
@tome
you guys are the best - thank you so much for your contributions.

regarding the Trash bug: i can move items to it but cant get them back and this is making this feature useless. i think i'll disable Trash all together if we wont find solution. this way people wont be confused that they can use it.

thanks

Re: Porteus 3.1rc feedback

Posted: 19 Nov 2014, 23:47
by sean
RE: LXQt-32bit, Porteus 3.1-rc2

menu.xml right-click Desktop pop-up menu

@fanthom,

I did not mean to leave you hanging concerning the menu.xml file. I'm working on it presently. Not being a power user, I may not be very fast. Hoping to have it finished Friday sometime, I hope that's okay?

Since this is LXQt 0.8.0, it looks like the closest possibility of a finished LXQt "may" be here for Porteus 4. With that in mind I'm duplicating as close as possible the panel main menu, so the right-click menu should be identical to going through the main menu. That way as LXQt comes to maturity we can make our own adjustments accordingly.

If time permits me, I may add a few immediate (one click) choices from the right-click menu. On my own system I have one click access to a Terminal, PCManFM, and Geany text editor. Then I have a sub-heading "For Experts Only" (really as though I'm one :-), there I have a Super User Mode Terminal, PCManFM, and Editor.

You should know also that my Super User Mode - PCManFM is not working. Clicking on the main menu/System Tools/Super User Mode - PCManFM brings up a dbus-launch dialog box asking for the root password, I enter toor, the dialog box vanishes and that's it.

Obviously since LXQt is still beta, some things are difficult. I have not found a character map to include in the accessories menu, which is a common practice.

Sean

Re: Porteus 3.1rc feedback

Posted: 20 Nov 2014, 03:28
by sean
@fanthom

Here's the menu.xml file cleaned up as best I could. Also, we are using no screensaver so a "lock-screen" option is not included, but everything else should work. Needs to replace the menu.xml file in /etc/xdg/openbox.

Sean

Code: Select all

<?xml version="1.0" encoding="UTF-8"?>

<openbox_menu xmlns="http://openbox.org/3.4/menu">

<menu id="apps-accessories-menu" label="Accessories">
  <item label="Find Files and Directories">
    <action name="Execute">
      <command>pfilesearch</command>
      <startupnotify>
        <enabled>yes</enabled>
      </startupnotify>
    </action>
  </item>
  <item label="Galculator">
    <action name="Execute">
      <command>galculator</command>
      <startupnotify>
        <enabled>yes</enabled>
      </startupnotify>
    </action>
  </item>      
  <item label="KDiff3">
    <action name="Execute">
      <command>kdiff3</command>
      <startupnotify>
        <enabled>yes</enabled>
      </startupnotify>
    </action>
  </item>
  <item label="Leafpad">
    <action name="Execute">
      <command>leafpad</command>
      <startupnotify>
        <enabled>yes</enabled>
      </startupnotify>
    </action>
  </item>  
  <item label="LXTerminal">
    <action name="Execute">
      <command>lxterminal</command>
      <startupnotify>
        <enabled>yes</enabled>
      </startupnotify>
    </action>
  </item>
  <item label="PCManFM File Manager">
    <action name="Execute">
      <command>pcmanfm-qt</command>
      <startupnotify>
        <enabled>yes</enabled>
      </startupnotify>
    </action>
  </item>
  <item label="QXKB">
    <action name="Execute">
      <command>qxkb</command>
      <startupnotify>
        <enabled>yes</enabled>
      </startupnotify>
    </action>
  </item>
  <item label="Qlipper">
    <action name="Execute">
      <command>qlipper</command>
      <startupnotify>
        <enabled>yes</enabled>
      </startupnotify>
    </action>
  </item>
  <item label="Screenshot">
    <action name="Execute">
      <command>lximage-qt --screenshot</command>
      <startupnotify>
        <enabled>yes</enabled>
      </startupnotify>
    </action>
  </item>
  <item label="XArchiver">
    <action name="Execute">
      <command>xarchiver %f</command>
      <startupnotify>
        <enabled>yes</enabled>
      </startupnotify>
    </action>
  </item>
  <item label="zNotes">
    <action name="Execute">
      <command>znotes</command>
      <startupnotify>
        <enabled>yes</enabled>
      </startupnotify>
    </action>
  </item>              
</menu>

<menu id="apps-graphics-menu" label="Graphics">
  <item label="LXImage">
    <action name="Execute">
      <command>lximage-qt</command>
      <startupnotify>
        <enabled>yes</enabled>
      </startupnotify>
    </action>
  </item>
  <item label="Nomacs">
    <action name="Execute">
      <command>nomacs %F</command>
      <startupnotify>
        <enabled>yes</enabled>
      </startupnotify>
    </action>
  </item>
</menu>

<menu id="apps-net-menu" label="Internet">
  <item label="Avahi SSH Server Browser">
    <action name="Execute">
      <command>/usr/bin/bssh</command>
      <startupnotify>
        <enabled>yes</enabled>
      </startupnotify>
    </action>
  </item>
  <item label="Avahi VNC Server Browser">
    <action name="Execute">
      <command>/usr/bin/bvnc</command>
      <startupnotify>
        <enabled>yes</enabled>
      </startupnotify>
    </action>
  </item>  	
  <item label="Firefox">
    <action name="Execute">
      <command>firefox</command>
      <startupnotify>
        <enabled>yes</enabled>
        <wmclass>Firefox</wmclass>
      </startupnotify>
    </action>
  </item>
  <item label="Pidgin Instant Messenger">
    <action name="Execute">
      <command>pidgin</command>
      <startupnotify>
        <enabled>yes</enabled>
      </startupnotify>
    </action>
  </item>  
  <item label="Qtransmission Bittorrent Client">
    <action name="Execute">
      <command>transmission-qt %U</command>
      <startupnotify>
        <enabled>yes</enabled>
      </startupnotify>
    </action>
  </item>
  <item label="RSS Guard">
    <action name="Execute">
      <command>rssguard</command>
      <startupnotify>
        <enabled>yes</enabled>
      </startupnotify>
    </action>
  </item>
  <item label="Trojita">
    <action name="Execute">
      <command>trojita</command>
      <startupnotify>
        <enabled>yes</enabled>
      </startupnotify>
    </action>
  </item>
  <item label="gFTP">
    <action name="Execute">
      <command>gftp %u</command>
      <startupnotify>
        <enabled>yes</enabled>
      </startupnotify>
    </action>
  </item>
  <item label="polyglot">
    <action name="Execute">
      <command>polyglot</command>
      <startupnotify>
        <enabled>yes</enabled>
      </startupnotify>
    </action>
  </item>
  <item label="uGet">
    <action name="Execute">
      <command>uget-gtk %u</command>
      <startupnotify>
        <enabled>yes</enabled>
      </startupnotify>
    </action>
  </item>
  <item label="vncviewer">
    <action name="Execute">
      <command>vncviewer</command>
      <startupnotify>
        <enabled>yes</enabled>
      </startupnotify>
    </action>
  </item>    
</menu>

<menu id="apps-office-menu" label="Office">
  <item label="Leafpad">
    <action name="Execute">
      <command>leafpad</command>
      <startupnotify>
        <enabled>yes</enabled>
      </startupnotify>
    </action>
  </item>
  <item label="Trojita">
    <action name="Execute">
      <command>trojita</command>
      <startupnotify>
        <enabled>yes</enabled>
      </startupnotify>
    </action>
  </item>
  <item label="qpdfview">
    <action name="Execute">
      <command>qpdfview %F</command>
      <startupnotify>
        <enabled>yes</enabled>
      </startupnotify>
    </action>
  </item>    	
</menu>

<menu id="apps-programming-menu" label="Programming">
  <item label="Geany">
    <action name="Execute">
      <command>geany %F</command>
      <startupnotify>
        <enabled>yes</enabled>
      </startupnotify>
    </action>
  </item>	
</menu>

<menu id="apps-multimedia-menu" label="Sound & Video">
  <item label="Asunder CD Ripper">
    <action name="Execute">
      <command>asunder</command>
      <startupnotify>
        <enabled>yes</enabled>
      </startupnotify>
    </action>
  </item>
  <item label="ISO Master">
    <action name="Execute">
      <command>isomaster</command>
      <startupnotify>
        <enabled>yes</enabled>
      </startupnotify>
    </action>
  </item>
  <item label="Pburn CD/DVD/Blu-ray writer">
    <action name="Execute">
      <command>pburn</command>
      <startupnotify>
        <enabled>yes</enabled>
      </startupnotify>
    </action>
  </item>
  <item label="QT V4L2 test Utility">
    <action name="Execute">
      <command>qv4l2</command>
      <startupnotify>
        <enabled>yes</enabled>
      </startupnotify>
    </action>
  </item>
  <item label="QWinFF">
    <action name="Execute">
      <command>qwinff %U</command>
      <startupnotify>
        <enabled>yes</enabled>
      </startupnotify>
    </action>
  </item>
  <item label="QasMixer">
    <action name="Execute">
      <command>qasmixer</command>
      <startupnotify>
        <enabled>yes</enabled>
      </startupnotify>
    </action>
  </item>
  <item label="Qmmp">
    <action name="Execute">
      <command>qmmp %F</command>
      <startupnotify>
        <enabled>yes</enabled>
      </startupnotify>
    </action>
  </item>
  <item label="SMPlayer">
    <action name="Execute">
      <command>smplayer %U</command>
      <startupnotify>
        <enabled>yes</enabled>
      </startupnotify>
    </action>
  </item>
  <item label="SMPlayer YouTube Browser">
    <action name="Execute">
      <command>smtube</command>
      <startupnotify>
        <enabled>yes</enabled>
      </startupnotify>
    </action>
  </item>
  <item label="SimpleScreenRecorder">
    <action name="Execute">
      <command>simplescreenrecorder --logfile</command>
      <startupnotify>
        <enabled>yes</enabled>
      </startupnotify>
    </action>
  </item>          
</menu>

<menu id="system-menu" label="System">
  <item label="GParted">
    <action name="Execute">
      <command>gparted-pkexec</command>
      <startupnotify>
        <enabled>yes</enabled>
      </startupnotify>
    </action>
  </item>
  <item label="Logout">
    <action name="Execute">
      <command>qtLogout</command>
      <startupnotify>
        <enabled>yes</enabled>
      </startupnotify>
    </action>
  </item>
  <item label="Mount drives/filesystems/shares">
    <action name="Execute">
      <command>/opt/porteus-scripts/xorg/psu "/opt/porteus-scripts/mount-manager"</command>
      <startupnotify>
        <enabled>yes</enabled>
      </startupnotify>
    </action>
  </item>
  <item label="Porteus FAQ">
    <action name="Execute">
      <command>/opt/porteus-scripts/xorg/browser /usr/doc/Porteus-FAQ/index.html</command>
      <startupnotify>
        <enabled>yes</enabled>
      </startupnotify>
    </action>
  </item>
  <item label="Porteus Installer">
    <action name="Execute">
      <command>/opt/porteus-scripts/xorg/psu /opt/porteus-scripts/pinstaller</command>
      <startupnotify>
        <enabled>yes</enabled>
      </startupnotify>
    </action>
  </item>
  <item label="Porteus Settings Centre">
    <action name="Execute">
      <command>/opt/porteus-scripts/xorg/psu /opt/porteus-scripts/porteus-settings-centre</command>
      <startupnotify>
        <enabled>yes</enabled>
      </startupnotify>
    </action>
  </item>
  <item label="Porteus System Info">
    <action name="Execute">
      <command>/opt/porteus-scripts/xorg/psu /opt/porteus-scripts/xpsinfo</command>
      <startupnotify>
        <enabled>yes</enabled>
      </startupnotify>
    </action>
  </item>
  <item label="Porteus save file manager">
    <action name="Execute">
      <command>/opt/porteus-scripts/xorg/psu /opt/porteus-scripts/make-changes</command>
      <startupnotify>
        <enabled>yes</enabled>
      </startupnotify>
    </action>
  </item>
  <item label="Super User Mode - PCManFM">
    <action name="Execute">
      <command>ktsuss pcmanfm-qt /root</command>
      <startupnotify>
        <enabled>yes</enabled>
      </startupnotify>
    </action>
  </item>
  <item label="Super User Mode - Terminal">
    <action name="Execute">
      <command>/opt/porteus-scripts/xorg/terminal -e "su -"</command>
      <startupnotify>
        <enabled>yes</enabled>
      </startupnotify>
    </action>
  </item>
  <item label="Task Manager">
    <action name="Execute">
      <command>lxtask</command>
      <startupnotify>
        <enabled>yes</enabled>
      </startupnotify>
    </action>
  </item>
  <item label="USM (Unified Slackware package Manager)">
    <action name="Execute">
      <command>/opt/porteus-scripts/xorg/psu /usr/bin/usmgui</command>
      <startupnotify>
        <enabled>yes</enabled>
      </startupnotify>
    </action>
  </item>
  <item label="VirtualBox builder">
    <action name="Execute">
      <command>/opt/porteus-scripts/gtk-easy-build-start</command>
      <startupnotify>
        <enabled>yes</enabled>
      </startupnotify>
    </action>
  </item>
  <item label="luckyBackup">
    <action name="Execute">
      <command>/usr/bin/luckybackup</command>
      <startupnotify>
        <enabled>yes</enabled>
      </startupnotify>
    </action>
  </item>
                            	
  <separator />
  <item label="Reconfigure Openbox">
    <action name="Reconfigure" />
  </item>
</menu>

<menu id="preferences-menu" label="Preferences">
  <item label="About LXQt">
    <action name="Execute">
      <command>lxqt-about</command>
      <startupnotify>
        <enabled>yes</enabled>
      </startupnotify>
    </action>
  </item>
  <item label="Appearance">
    <action name="Execute">
      <command>lxqt-config-appearance</command>
      <startupnotify>
        <enabled>yes</enabled>
      </startupnotify>
    </action>
  </item>
  <item label="Desktop">
    <action name="Execute">
      <command>pcmanfm-qt --desktop-pref=general</command>
      <startupnotify>
        <enabled>yes</enabled>
      </startupnotify>
    </action>
  </item>
  <item label="Desktop Notifications">
    <action name="Execute">
      <command>lxqt-config-notificationd</command>
      <startupnotify>
        <enabled>yes</enabled>
      </startupnotify>
    </action>
  </item>
  <item label="File Associations">
    <action name="Execute">
      <command>lxqt-config-file-associations</command>
      <startupnotify>
        <enabled>yes</enabled>
      </startupnotify>
    </action>
  </item>
  <item label="Keyboard and Mouse">
    <action name="Execute">
      <command>lxqt-config-input</command>
      <startupnotify>
        <enabled>yes</enabled>
      </startupnotify>
    </action>
  </item>
  <item label="LXQt System Settings">
    <action name="Execute">
      <command>lxqt-config</command>
      <startupnotify>
        <enabled>yes</enabled>
      </startupnotify>
    </action>
  </item>
  <item label="Monitor settings">
    <action name="Execute">
      <command>lxqt-config-monitor</command>
      <startupnotify>
        <enabled>yes</enabled>
      </startupnotify>
    </action>
  </item>
  <item label="Network Connections">
    <action name="Execute">
      <command>nm-connection-editor</command>
      <startupnotify>
        <enabled>yes</enabled>
      </startupnotify>
    </action>
  </item>
  <item label="Openbox Settings">
    <action name="Execute">
      <command>obconf-qt</command>
      <startupnotify>
        <enabled>yes</enabled>
      </startupnotify>
    </action>
  </item>
  <item label="Power Management">
    <action name="Execute">
      <command>lxqt-config-powermanagement</command>
      <startupnotify>
        <enabled>yes</enabled>
      </startupnotify>
    </action>
  </item>
  <item label="Qt Configuration">
    <action name="Execute">
      <command>qtconfig</command>
      <startupnotify>
        <enabled>yes</enabled>
      </startupnotify>
    </action>
  </item>
  <item label="Session Settings">
    <action name="Execute">
      <command>lxqt-config-session</command>
      <startupnotify>
        <enabled>yes</enabled>
      </startupnotify>
    </action>
  </item>
  <item label="Shortcut Keys">
    <action name="Execute">
      <command>lxqt-config-globalkeyshortcuts</command>
      <startupnotify>
        <enabled>yes</enabled>
      </startupnotify>
    </action>
  </item>                        
</menu>

<menu id="root-menu" label="Openbox 3">
  <separator label="Applications" />
  <menu id="apps-accessories-menu"/>
  <menu id="apps-graphics-menu"/>
  <menu id="apps-net-menu"/>
  <menu id="apps-office-menu"/>
  <menu id="apps-programming-menu"/>
  <menu id="apps-multimedia-menu"/>
  <separator label="System" />
  <menu id="system-menu"/>
  <menu id="preferences-menu"/>  
  <separator />
  <item label="Leave">
    <action name="Execute">
      <command>qtLogout</command>
      <startupnotify>
        <enabled>yes</enabled>
      </startupnotify>
    </action>
  </item>  
</menu>

</openbox_menu>

Re: Porteus 3.1rc feedback

Posted: 20 Nov 2014, 06:02
by Ed_P
fanthom wrote:are you up to the challenge for a second one? if yes then please try to do this item next (should be quite easy):

Code: Select all

- make syslinux bootsplash color scheme compatible with current background as "Porteus 3.1rc2" is barely visible
i'm talking about color scheme included in porteus.cfg
Sorry fanthom, not sure I can help with that one. I boot the Porteus .iso via Grub4DOS so I don't see the porteus.cfg directly, rather my Grub4DOS menu version of it. I like the new porteus.png image. Someone likes water, and so do I.

Re: Porteus 3.1rc feedback

Posted: 20 Nov 2014, 18:32
by Bogomips
X interface to DE issue, highlighted by ImageMagick, still not resolved. Have verified that issue does not exist with DE lxqt and xfce. However KDE and Mate are both affected.

Code: Select all

loop0     7:0    0    16M  0 loop /mnt/live/memory/images/000-kernel.xzm
loop1     7:1    0    46M  0 loop /mnt/live/memory/images/001-core.xzm
loop2     7:2    0  43.7M  0 loop /mnt/live/memory/images/002-xorg.xzm
loop3     7:3    0   528K  0 loop /mnt/live/memory/images/sudo-1.8.9p5-i486-1.xz
loop4     7:4    0  56.5M  0 loop /mnt/live/memory/images/003-mate.xzm
loop5     7:5    0  29.6M  1 loop /mnt/live/memory/images/ImM_180914.xzm

guest@porteus:~$ display
display: color is not known to server `FOREGROUND': Success @ error/xwindow.c/XGetPixelPacket/3064.

Re: Porteus 3.1rc feedback

Posted: 20 Nov 2014, 21:27
by brokenman
So it must be a difference in packages. I will try to track it down as xfce and mate are similar.

Re: Porteus 3.1rc feedback

Posted: 20 Nov 2014, 21:30
by ncmprhnsbl
LXQT 64
confirming pcmanfm-qt superuser not working, (with no useful output)
does work in openbox-session.
@sean
nice work with the menu, tho, 'openbox-menu' mightve saved a bit of work ;)