Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add [email protected] example/demo #1

Merged
merged 1 commit into from
Nov 24, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions [email protected]/files/[email protected]/metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"description": "A Nemo action to set the selected image as the desktop wallpaper",
"uuid": "[email protected]",
"name": "Set as Background",
"author": "cinnamon",
"version": "1.0"
}
34 changes: 34 additions & 0 deletions [email protected]/files/[email protected]/po/it.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-11-21 14:11-0500\n"
"PO-Revision-Date: 2023-11-21 14:11-0500\n"
"Last-Translator: \n"
"Language-Team: \n"
"Language: it\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Poedit 3.4\n"

#. metadata.json->description
msgid "A Nemo action to set the selected image as the desktop wallpaper"
msgstr "Imposta l'immagine selezionata come sfondo della scrivania"

#. metadata.json->name
msgid "Set as Background"
msgstr "Imposta come sfondo"

#. Name
msgid "Set as Wallpaper"
msgstr "Imposta come sfondo"

#. Comment
msgid "Set the selected image as your Cinnamon desktop wallpaper"
msgstr "Imposta l'immagine selezionata come sfondo della scrivania di Cinnamon"
34 changes: 34 additions & 0 deletions [email protected]/files/[email protected]/po/[email protected]
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-11-21 19:14+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

#. metadata.json->description
msgid "A Nemo action to set the selected image as the desktop wallpaper"
msgstr ""

#. metadata.json->name
msgid "Set as Background"
msgstr ""

#. Name
msgid "Set as Wallpaper"
msgstr ""

#. Comment
msgid "Set the selected image as your Cinnamon desktop wallpaper"
msgstr ""
3 changes: 3 additions & 0 deletions [email protected]/info.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"author": "cinnamon"
}
8 changes: 8 additions & 0 deletions [email protected]/[email protected]_action.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[Nemo Action]
_Name=Set as Wallpaper
_Comment=Set the selected image as your Cinnamon desktop wallpaper
Exec=gsettings set org.cinnamon.desktop.background picture-uri "%U"
Selection=s
Mimetypes=image/*;
Conditions=dbus org.Cinnamon;

Loading