LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 04-23-2022, 12:52 AM   #76
Rodrigo7
Member
 
Registered: Aug 2011
Distribution: Kubuntu
Posts: 82

Original Poster
Rep: Reputation: Disabled

Quote:
Originally Posted by ferrari View Post
Ok, apparently not working as it supposed to. (For me using openSUSE Leap 15.3 with KDE version 5.23.4, Dolphin version 21.12.0, Windows hosts are enumerated via WS-Discovery with Dolphin as expected.) FWIW, I did stumble across a similar reported issue in this reddit thread pertaining to *buntu 20.04....
https://www.reddit.com/r/kde/comment..._2004_release/
In a strange way, it's reassuring to know I'm not the only one having these kinds of problems!
 
Old 04-23-2022, 01:49 AM   #77
ferrari
LQ Guru
 
Registered: Sep 2003
Location: Auckland, NZ
Distribution: openSUSE Leap
Posts: 5,841

Rep: Reputation: 1148Reputation: 1148Reputation: 1148Reputation: 1148Reputation: 1148Reputation: 1148Reputation: 1148Reputation: 1148Reputation: 1148
Quote:
Originally Posted by Rodrigo7 View Post
[LIST=1][*]Is there any way to obliterate the "unable to find any workgroups" error, so that I don't have to clear it every time I want to use the smb:// method and can just get to the PC directly?
Yes - don't navigate to 'Network > Shared Folders (SMB)' to begin with. Instead, just type the 'smb://hostname/share' URL into the location bar directly.

Quote:
[*]Is there a way to get Dolphin (or whatever) to remember and list all the available computers on the network, so that I don't have to retype the IPv4 address every time I want to browse to a computer?
You can save the samba share paths to the Dolphin 'Places' panel for convenient future access.
 
1 members found this post helpful.
Old 04-23-2022, 12:58 PM   #78
Rodrigo7
Member
 
Registered: Aug 2011
Distribution: Kubuntu
Posts: 82

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by ferrari View Post
Yes - don't navigate to 'Network > Shared Folders (SMB)' to begin with. Instead, just type the 'smb://hostname/share' URL into the location bar directly.
OK. Because one objective is to minimize the amount of typing in favor of pointing-and-clicking, this leads us to your next suggestion:

Quote:
Originally Posted by ferrari View Post
You can save the samba share paths to the Dolphin 'Places' panel for convenient future access.
Thanks, I just tried that and the PC in question showed up over in the left panel, under Remote right below Network.

Now, if I do this for, say, six different Windows PCs then all of them will be shown permanently under Remote? The more PCs on the list, the more unwieldy the display becomes. Is there a way to categorize them so that they hide under a single catch-all listing (say, Remote) and then get displayed only when you click on this listing? I'm thinking of the way that the left-hand panel works in Windows Explorer (now called File Explorer), where all members of a category are neatly hidden under their respective category labels until you click on the category label, and then they pop down. For example, in Windows Explorer, the computers under Network won't necessarily be displayed until you click on the Network label and only then does the list show up over on the left, below "Network".

