Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »

Welcome to the Power Users community on Codidact!

Power Users is a Q&A site for questions about the usage of computer software and hardware. We are still a small site and would like to grow, so please consider joining our community. We are looking forward to your questions and answers; they are the building blocks of a repository of knowledge we are building together.

Activity for samcarter‭

Type On... Excerpt Status Date
Edit Post #288207 Post edited:
almost 2 years ago
Edit Post #288207 Initial revision almost 2 years ago
Answer A: Remove extension icon from Firefox url bar
TL;DR Turns out the correct name is ``` #pageAction-urlbar-metricationdeltamikecharlie { display: none !important; } ``` Long version: How to find the name? There is actually a nice guide at https://firefox-source-docs.mozilla.org/devtools-user/browsertoolbox/index.html To sum...
(more)
almost 2 years ago
Edit Post #288206 Post edited:
almost 2 years ago
Edit Post #288206 Initial revision almost 2 years ago
Question Remove extension icon from Firefox url bar
I'm using the firefox extension metrication. I only ever use it via its entry in the context menu, therefore I would like to remove its icon from the url bar to gain more space: screenshot of the firefox url bar with the icon of the metrication extension highlighted I tried the suggestion from ...
(more)
almost 2 years ago
Comment Post #288157 x-post https://superuser.com/questions/1786221/why-did-windows-10-automatically-open-1-word-document-but-not-2-others-from-th
(more)
almost 2 years ago
Comment Post #288157 Your question makes no sense without following external links. Please make your question self-sustained: Describe in your own words what exactly you did (don't plagiarize other sites while adding the necessary information)
(more)
almost 2 years ago
Comment Post #288127 @#53023 Thanks for your update! Unfortunately I don't have access to an Arch Linux installation myself, I hope some linux users will come across your question and maybe know a solution.
(more)
almost 2 years ago
Comment Post #288127 Just in case you'd like to automate your point 3., you could use command line tools like `pdfjam` to resize the pdf
(more)
almost 2 years ago
Comment Post #288127 Can you please add your operating system? If I open the print dialogue in LibreOffice, I have an "Scale to fit paper size" option, but I suspect this might be inherited from the print dialogue of the macOS https://powerusers.codidact.com/uploads/t41l1ulp3a8bznexw7x607oej3z0 .... so I think knowing yo...
(more)
almost 2 years ago
Edit Post #288057 Post edited:
almost 2 years ago
Edit Post #288057 Initial revision almost 2 years ago
Answer A: Launching hidden application at login under macOS 13 Ventura
Another possible approach is to create a helper app which opens an app without opening a window. I used platypus to create a simple app which will execute a shell script. The settings used for the app were the following: Screenshot of the main Platypus window with "None" selected for the int...
(more)
almost 2 years ago
Edit Post #288056 Initial revision almost 2 years ago
Answer A: Launching hidden application at login under macOS 13 Ventura
Based on the post https://droidwin.com/how-to-hide-an-app-at-launch-on-mac-ventura/ an alternative approach could be to use a launch agent. To do this, create a file `vienna.LaunchAtLogin.plist` (replace `vienna` with the name of the application you'd like to start) and copy the following content ...
(more)
almost 2 years ago
Edit Post #288055 Initial revision almost 2 years ago
Question Launching hidden application at login under macOS 13 Ventura
Apple removed the `hide` option for login items in macOS 13 Ventura. Are there any alternative ways to launch an application at login without opening a window?
(more)
almost 2 years ago
Edit Post #288040 Post edited:
almost 2 years ago
Comment Post #288040 probably the same problem as in https://discussions.apple.com/thread/254648701
(more)
almost 2 years ago
Edit Post #288040 Initial revision almost 2 years ago
Question Converting pdf to png with sips on macOS 13.3.1 Ventura
With pervious versions of macOS, I used `sips` to convert pdfs into pngs ``` /usr/bin/sips -s format png document.pdf --out document.png ``` In macOS 13.3.1 Ventura, this now gives an error: ``` /Users//Desktop/document.pdf Error: Cannot extract image from file. /Users//Desktop/docume...
(more)
almost 2 years ago
Edit Post #287978 Initial revision about 2 years ago
Answer A: Install Quarto extensions globally
This is probably not a lasting solution, but one can manually copy the individual folders of the extensions to ``` /share/extensions/quarto/ ``` Documents seem to be able to find them from there, but I doubt they will survive future updates. Update: Surprisingly, the added extension...
(more)
about 2 years ago
Edit Post #287977 Initial revision about 2 years ago
Answer A: Disable automatic tlmgr updates in Quarto
I didn't yet find a clean solution, but as a dirty hack one can edit the `quarto.js` file and change the line ``` ``` to ``` ``` (this obviously won't survive any updates to Quarto)
(more)
about 2 years ago
Edit Post #287976 Post edited:
about 2 years ago
Edit Post #287976 Post edited:
about 2 years ago
Edit Post #287976 Post edited:
about 2 years ago
Edit Post #287976 Post edited:
about 2 years ago
Edit Post #287976 Initial revision about 2 years ago
Question Disable automatic tlmgr updates in Quarto
Let's assume one has a Quarto document which does not compile because of an error in the latex code, e.g. here a simply typo in a macro name: ``` format: pdf test\newlin test ``` Quarto will first try to compile this document and when it notices the error it will then try to run `t...
(more)
about 2 years ago
Edit Post #287900 Post edited:
about 2 years ago
Edit Post #287900 Post edited:
about 2 years ago
Edit Post #287899 Post edited:
about 2 years ago
Edit Post #287900 Post edited:
about 2 years ago
Edit Post #287899 Post edited:
about 2 years ago
Edit Post #287899 Post edited:
about 2 years ago
Edit Post #287900 Post edited:
about 2 years ago
Edit Post #287899 Post edited:
about 2 years ago
Edit Post #287899 Post edited:
about 2 years ago
Edit Post #287900 Initial revision about 2 years ago
Answer A: Circulate through spaces on macOS 11
Another approach is to use Karabiner-Elements. As a first step, I created to executable shell scripts, which will switch to the previous/next space using the handy tool SpaceInfo `Spaceprev`: ``` #!/bin/zsh export CurrentSpace=$(/Applications/SpaceInfo/SpaceInfo --active-space) export All...
(more)
about 2 years ago
Edit Post #287899 Post edited:
about 2 years ago
Edit Post #287899 Initial revision about 2 years ago
Answer A: Circulate through spaces on macOS 11
One possibility is to use Hammerspoon with the following configuration: ``` hs.hotkey.bind({ "cmd" }, "Right", function() local NextSpace = 1 for k, v in pairs(hs.spaces.allSpaces()[hs.screen.mainScreen():getUUID()]) do if v == hs.spaces.focusedSpace() then NextSpa...
(more)
about 2 years ago
Edit Post #287898 Initial revision about 2 years ago
Question Circulate through spaces on macOS 11
Back in the days of OSX 10.6 Snow Leopard, one could circulate from the last space to the first space, e.g. if one was on the last space and used the keyboard shortcut to go to the next space, it would bring you to the first space. I asked a similar question for Mavericks at https://apple.stackexc...
(more)
about 2 years ago
Edit Post #287874 Initial revision about 2 years ago
Question Install Quarto extensions globally
Is there a way to install Quarto extensions globally? If I follow the installation instruction from https://quarto.org/docs/extensions/managing.html and e.g. use ``` quarto add quarto-ext/fontawesome ``` to install an extension, I have to do this from the same folder as my current project...
(more)
about 2 years ago