Skip to content
This repository has been archived by the owner on Dec 4, 2020. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Control panel: 1. Fix items launch not xdg compatible DEs (#999, #100…
…4); 2. Mark Gnome 3 as xdg incompatible (for #999) 3. Add 'Comment' field to Bug Report Tool item (#986)
  • Loading branch information
yurkis committed Feb 9, 2014
1 parent e1372b6 commit 5e46078
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
6 changes: 2 additions & 4 deletions src-qt4/pc-controlpanel/item.cpp
Expand Up @@ -339,12 +339,10 @@ bool QCPItem::launch()
return true;
}

/*if (misXDGLaunch)
if (misXDGLaunch)
return launchXDG();
else
return launchOwn();*/

return launchXDG();
return launchOwn();
}

///////////////////////////////////////////////////////////////////////////////
Expand Down
3 changes: 2 additions & 1 deletion src-qt4/pc-controlpanel/items/tools/pcbugreport.desktop
Expand Up @@ -7,7 +7,7 @@ Terminal=false
TerminalOptions=
Type=Application
Categories=System;
Name=PC-BSD bug report tool
Name=Report a bug
Name[af]=PC- BSD fout verslag instrument
Name[ar]=اداة تقارير الاعطاب PC-BSD
Name[bs]=PC-BSD alat za izveštaj o greškama
Expand Down Expand Up @@ -73,3 +73,4 @@ GenericName[vi]=PC-BSD công cụ báo cáo lỗi bị
GenericName[zh_CN]=PC-BSD 缺陷汇报工具
GenericName[zh_HK]=PC-BSD 錯誤回報工具
GenericName[zh_TW]=PC-BSD 錯誤回報工具
Comment=PC-BSD bug report tool
2 changes: 1 addition & 1 deletion src-sh/de-info/de-profiles/gnome.profile
@@ -1,5 +1,5 @@
DE_NAME="Gnome"
XDG="YES"
XDG="NO"
DE_SU="gksu %s"
DE_FILEMAN="nautilus %s"
DE_TERMINAL="gnome-terminal"
Expand Down

0 comments on commit 5e46078

Please sign in to comment.