As an alternative approach, I looked for a way to have the PC show up only in the right-hand panel when I happen to click on Network. So I tried the "Add Network Folder" method with the same PC, and managed to get the PC listed over in the right-hand panel for Network. (However, by this method I'm still getting asked to open something called the 'kdewallet'. Is there a way to avoid having to deal with this every single time?)

Now, both of the methods above (getting the PC listed under Places or Remote, or getting the PC listed in Network) involve setting up a login for the PC. So the bottom line is indeed that from Kubuntu, in order to gain this kind of access to each Windows PC on the network, I would have to set up every PC with a login password, is that correct?

Last edited by Rodrigo7; 04-23-2022 at 01:01 PM.
 
Old 04-23-2022, 02:56 PM   #79
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,783

Rep: Reputation: 5936Reputation: 5936Reputation: 5936Reputation: 5936Reputation: 5936Reputation: 5936Reputation: 5936Reputation: 5936Reputation: 5936Reputation: 5936Reputation: 5936
As an alternative you could create a desktop short cut to a share.
Code:
#!/usr/bin/env xdg-open
[Desktop Entry]
Name=Win10-share
Type=Application
Exec=dolphin smb://w10/share 
Icon=folder

Last edited by michaelk; 04-23-2022 at 02:57 PM.
 
1 members found this post helpful.
Old 04-23-2022, 04:25 PM   #80
Rodrigo7
Member
 
Registered: Aug 2011
Distribution: Kubuntu
Posts: 82

Original Poster
Rep: Reputation: Disabled
Interesting idea, thanks. That text looks like it would be a section of an already existing configuration file? If so, which one?

In what program, and into what file, do I type those lines? I don't know what to do with the information you gave.
 
Old 04-23-2022, 04:35 PM   #81
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,783

Rep: Reputation: 5936Reputation: 5936Reputation: 5936Reputation: 5936Reputation: 5936Reputation: 5936Reputation: 5936Reputation: 5936Reputation: 5936Reputation: 5936Reputation: 5936
It is the entire contents of a shortcut i.e a text file that is created in your ~/Desktop directory.

Use any text editor to create the file and save it to your Desktop directory. Once created you can double click it and Dolphin will open with a tab accessing the desired share as illustrated above. You can even do something similar on the Windows desktop.
 
1 members found this post helpful.
Old 04-24-2022, 06:12 PM   #82
Rodrigo7
Member
 
Registered: Aug 2011
Distribution: Kubuntu
Posts: 82

Original Poster
Rep: Reputation: Disabled
OK, I tried that and there is a new folder icon in the Desktop folder, cool.

However, no new icon showed up on the desktop itself (isn't that what a desktop shortcut is supposed to do?) and I'm being asked for a password to open the kdewallet. How do I stop this request from recurring?
 
Old 04-24-2022, 07:11 PM   #83
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,783

Rep: Reputation: 5936Reputation: 5936Reputation: 5936Reputation: 5936Reputation: 5936Reputation: 5936Reputation: 5936Reputation: 5936Reputation: 5936Reputation: 5936Reputation: 5936
When you make it executable it will show up as an folder icon. When you click on the shortcut it will open up dolphin.

I'm not sure what is going on with kdewallet at the moment.
Attached Thumbnails
Click image for larger version

Name:	desktop.jpg
Views:	15
Size:	24.1 KB
ID:	38801  
 
1 members found this post helpful.
Old 04-24-2022, 07:25 PM   #84
ferrari
LQ Guru
 
Registered: Sep 2003
Location: Auckland, NZ
Distribution: openSUSE Leap
Posts: 5,841

Rep: Reputation: 1148Reputation: 1148Reputation: 1148Reputation: 1148Reputation: 1148Reputation: 1148Reputation: 1148Reputation: 1148Reputation: 1148
Quote:
Originally Posted by Rodrigo7 View Post
OK, I tried that and there is a new folder icon in the Desktop folder, cool.

However, no new icon showed up on the desktop itself (isn't that what a desktop shortcut is supposed to do?) and I'm being asked for a password to open the kdewallet. How do I stop this request from recurring?
Disable the kwallet subsystem as explained here...
https://stackoverflow.com/questions/...n-kde-plasma-5
 
1 members found this post helpful.
Old 04-26-2022, 01:08 AM   #85
Rodrigo7
Member
 
Registered: Aug 2011
Distribution: Kubuntu
Posts: 82

Original Poster
Rep: Reputation: Disabled
Thumbs up That's it, for now

Quote:
Originally Posted by ferrari View Post
Disable the kwallet subsystem as explained here...
https://stackoverflow.com/questions/...n-kde-plasma-5
Great -- that worked, thank you!

All right, so here's what the situation is looking like from this angle:

1. From Kubuntu Linux, there are several ways to access a Windows shared folder (and the Kubuntu test laptop has all three methods for the same Windows PC) -- so long as one is willing to set up computers on the network with logins (username and password).

2. The bumps on the road presented by having username + password can be mitigated, though not wholly eliminated, by setting things such that passwords don't have to be entered each and every time (for example, bypassing manual sign-in on a Windows PC).

3. Access to Linux systems from Windows PCs seems inconsistent, for reasons that I don't entirely understand. Some Windows PCs can browse the Linux computers via Explorer, others remain unaware of their presence on the network.

4. As long as there is access in both directions, even if from different sets of computers, I can work around the limitations by (if necessary) copying files to an intermediate computer and then to its ultimate destination. This is currently still the case.

5. However, as we have learned, changes continue to be made to networking (e.g., with respect to SMBv1) and it's unclear at this point how many obstacles will eventually exist to free-and-easy networking from the Microsoft side as MS drops or modifies protocols and settings in Windows.

6. Therefore, I'm going to stop fiddling with this for the time being, waiting to see how things shake out with regard to MS and Windows networking. I'll be curious to see, for example, if it will remain possible to browse Kubuntu public folders without additional hoops to jump through. Any further tinkering right now seems to run the risk of becoming wasted effort as more changes come down the pipeline from Redmond.

So I want to offer my sincere gratitude to all who offered tips, information, and guidance as I tried to make my way through this thicket. Two Thumbs Up to all of you!
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Linux PCs no longer can view other PCs on LAN SheltonMac Linux - Wireless Networking 2 03-04-2014 06:40 AM
Block all websites for most PCs, and Whitelists some PCs??? Milkman00 Linux - Networking 2 09-18-2013 06:31 PM
linux can not see linux nor windows machine on same network eliassal Linux - Software 9 11-23-2010 02:09 PM
Reboot of Debian Lenny now Windows PCs cannot see Debian. sr_25 Debian 3 02-14-2009 02:03 PM
Samba - Linux box can see Windows, but WIndows can't see Linux Korff Linux - Networking 1 06-02-2003 10:23 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 05:33 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration