Remmina #1108
Replies: 12 comments
-
Is there a way to do it form the start menu? If not, then albert wont do it. Atm there are just a bunch of plugins. They are listed in the preferences. Remmina is not part of it. You could create a desktop file that accomplishes what you want and put it into |
Beta Was this translation helpful? Give feedback.
-
Worked like a charm. Thanks! Not very scalable for a number of connections. Might be a good plugin to develop (was looking for plugin docs). |
Beta Was this translation helpful? Give feedback.
-
Not overly elegant, but here is a shell script to create the desktop apps. ` #Create applications for each shortcut in the ~/.remmina dir. #Config CUT_EXE="/usr/bin/cut" #Static VARS REMMINA_EXE= #Functions #Pull the name from the remmina connections #Write the App from a template #$1 = name cat << TMPLT } #Main Actions #Clean up and update connections if [ ! -d $BACKUP_DIR ]; then $ECHO_EXE for f in $REMMINA_DIR/*.remmina; do exit 0 |
Beta Was this translation helpful? Give feedback.
-
I had an error in my script. Here is the corrected one. Be careful, the formatting for the script is messed up because the " I'll escape them for proper formatting in this page.
|
Beta Was this translation helpful? Give feedback.
-
Well this is still a valid issue. Reopening... |
Beta Was this translation helpful? Give feedback.
-
@dnichk Is this still a thing? |
Beta Was this translation helpful? Give feedback.
-
@idkCpp - Just curious - why the fork? |
Beta Was this translation helpful? Give feedback.
-
I'm sorry but I don't understand your question. I'm no dev on this repo. So I have no push permission |
Beta Was this translation helpful? Give feedback.
-
If anybody is interested in implementing this request: There is now a Python embedding extension. |
Beta Was this translation helpful? Give feedback.
-
Okay guys, I dont use Remmia so its up to you to make things happen. There are several ways to extend albert. Have a try. It shouldnt be more than 50 LOC. |
Beta Was this translation helpful? Give feedback.
-
we have one here #1022 |
Beta Was this translation helpful? Give feedback.
-
Closing this one. I put the request on the wiki. |
Beta Was this translation helpful? Give feedback.
-
Is there a way to open a remmina connection by name with Albert?
Beta Was this translation helpful? Give feedback.
All reactions