Giter Club home page Giter Club logo

nemo-hide's People

Contributors

fennectech avatar kdb2 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

nemo-hide's Issues

Compile Error (Mint 21.2, Nemo 5.4.8)

I went to hid a new license file today, and noticed that nemo hide was missing from my Nemo menu. I am not sure when this happened, as I haven't needed to use nemo hide for a while. It was just gone, like uninstalled from apt.

I cloned the git and ran dpkg and the following came out:

nate@phobos:~/Dev$ git clone https://github.com/KDB2/Nemo-hide.git
Cloning into 'Nemo-hide'...
remote: Enumerating objects: 91, done.
remote: Counting objects: 100% (5/5), done.
remote: Compressing objects: 100% (4/4), done.
remote: Total 91 (delta 0), reused 0 (delta 0), pack-reused 86
Receiving objects: 100% (91/91), 28.67 KiB | 473.00 KiB/s, done.
Resolving deltas: 100% (25/25), done.
nate@phobos:~/Dev$ cd Nemo-hide/
nate@phobos:~/Dev/Nemo-hide$ dpkg-buildpackage
dpkg-buildpackage: info: source package nemo-hide
dpkg-buildpackage: info: source version 1.0.0
dpkg-buildpackage: info: source distribution Betsy
dpkg-buildpackage: info: source changed by Emmanuel C. <>
dpkg-buildpackage: info: host architecture amd64
 dpkg-source --before-build .
 fakeroot debian/rules clean
dh clean
dh: warning: Compatibility levels before 10 are deprecated (level 8 in use)
   dh_clean
dh_clean: warning: Compatibility levels before 10 are deprecated (level 8 in use)
 dpkg-source -b .
dpkg-source: warning: no source format specified in debian/source/format, see dpkg-source(1)
dpkg-source: info: using source format '1.0'
dpkg-source: warning: source directory 'Nemo-hide' is not <sourcepackage>-<upstreamversion> 'nemo-hide-1.0.0'
dpkg-source: info: building nemo-hide in nemo-hide_1.0.0.tar.gz
dpkg-source: info: building nemo-hide in nemo-hide_1.0.0.dsc
 debian/rules build
dh build
dh: warning: Compatibility levels before 10 are deprecated (level 8 in use)
   dh_update_autotools_config
 fakeroot debian/rules binary
dh binary
dh: warning: Compatibility levels before 10 are deprecated (level 8 in use)
   dh_testroot
   dh_prep
   dh_auto_install --destdir=debian/nemo-hide/
dh_auto_install: warning: Compatibility levels before 10 are deprecated (level 8 in use)
   debian/rules override_dh_install
make[1]: Entering directory '/home/nate/Dev/Nemo-hide'
for file in $(cd po; ls *.po; cd ..); do echo debian/tmp/usr/share/locale/${file%.po}/LC_MESSAGES; mkdir -p debian/tmp/usr/share/locale/${file%.po}/LC_MESSAGES; msgfmt -f -o debian/tmp/usr/share/locale/${file%.po}/LC_MESSAGES/nemo-compare.mo po/$file; done
debian/tmp/usr/share/locale/fr/LC_MESSAGES
debian/tmp/usr/share/locale/pt/LC_MESSAGES
dh_install
dh_install: warning: Compatibility levels before 10 are deprecated (level 8 in use)
make[1]: Leaving directory '/home/nate/Dev/Nemo-hide'
   dh_installdocs
dh_installdocs: warning: Compatibility levels before 10 are deprecated (level 8 in use)
   dh_installchangelogs
   dh_perl
   dh_link
dh_link: warning: Compatibility levels before 10 are deprecated (level 8 in use)
   dh_strip_nondeterminism
	Normalized debian/nemo-hide/usr/share/locale/pt/LC_MESSAGES/nemo-compare.mo
	Normalized debian/nemo-hide/usr/share/locale/fr/LC_MESSAGES/nemo-compare.mo
   dh_compress
dh_compress: warning: Compatibility levels before 10 are deprecated (level 8 in use)
   dh_fixperms
   dh_missing
dh_missing: warning: Compatibility levels before 10 are deprecated (level 8 in use)
   dh_installdeb
dh_installdeb: warning: Compatibility levels before 10 are deprecated (level 8 in use)
   dh_gencontrol
   dh_md5sums
   dh_builddeb
dpkg-deb: building package 'nemo-hide' in '../nemo-hide_1.0.0_all.deb'.
 dpkg-genbuildinfo -O../nemo-hide_1.0.0_amd64.buildinfo
 dpkg-genchanges -O../nemo-hide_1.0.0_amd64.changes
dpkg-genchanges: info: including full source code in upload
 dpkg-source --after-build .
dpkg-buildpackage: info: full upload; Debian-native package (full source is included)
 signfile nemo-hide_1.0.0.dsc
gpg: skipped "Emmanuel C. <>": No secret key
gpg: dpkg-sign.tQVpOm2K/nemo-hide_1.0.0.dsc: clear-sign failed: No secret key

dpkg-buildpackage: error: failed to sign .dsc file

not sure if I did something wrong or if there is a compatibility issue maybe? Is it possible to just the the .py script in nemo without compiling and building a package?

error installing after compiling

I'm getting this error after building the deb and trying to install it:

$ sudo dpkg -i nemo-hide_1.0.0_all.deb
(Reading database ... 399414 files and directories currently installed.)
Preparing to unpack nemo-hide_1.0.0_all.deb ...
Unpacking nemo-hide (1.0.0) over (1.0.0) ...
Setting up nemo-hide (1.0.0) ...
cp: cannot stat '/usr/share/nemo-compare/nemo-hide-notification': No such file or directory
dpkg: error processing package nemo-hide (--install):
 subprocess installed post-installation script returned error exit status 1
Generating locales (this might take a while)...
  de_DE.UTF-8... done
  en_US.UTF-8... done
Generation complete.
Errors were encountered while processing:
 nemo-hide

and also getting some undefined symbol warning. But may be my ubuntu is outdated?!
build.log

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.