


Dolphin Service Menus by skeleton21 13 comments
I will update the add-on soon, but in the meantime to solve this problem, you can manually create the necessary folders with the command: "mkdir -p ~/.local/share/solid/actions/", and then click again on the "format usb" button in the dolphin menu (it may also be necessary to logout and login), this will automatically create the .desktop file. - Dec 25 2019
TODO: port listCategories()
Invalid plugin metadata. :(
Invalid plugin metadata. :(
--------> load applet: "panon" relpath: "plasma/plasmoids/panon"
.. pathes: ("/home/MYUSERNAME/.local/share/plasma/plasmoids/panon")
Cannot mix incompatible Qt library (version 0x50d02) with this library (version 0x50d01)
KCrash: Attempting to start /usr/bin/plasmashell from kdeinit
KCrash: crashing... crashRecursionCounter = 2
KCrash: Application Name = plasmashell path = /usr/bin pid = 118201
KCrash: Arguments: /usr/bin/plasmashell
KCrash: Attempting to start /usr/lib/drkonqi from kdeinit
QSocketNotifier: Invalid socket 8 and type 'Read', disabling...
QSocketNotifier: Invalid socket 10 and type 'Read', disabling...
QSocketNotifier: Invalid socket 42 and type 'Read', disabling...
for those who have this problem, write:
mv ~/.local/share/plasma/plasmoids/panon/ ~/panon-old
plasmashell "or restart the pc"
Note:I installed all the required dependencies
OS: Arch
KDE Plasma Version: 5.17.2
KDE Frameworks Version: 5.63.0
Qt Version: 5.13.1
Kernel Version: 5.3.7-arch1-2-ARCH
- Nov 02 2019

Dolphin Service Menus by skeleton21 13 comments
however it is strange that it does not work ... just a question: Is the button to open minstick from dolphin working properly? - Oct 27 2019

Dolphin Service Menus by skeleton21 13 comments
to show the menu inside the device notifier, you need to click at least once on the button that appears in the dolphin drop-down menu.
this: https://i.imgur.com/JPF2clh.png
Once this is done, you should be able to view the new option in the notifier menu.
if it doesn't appear, go to: ~/.local/share/solid/actions/ , and tell me if you have a file called Formatter.desktop.
if it is present, then the problem concerns plasma5 which does not update the available options(it happened to me once).
- Oct 26 2019

Dolphin Service Menus by skeleton21 8 comments
I preferred not to use kde partition manager because it can do serious damage if used incorrectly and makes formatted partitions owned by the root user, if you choose to format them in ext4 or similar.
however, if you want to add the kde partition manager option to the removable device notifier, just go to: System settings > Removable storage > Action > add > set the name you want > copy this (https://i.imgur.com/oCPzX9w.png)
this is the results: https://i.imgur.com/MMKCnu9.png
if the menu does not appear instantly, you need to logout and login from the account (or reboot).
- Oct 05 2019

Dolphin Service Menus by skeleton21 8 comments
in the future I think I will replace mintstick with something else.
however, why do you need to format from the menu? if it's just to remove all the files, you'll ruin it with time.
A better solution is to select all the files and then press "SHIFT + DEL", to delete them instantly.
- Oct 04 2019

Dolphin Service Menus by skeleton21 8 comments
However to create it I need to rely on a program to format the usb, do you know any program? I was thinking of "mintstick" but it's in gtk and I'd rather use one in qt instead.
For the problem of renaming, I don't know how to help you. however you can press "F2" (or set a custom shortcut) to rename the selected file.
about my addon, what do you think? it works? - Oct 04 2019

Dolphin Service Menus by kuser 26 comments

Dolphin Service Menus by skeleton21 7 comments
for example :
write
upload "$1" to X
and not
upload $1 to X
- Jul 07 2019

Dolphin Service Menus by skeleton21 7 comments
for example: if you click on a file called "document.txt" in your home directory
"$1" is equal to: "/home/username/document.txt"
you can also get only the file name using basename
Name=$(basename "$1" )
in this case $Name is = "document.txt"
practical example:
you can use
###
#!/bin/bash
libreoffice --headless --convert-to pdf "$1"
###
to convert the clicked file from odt to pdf
you can download my example script from the files section for some basic stuff.
if you have any suggestions to improve my service menu, let me know and thanks for voting.
- Jul 07 2019

Dolphin Service Menus by skeleton21 7 comments
- Jun 09 2019

Dolphin Service Menus by skeleton21 7 comments

Dolphin Service Menus by intika 3 comments

Dolphin Service Menus by intika 3 comments
just change the string:
Exec=ln -s %F ~/Desktop
To:
Exec=/bin/bash -c "ln -s %F $(cat ~/.config/user-dirs.dirs | grep DESKTOP | cut -d'"' -f2)"
suggestion: you could add the "Link Here" option and insert everything in the "actions" menu
Like so:
[Desktop Entry]
Type=Service
ServiceTypes=KonqPopupMenu/Plugin
MimeType=all/all;
X-KDE-StartupNotify=false
Actions=sendDesktop;LinkHere
X-KDE-Submenu=Send To...
X-KDE-Submenu[it]=Invia a...
InitialPreference=99
Version=5.21
[Desktop Action sendDesktop]
Name=Send to Desktop (ln -s)
Name[it]=Invia Alla Scrivania (ln -s)
Exec=/bin/bash -c "ln -s %F $(cat ~/.config/user-dirs.dirs | grep DESKTOP | cut -d'"' -f2)"
Icon=desktop
[Desktop Action LinkHere]
Name=Create Link Here (ln -s)
Name[it]=Crea Collegamento (ln -s)
Exec=/bin/bash -c "ln -s %F ./Link"
Icon=desktop
btw good job - May 28 2019

Dolphin Service Menus by skeleton21 4 comments
my settings are :
Aurorae: Evolvere light pure
Color scheme: Evolvere Light
Icon: Korla Light
Font: Noto Sans
The plasma theme is called "Aether Dark", but I made a change to the theme.
1) download Arc Dark
2) go to ~/.local/share/plasma/desktoptheme/Arc-Dark/ and copy the "icon" folder and paste it into the Aether Dark folder overwriting the contents , so you get the Arc Dark icons on the Aether theme.
3 go to ~/.local/share/plasma/desktoptheme/Arc-Dark/widgets/ and copy "tabbar.svg" and paste it into the Aether Dark widgets Folder.
besides that, have you tried the add-on? if yes, does it work without problems?
- May 27 2019

Dolphin Service Menus
by
intika