Page 1 of 1

Bugs for nemesis-xfce-19.02.21-k5.0_rc7-x86_64.iso

Posted: 27 Feb 2019, 03:21
by francois
Happy to have an updated nemesis version. This is the thread to discuss the bugs of this upgrade. Nemesis is as porteus lightning fast and has the advantage with pman pacman wrapper to provide a huge pasture for additional packages or modules.

Your commentaries are appreciated.

Thanks to neko and to ncmprhnsbl for their great contribution.

Bugs for nemesis-xfce-19.02.21-k5.0_rc7-x86_64.iso

Posted: 01 Mar 2019, 16:41
by raja
NetworkManager started,but inactive error; Network icon greyed out. No network.

sysctl N...M... stop and start does not help.vmlinuz and kernel modules version same 5.0-rc7.

Touchpad tap function should be enabled by default .

Good thing,,,file manager now mounts ,,no need to go through the file system /mnt. :)

Bugs for nemesis-xfce-19.02.21-k5.0_rc7-x86_64.iso

Posted: 02 Mar 2019, 02:08
by ncmprhnsbl
raja wrote:
01 Mar 2019, 16:41
NetworkManager started,but inactive error; Network icon greyed out. No network.
sysctl N...M... stop and start does not help.vmlinuz and kernel modules version same 5.0-rc7.
to check running services:

Code: Select all

# rc-status
to restart services

Code: Select all

# rc-service NetworkManager restart
the output may be useful.. also /var/log/rc.log might show something
presumably networking works for that kernel setup in other porteus versions?...
raja wrote:
01 Mar 2019, 16:41
Touchpad tap function should be enabled by default .
not sure how this can be done, since the config for this is hardware specific (~/.config/xfce4/xfconf/xfce-perchannel-xml/pointers.xml)

Bugs for nemesis-xfce-19.02.21-k5.0_rc7-x86_64.iso

Posted: 03 Mar 2019, 07:23
by raja
Status:

Code: Select all

syslog.ng - stopped; NetworkManager - inactive
All others - ok.

restarted N...M... No network notification with grayed out icon, remain. But, wired connection was established.

Bugs for nemesis-xfce-19.02.21-k5.0_rc7-x86_64.iso

Posted: 21 Mar 2019, 02:06
by francois

Code: Select all

[porteus ~]# su -c /usr/bin/google-chrome-stable guest 
No protocol specified

(google-chrome-stable:4209): Gtk-WARNING **: 12:03:45.423: cannot open display: :0.0
[porteus ~]# 
Any suggestion?

Bugs for nemesis-xfce-19.02.21-k5.0_rc7-x86_64.iso

Posted: 21 Mar 2019, 16:27
by Blaze
XZM icons seems are bigger when I upload it via Mozilla Firefox browser to any file share.
Image

Bugs for nemesis-xfce-19.02.21-k5.0_rc7-x86_64.iso

Posted: 22 Mar 2019, 05:35
by ncmprhnsbl
Blaze wrote:
21 Mar 2019, 16:27
XZM icons seems are bigger when I upload it via Mozilla Firefox browser to any file share.
have added some more symlinks to cdr.png (16x16, 24x24) for application-vnd.squshfs.png, that might help this.
new base modules uploaded: 2019 Updated Nemesis Base Modules
francois wrote:
21 Mar 2019, 02:06
Any suggestion?
maybe su -lc /usr/bin/google-chrome-stable guest
-l for login shell

Bugs for nemesis-xfce-19.02.21-k5.0_rc7-x86_64.iso

Posted: 16 Apr 2019, 10:26
by raja
Touchpad tap function:

pointers.xml file :saved setting

Code: Select all

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

<channel name="pointers" version="1.0">
  <property name="SYNA7DB500_06CB7DB7_Touchpad" type="empty">
    <property name="Properties" type="empty">
      <property name="Synaptics_Tap_Action" type="array">
        <value type="int" value="0"/>
        <value type="int" value="0"/>
        <value type="int" value="0"/>
        <value type="int" value="0"/>
        <value type="int" value="1"/>
        <value type="int" value="3"/>
        <value type="int" value="2"/>
      </property>
      <property name="libinput_Tapping_Enabled" type="int" value="1"/>
    </property>
  </property>
</channel>

Bugs for nemesis-xfce-19.02.21-k5.0_rc7-x86_64.iso

Posted: 17 Apr 2019, 11:20
by ncmprhnsbl
raja wrote:
16 Apr 2019, 10:26
Touchpad tap function:
pointers.xml file :saved setting
this is fine if you happen to have a "SYNA7DB500_06CB7DB7_Touchpad" but might not work for other hardware..
in the latest update (2018-04-17) i've added /etc/X11/xorg.conf.d/50-synaptics.conf and 30-touchpad.conf in 002-gui that should enable tapclick
one is for the synaptics driver and the other for libinput depending on which one is picked by xorg..