feat(networking): add VPN, WiFi, and Wired network pages
This commit is contained in:
parent
d035ba0cf7
commit
fa22b556dd
22 changed files with 2876 additions and 131 deletions
12
resources/com.system76.CosmicSettings.Vpn.desktop
Normal file
12
resources/com.system76.CosmicSettings.Vpn.desktop
Normal 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
|
||||
12
resources/com.system76.CosmicSettings.Wired.desktop
Normal file
12
resources/com.system76.CosmicSettings.Wired.desktop
Normal 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
|
||||
12
resources/com.system76.CosmicSettings.Wireless.desktop
Normal file
12
resources/com.system76.CosmicSettings.Wireless.desktop
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue