QtDragon GUI
- PedroSMS
 - Offline
 - Senior Member
 - 
				
			 
		Less
		More
		
			
	
		- Posts: 40
 - Thank you received: 3
 
			
	
						18 Jul 2023 00:47				#275697
		by PedroSMS
	
	
		
			
	
			
			 		
													
	
				QtDragon GUI was created by PedroSMS			
			
				Hi all,
I've just had a brief intro to qtdragon GUI - looks nice.
However, File menu - it doesn't have an address bar, nor does it keep it's last location. All my job files are on a network drive, and can't get to them...
Anyone have solution?
Kind regards
Pedro
 			
					I've just had a brief intro to qtdragon GUI - looks nice.
However, File menu - it doesn't have an address bar, nor does it keep it's last location. All my job files are on a network drive, and can't get to them...
Anyone have solution?
Kind regards
Pedro
Please Log in or Create an account to join the conversation.
- cmorley
 - Offline
 - Moderator
 - 
				
			 
		Less
		More
		
			
	
		- Posts: 7230
 - Thank you received: 2106
 
			
	
						18 Jul 2023 06:39				#275716
		by cmorley
	
	
		
			
	
			
			 		
													
	
				Replied by cmorley on topic QtDragon GUI			
			
				I know nothing about network drives. How do you address to them generally?			
					Please Log in or Create an account to join the conversation.
- rmu
 - 
				
											 - Offline
 - Elite Member
 - 
				
			 
		Less
		More
		
			
	
		- Posts: 279
 - Thank you received: 100
 
			
	
						18 Jul 2023 07:21				#275719
		by rmu
	
	
		
			
				
					
	
			
			 		
													
	
				Replied by rmu on topic QtDragon GUI			
			I don't know about address bar or if it keeps location, accessing network drives has nothing to do with that. Network drives work like everywhere else in linux, so if you can mount the drive somewhere it will be accessible. I use nfs to push NC files to the CNC machines.However, File menu - it doesn't have an address bar, nor does it keep it's last location. All my job files are on a network drive, and can't get to them...
Anyone have solution?
Please Log in or Create an account to join the conversation.
- PedroSMS
 - Offline
 - Senior Member
 - 
				
			 
		Less
		More
		
			
	
		- Posts: 40
 - Thank you received: 3
 
			
	
						19 Jul 2023 12:58				#275813
		by PedroSMS
	
	
		
			
	
			
			 		
													
	
				Replied by PedroSMS on topic QtDragon GUI			
			
				Thank you for your reply @rmu
I'm not an expert with debian.
However, linux doesn't normally automatically mount samba shares.
I know that some samba shares can be configured through the samba.conf file, but those arrangements are too rigid for my purposes.
I would prefer to enter the address "smb://ip_address//share_folder" into an address bar.
And, if that address bar could retain its last location, that would be very handy for me.
Kind regards
Pedro
					I'm not an expert with debian.
However, linux doesn't normally automatically mount samba shares.
I know that some samba shares can be configured through the samba.conf file, but those arrangements are too rigid for my purposes.
I would prefer to enter the address "smb://ip_address//share_folder" into an address bar.
And, if that address bar could retain its last location, that would be very handy for me.
Kind regards
Pedro
Please Log in or Create an account to join the conversation.
- rmu
 - 
				
											 - Offline
 - Elite Member
 - 
				
			 
		Less
		More
		
			
	
		- Posts: 279
 - Thank you received: 100
 
			
	
						19 Jul 2023 14:09		 -  19 Jul 2023 14:10		#275816
		by rmu
	
	
		
			
	
	
			 		
													
	
				Replied by rmu on topic QtDragon GUI			
			
				I would advise against opening NC files directly from network drives. Linuxcnc opens and closes the file multiple times and unexpected things may happen if the network drive suddenly becomes unavailable. Windows used to do evil things with network shares with even short disconnections of what windows thinks is the physical link.
