~helene-verhaeghe27/cairo-dock-core/bugfix

« back to all changes in this revision

Viewing changes to tests/config.py

  • Committer: Matthieu Baerts
  • Date: 2013-07-17 20:50:58 UTC
  • Revision ID: matttbe@gmail.com-20130717205058-xf9z7996fn76zwta
Test: It seems that the .desktop file of d-feet is now d-feet.desktop instead of dfeet.desktop. => Switch to gnome-session-properties (it has dash and desktop file != exe and wmclass)
+ fixed typo

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
wmclass = 'gnome-calculator'  # its class
7
7
desktop_file = 'gcalctool.desktop'  # its desktop file
8
8
 
9
 
exe1 = 'd-feet'  # a program that doesn't have a launcher yet
10
 
wmclass1 = 'd-feet'  # its class
11
 
desktop_file1 = 'dfeet.desktop'  # its desktop-file
 
9
exe1 = 'gnome-session-properties'  # a program that doesn't have a launcher yet
 
10
wmclass1 = 'gnome-session-properties'  # its class
 
11
desktop_file1 = 'session-properties.desktop'  # its desktop-file
12
12
 
13
13
desktop_file2 = 'evince.desktop'  # another program that doesn't have a launcher yet
14
14
wmclass2 = 'evince'  # its class