Skip to content
Snippets Groups Projects
  1. Aug 14, 2024
  2. Aug 13, 2024
  3. Aug 08, 2024
  4. Aug 14, 2023
  5. Feb 26, 2023
  6. Jan 11, 2023
  7. Dec 22, 2022
  8. Oct 10, 2022
  9. Sep 24, 2022
  10. Jul 18, 2022
    • Johannes Witzig's avatar
      add support for actions · b69271cd
      Johannes Witzig authored
      As specified in the Desktop Entry Specification, one .desktop file
      (of type Application) can contain not only the main Desktop Entry
      group with its Exec key, but also "Additional applications actions"
      with their own Exec key. This commits implements running actions
      as well as --property output for their Name and Exec keys.
      b69271cd
  11. Feb 11, 2022
  12. Feb 05, 2022
  13. Nov 04, 2021
  14. Dec 05, 2020
  15. Oct 23, 2020
    • Otto Modinos's avatar
      increment version · a9bcd4b9
      Otto Modinos authored
      I think the change in behavior for OnlyShowIn/NotShowIn justifies it
      a9bcd4b9
    • Otto Modinos's avatar
      always respect OnlyShowIn and NotShowIn · c88369a0
      Otto Modinos authored
      And also respect case.  The Autostart spec does not mention
      case but the Desktop Entry spec says that "Case is significant
      everywhere in the file".
      
      The Autostart spec says:
      
        The OnlyShownIn entry may contain a list of strings identifying the
        desktop environments that MUST autostart this application, all other
        desktop environments MUST NOT autostart this application.
      
        The NotShownIn entry may contain a list of strings identifying the
        desktop environments that MUST NOT autostart this application, all
        other desktop environments MUST autostart this application.
      
      So we get no say on the matter; if we're not one of the DEs in
      `OnlyShowIn' we are not to execute the application.
      c88369a0
  16. Oct 14, 2020
Loading