Skip to content

Commit 4f06fa9

Browse files
Raduradujipa
authored andcommitted
Added Argentinian Spanish .desktop translation for K > Shutdown (backport)
This change complements the translation changes in lxmenu-data package. It removes the tree apps in the menu (Apps, Files, Shutdown) to be specified by the menu layout and it adds the .desktop spec for kano-shutdown.
1 parent e18718e commit 4f06fa9

File tree

4 files changed

+15
-19
lines changed

4 files changed

+15
-19
lines changed

config/lxpanel/LXDE/panels/panel

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -27,25 +27,6 @@ Plugin {
2727
image=/usr/share/kano-desktop/images/startmenu.png
2828
system {
2929
}
30-
separator {
31-
}
32-
item {
33-
image=/usr/share/kano-desktop/icons/apps.png
34-
name=Apps
35-
action=/bin/bash -c "kdesk-hourglass-app kano-apps && /usr/bin/kano-apps"
36-
}
37-
item {
38-
image=/usr/share/kano-desktop/icons/kano-homefolder.png
39-
name=Files
40-
action=/bin/bash -c "kdesk-hourglass-app pcmanfm && /usr/bin/pcmanfm"
41-
}
42-
separator {
43-
}
44-
item {
45-
image=/usr/share/kano-desktop/icons/kano-shutdown.png
46-
name=Shutdown
47-
action=kdesk-blur kano-shutdown
48-
}
4930
}
5031
}
5132

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,12 @@ kano-desktop (3.10.0-1) unstable; urgency=low
4343

4444
-- Team Kano <[email protected]> Wed, 15 Mar 2017 12:10:00 +0000
4545

46+
kano-desktop (3.9.2-0) unstable; urgency=low
47+
48+
* Added Argentinian Spanish .desktop translation for K > Shutdown (backport)
49+
50+
-- Team Kano <[email protected]> Mon, 9 Oct 2017 13:43:00 +0000
51+
4652
kano-desktop (3.9.1-1) unstable; urgency=low
4753

4854
* Added Localized messages for kano-screenshot

debian/kano-desktop.install

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
icons usr/share/kano-desktop
22
images usr/share/kano-desktop
33
kdesk usr/share/kano-desktop
4+
kdesk-icon/*.desktop usr/share/applications
45
Legal usr/share/kano-desktop
56

67
config/alsa/asound.conf etc

kdesk-icon/kano-shutdown.desktop

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
[Desktop Entry]
2+
Encoding=UTF-8
3+
Type=Application
4+
Icon=/usr/share/kano-desktop/icons/kano-shutdown.png
5+
Exec=kdesk-blur kano-shutdown
6+
StartupNotify=true
7+
Name=Shutdown
8+
Name[es_AR]=Apagar

0 commit comments

Comments
 (0)