Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
xfce4-panel
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Jobs
Commits
Open sidebar
Simon Steinbeiß
xfce4-panel
Commits
0e48d56b
Commit
0e48d56b
authored
Jul 13, 2020
by
Simon Steinbeiss
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Extend list of known (legacy) applications
parent
3ca59773
Pipeline
#1292
passed with stages
in 4 minutes and 33 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
1 deletion
+11
-1
plugins/systray/sn-dialog.c
plugins/systray/sn-dialog.c
+11
-1
No files found.
plugins/systray/sn-dialog.c
View file @
0e48d56b
...
...
@@ -84,6 +84,11 @@ static const gchar *known_applications[][3] =
/* application name, icon-name, understandable name */
{
"blueman"
,
"blueman"
,
"Blueman Applet"
},
{
"nm-applet"
,
"network-workgroup"
,
"Network Manager Applet"
},
{
"Skype1"
,
"skypeforlinux"
,
"Skype"
},
{
"chrome_status_icon_1"
,
"google-chrome"
,
"Google Chrome"
},
{
"Telegram Desktop"
,
"telegram"
,
"Telegram Desktop"
},
{
"redshift"
,
"redshift"
,
"Redshift"
},
{
"vlc"
,
"vlc"
,
"VLC Player"
},
};
static
const
gchar
*
known_legacy_applications
[][
3
]
=
...
...
@@ -93,13 +98,18 @@ static const gchar *known_legacy_applications[][3] =
{
"drop-down terminal"
,
"utilities-terminal"
,
"Xfce Dropdown Terminal"
},
{
"networkmanager applet"
,
"network-workgroup"
,
"Network Manager Applet"
},
{
"parole"
,
"parole"
,
"Parole Media Player"
},
{
"task manager"
,
"
utilities-system-monito
r"
,
"Xfce Taskmanager"
},
{
"task manager"
,
"
org.xfce.taskmanage
r"
,
"Xfce Taskmanager"
},
{
"thunar"
,
"Thunar"
,
"Thunar Progress Dialog"
},
{
"wicd-client.py"
,
"wicd-gtk"
,
"Wicd"
},
{
"workrave tray icon"
,
NULL
,
"Workrave Applet"
},
{
"workrave"
,
NULL
,
"Workrave"
},
{
"xfce terminal"
,
"utilities-terminal"
,
"Xfce Terminal"
},
{
"xfce4-power-manager"
,
"xfpm-ac-adapter"
,
"Xfce Power Manager"
},
{
"redshift-gtk"
,
"redshift"
,
"Redshift"
},
{
"skypeforlinux"
,
"skypeforlinux"
,
"Skype"
},
{
"blueman-applet"
,
"blueman"
,
"Blueman Applet"
},
{
"system-config-printer"
,
"printer"
,
"Printing Service"
},
{
"network"
,
"network-workgroup"
,
"Network Manager Applet"
},
};
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment