Search Criteria
Package Details: simplelogin 1.0.7-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/simplelogin.git (read-only, click to copy) |
|---|---|
| Package Base: | simplelogin |
| Description: | Unofficial Simple Login desktop application. |
| Upstream URL: | https://gitlab.com/linuxbombay/simplelogin |
| Licenses: | GPL |
| Submitter: | gameslayer |
| Maintainer: | gameslayer |
| Last Packager: | gameslayer |
| Votes: | 0 |
| Popularity: | 0.000000 |
| First Submitted: | 2023-05-05 15:12 (UTC) |
| Last Updated: | 2026-01-06 11:52 (UTC) |
Dependencies (6)
- git (git-gitAUR, git-glAUR)
- gtk3 (gtk3-classicAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR, gtk3-no_deadkeys_underlineAUR)
- libelectronAUR
- libxss
- nss (nss-hgAUR)
- unzip (unzip-zstdAUR, unzip_pAUR, unzip-natspecAUR) (make)
Latest Comments
gameslayer commented on 2026-01-06 11:59 (UTC)
No problem at all, I like to make sure my users are satisfied and happy :)
cofeclok commented on 2026-01-06 11:55 (UTC)
No worries. Thanks for the quick response and fix.
gameslayer commented on 2026-01-06 11:47 (UTC)
Gave you credit for reporting the issue :D
https://gitlab.com/linuxbombay/simplelogin/application/-/commit/367bc5ab4e76668abe81b0987cbd22c8d8143a0b
gameslayer commented on 2026-01-06 11:45 (UTC)
All good! yeah basically it has a built in way to handle offline, if it can't connect to the domain it will show the offline menu :)
cofeclok commented on 2026-01-06 11:44 (UTC)
Okay thanks, you're right I didn't look at splash.html code. That does indeed explain it! Seems like the other thing was just coincidental then if your code doesn't use gvfsd-http.
gameslayer commented on 2026-01-06 11:37 (UTC) (edited on 2026-01-06 11:42 (UTC) by gameslayer)
Hey you probably didn't look at the splash.html code because woops I forgot to update the message with the correct app name and no this has nothing to do with 7plus, it's just simply this line <div class="errormessage">Please check your internet connection for issues or contact your administrator.</div>
I will fix that
Sorry what strange connection or random website? it only connects to simplelogin and nothing else so I have no idea what you are talking about.
Thanks for reporting this!
Thanks for reporting this! If you look in /opt/SimpleLogin/serverhost.json you will see this file which tells it the server URL used
"ServerUrls": [ "https://app.simplelogin.io/auth/login"
cofeclok commented on 2026-01-06 11:32 (UTC)
When my internet fell over, this package generated an audible warning and opened an html page displaying an error - "Could not connect to 7plus". I have been through the code extensively and cannot find any code to account for this package opening a connection to 7plus which suggests it was pulled in from a dependency or another repository? I'd like an explanation about where the code was pulled from and why. I also noticed a strange connection attempt (blocked by my firewall) using gvfsd-http to a random website I've never used, which may, or may not be related. Is there code pulled in by this package that uses gvfsd-http? And if so, where is it and for what purpose is it used?