how do i view a local file
-
kd4dpb last edited by
How do i view a html file that exist in /usr/share when i select the file and opera opens i get a blank screen with speeddial.
i am running ubuntu 22.04 and opera Version:90.0.4480.54 maybe there is a extension or something i can do also i am running bluefish editor -
burnout426 Volunteer last edited by
What happens if you drag the file into Opera instead or ctrl + o in Opera and choose the file?
Any difference with:
test.html:
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>Test</title> </head> <body> <p>Test</p> </body> </html>
on your desktop?
-