Register a SA Forums Account here!
JOINING THE SA FORUMS WILL REMOVE THIS BIG AD, THE ANNOYING UNDERLINED ADS, AND STUPID INTERSTITIAL ADS!!!

You can: log in, read the tech support FAQ, or request your lost password. This dumb message (and those ads) will appear on every screen until you register! Get rid of this crap by registering your own SA Forums Account and joining roughly 150,000 Goons, for the one-time price of $9.95! We charge money because it costs us money per month for bills, and since we don't believe in showing ads to our users, we try to make the money back through forum registrations.
 
  • Post
  • Reply
AlternateAccount
Apr 25, 2005
FYGM

Gros Tarla posted:

At first yeah, but I've been noticing more and more apps actually supporting it. Having my baby monitor on my screen is pretty neat, glad they finally stopped opting out.

Still janky as all hell, but at least it works lol.

Funny because this is EXACTLY what I wanted and couldn't get and got all mad about.

Adbot
ADBOT LOVES YOU

Mercurius
May 4, 2004

Amp it up.

KOTEX GOD OF BLOOD posted:

Yes. Yes they are.
:suicide:
That's pretty lovely but also par for the course unfortunately. I wonder if you can use something like BetterTouchTool or Karabiner to hijack the key combo in Outlook.

EL BROMANCE
Jun 10, 2006

COWABUNGA DUDES!
🥷🐢😬



I used CCC to move a few hundred GB of data off one external drive to another last night, checked it was all fine then deleted the originals and emptied trash. However, didn't get any more disk space to appear. I checked in a few apps, and can see that Disk Drill can see the /Trashes/501/ folder with all the items present in it, but doing a Go To in Finder just brings up the root and doesn't let me see anything.

Not sure if this is just something that'll clear up on reboot (which I can't do right now as I'm remote and rebooting doesn't bring back Jump Desktop until after I've logged in locally) or if there's something more I can do here. I tried running First Aid in disk utility, but it just tells me it can't unmount the volume.

Pilfered Pallbearers
Aug 2, 2007

EL BROMANCE posted:

I used CCC to move a few hundred GB of data off one external drive to another last night, checked it was all fine then deleted the originals and emptied trash. However, didn't get any more disk space to appear. I checked in a few apps, and can see that Disk Drill can see the /Trashes/501/ folder with all the items present in it, but doing a Go To in Finder just brings up the root and doesn't let me see anything.

Not sure if this is just something that'll clear up on reboot (which I can't do right now as I'm remote and rebooting doesn't bring back Jump Desktop until after I've logged in locally) or if there's something more I can do here. I tried running First Aid in disk utility, but it just tells me it can't unmount the volume.

You could try running

code:
sudo rm -R DIRECTORYPATH
That may clear out the trashes folder properly. Obviously be 100000% sure you’re cd’d into the correct directory.

EL BROMANCE
Jun 10, 2006

COWABUNGA DUDES!
🥷🐢😬



I've tried going into Trashes in Terminal and it's not super happy about that

quote:

x-Mac-mini-3:~ x$ cd /Volumes/Collection/.Trashes/
x-Mac-mini-3:.Trashes x$ ls
ls: .: Operation not permitted
x-Mac-mini-3:.Trashes x$ cd 501
x-Mac-mini-3:501 x$ ls
ls: .: Operation not permitted

Not sure if it'll let me use RM (which, yeah - I definitely don't want to gently caress up) if I can't even get a directory listing?

Pilfered Pallbearers
Aug 2, 2007

EL BROMANCE posted:

I've tried going into Trashes in Terminal and it's not super happy about that

Not sure if it'll let me use RM (which, yeah - I definitely don't want to gently caress up) if I can't even get a directory listing?

You could try

code:

Sudo rm -iR /Volumes/Collection/.Trashes/501
It’ll flag you to confirm for each item. Do it so you know it’s the right folder, than drop the i.

EL BROMANCE
Jun 10, 2006

COWABUNGA DUDES!
🥷🐢😬



Yeah it didn't like that either

quote:

Password:
examine files in directory /Volumes/Collection/.Trashes/501? y
rm: /Volumes/Collection/.Trashes/501: Operation not permitted

How weird. I'm gonna guess that a reboot will fix everything at least and I can do that at home tonight. I hope!

e: seeing a lot of other weird things going on with my automated processes not being able to move files around (different drives) so yeah this is gonna need a reboot at the very least. Yick.

EL BROMANCE fucked around with this message at 18:29 on Aug 16, 2022

incoherent
Apr 24, 2004

01010100011010000111001
00110100101101100011011
000110010101110010

teethgrinder posted:

It's literally the worst Apple thing I've encountered in IT. I'm not an "Apple guy" at all myself, but it's otherwise been pretty solid in the SaaS space.

And at least ABM actually works pretty darn well, better than PC versions. Just the UI is utterly dreadful.

(Granted you have to connect ABM/MDM to a third-party solution to actually accomplish anything, but at least the connection and control over the device is pretty solid through ABM.)

I'm going through the motions of setting up a new ABM at this company and historically i was only in it long enough to verify domain, setup SSO, and get my purchases & devices auto-sent to my MDM platform.

Yeah, its an icky UI but it not like you encountered a windows 3.11 dialog box in windows 10.

Tippis
Mar 21, 2008

It's yet another day in the wasteland.

New mac; no avoiding the latest OS and its update, and while it's mostly fine and dandy, one thing seems to have changed since the last system, namely this:



…which is nice to know and all, but… How? Where?! What preference? I would love to hide you dear little fellow, but I can't seem to find a way to actually do it.

kode54
Nov 26, 2007

aka kuroshi
Fun Shoe

actionjackson posted:

is there a reason why cog won't let me remove some stuff from the toolbar? like the randomize button, or spectrum
That's a bug. If it's still doing it for you, sorry about that, but it seems to be a bug specific to recent Xcode SDKs and some versions of macOS. I wish I knew more.

The source code is fully open, in case anyone brainier than me would like to audit the XIBs for bullshit that's out of whack.

The last time I tried to automatically apply constraints to something in my main XIB, it resulted in the status image column not being properly centered and I had to revert the mess.

Tippis posted:

New mac; no avoiding the latest OS and its update, and while it's mostly fine and dandy, one thing seems to have changed since the last system, namely this:



…which is nice to know and all, but… How? Where?! What preference? I would love to hide you dear little fellow, but I can't seem to find a way to actually do it.

Found an article that may be relevant: https://alexwlchan.net/2021/04/secure-input/

It also has a script that you could probably opt to read before running, that lists processes currently invoking the secure input mode.

kode54 fucked around with this message at 08:23 on Aug 17, 2022

EL BROMANCE
Jun 10, 2006

COWABUNGA DUDES!
🥷🐢😬



EL BROMANCE posted:

I used CCC to move a few hundred GB of data off one external drive to another last night, checked it was all fine then deleted the originals and emptied trash. However, didn't get any more disk space to appear. I checked in a few apps, and can see that Disk Drill can see the /Trashes/501/ folder with all the items present in it, but doing a Go To in Finder just brings up the root and doesn't let me see anything.

And problem finally almost solved. I don't know if it's a new feature of CCC that didn't exist before, or something that failed - but it left a 600gb snapshot of the data I was moving that I didn't know about and is invisible to me outside of Daisy Disk and CCC after finally going into the right menu. It's saying it can't delete it for some reason, but at least I know *what* I'm looking at now and can troubleshoot further.

Tippis
Mar 21, 2008

It's yet another day in the wasteland.

kode54 posted:

Found an article that may be relevant: https://alexwlchan.net/2021/04/secure-input/

It also has a script that you could probably opt to read before running, that lists processes currently invoking the secure input mode.

