Значок батареи не отображается в Ubuntu 18.04

, в то время как вышеупомянутый ответ поставил меня на правильный путь, есть несколько вещей, которые можно улучшить. если вы добавите конфигурацию location-provider=manual, вам не нужны дополнительные аргументы командной строки, и только запуск redshift или redshift-gtk будет загружать ваш файл конфигурации lat / long.

я не знаю почему geoclue выгружается на ubuntu, но поскольку это для моего настольного компьютера, местоположение не сильно меняется

здесь моя модифицированная конфигурация. см. документы здесь http://jonls.dk/redshift/#configuration-file

; Global settings
[redshift]
temp-day=5700
temp-night=3500

transition=0

; Set the screen gamma (for all colors, or each color channel
; individually)
gamma=0.8

;location-provider=geoclue
location-provider=manual

; Set the adjustment-method: 'randr', 'vidmode'
; type 'redshift -m list' to see all possible values.
; 'randr' is the preferred method, 'vidmode' is an older API.
; but works in some cases when 'randr' does not.
; The adjustment method settings are in a different section.
adjustment-method=randr

;brightness=1.0:0.5

; The location provider and adjustment method settings
; are in their own sections.
; This is an example lat long for Portland, OR
[manual]

lat=49.000  ;  YOUR LAT GOES HERE
lon=-123.000 ; YOUR LONG GOES HERE
2
задан 21 May 2018 в 03:48

2 ответа

Убедитесь, что вы используете правильный параметр. Например, используя ваши параметры в моей системе:

$ upower -i /org/freedesktop/uPower/devices/battery/BAT0 native-path: (null) power supply: no updated: Wed 31 Dec 1969 05:00:00 PM MST (1526860188 seconds ago) has history: no has statistics: no unknown warning-level: unknown icon-name: '(null)'

Однако, используя правильный параметр:

$ upower -i /org/freedesktop/UPower/devices/battery_BAT1 native-path: BAT1 vendor: COMPAL model: PABAS0241231 serial: 41167 power supply: yes updated: Sun 20 May 2018 05:51:55 PM MDT (97 seconds ago) has history: yes has statistics: yes battery present: yes rechargeable: yes state: charging warning-level: none energy: 64.3968 Wh energy-empty: 0 Wh energy-full: 92.4192 Wh energy-full-design: 96.48 Wh energy-rate: 0 W voltage: 15.413 V percentage: 69% capacity: 95.791% technology: lithium-ion icon-name: 'battery-full-charging-symbolic'

Чтобы увидеть все (включая то, что будет правильным параметром), используйте: [ ! d2] $ upower -d Device: /org/freedesktop/UPower/devices/line_power_ACAD native-path: ACAD power supply: yes updated: Sun 20 May 2018 03:56:16 PM MDT (6911 seconds ago) has history: no has statistics: no line-power warning-level: none online: yes icon-name: 'ac-adapter-symbolic' Device: /org/freedesktop/UPower/devices/battery_BAT1 native-path: BAT1 vendor: COMPAL model: PABAS0241231 serial: 41167 power supply: yes updated: Sun 20 May 2018 05:49:55 PM MDT (92 seconds ago) has history: yes has statistics: yes battery present: yes rechargeable: yes state: charging warning-level: none energy: 64.3968 Wh energy-empty: 0 Wh energy-full: 92.4192 Wh energy-full-design: 96.48 Wh energy-rate: 0 W voltage: 15.413 V percentage: 69% capacity: 95.791% technology: lithium-ion icon-name: 'battery-full-charging-symbolic' Device: /org/freedesktop/UPower/devices/ups_hiddev2 native-path: /sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.2/1-1.2:1.0/usbmisc/hiddev2 vendor: CPS model: CP550HGa serial: BFBB104#BI1.g power supply: yes updated: Sun 20 May 2018 05:50:58 PM MDT (29 seconds ago) has history: yes has statistics: yes ups present: yes state: fully-charged warning-level: none time to empty: 37.5 minutes percentage: 100% icon-name: 'battery-full-charged-symbolic' Device: /org/freedesktop/UPower/devices/mouse_0003o046Do101Ax000D native-path: /sys/devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.2/0003:046D:C52B.000C/0003:046D:101A.000D vendor: Logitech, Inc. model: Performance MX serial: E6CE4571 power supply: no updated: Sun 20 May 2018 05:50:18 PM MDT (69 seconds ago) has history: yes has statistics: no mouse present: yes rechargeable: yes state: discharging warning-level: none percentage: 55% icon-name: 'battery-good-symbolic' Device: /org/freedesktop/UPower/devices/keyboard_0003o046Do2010x000E native-path: /sys/devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.2/0003:046D:C52B.000C/0003:046D:2010.000E vendor: Logitech, Inc. model: K800 serial: 6DB54BFE power supply: no updated: Sun 20 May 2018 05:50:18 PM MDT (69 seconds ago) has history: yes has statistics: no keyboard present: yes rechargeable: yes state: discharging warning-level: none percentage: 55% icon-name: 'battery-good-symbolic' Device: /org/freedesktop/UPower/devices/DisplayDevice power supply: yes updated: Sun 20 May 2018 03:56:16 PM MDT (6911 seconds ago) has history: no has statistics: no ups present: yes state: fully-charged warning-level: none time to empty: 37.5 minutes percentage: 100% icon-name: 'battery-full-charged-symbolic' Daemon: daemon-version: 0.99.4 on-battery: no lid-is-closed: no lid-is-present: yes critical-action: HybridSleep