smb:// stuff in address bars usually is some functionality of a desktop environment that copies files to some temporary location and opens that.
IMO the better solution is to push nc files to the linuxcnc machine, e.g. via NFS, SMB, SSH or use a synchronised folder (syncthing, available for all major platforms except ios).
					smb:// stuff in address bars usually is some functionality of a desktop environment that copies files to some temporary location and opens that.
IMO the better solution is to push nc files to the linuxcnc machine, e.g. via NFS, SMB, SSH or use a synchronised folder (syncthing, available for all major platforms except ios).
		Last edit: 19 Jul 2023 14:10  by rmu.			
			Please Log in or Create an account to join the conversation.
- cmorley
 - Offline
 - Moderator
 - 
				
			 
		Less
		More
		
			
	
		- Posts: 7230
 - Thank you received: 2106
 
			
	
						19 Jul 2023 15:52				#275824
		by cmorley
	
	
		
			
	
			
			 		
													
	
				Replied by cmorley on topic QtDragon GUI			
			
				if seems network drives are disabled in pyqt5 for some reason:
stackoverflow.com/questions/42997657/pyq...show-network-folders
maybe the one ugly workaround works?
					stackoverflow.com/questions/42997657/pyq...show-network-folders
maybe the one ugly workaround works?
Please Log in or Create an account to join the conversation.
- tommylight
 - 
				
											 - Away
 - Moderator
 - 
				
			 
		Less
		More
		
			
	
		- Posts: 20860
 - Thank you received: 7115
 
			
	
						19 Jul 2023 16:17				#275826
		by tommylight
	
	
		
			
	
			
			 		
													
	
				Replied by tommylight on topic QtDragon GUI			
			
				Anyone try "Warpinator" GUI for sending a receiving files over Linux network?
sudo apt install warpinator
Should be on both the sending and receiving files PC.
					sudo apt install warpinator
Should be on both the sending and receiving files PC.
Please Log in or Create an account to join the conversation.
- JohnnyCNC
 - 
				
											 - Offline
 - Platinum Member
 - 
				
			 
		Less
		More
		
			
	
		- Posts: 566
 - Thank you received: 108
 
			
	
						19 Jul 2023 23:52				#275838
		by JohnnyCNC
	
	
		
			
	
			
			 		
													
	
				Replied by JohnnyCNC on topic QtDragon GUI			
			
				I use WinSCP to move my files from the directory my .ngc files are posted to, to the nc_files directory on my LinuxCNC machine.  I also use WinSCP to backup my linuxcnc directory to a shared folder on my NAS.  There are many other similar tools.  CoreFTP, Filezilla, etc.  You just need to install OpenSSH on the Linux box.			
					Please Log in or Create an account to join the conversation.
- phillc54
 - 
				
											 - Offline
 - Platinum Member
 - 
				
			 
		Less
		More
		
			
	
		- Posts: 5711
 - Thank you received: 2093
 
			
	
						20 Jul 2023 01:02				#275844
		by phillc54
	
	
		
			
	
			
			 		
													
	
				Replied by phillc54 on topic QtDragon GUI			
			
				My entire linuxcnc directory is a mount from a NFS share on a iMac. It has worked really well for several years.			
					Please Log in or Create an account to join the conversation.
- rodw
 - 
				
											 - Offline
 - Platinum Member
 - 
				
			 
		Less
		More
		
			
	
		- Posts: 11472
 - Thank you received: 3848
 
			
	
						20 Jul 2023 01:06				#275845
		by rodw
	
	
		
			
	
			
			 		
													
	
				Replied by rodw on topic QtDragon GUI			
			
				I do similar. I used SAMBA and have allowed sharing of users home directory.
Its tricky to get Windows to connect as there are some policies that must be changed at the Windows end.
I have mapped my home folder to a Windows shared drive.
I just generate my gcode directly into the ncfiles folder from F360 on Windows
 			
					Its tricky to get Windows to connect as there are some policies that must be changed at the Windows end.
I have mapped my home folder to a Windows shared drive.
I just generate my gcode directly into the ncfiles folder from F360 on Windows
Please Log in or Create an account to join the conversation.
		Time to create page: 0.109 seconds