Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.
The battery applet will not be shown, even with pmu_battery module loaded in sid. The solution has always been staring in my face though. I used xfce4-power-manager to see the battery status. What I did not know until now is to go to preferences and then activate System tray icon and Status notifications. This works.
[automerge]1578168726[/automerge]
@wicknix Thanks for your info. I tried the solution provided by @swamprock but libgtk2-perl is no longer available in Debian sid.
 
Last edited:
The battery applet will not be shown, even with pmu_battery module loaded in sid. The solution has always been staring in my face though. I used xfce4-power-manager to see the battery status. What I did not know until now is to go to preferences and then activate System tray icon and Status notifications. This works.
[automerge]1578168726[/automerge]
@wicknix Thanks for your info. I tried the solution provided by @swamprock but libgtk2-perl is no longer available in Debian sid.

Yes, xfce4-power-manager works on the Pismo G3 to display the battery status (and the display brightness) in the panel, and when set to handle the brightness keys (F1 and F2), these keys work without the CTRL key also needing to be used! :)

BTW to tidy up the Pismo G3 Mint Start menu, how can I remove the icon for the icon for the non-functioning (Mint?) Software Manager package which appears be not actually installed?
 
Last edited:
To remove Software Manager from the menu, I would have to dig into mint-lxde-default-settings. I can have a look at it, software manager is very bloated anyway and is only useful on G5 probably. There is Synaptic package manager which does the same. I can make the decision to completely remove it. Let me think about it please. I will let you know how to manually remove the option in the menu.
 
At your convenience is fine, thanks. Yes, that is why I installed Synaptic Package Manager, as it works well on the Pismo G3.
 
Go to your home folder in a shell.
Code:
cd .config/lxpanel/Mint-LXDE/panels
nano panel
make it look like this (remove software manager part):
Code:
Plugin {
  type=menu
  Config {
    image=/usr/share/icons/Mint-X/places/48/start-here.svg
    system {
    }
    item {
      image=gnome-logout
      command=logout
    }
  }
}
CTRL-X and y
 
  • Like
Reactions: verdantppc
I just built mintinstall 8.0.2 from the Linux Mint Debbie source repo. Mintinstall still depends on libgtk2-perl, which is no longer available in Debian sid. I read that Debian will no longer be supporting this old version. I will make a new version of mint-lxde-default-settings with mintinstall (Software Manager) taken out.
 
I just built mintinstall 8.0.2 from the Linux Mint Debbie source repo. Mintinstall still depends on libgtk2-perl, which is no longer available in Debian sid. I read that Debian will no longer be supporting this old version. I will make a new version of mint-lxde-default-settings with mintinstall (Software Manager) taken out.

Thanks for info on how to remove the Software Manager icon - I presume you mean ^o and ^x to exit editing panel - anyhow I have successfully removed the Software Manager icon. :)
 
Last edited:
  • Like
Reactions: Jeroen Diederen
Works beautifully on my PowerBook G4 hi res. The only thing it’s missing is keyboard controls for screen and keyboard brightness.
 
  • Like
Reactions: Jeroen Diederen
1. On my Pismo G3 with MintPPC, since touchpad 1 tap and 2 taps to select and to open folders / apps respectively (but not multitouch actions/gestures, which AFAIK are not supported by the touchpad) work without out either or both the config files (mentioned below) present in /etc/X11/xorg.conf.d, I am not certain that having the current versions of touchpad.conf
Code:
Section "InputClass"
Identifier "touchpad"
Driver "libinput"
MatchIsTouchpad "on"
Option "Tapping" "off"
Option "TappingButtonMap" "lmr"
EndSection
and synaptics.conf
Code:
Section "InputClass"
Identifier "Touchpad"
MatchIsTouchpad "yes"
Driver "synaptics"
Option "SHMConfig" "true"
Option "MinSpeed" "0.3"
Option "MaxSpeed" "1.0"
Option "AccelFactor" "0.25"
Option "LeftEdge" "0"
Option "RightEdge" "950"
Option "TopEdge" "0"
Option "BottomEdge" "645"
Option "FingerLow" "3"
Option "FingerHigh" "7"
Option "TapButton1" "0"
Option "TapButton2" "0"
Option "TapButton3" "0"
Option "VertTwoFingerScroll" "1"
Option "HorizTwoFingerScroll" "1"
Option "LockedDrags" "1"
EndSection
in /etc/X11/xorg.conf.d are working to set 'no tap' mode, which I would like to set, but cannot remember how I did it with MintPPC 11 on the Pismo G3.

