diff options
Diffstat (limited to 'tests/data/autostart-folders/1/autostart')
| -rw-r--r-- | tests/data/autostart-folders/1/autostart/firefox.desktop | 1 | ||||
| -rw-r--r-- | tests/data/autostart-folders/1/autostart/vim.desktop | 6 |
2 files changed, 7 insertions, 0 deletions
diff --git a/tests/data/autostart-folders/1/autostart/firefox.desktop b/tests/data/autostart-folders/1/autostart/firefox.desktop index c3f3b0e..df6dd74 100644 --- a/tests/data/autostart-folders/1/autostart/firefox.desktop +++ b/tests/data/autostart-folders/1/autostart/firefox.desktop @@ -1,6 +1,7 @@ [Desktop Entry] Version=1.0 Name=Firefox +Hidden=true GenericName=Web Browser GenericName[ar]=متصفح ويب GenericName[ast]=Restolador Web diff --git a/tests/data/autostart-folders/1/autostart/vim.desktop b/tests/data/autostart-folders/1/autostart/vim.desktop new file mode 100644 index 0000000..b1e6c70 --- /dev/null +++ b/tests/data/autostart-folders/1/autostart/vim.desktop @@ -0,0 +1,6 @@ +[Desktop Entry] +Version=1.0 +Name=Vim +Exec=/sbin/vim +Terminal=true +Type=Application |
