@verdantppc If you want a nice little update notifier:
Code:
sudo apt install package-update-indicator
sudo apt install package-update-indicator
@verdantppc If you want a nice little update notifier:
Code:sudo apt install package-update-indicator
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.
cd .config/lxpanel/Mint-LXDE/panels
nano panel
Plugin {
type=menu
Config {
image=/usr/share/icons/Mint-X/places/48/start-here.svg
system {
}
item {
image=gnome-logout
command=logout
}
}
}
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.
Section "InputClass"
Identifier "touchpad"
Driver "libinput"
MatchIsTouchpad "on"
Option "Tapping" "off"
Option "TappingButtonMap" "lmr"
EndSection
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
Maybe you will find something useful here.
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
and synaptics.confCode:Section "InputClass" Identifier "touchpad" Driver "libinput" MatchIsTouchpad "on" Option "Tapping" "off" Option "TappingButtonMap" "lmr" 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.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
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.