0
ответ дан 17 July 2018 в 13:50

Убедитесь, что вы используете правильный параметр. Например, используя ваши параметры в моей системе:

$ upower -i /org/freedesktop/uPower/devices/battery/BAT0 native-path: (null) power supply: no updated: Wed 31 Dec 1969 05:00:00 PM MST (1526860188 seconds ago) has history: no has statistics: no unknown warning-level: unknown icon-name: '(null)'

Однако, используя правильный параметр:

$ upower -i /org/freedesktop/UPower/devices/battery_BAT1 native-path: BAT1 vendor: COMPAL model: PABAS0241231 serial: 41167 power supply: yes updated: Sun 20 May 2018 05:51:55 PM MDT (97 seconds ago) has history: yes has statistics: yes battery present: yes rechargeable: yes state: charging warning-level: none energy: 64.3968 Wh energy-empty: 0 Wh energy-full: 92.4192 Wh energy-full-design: 96.48 Wh energy-rate: 0 W voltage: 15.413 V percentage: 69% capacity: 95.791% technology: lithium-ion icon-name: 'battery-full-charging-symbolic'

Чтобы увидеть все (включая то, что будет правильным параметром), используйте: [ ! d2] $ upower -d Device: /org/freedesktop/UPower/devices/line_power_ACAD native-path: ACAD power supply: yes updated: Sun 20 May 2018 03:56:16 PM MDT (6911 seconds ago) has history: no has statistics: no line-power warning-level: none online: yes icon-name: 'ac-adapter-symbolic' Device: /org/freedesktop/UPower/devices/battery_BAT1 native-path: BAT1 vendor: COMPAL model: PABAS0241231 serial: 41167 power supply: yes updated: Sun 20 May 2018 05:49:55 PM MDT (92 seconds ago) has history: yes has statistics: yes battery present: yes rechargeable: yes state: charging warning-level: none energy: 64.3968 Wh energy-empty: 0 Wh energy-full: 92.4192 Wh energy-full-design: 96.48 Wh energy-rate: 0 W voltage: 15.413 V percentage: 69% capacity: 95.791% technology: lithium-ion icon-name: 'battery-full-charging-symbolic' Device: /org/freedesktop/UPower/devices/ups_hiddev2 native-path: /sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.2/1-1.2:1.0/usbmisc/hiddev2 vendor: CPS model: CP550HGa serial: BFBB104#BI1.g power supply: yes updated: Sun 20 May 2018 05:50:58 PM MDT (29 seconds ago) has history: yes has statistics: yes ups present: yes state: fully-charged warning-level: none time to empty: 37.5 minutes percentage: 100% icon-name: 'battery-full-charged-symbolic' Device: /org/freedesktop/UPower/devices/mouse_0003o046Do101Ax000D native-path: /sys/devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.2/0003:046D:C52B.000C/0003:046D:101A.000D vendor: Logitech, Inc. model: Performance MX serial: E6CE4571 power supply: no updated: Sun 20 May 2018 05:50:18 PM MDT (69 seconds ago) has history: yes has statistics: no mouse present: yes rechargeable: yes state: discharging warning-level: none percentage: 55% icon-name: 'battery-good-symbolic' Device: /org/freedesktop/UPower/devices/keyboard_0003o046Do2010x000E native-path: /sys/devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.2/0003:046D:C52B.000C/0003:046D:2010.000E vendor: Logitech, Inc. model: K800 serial: 6DB54BFE power supply: no updated: Sun 20 May 2018 05:50:18 PM MDT (69 seconds ago) has history: yes has statistics: no keyboard present: yes rechargeable: yes state: discharging warning-level: none percentage: 55% icon-name: 'battery-good-symbolic' Device: /org/freedesktop/UPower/devices/DisplayDevice power supply: yes updated: Sun 20 May 2018 03:56:16 PM MDT (6911 seconds ago) has history: no has statistics: no ups present: yes state: fully-charged warning-level: none time to empty: 37.5 minutes percentage: 100% icon-name: 'battery-full-charged-symbolic' Daemon: daemon-version: 0.99.4 on-battery: no lid-is-closed: no lid-is-present: yes critical-action: HybridSleep

0
ответ дан 20 July 2018 в 13:54
  • 1
    Даже с upower -i / org / freedesktop / UPower / devices / battery_BAT1 он не показывает питания – Mudit 21 May 2018 в 07:43
  • 2
    Попробуйте upower -d вместо этого найти реальное имя батареи. – WinEunuuchs2Unix 21 May 2018 в 08:37

Другие вопросы по тегам:

Похожие вопросы: