139 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
0
answers
50
views
Invalid address error when publishing on custom network (Pontus-X Testnet) despite manual config
I'm building a data service using @deltadao/nautilus and ethers.js (v5.8.0) in an AdonisJS environment. I am trying to publish a data asset on the Pontus-X Testnet (Chain ID 32457).
Since this network ...
0
votes
2
answers
590
views
Jetbrains IntellijIdea can not run as root in ubuntu 20.04 when I am connected with xrdp
I have a machine with Ubuntu 20.04 as OS and Jetbrains IntellijIdea for Java development.
I connect to my machine with xrdp, but when I am to run IntellijIdea as root on my machine I got following ...
2
votes
0
answers
423
views
No package libnautilus-extension to build ubuntu-wipe from source Ubuntu MATE 22.10
As the nautilus-wipe tool cannot be installed on MATE 22.10, I tried to configure/build from source script on MATE 22.10 results in the following error:
No package 'libnautilus-extension' found
...
1
vote
1
answer
197
views
How do I set the clipboard with a Texture in Gdk4 using Python?
nautilus-image-copypaste is a Nautilus extension that allows users to set the clipboard from image files and to create image files from the clipboard. Reading the clipboard works, however I can't ...
1
vote
1
answer
532
views
How can I drag and drop a file (not just its path) from VS Code Explorer View to system file explorer / other applications?
Since I've been using Ubuntu and I'm working with VS Code a lot and I need to drag and drop files from nautilus to VS Code and vise versa
the problem its only working from nautilus to VS Code and when ...
14
votes
3
answers
36k
views
Sudo nautilus gives Authorization required, but no authorization protocol specified
I have just updated my OS from Ubuntu 20.04 LTS to 20.04.1 LTS. When I tried to run nautilus as root by using sudo nautilus, I get the error
Authorization required, but no authorization protocol ...
0
votes
1
answer
1k
views
Ubuntu nautilus Home's path is /root,how can i change it to /home/username?
At first,the file icon was lost in my Ubuntu 20.04.Later i run the sudo root,but I still have some trouble in clicking the icon on the desktop to open the files. And now i run the sudo nautilus,i see ...
1
vote
1
answer
480
views
FileManager-Actions: is it possible to launch an action in the current directory?
I want to create a simple action, which would launch MS Visual Code from the Nautilus context menu in the currently opened folder.
The default parameter for working directory (%d - first base ...
1
vote
0
answers
70
views
Where is admin:// protocol in GTK4?
In previous versions of Nautilus File Manager (built on GTK3) , I used to just type admin:// before full-path of a directory (e.g. admin:///usr/share/applications/) and it opened that directory with ...
2
votes
0
answers
850
views
How to increase the visible size of custom-icons of folders and symlinks in Nautilus, the Gnome file manager?
Assume the custom icon is a photo of size e.g. 512 x 512. I'm not talking about zooming in nautilus with Ctrl+mouse wheel, but rather of the size of custom icons relative to the size of thumbnails. ...
2
votes
0
answers
296
views
fuse takes too long time to mount /root/.cache/doc and /root/.cache/gvfs when I run any file manager as root
This is the case where I have Ubuntu 20.04 LTS Desktop 64-bit freshly installed and that I execute the command "sudo nautilus":
Unmounting and then deleting these directories unfortunately ...
1
vote
0
answers
3k
views
Couldn't connect to accessibility bus in network namespace
My ubuntu version is 18. I use commands to create a network namespace and open nautilus.
sudo ip netns add net1
sudo ip netns exec net1 ip link set dev lo up
sudo ip netns exec net1 nautilus
Some ...
4
votes
1
answer
1k
views
Nautilus script not showing up in right click menu when nothing is selected
I have the following script to add an action to my right click menu in Nautilus (using Ubuntu 20.04):
~/.local/share/nautilus/scripts/Open with Disk Usage Analyzer:
#!/usr/bin/env bash
if [ -n "$...
0
votes
2
answers
206
views
How to perform minor upgrades with ceph-deploy?
I have a cluster runnin nautilus v14.2.4 and want to upgrade it to the latest nautilus version.
Is this posible with ceph-deploy?
I see the package upgrade in apt, but can't find any documenatation ...
1
vote
0
answers
1k
views
Edit Nautilus Sidebar and Topbar
I am working on my Senior project and have been doing a lot of research into editing Nautilus Files on Ubuntu 20.04 and I haven't found what I'm looking for. I want to edit the sidebar and add my own ...