[dolphin] [Bug 360576] faster way to set the file attribute EXECUTABLE for newly created *.sh , *.py text files : a service menu entry

2018-06-12 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=360576

Christoph Feck  changed:

   What|Removed |Added

 CC||fire...@firemail.cc

--- Comment #3 from Christoph Feck  ---
Could you please review the bug's status? Did you intent to close the bug, but
still request input from the usability team?

-- 
You are receiving this mail because:
You are watching all bug changes.

[dolphin] [Bug 360576] faster way to set the file attribute EXECUTABLE for newly created *.sh , *.py text files : a service menu entry

2018-06-12 Thread fire f .
https://bugs.kde.org/show_bug.cgi?id=360576

fire f.  changed:

   What|Removed |Added

Summary|faster way to set the file  |faster way to set the file
   |attribute EXECUTABLE for|attribute EXECUTABLE for
   |newly created *.sh , *.py   |newly created *.sh , *.py
   |text files  |text files : a service menu
   ||entry

-- 
You are receiving this mail because:
You are watching all bug changes.

[dolphin] [Bug 360576] faster way to set the file attribute EXECUTABLE for newly created *.sh , *.py text files

2018-06-12 Thread fire f .
https://bugs.kde.org/show_bug.cgi?id=360576

fire f.  changed:

   What|Removed |Added

   Keywords||usability
   Assignee|dolphin-bugs-n...@kde.org   |fire...@firemail.cc
  Alias||enhancement
  Flags||Brainstorm+, Usability+

-- 
You are receiving this mail because:
You are watching all bug changes.

[dolphin] [Bug 360576] faster way to set the file attribute EXECUTABLE for newly created *.sh , *.py text files

2018-06-12 Thread fire f .
https://bugs.kde.org/show_bug.cgi?id=360576

--- Comment #2 from fire f.  ---
using that .desktop file is about the fastest way to do it.

-- 
You are receiving this mail because:
You are watching all bug changes.

[dolphin] [Bug 360576] faster way to set the file attribute EXECUTABLE for newly created *.sh , *.py text files

2018-06-12 Thread fire f .
https://bugs.kde.org/show_bug.cgi?id=360576

fire f.  changed:

   What|Removed |Added

 Resolution|--- |UPSTREAM
 Status|UNCONFIRMED |RESOLVED

--- Comment #1 from fire f.  ---
[Desktop Entry]
Comment=set files executable via chmod +x via Dolphin right-click
# place this file as  
/home/YOU/.local/share/kservices5/ServiceMenus/EXE-attribute.desktop

#kate: byte-order-marker off;
Icon=application-x-executable
Actions=me;cp;
Type=Service
ServiceTypes=KonqPopupMenu/Plugin
MimeType=application/x-shellscript;application/x-ruby;text/x-python;application/x-executable;text/plain
X-KDE-Priority=TopLevel
X-KDE-StartupNotify=false
X-KDE-Submenu[de]=setze EXE-Attribut , /bin
X-KDE-Submenu=EXE Attr.

[Desktop Action me]
Name=make file executable
Name[de]=setze EXE-Attribut
Icon=application-x-executable-script
Exec=chmod +x "%f"

[Desktop Action cp]
Name=copy to /usr/bin
Name[de]=nach /usr/bin kopieren
Icon=edit-copy
Exec=kdesu -d --noignorebutton -c 'sudo cp "%f" /usr/bin/'

-- 
You are receiving this mail because:
You are watching all bug changes.