feat(networking): add VPN, WiFi, and Wired network pages

This commit is contained in:
Michael Murphy 2024-09-13 21:45:49 +02:00 committed by GitHub
parent d035ba0cf7
commit fa22b556dd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
22 changed files with 2876 additions and 131 deletions

View file

@ -0,0 +1,12 @@
[Desktop Entry]
Name=VPN
Comment=VPN connections and connection profiles.
Type=Settings
Exec=cosmic-settings vpn
Terminal=false
Categories=COSMIC
Keywords=COSMIC
NoDisplay=true
OnlyShowIn=COSMIC
Icon=preferences-vpn
StartupNotify=true

View file

@ -0,0 +1,12 @@
[Desktop Entry]
Name=Wired
Comment=Wired connections and connection profiles.
Type=Settings
Exec=cosmic-settings wired
Terminal=false
Categories=COSMIC
Keywords=COSMIC
NoDisplay=true
OnlyShowIn=COSMIC
Icon=preferences-wired
StartupNotify=true

View file

@ -0,0 +1,12 @@
[Desktop Entry]
Name=Wi-Fi
Comment=Wi-Fi connections and connection profiles.
Type=Settings
Exec=cosmic-settings wireless
Terminal=false
Categories=COSMIC
Keywords=COSMIC
NoDisplay=true
OnlyShowIn=COSMIC
Icon=preferences-wireless
StartupNotify=true