Mercurial > projects > package-update-indicator
annotate org.guido-berhoerster.code.package-update-indicator.preferences.desktop.in @ 64:a5ed1047ce14
Obtain network state from GNetworkMonitor
The PackageKit daemon does not necessarily run continuously and is therefore
not a reliable source for network changes. More specifically, if the internet
connectivity is not available when the PackageKit daemon shuts down,
package-update-indicator will not be notified if connectivity is restored.
Thus use GNetworkMonitor instead which is also used internally by PackageKit.
This change is based on patches by Cliff <cliffd@gmx.com.br> who discovered and
tracked down this issue.
author | Guido Berhoerster <guido+pui@berhoerster.name> |
---|---|
date | Sun, 14 Jan 2024 18:53:37 +0100 |
parents | f27122a7bb02 |
children |
rev | line source |
---|---|
1
2f04ec9e0506
Add preferences application
Guido Berhoerster <guido+pui@berhoerster.name>
parents:
diff
changeset
|
1 [Desktop Entry] |
2f04ec9e0506
Add preferences application
Guido Berhoerster <guido+pui@berhoerster.name>
parents:
diff
changeset
|
2 Name=Package Update Indicator Preferences |
2f04ec9e0506
Add preferences application
Guido Berhoerster <guido+pui@berhoerster.name>
parents:
diff
changeset
|
3 GenericName=Package Update Indicator Preferences |
2f04ec9e0506
Add preferences application
Guido Berhoerster <guido+pui@berhoerster.name>
parents:
diff
changeset
|
4 Comment=Edit the Preferences for Package Update Indicator |
17
26e319ace486
Add keywords to desktop files
Guido Berhoerster <guido+pui@berhoerster.name>
parents:
1
diff
changeset
|
5 Keywords=updates;preferences; |
1
2f04ec9e0506
Add preferences application
Guido Berhoerster <guido+pui@berhoerster.name>
parents:
diff
changeset
|
6 Icon=preferences-other |
2f04ec9e0506
Add preferences application
Guido Berhoerster <guido+pui@berhoerster.name>
parents:
diff
changeset
|
7 Exec=package-update-indicator-prefs |
2f04ec9e0506
Add preferences application
Guido Berhoerster <guido+pui@berhoerster.name>
parents:
diff
changeset
|
8 Terminal=false |
2f04ec9e0506
Add preferences application
Guido Berhoerster <guido+pui@berhoerster.name>
parents:
diff
changeset
|
9 Type=Application |
51
f27122a7bb02
Fix desktop files
Guido Berhoerster <guido+pui@berhoerster.name>
parents:
17
diff
changeset
|
10 Categories=Settings;PackageManager;GTK;X-XFCE-SettingsDialog;X-XFCE-SettingsSystem; |
f27122a7bb02
Fix desktop files
Guido Berhoerster <guido+pui@berhoerster.name>
parents:
17
diff
changeset
|
11 NotShowIn=GNOME;KDE; |