Thank you, that's worth bookmarking for other reasons.

It doesn't quite address the settings issue, though. All I really want at this stage is to do what the popup suggests and hide the warning in Preferences. Except there is seemingly no way of doing so. Searching system preferences just leads to the Security & Privacy tab (which has no obvious setting to do so — Privacy/Input monitoring would be the obvious place, but it's just a list of permitted apps). Googling yields mostly pages like that one dealing with TeaxtExpander and similar apps that get tripped up by the feature, and none even seem to mention the popup or its mythical ability to be hidden.

:negative:

SlowBloke
Aug 14, 2017
Quick question, are there any free software options to send safari video feeds to a chromecast beside installing chrome/edge or vlc? I would avoid filling my macbook (as in 2017 12" macbook) with heavy apps.

Quackles
Aug 11, 2018

Pixels of Light.


KOTEX GOD OF BLOOD posted:

There is no way to change or disable keyboard shortcuts in Outlook for Mac, like, for example, the one that sends an email you're editing. You can't change them, and you can't turn them off.

You can use BetterTouchTool to inhibit the effect of certain keyboard shortcuts while running set applications. Just set up a shortcut for that application and keyboard shortcut, then choose the action "No Action".

Binary Badger
Oct 11, 2005

Trolling Link for a decade


💩💩💩 Monterey 12.5.1 has been pinched out by Apple 💩💩💩

As usual, a security minded point release.

KOTEX GOD OF BLOOD
Jul 7, 2012

Am running into a very odd issue. In SwitchResX, or other resolution-changing apps, I can't change to HiDPI resolutions other than what appears in System Preferences (i.e. 1280x800 HIDPI, etc.) I want to switch to 1920x1200 HiDPI, but when I click, nothing happens. 1280x800 HiDPI, etc, work fine. Any ideas about this? This is on a 30" Apple Cinema Display.

kode54
Nov 26, 2007

aka kuroshi
Fun Shoe
Your post reminds me that I had a different weird issue with resolution switching, that may or may not be specific to the beta. I was running Myst (2021) and attempted to set the game to the non-native resolution of 1920x1080, and clicking the Apply button made WindowServer just crash on me, dropping me back to the login screen.

frogbs
May 5, 2004
Well well well

OldSenileGuy posted:

A couple years ago I started paying for 1Password (after using it for years when I bought it outright, I begrudgingly switched to the subscription model to get the latest updates), and it's been totally worth it.

But upon switching browsers, I've noticed that suddenly the "cmd-backslash" shortcut to autofill logins/passwords doesn't work anymore. It just invokes 1Password with a "Install our browser extension!" notice. And even when I install the browser extension, "cmd-backslash" doesn't work. Instead, it wants me to click the little 1Password icon in the toolbar or in the login window, and then type my master password.

This is much MUCH worse than the old method of "hit ctrl-backslash, authenticate with touchID on my macbook" Is there any way to get the old functionality back? I haven't updated to 1Password 8 yet, but I assume it doesn't fix things?

EDIT: I should clarify, the old functionality still works on Safari, but it does not work in Firefox or Opera. They both demand the new browser extension that (apparently?) doesn't support TouchID.

1password and it's shortcuts have sporadically stopped working for me much more lately, super frustrating. When I got my new Macbook I decided to drop 1pass for Keychain and it's been great. I was able to import most things into it and the fingerprint reader works great in Safari. Unfortunately I don't think Keychain works well in other browsers, but it might be worth trying if you're still having trouble. Plus, the price is right!

nitsuga
Jan 1, 2007

frogbs posted:

1password and it's shortcuts have sporadically stopped working for me much more lately, super frustrating. When I got my new Macbook I decided to drop 1pass for Keychain and it's been great. I was able to import most things into it and the fingerprint reader works great in Safari. Unfortunately I don't think Keychain works well in other browsers, but it might be worth trying if you're still having trouble. Plus, the price is right!

Apple has a passwords Chrome browser extension that doesn’t seem to work very well. It’s also only for Windows. The rest of the iCloud stuff for Windows is decent, but not their browser extensions (there’s a bookmark one that is also aggravating). I’ve made do punching in my passwords as I need them into Chrome.

KOTEX GOD OF BLOOD
Jul 7, 2012

1password is a case study in how a company can FUBAR its own widely beloved app through sheer arrogance and incompetence

Corb3t
Jun 7, 2003

KOTEX GOD OF BLOOD posted:

1password is a case study in how a company can FUBAR its own widely beloved app through sheer arrogance and incompetence

I think this is being a bit dramatic. 1Password 8 has it's issues, but I love how customizable the interface is. It's still the best cross-platform password manager app, and I've tried most of the popular ones (BitWarden, KeePass, LastPass). They're also faster than anybody else at adopting new iOS APIs.

101
Oct 15, 2012


Vault Dweller

KOTEX GOD OF BLOOD posted:

1password is a case study in how a company can FUBAR its own widely beloved app through sheer arrogance and incompetence

Nah

Violator
May 15, 2003


I mean Apple is basically saying “we are creating a new security paradigm with passkey that will destroy your business in the long term” so they had to pivot. Better to do it now and relatively gradually before it’s too late for them.

doingitwrong
Jul 27, 2013

Binary Badger posted:

💩💩💩 Monterey 12.5.1 has been pinched out by Apple 💩💩💩

As usual, a security minded point release.

This is an important one.
https://arstechnica.com/gadgets/2022/08/apple-releases-macos-12-5-1-and-ios-15-6-1-for-actively-exploited-vulnerabilities/

quote:

The three updates all fix the same pair of bugs. One, labeled CVE-2022-32894, is a kernel vulnerability that can allow apps "to execute arbitrary code with kernel privileges. The other, CVE-2022-32893, is a WebKit bug that allows for arbitrary code execution via "maliciously crafted web content." Both discoveries are attributed to an anonymous security researcher.

These are believed to be in the wild.

Criss-cross
Jun 14, 2022

by Fluffdaddy

Violator posted:

I mean Apple is basically saying “we are creating a new security paradigm with passkey that will destroy your business in the long term” so they had to pivot. Better to do it now and relatively gradually before it’s too late for them.

What pivot? It's still a password manager just the same as before.

teethgrinder
Oct 9, 2002

Am I dumb or is 1password 8 on Mac missing the feature that saves your SSO logins per page?

Sad Panda
Sep 22, 2004

I'm a Sad Panda.
1Password8 has some bits that really show they don't care so much. It's only a minor thing but there's a months old ticket about how it doesn't taken into account locale when displaying dates. Happy with US dates? Good for you. Not? Unlucky. It's been raised and they responded months ago saying they'll see what they can do. There are people who bump the ticket asking if its coming any time soon. They reply about still looking into it.

Is this a big issue? Does it impact on security? No. But would it take any time to fix? Barely.

doingitwrong
Jul 27, 2013
They decided to move from being a retail-focused business to an attempt to scale for enterprise.
https://techcrunch.com/2022/01/19/1password-series-c-funding/

quote:

Password management platform 1Password has closed a massive $620 million Series C funding round that raises the company’s valuation to $6.8 billion.

1Password will use its newly raised funds to drive continued growth; the company said it plans to triple its engineering and customer support teams, to build out its business-focused Events API functionality that provides visibility into successful and failed sign-in attempts, and to finance more acquisitions.

“We’re looking at strategic acquisitions,” Shiner says. “We made an acquisition last year with Secret Hub, and we will continue to look at acquisitions and how those can help us achieve our mission and goals.”

teethgrinder
Oct 9, 2002

They're so much better for enterprise than Lastpass at least.

Splinter
Jul 4, 2003
Cowabunga!
Apparently I'm still on 1Password 7. From some of these posts it's sounding like I maybe should hold off on updating..

Gros Tarla
Dec 30, 2008

Splinter posted:

Apparently I'm still on 1Password 7. From some of these posts it's sounding like I maybe should hold off on updating..

Yeah, me too. I pay the dumb subscription I was never made aware of this either :confused:

Violator
May 15, 2003


Criss-cross posted:

What pivot? It's still a password manager just the same as before.

As doingitwrong said, they’ve transitioned their main focus from being an Apple platform based password manager sold to people to a cross platform corporate security ecosystem. They have almost 1000 employees, most of them working in corporate sales.

gariig
Dec 31, 2004
Beaten into submission by my fiance
Pillbug

Violator posted:

I mean Apple everyone is basically saying “we are creating a new security paradigm with passkey that will destroy your business in the long term” so they had to pivot. Better to do it now and relatively gradually before it’s too late for them.

ftfy Passkey is just Apple marketing for making it easier/native to use FIDO which basically everyone is on board with. I guess Apple could have not done FIDO but if this really does take off into the masses it's going to look strange for Apple to be stuck with username/passwords. However, I do agree they pivoted into being cross platform and enterprise-y. I don't see those as bad things but it does mean 1Password is no longer a shining beacon of a Mac/iOS app. I do work cross platform so I appreciate it.

frogbs
May 5, 2004
Well well well

Violator posted:

As doingitwrong said, they’ve transitioned their main focus from being an Apple platform based password manager sold to people to a cross platform corporate security ecosystem. They have almost 1000 employees, most of them working in corporate sales.

Am I remembering right that they took investment money for the first time sometime in the last ~3 years?

SlowBloke
Aug 14, 2017

gariig posted:

ftfy Passkey is just Apple marketing for making it easier/native to use FIDO which basically everyone is on board with. I guess Apple could have not done FIDO but if this really does take off into the masses it's going to look strange for Apple to be stuck with username/passwords.
To be more accurate it's FIDO2 with credential stored in icloud keyring with attestation via iphone. At least it's an improvement from Yubico letting you store only 25 fido2 creds.

Criss-cross
Jun 14, 2022

by Fluffdaddy

Violator posted:

As doingitwrong said, they’ve transitioned their main focus from being an Apple platform based password manager sold to people to a cross platform corporate security ecosystem. They have almost 1000 employees, most of them working in corporate sales.

But that pivot happened many years ago, certainly not a direct reaction to Apple's Fido-announcement.

Splinter
Jul 4, 2003
Cowabunga!
The whole reason I switched to 1Password years ago is it had better cross platform filling support than the others. Especially on Android compared to LastPass' implementation at the time when I switched. I need a manager for an Android phone, iPad and non-safari browsers (Firefox/Chrome) on Mac/Windows/Linux, and IMO 1Password has been the best for that for many years. So I would say it's been a long while since they were an Apple platform focused manager. What is more recent is their decision to focus on becoming a corporate product, but cross platform has been a priority for a while.

housefullofgarbage
Jan 16, 2019

The Summer of Garbage
I had a job interview with 1Password a month or so ago with their marketing department. They passed on me for not knowing enough typescript. For marketing.

:melter:

teethgrinder
Oct 9, 2002

Splinter posted:

Especially on Android compared to LastPass' implementation at the time when I switched.
I never understood the appeal of LastPass. Like why the gently caress can't I share passwords with users I just generated without logging out and into the app again. And also more than half the shares I sent people would show up as blank to them. I'd have to resend it sometimes up to six times before it finally worked. For all I know that poo poo has been fixed by now, but it was like that for over two years at least.

Adbot
ADBOT LOVES YOU

Wheezle
Aug 13, 2007

420 stop boats erryday
Haven't had any big issues with 1Password 8 on Mac, though I am a bit peeved they got rid of the Apple Watch version. It's great just for getting 2FA codes.

  • 1
  • 2
  • 3
  • 4
  • 5
  • Post
  • Reply