You are not logged in.

#1 2024-04-04 18:36:45

PCPU
Member
Registered: 2024-04-04
Posts: 10

my download folder is in my laptop, but it doesn't show itself

basically, i "don't" have a download folder, and when i try to search it, it shows nothing, but strangely, when i try to download a file, it appears, and let's me download said files there, and it's doesn't seem like my download folder actually dissapeared, because even after i reboot and check the folder (i check it by downloading some file btw) the old files i downloaded is still there, i literally have no idea what's happening

Offline

#2 2024-04-04 20:21:03

seth
Member
Registered: 2012-09-03
Posts: 51,739

Re: my download folder is in my laptop, but it doesn't show itself

Neither do we but you're most likely looking at the wrong location, the browser will typically allow you to open the download location in a filemanager, pay attention to what path it opens.
And that path is then typically also configurable (so you can perhaps also just check your browser settings)

Offline

#3 2024-04-05 14:51:21

PCPU
Member
Registered: 2024-04-04
Posts: 10

Re: my download folder is in my laptop, but it doesn't show itself

seth wrote:

Neither do we but you're most likely looking at the wrong location, the browser will typically allow you to open the download location in a filemanager, pay attention to what path it opens.
And that path is then typically also configurable (so you can perhaps also just check your browser settings)

no like, the directory is /home/[my name]/Download, but it just doesn't show up

also, new discovery, if i create new folder in that download page, it'll create it, but it'll never show up as well

but yeah, i think rn it's better to just make a new path, thanks

Last edited by PCPU (2024-04-05 14:52:03)

Offline

#4 2024-04-05 14:52:57

seth
Member
Registered: 2012-09-03
Posts: 51,739

Re: my download folder is in my laptop, but it doesn't show itself

ls ~/Download

Offline

#5 2024-04-05 15:07:21

Trilby
Inspector Parrot
Registered: 2011-11-29
Posts: 29,564
Website

Re: my download folder is in my laptop, but it doesn't show itself

PCPU wrote:

but it just doesn't show up

What does this actually mean?  Where / when does it not "show up"?  Where do you expect it to "show up"?


"UNIX is simple and coherent..." - Dennis Ritchie, "GNU's Not UNIX" -  Richard Stallman

Offline

#6 2024-04-06 15:45:25

PCPU
Member
Registered: 2024-04-04
Posts: 10

Re: my download folder is in my laptop, but it doesn't show itself

Trilby wrote:
PCPU wrote:

but it just doesn't show up

What does this actually mean?  Where / when does it not "show up"?  Where do you expect it to "show up"?

like, in in /home/[my name]/ ?

Offline

#7 2024-04-06 15:48:35

PCPU
Member
Registered: 2024-04-04
Posts: 10

Re: my download folder is in my laptop, but it doesn't show itself

seth wrote:
ls ~/Download

i just noticed that not only the download folder not visible, the content i download is also not visible (i test it by downloading something in /home/[name],

btw the command also doesn't show the download folder or the downloaded file

Last edited by PCPU (2024-04-06 16:47:54)

Offline

#8 2024-04-06 15:57:18

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 21,807

Re: my download folder is in my laptop, but it doesn't show itself

... How are you asserting that? What are you using to "look at stuff"? what do you get from

ls -l ~/Download

Offline

#9 2024-04-06 16:03:27

Scimmia
Fellow
Registered: 2012-09-01
Posts: 11,605

Re: my download folder is in my laptop, but it doesn't show itself

Also give us the output of `env`.

Offline

#10 2024-04-06 16:54:25

PCPU
Member
Registered: 2024-04-04
Posts: 10

Re: my download folder is in my laptop, but it doesn't show itself

V1del wrote:

... How are you asserting that? What are you using to "look at stuff"? what do you get from

ls -l ~/Download

"ls: cannot access '/home/pcpu/Download': No such file or directory" i also don't find the files i downloaded even if i download it in my default user folder when i scan it

Offline

#11 2024-04-06 16:55:43

PCPU
Member
Registered: 2024-04-04
Posts: 10

Re: my download folder is in my laptop, but it doesn't show itself

Scimmia wrote:

Also give us the output of `env`.

this is what i got:

SHELL=/bin/bash
COLORTERM=truecolor
HYPRLAND_CMD=Hyprland
XDG_SESSION_PATH=/org/freedesktop/DisplayManager/Session1
XDG_BACKEND=wayland
DESKTOP_SESSION=hyprland
KITTY_PID=32736
XCURSOR_SIZE=24
XDG_SEAT=seat0
PWD=/home/pcpu
LOGNAME=pcpu
XDG_SESSION_DESKTOP=Hyprland
XDG_SESSION_TYPE=wayland
KITTY_PUBLIC_KEY=1:d&ICOHK!a%mX554raIHn9!!qi;RuzvJ3VmsP7^C|
MOTD_SHOWN=pam
HOME=/home/pcpu
LANG=en_CA.UTF-8
_JAVA_AWT_WM_NONREPARENTING=1
XDG_CURRENT_DESKTOP=Hyprland
STARSHIP_SHELL=bash
WAYLAND_DISPLAY=wayland-1
KITTY_WINDOW_ID=1
XDG_SEAT_PATH=/org/freedesktop/DisplayManager/Seat0
STARSHIP_SESSION_KEY=2808217716206713
XDG_SESSION_CLASS=user
TERMINFO=/usr/lib/kitty/terminfo
TERM=xterm-kitty
USER=pcpu
HYPRLAND_INSTANCE_SIGNATURE=3875679755014997776e091ff8903acfb311dd2f_1712397251
DISPLAY=:1
SHLVL=1
MOZ_ENABLE_WAYLAND=1
XDG_VTNR=1
XDG_SESSION_ID=2
XDG_RUNTIME_DIR=/run/user/1000
DEBUGINFOD_URLS=https://debuginfod.archlinux.org
XDG_DATA_DIRS=/home/pcpu/.local/share/flatpak/exports/share:/var/lib/flatpak/exports/share:/usr/local/share:/usr/share
PATH=/usr/local/sbin:/usr/local/bin:/usr/bin:/var/lib/flatpak/exports/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl
DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus
MAIL=/var/spool/mail/pcpu
KITTY_INSTALLATION_DIR=/usr/lib/kitty
_=/usr/bin/env

Offline

#12 2024-04-06 17:08:53

Trilby
Inspector Parrot
Registered: 2011-11-29
Posts: 29,564
Website

Re: my download folder is in my laptop, but it doesn't show itself

You (and some others here) keep referring to "/home/pcpu/Download".  But unless you've configured things to use that directory, most gui programs would use "/home/pcpu/Downloads".  So how about the output of `ls -l ~/Downloads`?


"UNIX is simple and coherent..." - Dennis Ritchie, "GNU's Not UNIX" -  Richard Stallman

Offline

#13 2024-04-06 17:48:15

PCPU
Member
Registered: 2024-04-04
Posts: 10

Re: my download folder is in my laptop, but it doesn't show itself

Trilby wrote:

You (and some others here) keep referring to "/home/pcpu/Download".  But unless you've configured things to use that directory, most gui programs would use "/home/pcpu/Downloads".  So how about the output of `ls -l ~/Downloads`?

yeah, it says "`ls: cannot access '/home/pcpu/Downloads': No such file or directory" that's the output, it really does look like there's no folder named download but other signs supports the fact that it does exist

Last edited by PCPU (2024-04-06 17:49:23)

Offline

#14 2024-04-06 20:07:19

seth
Member
Registered: 2012-09-03
Posts: 51,739

Re: my download folder is in my laptop, but it doesn't show itself

So maybe we get some hard data into this
1. what's your browser
2. what does the download configuration of your browser look like (link a screenshot)
3.

seth wrote:

the browser will typically allow you to open the download location in a filemanager

did you test whether that works?
4. Download http://0x0.st/is.txt and then run

find ~ -name is.txt

Offline

#15 2024-04-09 15:16:11

PCPU
Member
Registered: 2024-04-04
Posts: 10

Re: my download folder is in my laptop, but it doesn't show itself

seth wrote:

So maybe we get some hard data into this
1. what's your browser
2. what does the download configuration of your browser look like (link a screenshot)
3.

seth wrote:

the browser will typically allow you to open the download location in a filemanager

did you test whether that works?
4. Download http://0x0.st/is.txt and then run

find ~ -name is.txt

uhh, what should the output be? because it didn't give me any

Offline

#16 2024-04-09 15:18:27

seth
Member
Registered: 2012-09-03
Posts: 51,739

Re: my download folder is in my laptop, but it doesn't show itself

The location of the text you just downloaded.
There's something severely wrong with your system.
What are the outputs of

lsblk -f
mount
touch ~/foo

Offline

#17 2024-04-09 15:19:13

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 21,807

Re: my download folder is in my laptop, but it doesn't show itself

it should show the path of the downloaded file, assuming you actually downloaded it somewhere

But that's the last thing in a series of steps you are expected to provide information from, what about all the other things?

Offline

#18 2024-04-09 15:27:10

Trilby
Inspector Parrot
Registered: 2011-11-29
Posts: 29,564
Website

Re: my download folder is in my laptop, but it doesn't show itself

In addition to the other data requested, the following would be good:

find /tmp /run -name is.txt

"UNIX is simple and coherent..." - Dennis Ritchie, "GNU's Not UNIX" -  Richard Stallman

Offline

#19 2024-04-14 18:40:51

PCPU
Member
Registered: 2024-04-04
Posts: 10

Re: my download folder is in my laptop, but it doesn't show itself

seth wrote:

The location of the text you just downloaded.
There's something severely wrong with your system.
What are the outputs of

lsblk -f
mount
touch ~/foo

the output was:

"NAME        FSTYPE FSVER LABEL UUID                                 FSAVAIL FSUSE% MOUNTPOINTS
nvme0n1                                                                           
├─nvme0n1p1 vfat   FAT32       0101-4BA0                            1021.8M     0% /boot/efi
├─nvme0n1p2 swap   1           b0cd0df5-e051-478b-acc0-8254ea3ae9b9                [SWAP]
└─nvme0n1p3 ext4   1.0         98b6349d-581d-442c-a4e4-18b211832938  828.4G     6% /
proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
sys on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
dev on /dev type devtmpfs (rw,nosuid,relatime,size=20119292k,nr_inodes=5029823,mode=755,inode64)
run on /run type tmpfs (rw,nosuid,nodev,relatime,mode=755,inode64)
efivarfs on /sys/firmware/efi/efivars type efivarfs (rw,nosuid,nodev,noexec,relatime)
/dev/nvme0n1p3 on / type ext4 (rw,relatime)
securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev,inode64)
devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
cgroup2 on /sys/fs/cgroup type cgroup2 (rw,nosuid,nodev,noexec,relatime,nsdelegate,memory_recursiveprot)
pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
bpf on /sys/fs/bpf type bpf (rw,nosuid,nodev,noexec,relatime,mode=700)
systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=37,pgrp=1,timeout=0,minproto=5,maxproto=5,direct,pipe_ino=16525)
debugfs on /sys/kernel/debug type debugfs (rw,nosuid,nodev,noexec,relatime)
mqueue on /dev/mqueue type mqueue (rw,nosuid,nodev,noexec,relatime)
hugetlbfs on /dev/hugepages type hugetlbfs (rw,nosuid,nodev,relatime,pagesize=2M)
tracefs on /sys/kernel/tracing type tracefs (rw,nosuid,nodev,noexec,relatime)
configfs on /sys/kernel/config type configfs (rw,nosuid,nodev,noexec,relatime)
fusectl on /sys/fs/fuse/connections type fusectl (rw,nosuid,nodev,noexec,relatime)
tmpfs on /tmp type tmpfs (rw,nosuid,nodev,nr_inodes=1048576,inode64)
/dev/nvme0n1p1 on /boot/efi type vfat (rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,utf8,errors=remount-ro)
tmpfs on /run/user/1000 type tmpfs (rw,nosuid,nodev,relatime,size=4027840k,nr_inodes=1006960,mode=700,uid=1000,gid=1000,inode64)
gvfsd-fuse on /run/user/1000/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,relatime,user_id=1000,group_id=1000)
portal on /run/user/1000/doc type fuse.portal (rw,nosuid,nodev,relatime,user_id=1000,group_id=1000)"

Offline

#20 2024-04-14 18:53:40

PCPU
Member
Registered: 2024-04-04
Posts: 10

Re: my download folder is in my laptop, but it doesn't show itself

also, another new thing, download directory is gone, but when i download files it still behave like "usual", not appearing but it exist

Offline

#21 2024-04-14 19:31:28

seth
Member
Registered: 2012-09-03
Posts: 51,739

Re: my download folder is in my laptop, but it doesn't show itself

Please use [code][/code] tags. Edit your post in this regard.
Also please don't bump the thread, just edit your previous post if nobody has yet replied.

There's just the root partition, but the output of

touch ~/foo

is missing (if there was any?)

but when i download files it still behave like "usual", not appearing but it exist

This is incomprehensible.

seth wrote:

1. what's your browser
2. what does the download configuration of your browser look like (link a screenshot)
3. the browser will typically allow you to open the download location in a filemanager - did you test whether that works?

Trilby wrote:

find /tmp /run -name is.txt

Offline

#22 2024-04-14 21:14:21

ewaller
Administrator
From: Pasadena, CA
Registered: 2009-07-13
Posts: 19,804

Re: my download folder is in my laptop, but it doesn't show itself

Can I also suggest we try this outside of Hyprland, or any other DE?    Change to a different console using Ctrl-Alt-F3 (for example), log in, and post the output of

ls -l

    and   

pwd

   and, for good measure,

who am i

Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way

Offline

Board footer

Powered by FluxBB