2. Another issue I have not been able to figure out so far, is that right-clicking on the taskbar panel using the CTRL + Click action (which functions fine for right-clicking elsewhere on the Desktop, folders etc.) as the touchpad right-click mode as per OS X on Apple laptops with one-button touchpads does not work to bring up the LXDE taskbar, panel, and taskbar app settings windows as expected.

Again, I cannot remember how I did it with MintPPC 11 on the Pismo G3.

Currently, I can only do this using a connected USB mouse right-click button, which is affect my convenient mobile use of the Pismo.
 
1. On my Pismo G3 with MintPPC, since touchpad 1 tap and 2 taps to select and to open folders / apps respectively (but not multitouch actions/gestures, which AFAIK are not supported by the touchpad) work without out either or both the config files (mentioned below) present in /etc/X11/xorg.conf.d, I am not certain that having the current versions of touchpad.conf
Code:
Section "InputClass"
Identifier "touchpad"
Driver "libinput"
MatchIsTouchpad "on"
Option "Tapping" "off"
Option "TappingButtonMap" "lmr"
EndSection
and synaptics.conf
Code:
Section "InputClass"
Identifier "Touchpad"
MatchIsTouchpad "yes"
Driver "synaptics"
Option "SHMConfig" "true"
Option "MinSpeed" "0.3"
Option "MaxSpeed" "1.0"
Option "AccelFactor" "0.25"
Option "LeftEdge" "0"
Option "RightEdge" "950"
Option "TopEdge" "0"
Option "BottomEdge" "645"
Option "FingerLow" "3"
Option "FingerHigh" "7"
Option "TapButton1" "0"
Option "TapButton2" "0"
Option "TapButton3" "0"
Option "VertTwoFingerScroll" "1"
Option "HorizTwoFingerScroll" "1"
Option "LockedDrags" "1"
EndSection
in /etc/X11/xorg.conf.d are working to set 'no tap' mode, which I would like to set, but cannot remember how I did it with MintPPC 11 on the Pismo G3.

2. Another issue I have not been able to figure out so far, is that right-clicking on the taskbar panel using the CTRL + Click action (which functions fine for right-clicking elsewhere on the Desktop, folders etc.) as the touchpad right-click mode as per OS X on Apple laptops with one-button touchpads does not work to bring up the LXDE taskbar, panel, and taskbar app settings windows as expected.

Again, I cannot remember how I did it with MintPPC 11 on the Pismo G3.

Currently, I can only do this using a connected USB mouse right-click button, which is affect my convenient mobile use of the Pismo.

Issue 1.
No tapping solution for G3 and any Apple laptop without a multitouch trackpad:

touchpad.conf and/or synaptics.conf not required and if you have put them in, they can be deleted from /etc/X11/xorg.conf.d.

The Linux/PPC kernel has an in-built utility called trackpad for configuring how the trackpad functions, which can only be run as root.

Its options are:

1. For tapping, dragging, and drag lock:

# trackpad drag lock

2. To switch off all trackpad functions except tapping:

# trackpad tap

3. To switch off all trackpad functions except moving pointer:

# trackpad notap


Issue 2.
Still to be solved if possible....
 
  • Like
Reactions: Jeroen Diederen
While any software maintenance projects targeting PPC are nice, I'm wondering if we may have a better environment than LXDE. I've built Gentoo for my Quad and while everything works great gnome-shell 2.30+ does not start. So, I ended up with XFCE (and it's lightning fast on this machine), but I would really like to have more modern Gnome UX.
 
I would like to set up a startup script so that the root command

# trackpad notap

is executed at boot and on sleep wake-up for the ADB trackpad on my Pismo G3 laptop.

My understanding is that using rc.local is deprecated in favour of using systemd?

Or, should init.d be used?
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.