Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
zekiahmetbayar committed Sep 4, 2020
1 parent 388c5f7 commit 6c0b121
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
File renamed without changes
Binary file removed src/usr/local/bin/.valf..swp
Binary file not shown.
7 changes: 0 additions & 7 deletions src/usr/local/bin/valf.desktop

This file was deleted.

6 changes: 3 additions & 3 deletions src/usr/local/bin/valf.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
import paramiko
from subprocess import run, PIPE
import glob
from file_transfer import onRowCollapsed,onRowExpanded,populateFileSystemTreeStore,on_tree_selection_changed
from ssh_file_transfer import onRowCollapsed2,onRowExpanded2,populateFileSystemTreeStore2,on_tree_selection_changed2,ssh_connect
from /usr/local/bin/file_transfer import onRowCollapsed,onRowExpanded,populateFileSystemTreeStore,on_tree_selection_changed
from /usr/local/bin/ssh_file_transfer import onRowCollapsed2,onRowExpanded2,populateFileSystemTreeStore2,on_tree_selection_changed2,ssh_connect
from gi.repository.GdkPixbuf import Pixbuf
import pexpect
import subprocess
Expand Down Expand Up @@ -56,7 +56,7 @@ def main(self):
self.add(table)
self.listbox = Gtk.ListBox() # Bağlantıların listelendiği listbox tanımlanması
self.listbox_add_items()
self.set_icon_from_file(os.getcwd() + '/img/icon.png')
self.set_icon_from_file(os.getcwd() + '/usr/share/icons/Valf/icon.png')

searchentry = Gtk.SearchEntry() # Searchbox tanımlanması
searchentry.connect("activate",self.on_search_activated)
Expand Down
7 changes: 7 additions & 0 deletions src/usr/share/applications/valf.desktop
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[Desktop Entry]
Name=valf
Exec=/usr/local/bin/valf.py
Comment=
Terminal=true
Icon=/home/zeki/Valf/src/usr/local/bin/img/icon.png
Type=Application
Binary file added src/usr/share/icons/valf/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6c0b121

Please sign in to comment.