mirror of
https://github.com/MatMoul/plasma-containmentactions-customdesktopmenu.git
synced 2024-12-23 06:26:11 +00:00
New Release : 2015.09.06.17.33.44
This commit is contained in:
parent
1439a91be5
commit
7ca30d3fd8
@ -38,6 +38,7 @@ sed -i /X-KDE-PluginInfo-Version/c\X-KDE-PluginInfo-Version=$version src/plasma-
|
||||
echo "Make tar.gz file"
|
||||
cp -R src plasma-containmentactions-customdesktopmenu
|
||||
tar -zcvf releases/plasma-containmentactions-customdesktopmenu-$version.tar.gz plasma-containmentactions-customdesktopmenu/*
|
||||
git add releases/plasma-containmentactions-customdesktopmenu-$version.tar.gz
|
||||
rm -R plasma-containmentactions-customdesktopmenu
|
||||
|
||||
echo "Make last commit..."
|
||||
|
Binary file not shown.
13
src/install
13
src/install
@ -43,11 +43,14 @@ echo ""
|
||||
echo ""
|
||||
echo "Install Ready !"
|
||||
echo ""
|
||||
echo "If new menu is not available, logout your session."
|
||||
echo "Right click to your desktop and select Desktop Settings."
|
||||
echo "On mouse actions, you can now choose Custom Desktop Menu."
|
||||
echo ""
|
||||
echo "If new menu is not available, logout/login your session."
|
||||
|
||||
|
||||
read -p "Logout now ? (Y/n)" choice
|
||||
case "$choice" in
|
||||
y|Y|'' ) qdbus-qt4 org.kde.ksmserver /KSMServer logout -1 0 3;;
|
||||
esac
|
||||
#read -p "Logout now ? (Y/n)" choice
|
||||
#case "$choice" in
|
||||
# y|Y|'' ) qdbus-qt4 org.kde.ksmserver /KSMServer logout -1 0 3;;
|
||||
#esac
|
||||
|
||||
|
@ -10,7 +10,7 @@ X-KDE-Library=plasma_containmentactions_customdesktopmenu
|
||||
X-KDE-PluginInfo-Author=MatMoul
|
||||
X-KDE-PluginInfo-Email=
|
||||
X-KDE-PluginInfo-Name=customdesktopmenu
|
||||
X-KDE-PluginInfo-Version=pre0.1
|
||||
X-KDE-PluginInfo-Version=2015.09.06.17.33.44
|
||||
X-KDE-PluginInfo-Website=matmoul.github.io
|
||||
X-KDE-PluginInfo-Depends=
|
||||
X-KDE-PluginInfo-License=GPL
|
||||
|
Loading…
Reference in New Issue
Block a user